-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 11
- Continue version: 1.0.24
- IDE version: 1.103.2
- Model: Codestral
- config:
- name: Codestral autocomplete
provider: openai
model: Codestral-2501
apiBase: https://name.region.models.ai.azure.com/v2/fim/
apiKey: <key>
roles:
- autocomplete
Description
Autocomplete only shows simple recommendations like {
after def bubbleSort(arr)
instead of the actual bubble sort definition.
I first thought it was the setup of Codestral and azure machine learning studio (continue recommends to use this setup since azure foundry does not support fim) but I can now confirm that the request is completed correctly, but for some reason continue can't display it.
For instance:
Simple coin example is generated but in editor only {
is displayed after autocomplete

In the meantime console (dev tool) prints out:
[Extension Host] No suitable jump location found after trying all positions
See also discussion here
To reproduce
- Use Codestral via Azure ML Studio
- Setup autocomplete model as described above
- Check console log while triggering an autocomplete
Log output
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo