Skip to content

Commit e22ae16

Browse files
author
gh-workflow
committed
Update for VSCode 1.122.1
1 parent 83c6aa0 commit e22ae16

6 files changed

Lines changed: 14 additions & 6 deletions

linux.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.122.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.122.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -132,6 +132,8 @@
132132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
133133
{ "key": "ctrl+up", "command": "chat.action.focus",
134134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
136+
"when": "inModelsEditor && inModelsSearch" },
135137
{ "key": "shift+escape", "command": "closeBreakpointWidget",
136138
"when": "breakpointWidgetVisible && textInputFocus" },
137139
{ "key": "escape", "command": "closeBreakpointWidget",

linux.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.122.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.122.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -132,6 +132,8 @@
132132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
133133
{ "key": "ctrl+up", "command": "-chat.action.focus",
134134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
136+
"when": "inModelsEditor && inModelsSearch" },
135137
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
136138
"when": "breakpointWidgetVisible && textInputFocus" },
137139
{ "key": "escape", "command": "-closeBreakpointWidget",

macos.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.122.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.122.1 for macOS
22

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

macos.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.122.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.122.1 for macOS
22

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

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.122.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.122.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -148,6 +148,8 @@
148148
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
149149
{ "key": "ctrl+up", "command": "chat.action.focus",
150150
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
151+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
152+
"when": "inModelsEditor && inModelsSearch" },
151153
{ "key": "shift+escape", "command": "closeBreakpointWidget",
152154
"when": "breakpointWidgetVisible && textInputFocus" },
153155
{ "key": "escape", "command": "closeBreakpointWidget",

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.122.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.122.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -148,6 +148,8 @@
148148
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
149149
{ "key": "ctrl+up", "command": "-chat.action.focus",
150150
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
151+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
152+
"when": "inModelsEditor && inModelsSearch" },
151153
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
152154
"when": "breakpointWidgetVisible && textInputFocus" },
153155
{ "key": "escape", "command": "-closeBreakpointWidget",

0 commit comments

Comments
 (0)