Skip to content

Commit ad4b0db

Browse files
author
gh-workflow
committed
Update for VSCode 1.115.0
1 parent 33f4f2c commit ad4b0db

6 files changed

Lines changed: 98 additions & 72 deletions

linux.keybindings.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.114.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.115.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -138,8 +138,6 @@
138138
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
139139
{ "key": "ctrl+up", "command": "chat.action.focus",
140140
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
141-
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
142-
"when": "inModelsEditor && inModelsSearch" },
143141
{ "key": "shift+escape", "command": "closeBreakpointWidget",
144142
"when": "breakpointWidgetVisible && textInputFocus" },
145143
{ "key": "escape", "command": "closeBreakpointWidget",
@@ -1272,7 +1270,8 @@
12721270
"when": "searchViewletFocus" },
12731271
{ "key": "alt+w", "command": "toggleSearchWholeWord",
12741272
"when": "searchViewletFocus" },
1275-
{ "key": "ctrl+alt+meta+n", "command": "welcome.showNewFileEntries" },
1273+
{ "key": "ctrl+alt+meta+n", "command": "welcome.showNewFileEntries",
1274+
"when": "!isSessionsWindow" },
12761275
{ "key": "ctrl+down", "command": "widgetNavigation.focusNext",
12771276
"when": "inputFocus && navigableContainerFocused || navigableContainerFocused && treestickyScrollFocused || navigableContainerFocused && !listFocus || navigableContainerFocused && listScrollAtBoundary == 'both' || navigableContainerFocused && listScrollAtBoundary == 'bottom'" },
12781277
{ "key": "ctrl+up", "command": "widgetNavigation.focusPrevious",
@@ -1346,7 +1345,7 @@
13461345
{ "key": "ctrl+k ctrl+shift+w", "command": "workbench.action.closeAllGroups" },
13471346
{ "key": "ctrl+k w", "command": "workbench.action.closeEditorsInGroup" },
13481347
{ "key": "ctrl+k f", "command": "workbench.action.closeFolder",
1349-
"when": "emptyWorkspaceSupport && workbenchState != 'empty'" },
1348+
"when": "emptyWorkspaceSupport && !isSessionsWindow && workbenchState != 'empty'" },
13501349
{ "key": "ctrl+w", "command": "workbench.action.closeGroup",
13511350
"when": "activeEditorGroupEmpty && multipleEditorGroups" },
13521351
{ "key": "shift+escape", "command": "workbench.action.closeQuickOpen",
@@ -1389,11 +1388,11 @@
13891388
{ "key": "ctrl+o", "command": "workbench.action.files.openFile",
13901389
"when": "true" },
13911390
{ "key": "ctrl+o", "command": "workbench.action.files.openFileFolder",
1392-
"when": "isMacNative && openFolderWorkspaceSupport" },
1391+
"when": "isMacNative && openFolderWorkspaceSupport && !isSessionsWindow" },
13931392
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openFolder",
1394-
"when": "openFolderWorkspaceSupport" },
1393+
"when": "openFolderWorkspaceSupport && !isSessionsWindow" },
13951394
{ "key": "ctrl+o", "command": "workbench.action.files.openFolderViaWorkspace",
1396-
"when": "!openFolderWorkspaceSupport && workbenchState == 'workspace'" },
1395+
"when": "!isSessionsWindow && !openFolderWorkspaceSupport && workbenchState == 'workspace'" },
13971396
{ "key": "ctrl+o", "command": "workbench.action.files.openLocalFile",
13981397
"when": "remoteFileDialogVisible" },
13991398
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openLocalFolder",
@@ -1404,7 +1403,8 @@
14041403
{ "key": "ctrl+shift+s", "command": "workbench.action.files.saveLocalFile",
14051404
"when": "remoteFileDialogVisible" },
14061405
{ "key": "ctrl+k s", "command": "workbench.action.files.saveWithoutFormatting" },
1407-
{ "key": "ctrl+shift+f", "command": "workbench.action.findInFiles" },
1406+
{ "key": "ctrl+shift+f", "command": "workbench.action.findInFiles",
1407+
"when": "!isSessionsWindow" },
14081408
{ "key": "ctrl+k ctrl+up", "command": "workbench.action.focusAboveGroup" },
14091409
{ "key": "ctrl+k ctrl+down", "command": "workbench.action.focusBelowGroup" },
14101410
{ "key": "ctrl+8", "command": "workbench.action.focusEighthEditorGroup" },
@@ -1456,7 +1456,8 @@
14561456
{ "key": "ctrl+shift+-", "command": "workbench.action.navigateForward",
14571457
"when": "canNavigateForward" },
14581458
{ "key": "ctrl+k ctrl+q", "command": "workbench.action.navigateToLastEditLocation" },
1459-
{ "key": "ctrl+shift+n", "command": "workbench.action.newWindow" },
1459+
{ "key": "ctrl+shift+n", "command": "workbench.action.newWindow",
1460+
"when": "!isSessionsWindow" },
14601461
{ "key": "ctrl+pagedown", "command": "workbench.action.nextEditor" },
14611462
{ "key": "ctrl+k ctrl+pagedown", "command": "workbench.action.nextEditorInGroup" },
14621463
{ "key": "ctrl+n", "command": "workbench.action.openChat",
@@ -1471,7 +1472,8 @@
14711472
{ "key": "alt+8", "command": "workbench.action.openEditorAtIndex8" },
14721473
{ "key": "alt+9", "command": "workbench.action.openEditorAtIndex9" },
14731474
{ "key": "ctrl+k ctrl+s", "command": "workbench.action.openGlobalKeybindings" },
1474-
{ "key": "ctrl+r", "command": "workbench.action.openRecent" },
1475+
{ "key": "ctrl+r", "command": "workbench.action.openRecent",
1476+
"when": "!isSessionsWindow" },
14751477
{ "key": "ctrl+,", "command": "workbench.action.openSettings" },
14761478
{ "key": "ctrl+k ctrl+h", "command": "workbench.action.output.toggleOutput",
14771479
"when": "workbench.panel.output.active" },
@@ -1490,7 +1492,8 @@
14901492
{ "key": "ctrl+q", "command": "workbench.action.quit" },
14911493
{ "key": "ctrl+alt+o", "command": "workbench.action.remote.showMenu" },
14921494
{ "key": "ctrl+shift+t", "command": "workbench.action.reopenClosedEditor" },
1493-
{ "key": "ctrl+shift+h", "command": "workbench.action.replaceInFiles" },
1495+
{ "key": "ctrl+shift+h", "command": "workbench.action.replaceInFiles",
1496+
"when": "!isSessionsWindow" },
14941497
{ "key": "ctrl+w", "command": "workbench.action.restoreAuxiliaryBar",
14951498
"when": "auxiliaryBarMaximized" },
14961499
{ "key": "ctrl+shift+j", "command": "workbench.action.search.toggleQueryDetails",
@@ -1678,7 +1681,7 @@
16781681
{ "key": "ctrl+j", "command": "workbench.action.togglePanel" },
16791682
{ "key": "ctrl+b", "command": "workbench.action.toggleSidebarVisibility" },
16801683
{ "key": "ctrl+k z", "command": "workbench.action.toggleZenMode",
1681-
"when": "!isAuxiliaryWindowFocusedContext" },
1684+
"when": "!isAuxiliaryWindowFocusedContext && !isSessionsWindow" },
16821685
{ "key": "ctrl+k shift+enter", "command": "workbench.action.unpinEditor",
16831686
"when": "activeEditorIsPinned" },
16841687
{ "key": "ctrl+numpad_add", "command": "workbench.action.zoomIn" },

linux.negative.keybindings.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.114.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.115.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -138,8 +138,6 @@
138138
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
139139
{ "key": "ctrl+up", "command": "-chat.action.focus",
140140
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
141-
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
142-
"when": "inModelsEditor && inModelsSearch" },
143141
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
144142
"when": "breakpointWidgetVisible && textInputFocus" },
145143
{ "key": "escape", "command": "-closeBreakpointWidget",
@@ -1272,7 +1270,8 @@
12721270
"when": "searchViewletFocus" },
12731271
{ "key": "alt+w", "command": "-toggleSearchWholeWord",
12741272
"when": "searchViewletFocus" },
1275-
{ "key": "ctrl+alt+meta+n", "command": "-welcome.showNewFileEntries" },
1273+
{ "key": "ctrl+alt+meta+n", "command": "-welcome.showNewFileEntries",
1274+
"when": "!isSessionsWindow" },
12761275
{ "key": "ctrl+down", "command": "-widgetNavigation.focusNext",
12771276
"when": "inputFocus && navigableContainerFocused || navigableContainerFocused && treestickyScrollFocused || navigableContainerFocused && !listFocus || navigableContainerFocused && listScrollAtBoundary == 'both' || navigableContainerFocused && listScrollAtBoundary == 'bottom'" },
12781277
{ "key": "ctrl+up", "command": "-widgetNavigation.focusPrevious",
@@ -1346,7 +1345,7 @@
13461345
{ "key": "ctrl+k ctrl+shift+w", "command": "-workbench.action.closeAllGroups" },
13471346
{ "key": "ctrl+k w", "command": "-workbench.action.closeEditorsInGroup" },
13481347
{ "key": "ctrl+k f", "command": "-workbench.action.closeFolder",
1349-
"when": "emptyWorkspaceSupport && workbenchState != 'empty'" },
1348+
"when": "emptyWorkspaceSupport && !isSessionsWindow && workbenchState != 'empty'" },
13501349
{ "key": "ctrl+w", "command": "-workbench.action.closeGroup",
13511350
"when": "activeEditorGroupEmpty && multipleEditorGroups" },
13521351
{ "key": "shift+escape", "command": "-workbench.action.closeQuickOpen",
@@ -1389,11 +1388,11 @@
13891388
{ "key": "ctrl+o", "command": "-workbench.action.files.openFile",
13901389
"when": "true" },
13911390
{ "key": "ctrl+o", "command": "-workbench.action.files.openFileFolder",
1392-
"when": "isMacNative && openFolderWorkspaceSupport" },
1391+
"when": "isMacNative && openFolderWorkspaceSupport && !isSessionsWindow" },
13931392
{ "key": "ctrl+k ctrl+o", "command": "-workbench.action.files.openFolder",
1394-
"when": "openFolderWorkspaceSupport" },
1393+
"when": "openFolderWorkspaceSupport && !isSessionsWindow" },
13951394
{ "key": "ctrl+o", "command": "-workbench.action.files.openFolderViaWorkspace",
1396-
"when": "!openFolderWorkspaceSupport && workbenchState == 'workspace'" },
1395+
"when": "!isSessionsWindow && !openFolderWorkspaceSupport && workbenchState == 'workspace'" },
13971396
{ "key": "ctrl+o", "command": "-workbench.action.files.openLocalFile",
13981397
"when": "remoteFileDialogVisible" },
13991398
{ "key": "ctrl+k ctrl+o", "command": "-workbench.action.files.openLocalFolder",
@@ -1404,7 +1403,8 @@
14041403
{ "key": "ctrl+shift+s", "command": "-workbench.action.files.saveLocalFile",
14051404
"when": "remoteFileDialogVisible" },
14061405
{ "key": "ctrl+k s", "command": "-workbench.action.files.saveWithoutFormatting" },
1407-
{ "key": "ctrl+shift+f", "command": "-workbench.action.findInFiles" },
1406+
{ "key": "ctrl+shift+f", "command": "-workbench.action.findInFiles",
1407+
"when": "!isSessionsWindow" },
14081408
{ "key": "ctrl+k ctrl+up", "command": "-workbench.action.focusAboveGroup" },
14091409
{ "key": "ctrl+k ctrl+down", "command": "-workbench.action.focusBelowGroup" },
14101410
{ "key": "ctrl+8", "command": "-workbench.action.focusEighthEditorGroup" },
@@ -1456,7 +1456,8 @@
14561456
{ "key": "ctrl+shift+-", "command": "-workbench.action.navigateForward",
14571457
"when": "canNavigateForward" },
14581458
{ "key": "ctrl+k ctrl+q", "command": "-workbench.action.navigateToLastEditLocation" },
1459-
{ "key": "ctrl+shift+n", "command": "-workbench.action.newWindow" },
1459+
{ "key": "ctrl+shift+n", "command": "-workbench.action.newWindow",
1460+
"when": "!isSessionsWindow" },
14601461
{ "key": "ctrl+pagedown", "command": "-workbench.action.nextEditor" },
14611462
{ "key": "ctrl+k ctrl+pagedown", "command": "-workbench.action.nextEditorInGroup" },
14621463
{ "key": "ctrl+n", "command": "-workbench.action.openChat",
@@ -1471,7 +1472,8 @@
14711472
{ "key": "alt+8", "command": "-workbench.action.openEditorAtIndex8" },
14721473
{ "key": "alt+9", "command": "-workbench.action.openEditorAtIndex9" },
14731474
{ "key": "ctrl+k ctrl+s", "command": "-workbench.action.openGlobalKeybindings" },
1474-
{ "key": "ctrl+r", "command": "-workbench.action.openRecent" },
1475+
{ "key": "ctrl+r", "command": "-workbench.action.openRecent",
1476+
"when": "!isSessionsWindow" },
14751477
{ "key": "ctrl+,", "command": "-workbench.action.openSettings" },
14761478
{ "key": "ctrl+k ctrl+h", "command": "-workbench.action.output.toggleOutput",
14771479
"when": "workbench.panel.output.active" },
@@ -1490,7 +1492,8 @@
14901492
{ "key": "ctrl+q", "command": "-workbench.action.quit" },
14911493
{ "key": "ctrl+alt+o", "command": "-workbench.action.remote.showMenu" },
14921494
{ "key": "ctrl+shift+t", "command": "-workbench.action.reopenClosedEditor" },
1493-
{ "key": "ctrl+shift+h", "command": "-workbench.action.replaceInFiles" },
1495+
{ "key": "ctrl+shift+h", "command": "-workbench.action.replaceInFiles",
1496+
"when": "!isSessionsWindow" },
14941497
{ "key": "ctrl+w", "command": "-workbench.action.restoreAuxiliaryBar",
14951498
"when": "auxiliaryBarMaximized" },
14961499
{ "key": "ctrl+shift+j", "command": "-workbench.action.search.toggleQueryDetails",
@@ -1678,7 +1681,7 @@
16781681
{ "key": "ctrl+j", "command": "-workbench.action.togglePanel" },
16791682
{ "key": "ctrl+b", "command": "-workbench.action.toggleSidebarVisibility" },
16801683
{ "key": "ctrl+k z", "command": "-workbench.action.toggleZenMode",
1681-
"when": "!isAuxiliaryWindowFocusedContext" },
1684+
"when": "!isAuxiliaryWindowFocusedContext && !isSessionsWindow" },
16821685
{ "key": "ctrl+k shift+enter", "command": "-workbench.action.unpinEditor",
16831686
"when": "activeEditorIsPinned" },
16841687
{ "key": "ctrl+numpad_add", "command": "-workbench.action.zoomIn" },

0 commit comments

Comments
 (0)