-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
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:Debian
- Continue version: 1.2.2
- IDE version: 1.103.2
- Model: qwen 2.5 coder 3b
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: llama3.2 3b
provider: ollama
model: llama3.2:latest
roles:
- chat
- edit
- apply
capabilities:
- tool_use
defaultCompletionOptions:
contextLength: 8192
- name: mistral-nemo:12b
provider: ollama
model: mistral-nemo:latest
roles:
- chat
- edit
- apply
capabilities:
- tool_use
defaultCompletionOptions:
contextLength: 32768
- name: nomic-embed-text latest
provider: ollama
model: nomic-embed-text:latest
embedOptions:
maxChunkSize: 8192
roles:
- embed
- name: qwen2.5-coder 3b
provider: ollama
model: qwen2.5-coder:3b
roles:
- chat
- edit
- apply
- autocomplete
defaultCompletionOptions:
contextLength: 32768
maxTokens: 8192
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OR link to agent in Continue hub:
Description
For some reason pressing tab instead of accepting an autocomplete suggestion, it deletes it. It's very frustrating.
I'm using the Java development plugin from RedHat
I can't provide an exact repro honestly, I don't know why it happens.
To reproduce
No response
Log output
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on LinuxHappening specifically on Linux
Type
Projects
Status
Todo