Skip to content

Commit 167a267

Browse files
author
gh-workflow
committed
Update for VSCode 1.101.1
1 parent 7ba6542 commit 167a267

6 files changed

+14
-6
lines changed

linux.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.101.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",

linux.negative.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.101.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",

macos.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.101.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1803,6 +1803,8 @@
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" },
18061808
{ "key": "escape", "command": "workbench.banner.focusBanner",
18071809
"when": "bannerFocused" },
18081810
{ "key": "down", "command": "workbench.banner.focusNextAction",

macos.negative.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.101.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1803,6 +1803,8 @@
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" },
18061808
{ "key": "escape", "command": "-workbench.banner.focusBanner",
18071809
"when": "bannerFocused" },
18081810
{ "key": "down", "command": "-workbench.banner.focusNextAction",

windows.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.101.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1654,6 +1654,8 @@
16541654
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16551655
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16561656
"when": "workbench.panel.markers.view.active" },
1657+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1658+
"when": "outputFilterFocus" },
16571659
{ "key": "escape", "command": "workbench.banner.focusBanner",
16581660
"when": "bannerFocused" },
16591661
{ "key": "down", "command": "workbench.banner.focusNextAction",

windows.negative.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.101.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.101.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1654,6 +1654,8 @@
16541654
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16551655
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16561656
"when": "workbench.panel.markers.view.active" },
1657+
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1658+
"when": "outputFilterFocus" },
16571659
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16581660
"when": "bannerFocused" },
16591661
{ "key": "down", "command": "-workbench.banner.focusNextAction",

0 commit comments

Comments
 (0)