bugeditor-corehelp wanted
Repository-Metriken
- Stars
- (74.848 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)
Beschreibung
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version:Version: 1.70.2 (Universal)
- OS Version: macOS 12.5.1
Steps to Reproduce:
- Adding keybindings.
{
"key": "alt+backspace",
"command": "deleteWordLeft",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+w",
"command": "deleteWordLeft",
"when": "textInputFocus && !editorReadonly"
}
- There are different behaviors.
Opening Command Palette and inputing
test, then pressingalt+backspacewill show>in Command Palette. Opening Command Palette and inputingtest, then pressingctrl+wwill show nothing(without>) in Command Palette.