From 772853d33534862019cfd2e45e95a65504ce91f7 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Fri, 19 Jun 2026 15:17:12 +0000 Subject: [PATCH] Update for VSCode 1.125.1 --- linux.keybindings.json | 6 +++++- linux.negative.keybindings.json | 6 +++++- macos.keybindings.json | 2 +- macos.negative.keybindings.json | 2 +- windows.keybindings.json | 4 +--- windows.negative.keybindings.json | 4 +--- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/linux.keybindings.json b/linux.keybindings.json index 7c9f8b5..a7e71e1 100644 --- a/linux.keybindings.json +++ b/linux.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Linux +// Default Keybindings of Visual Studio Code 1.125.1 for Linux [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "closeBreakpointWidget", @@ -1703,6 +1705,8 @@ { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "workbench.banner.focusNextAction", diff --git a/linux.negative.keybindings.json b/linux.negative.keybindings.json index c976d49..e798ac5 100644 --- a/linux.negative.keybindings.json +++ b/linux.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Linux +// Default Keybindings of Visual Studio Code 1.125.1 for Linux [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -132,6 +132,8 @@ "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, { "key": "ctrl+up", "command": "-chat.action.focus", "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, + { "key": "escape", "command": "-chat.models.action.clearSearchResults", + "when": "inModelsEditor && inModelsSearch" }, { "key": "shift+escape", "command": "-closeBreakpointWidget", "when": "breakpointWidgetVisible && textInputFocus" }, { "key": "escape", "command": "-closeBreakpointWidget", @@ -1703,6 +1705,8 @@ { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, + { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", + "when": "outputFilterFocus" }, { "key": "escape", "command": "-workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "-workbench.banner.focusNextAction", diff --git a/macos.keybindings.json b/macos.keybindings.json index b5023e6..de33511 100644 --- a/macos.keybindings.json +++ b/macos.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for macOS +// Default Keybindings of Visual Studio Code 1.125.1 for macOS [ { "key": "escape escape", "command": "workbench.action.exitZenMode", diff --git a/macos.negative.keybindings.json b/macos.negative.keybindings.json index 67de489..5aa52d8 100644 --- a/macos.negative.keybindings.json +++ b/macos.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for macOS +// Default Keybindings of Visual Studio Code 1.125.1 for macOS [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", diff --git a/windows.keybindings.json b/windows.keybindings.json index b2b1455..8b245a5 100644 --- a/windows.keybindings.json +++ b/windows.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Windows +// Default Keybindings of Visual Studio Code 1.125.1 for Windows [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1722,8 +1722,6 @@ { "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, - { "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText", - "when": "outputFilterFocus" }, { "key": "escape", "command": "workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "workbench.banner.focusNextAction", diff --git a/windows.negative.keybindings.json b/windows.negative.keybindings.json index 3ee97e1..c29ac7a 100644 --- a/windows.negative.keybindings.json +++ b/windows.negative.keybindings.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.125.0 for Windows +// Default Keybindings of Visual Studio Code 1.125.1 for Windows [ { "key": "escape escape", "command": "-workbench.action.exitZenMode", @@ -1722,8 +1722,6 @@ { "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" }, { "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems", "when": "workbench.panel.markers.view.active" }, - { "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText", - "when": "outputFilterFocus" }, { "key": "escape", "command": "-workbench.banner.focusBanner", "when": "bannerFocused" }, { "key": "down", "command": "-workbench.banner.focusNextAction",