Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wrappers based on vscode 1.65.0 #71

Merged
merged 1 commit into from
Mar 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions generator/default-keybindings-linux.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.64.2 for Linux
// Default Keybindings of Visual Studio Code 1.65.0 for Linux
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down Expand Up @@ -357,6 +357,8 @@
"when": "editorTextFocus && foldingEnabled" },
{ "key": "ctrl+k ctrl+]", "command": "editor.unfoldRecursively",
"when": "editorTextFocus && foldingEnabled" },
{ "key": "escape", "command": "inlayHints.stopReadingLineWithHint",
"when": "isReadingLineWithInlayHints" },
{ "key": "tab", "command": "insertSnippet",
"when": "editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus && !inSnippetMode" },
{ "key": "meta+enter", "command": "interactive.execute",
Expand Down Expand Up @@ -922,6 +924,8 @@
"when": "isMacNative && openFolderWorkspaceSupport" },
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openFolder",
"when": "openFolderWorkspaceSupport" },
{ "key": "ctrl+o", "command": "workbench.action.files.openFolderViaWorkspace",
"when": "!openFolderWorkspaceSupport && workbenchState == 'workspace'" },
{ "key": "ctrl+o", "command": "workbench.action.files.openLocalFile",
"when": "remoteFileDialogVisible" },
{ "key": "ctrl+k ctrl+o", "command": "workbench.action.files.openLocalFolder",
Expand Down Expand Up @@ -1018,6 +1022,8 @@
{ "key": "ctrl+t", "command": "workbench.action.showAllSymbols" },
{ "key": "f1", "command": "workbench.action.showCommands" },
{ "key": "ctrl+shift+p", "command": "workbench.action.showCommands" },
{ "key": "ctrl+k ctrl+i", "command": "workbench.action.showTreeHover",
"when": "customTreeView && listFocus && !inputFocus" },
{ "key": "ctrl+\\", "command": "workbench.action.splitEditor" },
{ "key": "ctrl+k ctrl+shift+\\", "command": "workbench.action.splitEditorInGroup",
"when": "activeEditorCanSplitInGroup" },
Expand Down Expand Up @@ -1303,6 +1309,7 @@
// - acceptSnippet
// - actions.findWithSelection
// - addRootFolder
// - audioCues.help
// - breadcrumbs.toggle
// - breadcrumbs.toggleFromEditorTitle
// - callStack.collapse
Expand Down Expand Up @@ -1436,6 +1443,7 @@
// - editor.action.sortLinesDescending
// - editor.action.sourceAction
// - editor.action.startDebugTextMate
// - editor.action.surroundWithSnippet
// - editor.action.toggleColumnSelection
// - editor.action.toggleMinimap
// - editor.action.toggleRenderControlCharacter
Expand Down Expand Up @@ -1565,6 +1573,7 @@
// - git.clone
// - git.cloneRecursive
// - git.close
// - git.closeAllDiffEditors
// - git.commit
// - git.commitAll
// - git.commitAllAmend
Expand Down Expand Up @@ -1643,14 +1652,16 @@
// - git.undoCommit
// - git.unstage
// - git.unstageAll
// - github.provide-manually
// - github.publish
// - goToNextReferenceFromEmbeddedEditor
// - goToPreviousReferenceFromEmbeddedEditor
// - help.tweetFeedback
// - imagePreview.zoomIn
// - imagePreview.zoomOut
// - inlayHints.startReadingLineWithHint
// - interactive.input.clear
// - ipynb.newUntitledIpynb
// - ipynb.openIpynbInNotebookEditor
// - javascript.goToProjectConfig
// - javascript.reloadProjects
// - jsBrowserBreakpoints.focus
Expand Down Expand Up @@ -1829,6 +1840,7 @@
// - selectForCompare
// - selectLastSuggestion
// - setContext
// - setRootFolder
// - setSelection
// - settings.filterByModified
// - settings.filterByOnline
Expand Down Expand Up @@ -1876,9 +1888,12 @@
// - update.checkForVSCodeUpdate
// - update.checking
// - update.downloadNow
// - update.downloadUpdate
// - update.downloading
// - update.install
// - update.installUpdate
// - update.restart
// - update.restartToUpdate
// - update.showCurrentReleaseNotes
// - update.updating
// - variables.collapse
Expand All @@ -1900,6 +1915,7 @@
// - workbench.action.clearEditorHistory
// - workbench.action.clearRecentFiles
// - workbench.action.closeActivePinnedEditor
// - workbench.action.closeAuxiliaryBar
// - workbench.action.closeEditorInAllGroups
// - workbench.action.closeEditorsAndGroup
// - workbench.action.closeEditorsInOtherGroups
Expand Down Expand Up @@ -1995,11 +2011,18 @@
// - workbench.action.moveSideBarRight
// - workbench.action.moveSidePanelToPanel
// - workbench.action.moveView
// - workbench.action.navigateBackInEditLocations
// - workbench.action.navigateBackInNavigationLocations
// - workbench.action.navigateDown
// - workbench.action.navigateEditorGroups
// - workbench.action.navigateForwardInEditLocations
// - workbench.action.navigateForwardInNavigationLocations
// - workbench.action.navigateLast
// - workbench.action.navigateLeft
// - workbench.action.navigatePreviousInEditLocations
// - workbench.action.navigatePreviousInNavigationLocations
// - workbench.action.navigateRight
// - workbench.action.navigateToLastNavigationLocation
// - workbench.action.navigateUp
// - workbench.action.newGroupAbove
// - workbench.action.newGroupBelow
Expand Down Expand Up @@ -2131,6 +2154,7 @@
// - workbench.action.terminal.changeIconInstance
// - workbench.action.terminal.changeIconPanel
// - workbench.action.terminal.clear
// - workbench.action.terminal.clearCommandHistory
// - workbench.action.terminal.createProfileButton
// - workbench.action.terminal.detachSession
// - workbench.action.terminal.focus
Expand All @@ -2156,7 +2180,7 @@
// - workbench.action.terminal.openDetectedLink
// - workbench.action.terminal.openFileLink
// - workbench.action.terminal.openSettings
// - workbench.action.terminal.openWebLink
// - workbench.action.terminal.openUrlLink
// - workbench.action.terminal.relaunch
// - workbench.action.terminal.rename
// - workbench.action.terminal.renamePanel
Expand Down
29 changes: 27 additions & 2 deletions generator/default-keybindings-mac.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Default Keybindings of Visual Studio Code 1.64.2 for macOS
// Default Keybindings of Visual Studio Code 1.65.0 for macOS
// Override key bindings by placing them into your key bindings file.
[
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
Expand Down Expand Up @@ -428,6 +428,8 @@
"when": "editorTextFocus && foldingEnabled" },
{ "key": "cmd+k cmd+]", "command": "editor.unfoldRecursively",
"when": "editorTextFocus && foldingEnabled" },
{ "key": "escape", "command": "inlayHints.stopReadingLineWithHint",
"when": "isReadingLineWithInlayHints" },
{ "key": "tab", "command": "insertSnippet",
"when": "editorTextFocus && hasSnippetCompletions && !editorTabMovesFocus && !inSnippetMode" },
{ "key": "ctrl+enter", "command": "interactive.execute",
Expand Down Expand Up @@ -1016,6 +1018,8 @@
"when": "false" },
{ "key": "cmd+o", "command": "workbench.action.files.openFileFolder",
"when": "isMacNative && openFolderWorkspaceSupport" },
{ "key": "cmd+o", "command": "workbench.action.files.openFolderViaWorkspace",
"when": "!openFolderWorkspaceSupport && workbenchState == 'workspace'" },
{ "key": "cmd+o", "command": "workbench.action.files.openLocalFileFolder",
"when": "remoteFileDialogVisible" },
{ "key": "cmd+k r", "command": "workbench.action.files.revealActiveFileInWindows" },
Expand Down Expand Up @@ -1112,6 +1116,8 @@
{ "key": "cmd+t", "command": "workbench.action.showAllSymbols" },
{ "key": "f1", "command": "workbench.action.showCommands" },
{ "key": "shift+cmd+p", "command": "workbench.action.showCommands" },
{ "key": "cmd+k cmd+i", "command": "workbench.action.showTreeHover",
"when": "customTreeView && listFocus && !inputFocus" },
{ "key": "cmd+\\", "command": "workbench.action.splitEditor" },
{ "key": "cmd+k shift+cmd+\\", "command": "workbench.action.splitEditorInGroup",
"when": "activeEditorCanSplitInGroup" },
Expand Down Expand Up @@ -1442,6 +1448,7 @@
// - acceptSelectedSuggestionOnEnter
// - acceptSnippet
// - addRootFolder
// - audioCues.help
// - breadcrumbs.toggle
// - breadcrumbs.toggleFromEditorTitle
// - callStack.collapse
Expand Down Expand Up @@ -1561,6 +1568,7 @@
// - editor.action.sortLinesDescending
// - editor.action.sourceAction
// - editor.action.startDebugTextMate
// - editor.action.surroundWithSnippet
// - editor.action.toggleColumnSelection
// - editor.action.toggleMinimap
// - editor.action.toggleRenderControlCharacter
Expand Down Expand Up @@ -1689,6 +1697,7 @@
// - git.clone
// - git.cloneRecursive
// - git.close
// - git.closeAllDiffEditors
// - git.commit
// - git.commitAll
// - git.commitAllAmend
Expand Down Expand Up @@ -1774,7 +1783,10 @@
// - help.tweetFeedback
// - imagePreview.zoomIn
// - imagePreview.zoomOut
// - inlayHints.startReadingLineWithHint
// - interactive.input.clear
// - ipynb.newUntitledIpynb
// - ipynb.openIpynbInNotebookEditor
// - javascript.goToProjectConfig
// - javascript.reloadProjects
// - jsBrowserBreakpoints.focus
Expand Down Expand Up @@ -1951,6 +1963,7 @@
// - selectForCompare
// - selectLastSuggestion
// - setContext
// - setRootFolder
// - setSelection
// - settings.filterByModified
// - settings.filterByOnline
Expand Down Expand Up @@ -1998,9 +2011,12 @@
// - update.checkForVSCodeUpdate
// - update.checking
// - update.downloadNow
// - update.downloadUpdate
// - update.downloading
// - update.install
// - update.installUpdate
// - update.restart
// - update.restartToUpdate
// - update.showCurrentReleaseNotes
// - update.updating
// - variables.collapse
Expand All @@ -2022,6 +2038,7 @@
// - workbench.action.clearEditorHistory
// - workbench.action.clearRecentFiles
// - workbench.action.closeActivePinnedEditor
// - workbench.action.closeAuxiliaryBar
// - workbench.action.closeEditorInAllGroups
// - workbench.action.closeEditorsAndGroup
// - workbench.action.closeEditorsInOtherGroups
Expand Down Expand Up @@ -2120,11 +2137,18 @@
// - workbench.action.moveSidePanelToPanel
// - workbench.action.moveView
// - workbench.action.moveWindowTabToNewWindow
// - workbench.action.navigateBackInEditLocations
// - workbench.action.navigateBackInNavigationLocations
// - workbench.action.navigateDown
// - workbench.action.navigateEditorGroups
// - workbench.action.navigateForwardInEditLocations
// - workbench.action.navigateForwardInNavigationLocations
// - workbench.action.navigateLast
// - workbench.action.navigateLeft
// - workbench.action.navigatePreviousInEditLocations
// - workbench.action.navigatePreviousInNavigationLocations
// - workbench.action.navigateRight
// - workbench.action.navigateToLastNavigationLocation
// - workbench.action.navigateUp
// - workbench.action.newGroupAbove
// - workbench.action.newGroupBelow
Expand Down Expand Up @@ -2252,6 +2276,7 @@
// - workbench.action.terminal.changeIcon
// - workbench.action.terminal.changeIconInstance
// - workbench.action.terminal.changeIconPanel
// - workbench.action.terminal.clearCommandHistory
// - workbench.action.terminal.createProfileButton
// - workbench.action.terminal.detachSession
// - workbench.action.terminal.focus
Expand All @@ -2277,7 +2302,7 @@
// - workbench.action.terminal.openDetectedLink
// - workbench.action.terminal.openFileLink
// - workbench.action.terminal.openSettings
// - workbench.action.terminal.openWebLink
// - workbench.action.terminal.openUrlLink
// - workbench.action.terminal.relaunch
// - workbench.action.terminal.rename
// - workbench.action.terminal.renamePanel
Expand Down
Loading