Skip to content

Commit 5a1f269

Browse files
author
gh-workflow
committed
Update for VSCode 1.118.0
1 parent ba21fd4 commit 5a1f269

6 files changed

Lines changed: 32 additions & 68 deletions

linux.keybindings.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.117.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.118.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -104,12 +104,6 @@
104104
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'above'" },
105105
{ "key": "ctrl+up", "command": "inlineChat.focus",
106106
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'below'" },
107-
{ "key": "escape", "command": "inlineChat.hideInput",
108-
"when": "inlineChatHasEditsAgent && inlineChatInputWidgetFocused || inlineChatHasNotebookAgent && inlineChatInputWidgetFocused && activeEditor == 'workbench.editor.notebook'" },
109-
{ "key": "enter", "command": "inlineChat.queueInChat",
110-
"when": "config.inlineChat.askInChat && inlineChatFileBelongsToChat && inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused || config.inlineChat.askInChat && inlineChatFileBelongsToChat && inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && activeEditor == 'workbench.editor.notebook'" },
111-
{ "key": "enter", "command": "inlineChat.submitInput",
112-
"when": "inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat || inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !inlineChatFileBelongsToChat || inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && !inlineChatFileBelongsToChat || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && activeEditor == 'workbench.editor.notebook' || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !inlineChatFileBelongsToChat && activeEditor == 'workbench.editor.notebook' || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && !inlineChatFileBelongsToChat && activeEditor == 'workbench.editor.notebook'" },
113107
{ "key": "f12", "command": "goToNextReference",
114108
"when": "inReferenceSearchEditor || referenceSearchVisible" },
115109
{ "key": "f4", "command": "goToNextReference",
@@ -138,6 +132,8 @@
138132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
139133
{ "key": "ctrl+up", "command": "chat.action.focus",
140134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
136+
"when": "inModelsEditor && inModelsSearch" },
141137
{ "key": "shift+escape", "command": "closeBreakpointWidget",
142138
"when": "breakpointWidgetVisible && textInputFocus" },
143139
{ "key": "escape", "command": "closeBreakpointWidget",
@@ -1280,7 +1276,7 @@
12801276
"when": "browserElementSelectionActive && browserHasUrl && chatIsEnabled && !browserHasError && activeEditor == 'workbench.editor.browser'" },
12811277
{ "key": "ctrl+l", "command": "workbench.action.browser.focusUrlInput",
12821278
"when": "activeEditor == 'workbench.editor.browser'" },
1283-
{ "key": "ctrl+alt+/", "command": "workbench.action.browser.openFromViewMenu" },
1279+
{ "key": "ctrl+alt+/", "command": "workbench.action.browser.openOrList" },
12841280
{ "key": "ctrl+shift+a", "command": "workbench.action.browser.quickOpen",
12851281
"when": "activeEditor == 'workbench.editor.browser'" },
12861282
{ "key": "f12", "command": "workbench.action.browser.toggleDevTools",
@@ -1297,6 +1293,8 @@
12971293
"when": "inChat && quickChatHasFocus && !inChatInput" },
12981294
{ "key": "ctrl+shift+a", "command": "workbench.action.chat.focusQuestionCarousel",
12991295
"when": "chatHasQuestionCarousel && inChat" },
1296+
{ "key": "alt+t", "command": "workbench.action.chat.focusQuestionCarouselTerminal",
1297+
"when": "chatHasQuestionCarousel && chatQuestionCarouselHasTerminal && inChat && inChatQuestionCarousel" },
13001298
{ "key": "ctrl+shift+/", "command": "workbench.action.chat.focusTip",
13011299
"when": "inChat || inChat && inChatTip" },
13021300
{ "key": "ctrl+i", "command": "workbench.action.chat.holdToVoiceChatInChatView",
@@ -1693,6 +1691,8 @@
16931691
{ "key": "ctrl+numpad0", "command": "workbench.action.zoomReset" },
16941692
{ "key": "ctrl+shift+m", "command": "workbench.actions.view.problems",
16951693
"when": "workbench.panel.markers.view.active" },
1694+
{ "key": "escape", "command": "workbench.actions.workbench.panel.output.clearFilterText",
1695+
"when": "outputFilterFocus" },
16961696
{ "key": "escape", "command": "workbench.banner.focusBanner",
16971697
"when": "bannerFocused" },
16981698
{ "key": "down", "command": "workbench.banner.focusNextAction",
@@ -1759,8 +1759,6 @@
17591759
"when": "chatEdits.isRequestInProgress && chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible || chatEdits.isRequestInProgress && editorFocus && inlineChatHasEditsAgent && inlineChatVisible || chatEdits.isRequestInProgress && chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' || chatEdits.isRequestInProgress && editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook'" },
17601760
{ "key": "escape", "command": "inlineChat2.close",
17611761
"when": "chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible || chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' || editorFocus && inlineChatHasEditsAgent && inlineChatVisible && !chatEdits.hasEditorModifications || editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && !chatEdits.hasEditorModifications && activeEditor == 'workbench.editor.notebook'" },
1762-
{ "key": "escape", "command": "inlineChat2.undo",
1763-
"when": "chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible && config.inlineChat.renderMode == 'hover' || chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' && config.inlineChat.renderMode == 'hover' || editorFocus && inlineChatHasEditsAgent && inlineChatVisible && !chatEdits.hasEditorModifications && config.inlineChat.renderMode == 'hover' || editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && !chatEdits.hasEditorModifications && activeEditor == 'workbench.editor.notebook' && config.inlineChat.renderMode == 'hover'" },
17641762
{ "key": "f3", "command": "list.find.replInputFocus",
17651763
"when": "view == 'workbench.panel.repl.view'" },
17661764
{ "key": "ctrl+alt+f", "command": "list.find.replInputFocus",

linux.negative.keybindings.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.117.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.118.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -104,12 +104,6 @@
104104
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'above'" },
105105
{ "key": "ctrl+up", "command": "-inlineChat.focus",
106106
"when": "editorTextFocus && inlineChatVisible && !accessibilityModeEnabled && !inlineChatFocused && !isEmbeddedDiffEditor && inlineChatOuterCursorPosition == 'below'" },
107-
{ "key": "escape", "command": "-inlineChat.hideInput",
108-
"when": "inlineChatHasEditsAgent && inlineChatInputWidgetFocused || inlineChatHasNotebookAgent && inlineChatInputWidgetFocused && activeEditor == 'workbench.editor.notebook'" },
109-
{ "key": "enter", "command": "-inlineChat.queueInChat",
110-
"when": "config.inlineChat.askInChat && inlineChatFileBelongsToChat && inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused || config.inlineChat.askInChat && inlineChatFileBelongsToChat && inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && activeEditor == 'workbench.editor.notebook'" },
111-
{ "key": "enter", "command": "-inlineChat.submitInput",
112-
"when": "inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat || inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !inlineChatFileBelongsToChat || inlineChatHasEditsAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && !inlineChatFileBelongsToChat || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && activeEditor == 'workbench.editor.notebook' || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !inlineChatFileBelongsToChat && activeEditor == 'workbench.editor.notebook' || inlineChatHasNotebookAgent && inlineChatInputHasText && inlineChatInputWidgetFocused && !config.inlineChat.askInChat && !inlineChatFileBelongsToChat && activeEditor == 'workbench.editor.notebook'" },
113107
{ "key": "f12", "command": "-goToNextReference",
114108
"when": "inReferenceSearchEditor || referenceSearchVisible" },
115109
{ "key": "f4", "command": "-goToNextReference",
@@ -138,6 +132,8 @@
138132
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
139133
{ "key": "ctrl+up", "command": "-chat.action.focus",
140134
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
135+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
136+
"when": "inModelsEditor && inModelsSearch" },
141137
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
142138
"when": "breakpointWidgetVisible && textInputFocus" },
143139
{ "key": "escape", "command": "-closeBreakpointWidget",
@@ -1280,7 +1276,7 @@
12801276
"when": "browserElementSelectionActive && browserHasUrl && chatIsEnabled && !browserHasError && activeEditor == 'workbench.editor.browser'" },
12811277
{ "key": "ctrl+l", "command": "-workbench.action.browser.focusUrlInput",
12821278
"when": "activeEditor == 'workbench.editor.browser'" },
1283-
{ "key": "ctrl+alt+/", "command": "-workbench.action.browser.openFromViewMenu" },
1279+
{ "key": "ctrl+alt+/", "command": "-workbench.action.browser.openOrList" },
12841280
{ "key": "ctrl+shift+a", "command": "-workbench.action.browser.quickOpen",
12851281
"when": "activeEditor == 'workbench.editor.browser'" },
12861282
{ "key": "f12", "command": "-workbench.action.browser.toggleDevTools",
@@ -1297,6 +1293,8 @@
12971293
"when": "inChat && quickChatHasFocus && !inChatInput" },
12981294
{ "key": "ctrl+shift+a", "command": "-workbench.action.chat.focusQuestionCarousel",
12991295
"when": "chatHasQuestionCarousel && inChat" },
1296+
{ "key": "alt+t", "command": "-workbench.action.chat.focusQuestionCarouselTerminal",
1297+
"when": "chatHasQuestionCarousel && chatQuestionCarouselHasTerminal && inChat && inChatQuestionCarousel" },
13001298
{ "key": "ctrl+shift+/", "command": "-workbench.action.chat.focusTip",
13011299
"when": "inChat || inChat && inChatTip" },
13021300
{ "key": "ctrl+i", "command": "-workbench.action.chat.holdToVoiceChatInChatView",
@@ -1693,6 +1691,8 @@
16931691
{ "key": "ctrl+numpad0", "command": "-workbench.action.zoomReset" },
16941692
{ "key": "ctrl+shift+m", "command": "-workbench.actions.view.problems",
16951693
"when": "workbench.panel.markers.view.active" },
1694+
{ "key": "escape", "command": "-workbench.actions.workbench.panel.output.clearFilterText",
1695+
"when": "outputFilterFocus" },
16961696
{ "key": "escape", "command": "-workbench.banner.focusBanner",
16971697
"when": "bannerFocused" },
16981698
{ "key": "down", "command": "-workbench.banner.focusNextAction",
@@ -1759,8 +1759,6 @@
17591759
"when": "chatEdits.isRequestInProgress && chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible || chatEdits.isRequestInProgress && editorFocus && inlineChatHasEditsAgent && inlineChatVisible || chatEdits.isRequestInProgress && chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' || chatEdits.isRequestInProgress && editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook'" },
17601760
{ "key": "escape", "command": "-inlineChat2.close",
17611761
"when": "chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible || chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' || editorFocus && inlineChatHasEditsAgent && inlineChatVisible && !chatEdits.hasEditorModifications || editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && !chatEdits.hasEditorModifications && activeEditor == 'workbench.editor.notebook'" },
1762-
{ "key": "escape", "command": "-inlineChat2.undo",
1763-
"when": "chatInputHasFocus && inlineChatHasEditsAgent && inlineChatVisible && config.inlineChat.renderMode == 'hover' || chatInputHasFocus && inlineChatHasNotebookAgent && inlineChatVisible && activeEditor == 'workbench.editor.notebook' && config.inlineChat.renderMode == 'hover' || editorFocus && inlineChatHasEditsAgent && inlineChatVisible && !chatEdits.hasEditorModifications && config.inlineChat.renderMode == 'hover' || editorFocus && inlineChatHasNotebookAgent && inlineChatVisible && !chatEdits.hasEditorModifications && activeEditor == 'workbench.editor.notebook' && config.inlineChat.renderMode == 'hover'" },
17641762
{ "key": "f3", "command": "-list.find.replInputFocus",
17651763
"when": "view == 'workbench.panel.repl.view'" },
17661764
{ "key": "ctrl+alt+f", "command": "-list.find.replInputFocus",

0 commit comments

Comments
 (0)