Skip to content

VSCode - CTRL + Backspace in Inline Edit jumps out of prompt window #6945

@MMartienssen

Description

@MMartienssen

Before submitting your bug report

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

  1. Go to Inline Edit.
  2. Write a few words.
  3. Click "ctrl + backspace"

Log output

Metadata

Metadata

Assignees

Labels

area:inline-editRelates to the auto refactor featureide:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions