Skip to content

Commit 5e114c1

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

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
},
@@ -10050,11 +10050,6 @@
1005010050
"command": "-workbench.actions.view.problems",
1005110051
"when": "config.vscode-default-keybindings.removeOSKeybindings && isMac && (workbench.panel.markers.view.active)"
1005210052
},
10053-
{
10054-
"key": "escape",
10055-
"command": "-workbench.actions.workbench.panel.output.clearFilterText",
10056-
"when": "config.vscode-default-keybindings.removeOSKeybindings && isMac && (outputFilterFocus)"
10057-
},
1005810053
{
1005910054
"key": "escape",
1006010055
"command": "-workbench.banner.focusBanner",
@@ -26065,11 +26060,6 @@
2606526060
"command": "workbench.actions.view.problems",
2606626061
"when": "config.vscode-default-keybindings.macOSKeybindings && (workbench.panel.markers.view.active)"
2606726062
},
26068-
{
26069-
"key": "escape",
26070-
"command": "workbench.actions.workbench.panel.output.clearFilterText",
26071-
"when": "config.vscode-default-keybindings.macOSKeybindings && (outputFilterFocus)"
26072-
},
2607326063
{
2607426064
"key": "escape",
2607526065
"command": "workbench.banner.focusBanner",

raw-default-keybindings-macos-latest/macos.keybindings.raw.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,8 +1803,6 @@
18031803
{ "key": "cmd+numpad0", "command": "workbench.action.zoomReset" },
18041804
{ "key": "shift+cmd+m", "command": "workbench.actions.view.problems",
18051805
"when": "workbench.panel.markers.view.active" },
1806-
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1807-
"when": "outputFilterFocus" },
18081806
{ "key": "escape", "command": "workbench.banner.focusBanner",
18091807
"when": "bannerFocused" },
18101808
{ "key": "down", "command": "workbench.banner.focusNextAction",
@@ -3534,6 +3532,7 @@
35343532
// - workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
35353533
// - workbench.actions.workbench.panel.markers.view.toggleInfos
35363534
// - workbench.actions.workbench.panel.markers.view.toggleWarnings
3535+
// - workbench.actions.workbench.panel.output.clearFilterText
35373536
// - workbench.actions.workbench.panel.output.toggle.debug
35383537
// - workbench.actions.workbench.panel.output.toggle.error
35393538
// - workbench.actions.workbench.panel.output.toggle.info

0 commit comments

Comments
 (0)