-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
area:inline-editRelates to the auto refactor featureRelates to the auto refactor 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
- Continue version: 1.0.19
- IDE version: VS Code 1.102.3
- Model: Qwen3 Coder 30B A3B AWQ
- config:
name: coding Assistant
version: 0.0.1
schema: v1
models:
- name: qwen model
apiKey: abc
model: AUTODETECT
apiBase: <redacted>
provider: openai
roles:
- chat
- edit
defaultCompletionOptions:
maxTokens: 30000
context:
- provider: file
- provider: diff
- provider: codebase
- provider: folder
Description
When using inline Edit and writing a prompt, then wanting to delete the last word by clicking "ctrl + backspace", the word is deleted, but the cursor jumps into the main window and I have to click back into the prompt window.
This does not happen in the normal chat prompt window.
To reproduce
- Go to Inline Edit.
- Write a few words.
- Click "ctrl + backspace"
Log output
Metadata
Metadata
Assignees
Labels
area:inline-editRelates to the auto refactor featureRelates to the auto refactor 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