Skip to content

Commit f765424

Browse files
author
gh-workflow
committed
Update for VSCode 1.109.2
1 parent 3953c14 commit f765424

6 files changed

Lines changed: 10 additions & 6 deletions

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

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

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

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -146,6 +146,8 @@
146146
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
147147
{ "key": "ctrl+up", "command": "chat.action.focus",
148148
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
149+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
150+
"when": "inModelsEditor && inModelsSearch" },
149151
{ "key": "shift+escape", "command": "closeBreakpointWidget",
150152
"when": "breakpointWidgetVisible && textInputFocus" },
151153
{ "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.109.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.109.2 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -146,6 +146,8 @@
146146
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
147147
{ "key": "ctrl+up", "command": "-chat.action.focus",
148148
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
149+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
150+
"when": "inModelsEditor && inModelsSearch" },
149151
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
150152
"when": "breakpointWidgetVisible && textInputFocus" },
151153
{ "key": "escape", "command": "-closeBreakpointWidget",

0 commit comments

Comments
 (0)