Skip to content

Commit b574cbe

Browse files
jbrogithub-actions[bot]
authored andcommitted
Auto update keybindings from vscode v1.101.0
1 parent da3141a commit b574cbe

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,7 @@
160160
## Release v0.2.33
161161

162162
- Update keybindings for vscode 1.101.0
163+
164+
## Release v0.2.34
165+
166+
- Update keybindings for vscode 1.101.0

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"icon": "icon.png",
1717
"publisher": "jbro",
1818
"license": "Unlicense",
19-
"version": "0.2.33",
19+
"version": "0.2.34",
2020
"engines": {
2121
"vscode": "^1.101.0"
2222
},
@@ -4468,11 +4468,6 @@
44684468
"command": "-workbench.actions.view.problems",
44694469
"when": "config.vscode-default-keybindings.removeOSKeybindings && isLinux && (workbench.panel.markers.view.active)"
44704470
},
4471-
{
4472-
"key": "escape",
4473-
"command": "-workbench.actions.workbench.panel.output.clearFilterText",
4474-
"when": "config.vscode-default-keybindings.removeOSKeybindings && isLinux && (outputFilterFocus)"
4475-
},
44764471
{
44774472
"key": "escape",
44784473
"command": "-workbench.banner.focusBanner",
@@ -20483,11 +20478,6 @@
2048320478
"command": "workbench.actions.view.problems",
2048420479
"when": "config.vscode-default-keybindings.linuxKeybindings && (workbench.panel.markers.view.active)"
2048520480
},
20486-
{
20487-
"key": "escape",
20488-
"command": "workbench.actions.workbench.panel.output.clearFilterText",
20489-
"when": "config.vscode-default-keybindings.linuxKeybindings && (outputFilterFocus)"
20490-
},
2049120481
{
2049220482
"key": "escape",
2049320483
"command": "workbench.banner.focusBanner",

raw-default-keybindings-ubuntu-latest/linux.keybindings.raw.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,8 +1642,6 @@
16421642
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16431643
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16441644
"when": "workbench.panel.markers.view.active" },
1645-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1646-
"when": "outputFilterFocus" },
16471645
{ "key": "escape", "command": "workbench.banner.focusBanner",
16481646
"when": "bannerFocused" },
16491647
{ "key": "down", "command": "workbench.banner.focusNextAction",
@@ -3368,6 +3366,7 @@
33683366
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
33693367
// - workbench.actions.workbench.panel.markers.view.toggleInfos
33703368
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3369+
// - workbench.actions.workbench.panel.output.clearFilterText
33713370
// - workbench.actions.workbench.panel.output.toggle.debug
33723371
// - workbench.actions.workbench.panel.output.toggle.error
33733372
// - workbench.actions.workbench.panel.output.toggle.info

0 commit comments

Comments
 (0)