You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce: Add either of these keybinding: { "key": "ctrl+w", "command": "deleteWordLeft" } or { "key": "ctrl+w", "command": "deleteWordLeft", "when": "textInputFocus && !editorReadonly" } to keybindings.json, summon the Command Palette, type some text, press Ctrl+W.
Desired result: Delete the previous word in the Command Palette text input.
Acual result: Nothing happens or deletion occurs in the Editor instead of the Command Palette text input.
Notes:
Alt+Backspace behaves how I want. If I could remap Ctrl+W to Alt+Backspace, I would be all set.
This problem persists even if I disable all extensions.
VS Code version: Code 1.85.0 (af28b32, 2023-12-06T18:17:50.719Z)
OS version: Darwin arm64 23.1.0
Modes:
Even when I delete all of my settings and keybindings, I cannot bind Ctrl+W to delete previous word. If I add the binding to completely vanilla VSCode, pressing Ctrl+W deletes the entire line in Command Palette / File Search and brings up a select window popup in the Settings or Keyboard Shortcuts text input. I think there is something in VSCode that prevents this binding from working in any of the text inputs.
Yeah I don't think this works because the QuickPick input is not a rich editor like the editor is. It'd be nice to light this up, which we could do if we made the quickpick's editor a monaco instance
Type: Bug
Steps to reproduce: Add either of these keybinding:
{ "key": "ctrl+w", "command": "deleteWordLeft" }
or{ "key": "ctrl+w", "command": "deleteWordLeft", "when": "textInputFocus && !editorReadonly" }
tokeybindings.json
, summon the Command Palette, type some text, pressCtrl+W
.Desired result: Delete the previous word in the Command Palette text input.
Acual result: Nothing happens or deletion occurs in the Editor instead of the Command Palette text input.
Notes:
Alt+Backspace
behaves how I want. If I could remapCtrl+W
toAlt+Backspace
, I would be all set.VS Code version: Code 1.85.0 (af28b32, 2023-12-06T18:17:50.719Z)
OS version: Darwin arm64 23.1.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (20)
A/B Experiments
The text was updated successfully, but these errors were encountered: