-
-
Save skfarhat/4e88ef386c93b9dceb98121d9457edbf to your computer and use it in GitHub Desktop.
-------------------------------------------- | |
Version: 1.45.1 | |
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a | |
Date: 2020-05-14T08:33:47.663Z | |
Electron: 7.2.4 | |
Chrome: 78.0.3904.130 | |
Node.js: 12.8.1 | |
V8: 7.8.279.23-electron.0 | |
OS: Darwin x64 18.5.0 | |
------------------------------------------- | |
Q: How I got them? | |
A: Created an extension using 'yo'. | |
Set a breakpoint somewhere where vscode is defined. | |
In the debug console run vscode.commands.getCommands().then(x => console.log(x)) | |
Then copy the entire output. | |
------------------------------------------- | |
_executeDocumentSymbolProvider | |
_executeLinkProvider | |
history.showPrevious | |
history.showNext | |
setContext | |
_moveTo | |
_moveToSelect | |
columnSelect | |
cursorColumnSelectLeft | |
cursorColumnSelectRight | |
cursorColumnSelectUp | |
cursorColumnSelectPageUp | |
cursorColumnSelectDown | |
cursorColumnSelectPageDown | |
cursorMove | |
cursorLeft | |
cursorLeftSelect | |
cursorRight | |
cursorRightSelect | |
cursorUp | |
cursorUpSelect | |
cursorPageUp | |
cursorPageUpSelect | |
cursorDown | |
cursorDownSelect | |
cursorPageDown | |
cursorPageDownSelect | |
createCursor | |
_lastCursorMoveToSelect | |
cursorHome | |
cursorHomeSelect | |
cursorLineStart | |
cursorLineStartSelect | |
cursorEnd | |
cursorEndSelect | |
cursorLineEnd | |
cursorLineEndSelect | |
cursorTop | |
cursorTopSelect | |
cursorBottom | |
cursorBottomSelect | |
editorScroll | |
scrollLineUp | |
scrollPageUp | |
scrollLineDown | |
scrollPageDown | |
_wordSelect | |
_wordSelectDrag | |
lastCursorWordSelect | |
_lineSelect | |
_lineSelectDrag | |
lastCursorLineSelect | |
lastCursorLineSelectDrag | |
expandLineSelection | |
cancelSelection | |
removeSecondaryCursors | |
revealLine | |
selectAll | |
setSelection | |
lineBreakInsert | |
outdent | |
tab | |
deleteLeft | |
deleteRight | |
undo | |
default:undo | |
redo | |
default:redo | |
editor.action.selectAll | |
default:type | |
type | |
default:replacePreviousChar | |
replacePreviousChar | |
default:compositionStart | |
compositionStart | |
default:compositionEnd | |
compositionEnd | |
default:paste | |
paste | |
default:cut | |
cut | |
editor.cancelOperation | |
editor.action.moveCarretLeftAction | |
editor.action.moveCarretRightAction | |
editor.action.transposeLetters | |
editor.action.clipboardCutAction | |
editor.action.clipboardCopyAction | |
editor.action.clipboardPasteAction | |
editor.action.clipboardCopyWithSyntaxHighlightingAction | |
_executeCodeActionProvider | |
_executeCodeLensProvider | |
_executeDocumentColorProvider | |
_executeColorPresentationProvider | |
editor.action.commentLine | |
editor.action.addCommentLine | |
editor.action.removeCommentLine | |
editor.action.blockComment | |
editor.action.showContextMenu | |
cursorUndo | |
cursorRedo | |
editor.action.fontZoomIn | |
editor.action.fontZoomOut | |
editor.action.fontZoomReset | |
_executeFormatRangeProvider | |
_executeFormatDocumentProvider | |
_executeFormatOnTypeProvider | |
editor.action.formatDocument | |
editor.action.formatSelection | |
editor.action.format | |
_executeDefinitionProvider | |
_executeDeclarationProvider | |
_executeImplementationProvider | |
_executeTypeDefinitionProvider | |
_executeReferenceProvider | |
editor.gotoNextSymbolFromResult | |
editor.gotoNextSymbolFromResult.cancel | |
_executeHoverProvider | |
editor.action.indentationToSpaces | |
editor.action.indentationToTabs | |
editor.action.indentUsingTabs | |
editor.action.indentUsingSpaces | |
editor.action.detectIndentation | |
editor.action.reindentlines | |
editor.action.reindentselectedlines | |
editor.action.copyLinesUpAction | |
editor.action.copyLinesDownAction | |
editor.action.duplicateSelection | |
editor.action.moveLinesUpAction | |
editor.action.moveLinesDownAction | |
editor.action.sortLinesAscending | |
editor.action.sortLinesDescending | |
editor.action.trimTrailingWhitespace | |
editor.action.deleteLines | |
editor.action.indentLines | |
editor.action.outdentLines | |
editor.action.insertLineBefore | |
editor.action.insertLineAfter | |
deleteAllLeft | |
deleteAllRight | |
editor.action.joinLines | |
editor.action.transpose | |
editor.action.transformToUppercase | |
editor.action.transformToLowercase | |
editor.action.transformToTitlecase | |
_executeSignatureHelpProvider | |
cancelOnTypeRenameInput | |
_executeRenameOnTypeProvider | |
editor.action.onTypeRename | |
editor.action.smartSelect.grow | |
editor.action.smartSelect.expand | |
editor.action.smartSelect.shrink | |
_executeSelectionRangeProvider | |
_executeCompletionItemProvider | |
editor.action.toggleTabFocusMode | |
editor.action.forceRetokenize | |
cursorWordStartLeft | |
cursorWordEndLeft | |
cursorWordLeft | |
cursorWordStartLeftSelect | |
cursorWordEndLeftSelect | |
cursorWordLeftSelect | |
cursorWordStartRight | |
cursorWordEndRight | |
cursorWordRight | |
cursorWordStartRightSelect | |
cursorWordEndRightSelect | |
cursorWordRightSelect | |
cursorWordAccessibilityLeft | |
cursorWordAccessibilityLeftSelect | |
cursorWordAccessibilityRight | |
cursorWordAccessibilityRightSelect | |
deleteWordStartLeft | |
deleteWordEndLeft | |
deleteWordLeft | |
deleteWordStartRight | |
deleteWordEndRight | |
deleteWordRight | |
cursorWordPartStartLeft | |
cursorWordPartStartLeftSelect | |
deleteWordPartLeft | |
deleteWordPartRight | |
cursorWordPartLeft | |
cursorWordPartLeftSelect | |
cursorWordPartRight | |
cursorWordPartRightSelect | |
editor.action.diffReview.next | |
editor.action.diffReview.prev | |
editor.action.selectToBracket | |
editor.action.jumpToBracket | |
codelens.showLensesInCurrentLine | |
editor.unfold | |
editor.unfoldRecursively | |
editor.fold | |
editor.foldRecursively | |
editor.foldAll | |
editor.unfoldAll | |
editor.foldAllBlockComments | |
editor.foldAllMarkerRegions | |
editor.unfoldAllMarkerRegions | |
editor.toggleFold | |
editor.foldLevel1 | |
editor.foldLevel2 | |
editor.foldLevel3 | |
editor.foldLevel4 | |
editor.foldLevel5 | |
editor.foldLevel6 | |
editor.foldLevel7 | |
editor.action.inPlaceReplace.up | |
editor.action.inPlaceReplace.down | |
editor.action.openLink | |
leaveEditorMessage | |
editor.action.quickFix | |
editor.action.refactor | |
editor.action.sourceAction | |
editor.action.organizeImports | |
editor.action.autoFix | |
editor.action.fixAll | |
editor.action.codeAction | |
editor.action.triggerParameterHints | |
closeParameterHints | |
showPrevParameterHint | |
showNextParameterHint | |
editor.action.rename | |
acceptRenameInput | |
acceptRenameInputWithPreview | |
cancelRenameInput | |
_executeDocumentRenameProvider | |
_executeDocumentHighlights | |
editor.action.wordHighlight.next | |
editor.action.wordHighlight.prev | |
editor.action.wordHighlight.trigger | |
editor.action.marker.next | |
editor.action.marker.prev | |
editor.action.marker.nextInFiles | |
editor.action.marker.prevInFiles | |
closeMarkersNavigation | |
actions.find | |
actions.findWithSelection | |
editor.action.nextMatchFindAction | |
editor.action.previousMatchFindAction | |
editor.action.nextSelectionMatchFindAction | |
editor.action.previousSelectionMatchFindAction | |
editor.action.startFindReplaceAction | |
closeFindWidget | |
toggleFindCaseSensitive | |
toggleFindWholeWord | |
toggleFindRegex | |
toggleFindInSelection | |
editor.action.replaceOne | |
editor.action.replaceAll | |
editor.action.selectAllMatches | |
editor.action.insertCursorAbove | |
editor.action.insertCursorBelow | |
editor.action.insertCursorAtEndOfEachLineSelected | |
editor.action.addSelectionToNextFindMatch | |
editor.action.addSelectionToPreviousFindMatch | |
editor.action.moveSelectionToNextFindMatch | |
editor.action.moveSelectionToPreviousFindMatch | |
editor.action.selectHighlights | |
editor.action.changeAll | |
editor.action.addCursorsToBottom | |
editor.action.addCursorsToTop | |
togglePeekWidgetFocus | |
goToNextReference | |
goToPreviousReference | |
goToNextReferenceFromEmbeddedEditor | |
goToPreviousReferenceFromEmbeddedEditor | |
closeReferenceSearchEditor | |
closeReferenceSearch | |
openReferenceToSide | |
openReference | |
editor.action.goToDeclaration | |
editor.action.revealDefinition | |
editor.action.openDeclarationToTheSide | |
editor.action.revealDefinitionAside | |
editor.action.previewDeclaration | |
editor.action.peekDefinition | |
editor.action.revealDeclaration | |
editor.action.peekDeclaration | |
editor.action.goToTypeDefinition | |
editor.action.peekTypeDefinition | |
editor.action.goToImplementation | |
editor.action.peekImplementation | |
editor.action.goToReferences | |
editor.action.referenceSearch.trigger | |
editor.action.goToLocations | |
editor.action.peekLocations | |
editor.action.findReferences | |
editor.action.showReferences | |
editor.action.showHover | |
editor.action.showDefinitionPreviewHover | |
jumpToNextSnippetPlaceholder | |
jumpToPrevSnippetPlaceholder | |
leaveSnippet | |
acceptSnippet | |
editor.action.triggerSuggest | |
acceptSelectedSuggestion | |
acceptAlternativeSelectedSuggestion | |
acceptSelectedSuggestionOnEnter | |
hideSuggestWidget | |
selectNextSuggestion | |
selectNextPageSuggestion | |
selectLastSuggestion | |
selectPrevSuggestion | |
selectPrevPageSuggestion | |
selectFirstSuggestion | |
toggleSuggestionDetails | |
toggleExplainMode | |
toggleSuggestionFocus | |
insertBestCompletion | |
insertNextSuggestion | |
insertPrevSuggestion | |
list.focusDown | |
list.expandSelectionDown | |
list.focusUp | |
list.expandSelectionUp | |
list.collapse | |
list.collapseAll | |
list.focusParent | |
list.expand | |
list.focusPageUp | |
list.focusPageDown | |
list.focusFirst | |
list.focusFirstChild | |
list.focusLast | |
list.focusLastChild | |
list.select | |
list.selectAll | |
list.toggleSelection | |
list.toggleExpand | |
list.clear | |
list.toggleKeyboardNavigation | |
list.toggleFilterOnType | |
list.scrollUp | |
list.scrollDown | |
list.scrollLeft | |
list.scrollRight | |
workbench.action.keybindingsReference | |
workbench.action.openDocumentationUrl | |
workbench.action.openIntroductoryVideosUrl | |
workbench.action.openTipsAndTricksUrl | |
workbench.action.openNewsletterSignupUrl | |
workbench.action.openTwitterUrl | |
workbench.action.openRequestFeatureUrl | |
workbench.action.openLicenseUrl | |
workbench.action.openPrivacyStatementUrl | |
workbench.action.closeQuickOpen | |
workbench.action.acceptSelectedQuickOpenItem | |
workbench.action.alternativeAcceptSelectedQuickOpenItem | |
workbench.action.focusQuickOpen | |
workbench.action.quickOpenNavigateNextInFilePicker | |
workbench.action.quickOpenNavigatePreviousInFilePicker | |
workbench.action.quickPickManyToggle | |
workbench.action.quickInputBack | |
workbench.action.quickOpen | |
workbench.action.quickOpenPreviousEditor | |
workbench.action.quickOpenSelectNext | |
workbench.action.quickOpenSelectPrevious | |
workbench.action.quickOpenNavigateNext | |
workbench.action.quickOpenNavigatePrevious | |
_executePrepareCallHierarchy | |
_executeProvideIncomingCalls | |
_executeProvideOutgoingCalls | |
workbench.action.installCommandLine | |
workbench.action.uninstallCommandLine | |
editor.action.showAccessibilityHelp | |
closeAccessibilityHelp | |
editor.action.toggleColumnSelection | |
editor.action.toggleMinimap | |
workbench.action.toggleMultiCursorModifier | |
editor.action.toggleRenderControlCharacter | |
editor.action.toggleRenderWhitespace | |
execCut | |
execCopy | |
execPaste | |
workbench.action.showEmmetCommands | |
editor.action.insertSnippet | |
editor.action.showSnippets | |
workbench.userData.actions.openSyncBackupsFolder | |
vscode.openFolder | |
vscode.newWindow | |
vscode.diff | |
vscode.open | |
vscode.openWith | |
_workbench.removeFromRecentlyOpened | |
vscode.removeFromRecentlyOpened | |
_workbench.addToRecentlyOpened | |
_workbench.getRecentlyOpened | |
vscode.setEditorLayout | |
_extensionTests.setLogLevel | |
_extensionTests.getLogLevel | |
editor.showCallHierarchy | |
editor.toggleCallHierarchy | |
editor.refocusCallHierarchy | |
editor.closeCallHierarchy | |
workbench.action.inspectKeyMappings | |
workbench.action.inspectKeyMappingsJSON | |
workbench.action.gotoLine | |
workbench.action.gotoSymbol | |
editor.action.dirtydiff.previous | |
editor.action.dirtydiff.next | |
workbench.action.editor.previousChange | |
workbench.action.editor.nextChange | |
closeDirtyDiff | |
workbench.action.openLogsFolder | |
workbench.action.openExtensionLogsFolder | |
workbench.action.url.openUrl | |
workbench.action.manageTrustedDomain | |
workbench.action.reportPerformanceIssueUsingReporter | |
workbench.action.openIssueReporter | |
workbench.action.openProcessExplorer | |
_issues.getSystemStatus | |
editor.action.formatDocument.multiple | |
editor.action.formatSelection.multiple | |
workbench.action.showInterfaceOverview | |
workbench.action.hideInterfaceOverview | |
notebook.cell.execute | |
notebook.cell.cancelExecution | |
notebook.cell.executeAndSelectBelow | |
notebook.cell.executeAndInsertBelow | |
notebook.execute | |
notebook.cancelExecution | |
notebook.cell.quitEdit | |
notebook.cell.changeToCode | |
notebook.cell.changeToMarkdown | |
notebook.cell.insertCodeCellAbove | |
notebook.cell.insertCodeCellBelow | |
notebook.cell.insertMarkdownCellAbove | |
notebook.cell.insertMarkdownCellBelow | |
notebook.cell.edit | |
notebook.cell.save | |
notebook.cell.delete | |
notebook.cell.moveUp | |
notebook.cell.moveDown | |
notebook.cell.copy | |
notebook.cell.cut | |
notebook.cell.pasteAbove | |
notebook.cell.paste | |
notebook.cell.copyUp | |
notebook.cell.copyDown | |
notebook.cursorDown | |
notebook.cursorUp | |
notebook.undo | |
notebook.redo | |
notebook.focusTop | |
notebook.focusBottom | |
notebook.cell.clearOutputs | |
notebook.cell.changeLanguage | |
notebook.clearAllCellsOutputs | |
notebook.hideFind | |
notebook.find | |
notebook.fold | |
notebook.unfold | |
notebook.format | |
editor.action.measureExtHostLatency | |
workbench.extensions.action.manageAuthorizedExtensionURIs | |
editor.action.defineKeybinding | |
insertSnippet | |
editor.action.nextCommentThreadAction | |
workbench.action.addComment | |
workbench.action.submitComment | |
workbench.action.hideComment | |
breakpointWidget.action.acceptInput | |
closeBreakpointWidget | |
workbench.action.setLogLevel | |
workbench.action.restartExtensionHost | |
editor.emmet.action.expandAbbreviation | |
editor.action.startDebugTextMate | |
workbench.action.closeSidebar | |
workbench.action.toggleActivityBarVisibility | |
workbench.action.toggleCenteredLayout | |
workbench.action.toggleEditorGroupLayout | |
workbench.action.toggleSidebarPosition | |
workbench.action.toggleEditorVisibility | |
workbench.action.toggleSidebarVisibility | |
workbench.action.toggleStatusbarVisibility | |
workbench.action.toggleTabsVisibility | |
workbench.action.toggleZenMode | |
workbench.action.exitZenMode | |
workbench.action.resetViewLocations | |
workbench.action.moveFocusedView | |
workbench.action.resetFocusedViewLocation | |
workbench.action.increaseViewSize | |
workbench.action.decreaseViewSize | |
breadcrumbs.toggle | |
breadcrumbs.focusAndSelect | |
breadcrumbs.focus | |
breadcrumbs.toggleToOn | |
breadcrumbs.focusNext | |
breadcrumbs.focusPrevious | |
breadcrumbs.focusNextWithPicker | |
breadcrumbs.focusPreviousWithPicker | |
breadcrumbs.selectFocused | |
breadcrumbs.revealFocused | |
breadcrumbs.selectEditor | |
breadcrumbs.revealFocusedFromTreeAside | |
workbench.action.showRuntimeExtensions | |
workbench.extensions.action.debugExtensionHost | |
workbench.extensions.action.extensionHostProfile | |
workbench.extensions.action.stopExtensionHostProfile | |
workbench.extensions.action.saveExtensionHostProfile | |
openInTerminal | |
workbench.action.terminal.openNativeConsole | |
_workbench.open | |
_workbench.openWith | |
_workbench.diff | |
workbench.action.openSnippets | |
editor.action.customEditor.undo | |
editor.action.customEditor.redo | |
update.showCurrentReleaseNotes | |
update.checkForVSCodeUpdate | |
workbench.action.showWelcomePage | |
workbench.action.showInteractivePlayground | |
workbench.action.interactivePlayground.arrowUp | |
workbench.action.interactivePlayground.arrowDown | |
workbench.action.interactivePlayground.pageUp | |
workbench.action.interactivePlayground.pageDown | |
workbench.action.zoomIn | |
workbench.action.zoomOut | |
workbench.action.zoomReset | |
workbench.action.closeWindow | |
workbench.action.switchWindow | |
workbench.action.quickSwitchWindow | |
workbench.action.quit | |
workbench.action.newWindowTab | |
workbench.action.showPreviousWindowTab | |
workbench.action.showNextWindowTab | |
workbench.action.moveWindowTabToNewWindow | |
workbench.action.mergeAllWindowTabs | |
workbench.action.toggleWindowTabsBar | |
workbench.action.toggleSharedProcess | |
workbench.action.reloadWindowWithExtensionsDisabled | |
workbench.action.toggleDevTools | |
workbench.action.configureRuntimeArguments | |
editor.action.toggleWordWrap | |
editor.action.inspectTMScopes | |
_workbench.captureSyntaxTokens | |
workbench.action.navigateUp | |
workbench.action.navigateDown | |
workbench.action.navigateLeft | |
workbench.action.navigateRight | |
workbench.action.focusNextPart | |
workbench.action.focusPreviousPart | |
mkdtemp | |
editor.action.formatDocument.none | |
workbench.action.configureLocale | |
workbench.action.clearCommandHistory | |
workbench.action.showCommands | |
workbench.action.openView | |
workbench.action.quickOpenView | |
workbench.action.quickOpenNavigateNextInViewPicker | |
workbench.action.quickOpenNavigatePreviousInViewPicker | |
workbench.action.selectTheme | |
workbench.action.selectIconTheme | |
workbench.action.selectProductIconTheme | |
workbench.action.generateColorTheme | |
perfview.show | |
workbench.action.inspectContextKeys | |
workbench.action.toggleScreencastMode | |
workbench.action.logStorage | |
workbench.action.logWorkingCopies | |
workbench.action.newWindow | |
workbench.action.quickOpenRecent | |
workbench.action.openRecent | |
workbench.action.toggleFullScreen | |
workbench.action.reloadWindow | |
workbench.action.showAboutDialog | |
workbench.action.quickOpenNavigateNextInRecentFilesPicker | |
workbench.action.quickOpenNavigatePreviousInRecentFilesPicker | |
workbench.action.editor.changeLanguageMode | |
workbench.action.editor.changeEOL | |
workbench.action.editor.changeEncoding | |
workbench.action.nextEditor | |
workbench.action.previousEditor | |
workbench.action.nextEditorInGroup | |
workbench.action.previousEditorInGroup | |
workbench.action.openNextRecentlyUsedEditor | |
workbench.action.openPreviousRecentlyUsedEditor | |
workbench.action.openNextRecentlyUsedEditorInGroup | |
workbench.action.openPreviousRecentlyUsedEditorInGroup | |
workbench.action.firstEditorInGroup | |
workbench.action.lastEditorInGroup | |
workbench.action.reopenClosedEditor | |
workbench.action.showAllEditors | |
workbench.action.showAllEditorsByMostRecentlyUsed | |
workbench.action.showEditorsInActiveGroup | |
workbench.action.clearRecentFiles | |
workbench.action.closeAllEditors | |
workbench.action.closeAllGroups | |
workbench.action.closeEditorsToTheLeft | |
workbench.action.closeEditorsInOtherGroups | |
workbench.action.closeEditorInAllGroups | |
workbench.action.splitEditor | |
workbench.action.splitEditorOrthogonal | |
workbench.action.splitEditorLeft | |
workbench.action.splitEditorRight | |
workbench.action.splitEditorUp | |
workbench.action.splitEditorDown | |
workbench.action.joinTwoGroups | |
workbench.action.joinAllGroups | |
workbench.action.navigateEditorGroups | |
workbench.action.evenEditorWidths | |
workbench.action.toggleEditorWidths | |
workbench.action.maximizeEditor | |
workbench.action.minimizeOtherEditors | |
workbench.action.moveEditorLeftInGroup | |
workbench.action.moveEditorRightInGroup | |
workbench.action.moveActiveEditorGroupLeft | |
workbench.action.moveActiveEditorGroupRight | |
workbench.action.moveActiveEditorGroupUp | |
workbench.action.moveActiveEditorGroupDown | |
workbench.action.moveEditorToPreviousGroup | |
workbench.action.moveEditorToNextGroup | |
workbench.action.moveEditorToFirstGroup | |
workbench.action.moveEditorToLastGroup | |
workbench.action.moveEditorToLeftGroup | |
workbench.action.moveEditorToRightGroup | |
workbench.action.moveEditorToAboveGroup | |
workbench.action.moveEditorToBelowGroup | |
workbench.action.focusActiveEditorGroup | |
workbench.action.focusFirstEditorGroup | |
workbench.action.focusLastEditorGroup | |
workbench.action.focusPreviousGroup | |
workbench.action.focusNextGroup | |
workbench.action.focusLeftGroup | |
workbench.action.focusRightGroup | |
workbench.action.focusAboveGroup | |
workbench.action.focusBelowGroup | |
workbench.action.newGroupLeft | |
workbench.action.newGroupRight | |
workbench.action.newGroupAbove | |
workbench.action.newGroupBelow | |
workbench.action.navigateForward | |
workbench.action.navigateBack | |
workbench.action.navigateToLastEditLocation | |
workbench.action.navigateLast | |
workbench.action.clearEditorHistory | |
workbench.action.revertAndCloseActiveEditor | |
workbench.action.editorLayoutSingle | |
workbench.action.editorLayoutTwoColumns | |
workbench.action.editorLayoutThreeColumns | |
workbench.action.editorLayoutTwoRows | |
workbench.action.editorLayoutThreeRows | |
workbench.action.editorLayoutTwoByTwoGrid | |
workbench.action.editorLayoutTwoRowsRight | |
workbench.action.editorLayoutTwoColumnsBottom | |
workbench.action.quickOpenPreviousRecentlyUsedEditor | |
workbench.action.quickOpenLeastRecentlyUsedEditor | |
workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup | |
workbench.action.quickOpenLeastRecentlyUsedEditorInGroup | |
workbench.action.openPreviousEditorFromHistory | |
workbench.action.quickOpenNavigateNextInEditorPicker | |
workbench.action.quickOpenNavigatePreviousInEditorPicker | |
moveActiveEditor | |
layoutEditorGroups | |
workbench.action.compareEditor.nextChange | |
workbench.action.compareEditor.previousChange | |
toggle.diff.renderSideBySide | |
toggle.diff.ignoreTrimWhitespace | |
workbench.action.openEditorAtIndex | |
workbench.action.openEditorAtIndex1 | |
workbench.action.openEditorAtIndex2 | |
workbench.action.openEditorAtIndex3 | |
workbench.action.openEditorAtIndex4 | |
workbench.action.openEditorAtIndex5 | |
workbench.action.openEditorAtIndex6 | |
workbench.action.openEditorAtIndex7 | |
workbench.action.openEditorAtIndex8 | |
workbench.action.openEditorAtIndex9 | |
workbench.action.closeUnmodifiedEditors | |
workbench.action.closeEditorsInGroup | |
workbench.action.closeActiveEditor | |
workbench.action.closeGroup | |
workbench.action.closeOtherEditors | |
workbench.action.closeEditorsToTheRight | |
workbench.action.keepEditor | |
workbench.action.showEditorsInGroup | |
workbench.action.closeEditorsAndGroup | |
workbench.action.focusSecondEditorGroup | |
workbench.action.focusThirdEditorGroup | |
workbench.action.focusFourthEditorGroup | |
workbench.action.focusFifthEditorGroup | |
workbench.action.focusSixthEditorGroup | |
workbench.action.focusSeventhEditorGroup | |
workbench.action.focusEighthEditorGroup | |
editor.action.webvieweditor.copy | |
editor.action.webvieweditor.paste | |
editor.action.webvieweditor.cut | |
editor.action.webvieweditor.undo | |
editor.action.webvieweditor.redo | |
toggleSearchEditorCaseSensitive | |
toggleSearchEditorWholeWord | |
toggleSearchEditorRegex | |
toggleSearchEditorContextLines | |
increaseSearchEditorContextLines | |
decreaseSearchEditorContextLines | |
selectAllSearchEditorMatches | |
cleanSearchEditorState | |
search.action.openInEditor | |
search.action.openNewEditor | |
search.action.openNewEditorToSide | |
rerunSearchEditorSearch | |
search.action.focusQueryEditorWidget | |
workbench.action.tasks.manageAutomaticRunning | |
workbench.action.files.openLocalFileFolder | |
workbench.action.files.saveLocalFile | |
workbench.action.files.openFileFolderInNewWindow | |
_files.pickFolderAndOpen | |
workbench.action.files.openFolderInNewWindow | |
workbench.action.files.openFileInNewWindow | |
workbench.action.openWorkspaceInNewWindow | |
addRootFolder | |
_workbench.pickWorkspaceFolder | |
workbench.action.addRootFolder | |
workbench.action.removeRootFolder | |
workbench.action.closeFolder | |
workbench.action.saveWorkspaceAs | |
workbench.action.duplicateWorkspaceInNewWindow | |
workbench.action.openWorkspaceConfigFile | |
workbench.action.previousSideBarView | |
workbench.action.nextSideBarView | |
workbench.action.togglePanel | |
workbench.action.focusPanel | |
workbench.action.toggleMaximizedPanel | |
workbench.action.closePanel | |
workbench.action.previousPanelView | |
workbench.action.nextPanelView | |
workbench.action.positionPanelLeft | |
workbench.action.positionPanelRight | |
workbench.action.positionPanelBottom | |
workbench.action.focusSideBar | |
refactorPreview.apply | |
refactorPreview.discard | |
refactorPreview.toggleCheckedState | |
refactorPreview.groupByFile | |
refactorPreview.groupByType | |
refactorPreview.toggleGrouping | |
workbench.action.focusCommentsPanel | |
editor.debug.action.toggleBreakpoint | |
editor.debug.action.conditionalBreakpoint | |
editor.debug.action.toggleLogPoint | |
editor.debug.action.runToCursor | |
editor.debug.action.selectionToRepl | |
editor.debug.action.selectionToWatch | |
editor.debug.action.showDebugHover | |
editor.debug.action.goToNextBreakpoint | |
editor.debug.action.goToPreviousBreakpoint | |
repl.action.acceptInput | |
repl.action.copyAll | |
repl.action.filter | |
debug.copyStackTrace | |
workbench.action.debug.reverseContinue | |
workbench.action.debug.stepBack | |
workbench.action.debug.terminateThread | |
debug.jumpToCursor | |
workbench.action.debug.restart | |
workbench.action.debug.stepOver | |
workbench.action.debug.stepInto | |
workbench.action.debug.stepOut | |
workbench.action.debug.pause | |
workbench.action.debug.disconnect | |
workbench.action.debug.stop | |
workbench.action.debug.restartFrame | |
workbench.action.debug.continue | |
workbench.debug.action.focusRepl | |
debug.startFromConfig | |
debug.toggleBreakpoint | |
debug.enableOrDisableBreakpoint | |
debug.renameWatchExpression | |
debug.setVariable | |
debug.removeWatchExpression | |
debug.removeBreakpoint | |
debug.installAdditionalDebuggers | |
debug.addConfiguration | |
editor.debug.action.toggleInlineBreakpoint | |
debug.openBreakpointToSide | |
workbench.debug.action.toggleRepl | |
workbench.view.debug | |
workbench.action.debug.start | |
workbench.action.debug.configure | |
workbench.debug.viewlet.action.addFunctionBreakpointAction | |
workbench.debug.viewlet.action.reapplyBreakpointsAction | |
workbench.action.debug.run | |
workbench.debug.viewlet.action.removeAllBreakpoints | |
workbench.debug.viewlet.action.enableAllBreakpoints | |
workbench.debug.viewlet.action.disableAllBreakpoints | |
workbench.action.debug.selectandstart | |
workbench.debug.panel.action.clearReplAction | |
workbench.extensions.action.showExtensionsForLanguage | |
workbench.extensions.action.showExtensionsWithIds | |
editor.action.extensioneditor.showfind | |
editor.action.extensioneditor.findNext | |
editor.action.extensioneditor.findPrevious | |
workbench.view.extensions | |
workbench.extensions.action.installExtensions | |
workbench.extensions.action.listOutdatedExtensions | |
workbench.extensions.action.showRecommendedExtensions | |
workbench.extensions.action.showRecommendedKeymapExtensions | |
workbench.extensions.action.showLanguageExtensions | |
workbench.extensions.action.showAzureExtensions | |
workbench.extensions.action.showPopularExtensions | |
workbench.extensions.action.showEnabledExtensions | |
workbench.extensions.action.showInstalledExtensions | |
workbench.extensions.action.showDisabledExtensions | |
workbench.extensions.action.listBuiltInExtensions | |
workbench.extensions.action.updateAllExtensions | |
workbench.extensions.action.installVSIX | |
workbench.extensions.action.disableAll | |
workbench.extensions.action.disableAllWorkspace | |
workbench.extensions.action.enableAll | |
workbench.extensions.action.enableAllWorkspace | |
workbench.extensions.action.checkForUpdates | |
workbench.extensions.action.enableAutoUpdate | |
workbench.extensions.action.disableAutoUpdate | |
workbench.extensions.action.install.specificVersion | |
workbench.extensions.action.reinstall | |
_extensions.manage | |
extension.open | |
workbench.extensions.installExtension | |
workbench.extensions.uninstallExtension | |
workbench.extensions.search | |
workbench.extensions.action.copyExtension | |
workbench.extensions.action.copyExtensionId | |
workbench.extensions.action.configure | |
workbench.extensions.action.toggleIgnoreExtension | |
explorer.openToSide | |
workbench.files.action.compareWithSaved | |
selectForCompare | |
compareSelected | |
compareFiles | |
copyFilePath | |
copyRelativeFilePath | |
workbench.action.files.copyPathOfActiveFile | |
revealInExplorer | |
explorer.openWith | |
workbench.action.files.save | |
workbench.action.files.saveWithoutFormatting | |
workbench.action.files.saveAs | |
saveAll | |
workbench.files.action.saveAllInGroup | |
workbench.action.files.saveFiles | |
workbench.action.files.revert | |
removeRootFolder | |
previousCompressedFolder | |
nextCompressedFolder | |
firstCompressedFolder | |
lastCompressedFolder | |
explorer.newFile | |
explorer.newFolder | |
explorer.download | |
workbench.action.files.saveAll | |
workbench.files.action.compareFileWith | |
workbench.files.action.reopenWithEditor | |
workbench.files.action.toggleEditorType | |
workbench.files.action.focusFilesExplorer | |
workbench.files.action.showActiveFileInExplorer | |
workbench.files.action.collapseExplorerFolders | |
workbench.files.action.refreshFilesExplorer | |
workbench.action.files.newUntitledFile | |
workbench.files.action.compareWithClipboard | |
workbench.action.toggleAutoSave | |
workbench.action.files.showOpenedFileInNewWindow | |
workbench.action.openWorkspace | |
workbench.action.files.openFileFolder | |
_files.windowOpen | |
_files.newWindow | |
renameFile | |
moveFileToTrash | |
deleteFile | |
filesExplorer.cut | |
filesExplorer.copy | |
filesExplorer.paste | |
filesExplorer.cancelCut | |
filesExplorer.openFilePreserveFocus | |
workbench.files.action.acceptLocalChanges | |
workbench.files.action.revertLocalChanges | |
workbench.view.explorer | |
revealFileInOS | |
workbench.action.files.revealActiveFileInWindows | |
problems.action.openToSide | |
workbench.action.showErrorsWarnings | |
problems.action.showQuickFixes | |
workbench.actions.view.problems | |
workbench.action.problems.focus | |
problems.action.copy | |
problems.action.copyMessage | |
problems.action.copyRelatedInformationMessage | |
problems.action.focusProblemsFromFilter | |
problems.action.focusFilter | |
problems.action.showMultilineMessage | |
problems.action.showSinglelineMessage | |
problems.action.clearFilterText | |
workbench.actions.view.toggleProblems | |
workbench.output.action.switchBetweenOutputs | |
workbench.output.action.clearOutput | |
workbench.output.action.toggleAutoScroll | |
workbench.action.openActiveLogOutputFile | |
workbench.action.output.toggleOutput | |
workbench.action.showLogs | |
workbench.action.openLogFile | |
remote.tunnel.label | |
remote.tunnel.forwardInline | |
remote.tunnel.forwardCommandPalette | |
remote.tunnel.closeInline | |
remote.tunnel.closeCommandPalette | |
remote.tunnel.open | |
remote.tunnel.copyAddressInline | |
remote.tunnel.copyAddressCommandPalette | |
remote.tunnel.refresh | |
remote.tunnel.changeLocalPort | |
workbench.view.remote | |
workbench.view.scm | |
scm.acceptInput | |
search.action.replaceAll | |
workbench.action.search.toggleQueryDetails | |
workbench.action.searchEditor.deleteResultBlock | |
search.action.focusSearchFromResults | |
search.action.openResultToSide | |
search.action.cancel | |
search.action.remove | |
search.action.replace | |
search.action.replaceAllInFile | |
search.action.replaceAllInFolder | |
closeReplaceInFilesWidget | |
search.focus.nextInputBox | |
search.focus.previousInputBox | |
search.action.copyMatch | |
search.action.copyPath | |
search.action.copyAll | |
search.action.clearHistory | |
search.action.revealInSideBar | |
search.action.focusSearchList | |
filesExplorer.findInFolder | |
search.action.clearSearchResults | |
search.action.refreshSearchResults | |
filesExplorer.findInWorkspace | |
workbench.view.search | |
workbench.action.findInFiles | |
search.action.focusNextSearchResult | |
search.action.focusPreviousSearchResult | |
workbench.action.replaceInFiles | |
toggleSearchCaseSensitive | |
toggleSearchWholeWord | |
toggleSearchRegex | |
addCursorsAtSearchResults | |
search.action.collapseSearchResults | |
search.action.expandSearchResults | |
workbench.action.showAllSymbols | |
workbench.action.toggleSearchOnType | |
_executeWorkspaceSymbolProvider | |
workbench.action.quickOpenNavigateNextInTerminalPicker | |
workbench.action.quickOpenNavigatePreviousInTerminalPicker | |
workbench.action.terminal.newInActiveWorkspace | |
workbench.action.terminal.focusPreviousPane | |
workbench.action.terminal.focusNextPane | |
workbench.action.terminal.resizePaneLeft | |
workbench.action.terminal.resizePaneRight | |
workbench.action.terminal.resizePaneUp | |
workbench.action.terminal.resizePaneDown | |
workbench.action.terminal.focus | |
workbench.action.terminal.focusNext | |
workbench.action.terminal.focusPrevious | |
workbench.action.terminal.runSelectedText | |
workbench.action.terminal.runActiveFile | |
workbench.action.terminal.scrollDown | |
workbench.action.terminal.scrollDownPage | |
workbench.action.terminal.scrollToBottom | |
workbench.action.terminal.scrollUp | |
workbench.action.terminal.scrollUpPage | |
workbench.action.terminal.scrollToTop | |
workbench.action.terminal.navigationModeExit | |
workbench.action.terminal.navigationModeFocusPrevious | |
workbench.action.terminal.navigationModeFocusNext | |
workbench.action.terminal.clearSelection | |
workbench.action.terminal.manageWorkspaceShellPermissions | |
workbench.action.terminal.rename | |
workbench.action.terminal.focusFind | |
workbench.action.terminal.hideFind | |
workbench.action.quickOpenTerm | |
workbench.action.terminal.scrollToPreviousCommand | |
workbench.action.terminal.scrollToNextCommand | |
workbench.action.terminal.selectToPreviousCommand | |
workbench.action.terminal.selectToNextCommand | |
workbench.action.terminal.selectToPreviousLine | |
workbench.action.terminal.selectToNextLine | |
toggleEscapeSequenceLogging | |
workbench.action.terminal.sendSequence | |
workbench.action.terminal.newWithCwd | |
workbench.action.terminal.renameWithArg | |
workbench.action.terminal.toggleFindRegex | |
workbench.action.terminal.toggleFindWholeWord | |
workbench.action.terminal.toggleFindCaseSensitive | |
workbench.action.terminal.findNext | |
workbench.action.terminal.findPrevious | |
workbench.action.terminal.relaunch | |
workbench.action.terminal.showEnvironmentInformation | |
workbench.action.terminal.kill | |
workbench.action.terminal.new | |
workbench.action.terminal.selectAll | |
workbench.action.terminal.toggleTerminal |
As of end of 2021:
[0..99]:
0: 'noop'
1: '_provideDocumentSemanticTokensLegend'
2: '_provideDocumentSemanticTokens'
3: '_provideDocumentRangeSemanticTokensLegend'
4: '_provideDocumentRangeSemanticTokens'
5: '_executeCodeLensProvider'
6: '_executeDocumentColorProvider'
7: '_executeColorPresentationProvider'
8: '_executeDocumentSymbolProvider'
9: '_executeLinkProvider'
10: '_executeSignatureHelpProvider'
11: 'setContext'
12: 'getContextKeyInfo'
13: '_generateContextKeyInfo'
14: 'undo'
15: 'default:undo'
16: 'redo'
17: 'default:redo'
18: 'editor.action.selectAll'
19: 'editor.cancelOperation'
20: 'editor.action.setSelectionAnchor'
21: 'editor.action.goToSelectionAnchor'
22: 'editor.action.selectFromAnchorToCursor'
23: 'editor.action.cancelSelectionAnchor'
24: 'editor.action.moveCarretLeftAction'
25: 'editor.action.moveCarretRightAction'
26: 'editor.action.clipboardCutAction'
27: 'editor.action.clipboardCopyAction'
28: 'editor.action.clipboardPasteAction'
29: 'editor.action.clipboardCopyWithSyntaxHighlightingAction'
30: '_executeCodeActionProvider'
31: 'editor.action.commentLine'
32: 'editor.action.addCommentLine'
33: 'editor.action.removeCommentLine'
34: 'editor.action.blockComment'
35: 'editor.action.showContextMenu'
36: 'cursorUndo'
37: 'cursorRedo'
38: 'editor.action.fontZoomIn'
39: 'editor.action.fontZoomOut'
40: 'editor.action.fontZoomReset'
41: '_executeFormatRangeProvider'
42: '_executeFormatDocumentProvider'
43: '_executeFormatOnTypeProvider'
44: 'editor.action.formatDocument'
45: 'editor.action.formatSelection'
46: 'editor.action.format'
47: '_executeDefinitionProvider'
48: '_executeDeclarationProvider'
49: '_executeImplementationProvider'
50: '_executeTypeDefinitionProvider'
51: '_executeReferenceProvider'
52: 'editor.gotoNextSymbolFromResult'
53: 'editor.gotoNextSymbolFromResult.cancel'
54: '_executeHoverProvider'
55: '_executeInlayHintProvider'
56: 'leaveEditorMessage'
57: 'editor.action.rename'
58: 'acceptRenameInput'
59: 'acceptRenameInputWithPreview'
60: 'cancelRenameInput'
61: '_executeDocumentRenameProvider'
62: '_executePrepareRename'
63: 'editor.action.smartSelect.grow'
64: 'editor.action.smartSelect.expand'
65: 'editor.action.smartSelect.shrink'
66: '_executeSelectionRangeProvider'
67: '_executeCompletionItemProvider'
68: 'editor.action.toggleTabFocusMode'
69: 'editor.action.forceRetokenize'
70: 'history.showPrevious'
71: 'history.showNext'
72: 'editor.action.diffReview.next'
73: 'editor.action.diffReview.prev'
74: 'editor.action.triggerParameterHints'
75: 'closeParameterHints'
76: 'showPrevParameterHint'
77: 'showNextParameterHint'
78: '_moveTo'
79: '_moveToSelect'
80: 'columnSelect'
81: 'cursorColumnSelectLeft'
82: 'cursorColumnSelectRight'
83: 'cursorColumnSelectUp'
84: 'cursorColumnSelectPageUp'
85: 'cursorColumnSelectDown'
86: 'cursorColumnSelectPageDown'
87: 'cursorMove'
88: 'cursorLeft'
89: 'cursorLeftSelect'
90: 'cursorRight'
91: 'cursorRightSelect'
92: 'cursorUp'
93: 'cursorUpSelect'
94: 'cursorPageUp'
95: 'cursorPageUpSelect'
96: 'cursorDown'
97: 'cursorDownSelect'
98: 'cursorPageDown'
99: 'cursorPageDownSelect'
[100..199]:
100: 'createCursor'
101: '_lastCursorMoveToSelect'
102: 'cursorHome'
103: 'cursorHomeSelect'
104: 'cursorLineStart'
105: 'cursorLineStartSelect'
106: 'cursorEnd'
107: 'cursorEndSelect'
108: 'cursorLineEnd'
109: 'cursorLineEndSelect'
110: 'cursorTop'
111: 'cursorTopSelect'
112: 'cursorBottom'
113: 'cursorBottomSelect'
114: 'editorScroll'
115: 'scrollLineUp'
116: 'scrollPageUp'
117: 'scrollLineDown'
118: 'scrollPageDown'
119: '_wordSelect'
120: '_wordSelectDrag'
121: 'lastCursorWordSelect'
122: '_lineSelect'
123: '_lineSelectDrag'
124: 'lastCursorLineSelect'
125: 'lastCursorLineSelectDrag'
126: 'expandLineSelection'
127: 'cancelSelection'
128: 'removeSecondaryCursors'
129: 'revealLine'
130: 'setSelection'
131: 'lineBreakInsert'
132: 'outdent'
133: 'tab'
134: 'deleteLeft'
135: 'deleteRight'
136: 'default:type'
137: 'type'
138: 'default:replacePreviousChar'
139: 'replacePreviousChar'
140: 'default:compositionType'
141: 'compositionType'
142: 'default:compositionStart'
143: 'compositionStart'
144: 'default:compositionEnd'
145: 'compositionEnd'
146: 'default:paste'
147: 'paste'
148: 'default:cut'
149: 'cut'
150: 'editor.action.selectToBracket'
151: 'editor.action.jumpToBracket'
152: 'editor.action.transposeLetters'
153: 'editor.action.quickFix'
154: 'editor.action.refactor'
155: 'editor.action.sourceAction'
156: 'editor.action.organizeImports'
157: 'editor.action.autoFix'
158: 'editor.action.fixAll'
159: 'editor.action.codeAction'
160: 'codelens.showLensesInCurrentLine'
161: 'actions.find'
162: 'editor.action.startFindReplaceAction'
163: 'editor.actions.findWithArgs'
164: 'actions.findWithSelection'
165: 'editor.action.nextMatchFindAction'
166: 'editor.action.previousMatchFindAction'
167: 'editor.action.nextSelectionMatchFindAction'
168: 'editor.action.previousSelectionMatchFindAction'
169: 'closeFindWidget'
170: 'toggleFindCaseSensitive'
171: 'toggleFindWholeWord'
172: 'toggleFindRegex'
173: 'toggleFindInSelection'
174: 'togglePreserveCase'
175: 'editor.action.replaceOne'
176: 'editor.action.replaceAll'
177: 'editor.action.selectAllMatches'
178: 'editor.unfold'
179: 'editor.unfoldRecursively'
180: 'editor.fold'
181: 'editor.foldRecursively'
182: 'editor.foldAll'
183: 'editor.unfoldAll'
184: 'editor.foldAllBlockComments'
185: 'editor.foldAllMarkerRegions'
186: 'editor.unfoldAllMarkerRegions'
187: 'editor.foldAllExcept'
188: 'editor.unfoldAllExcept'
189: 'editor.toggleFold'
190: 'editor.gotoParentFold'
191: 'editor.gotoPreviousFold'
192: 'editor.gotoNextFold'
193: 'editor.foldLevel1'
194: 'editor.foldLevel2'
195: 'editor.foldLevel3'
196: 'editor.foldLevel4'
197: 'editor.foldLevel5'
198: 'editor.foldLevel6'
199: 'editor.foldLevel7'
[200..299]:
200: 'editor.action.inPlaceReplace.up'
201: 'editor.action.inPlaceReplace.down'
202: 'editor.action.indentationToSpaces'
203: 'editor.action.indentationToTabs'
204: 'editor.action.indentUsingTabs'
205: 'editor.action.indentUsingSpaces'
206: 'editor.action.detectIndentation'
207: 'editor.action.reindentlines'
208: 'editor.action.reindentselectedlines'
209: 'editor.action.copyLinesUpAction'
210: 'editor.action.copyLinesDownAction'
211: 'editor.action.duplicateSelection'
212: 'editor.action.moveLinesUpAction'
213: 'editor.action.moveLinesDownAction'
214: 'editor.action.sortLinesAscending'
215: 'editor.action.sortLinesDescending'
216: 'editor.action.removeDuplicateLines'
217: 'editor.action.trimTrailingWhitespace'
218: 'editor.action.deleteLines'
219: 'editor.action.indentLines'
220: 'editor.action.outdentLines'
221: 'editor.action.insertLineBefore'
222: 'editor.action.insertLineAfter'
223: 'deleteAllLeft'
224: 'deleteAllRight'
225: 'editor.action.joinLines'
226: 'editor.action.transpose'
227: 'editor.action.transformToUppercase'
228: 'editor.action.transformToLowercase'
229: 'editor.action.transformToSnakecase'
230: 'editor.action.transformToTitlecase'
231: 'cancelLinkedEditingInput'
232: '_executeLinkedEditingProvider'
233: 'editor.action.linkedEditing'
234: 'editor.action.openLink'
235: 'editor.action.insertCursorAbove'
236: 'editor.action.insertCursorBelow'
237: 'editor.action.insertCursorAtEndOfEachLineSelected'
238: 'editor.action.addSelectionToNextFindMatch'
239: 'editor.action.addSelectionToPreviousFindMatch'
240: 'editor.action.moveSelectionToNextFindMatch'
241: 'editor.action.moveSelectionToPreviousFindMatch'
242: 'editor.action.selectHighlights'
243: 'editor.action.changeAll'
244: 'editor.action.addCursorsToBottom'
245: 'editor.action.addCursorsToTop'
246: '_executeDocumentHighlights'
247: 'editor.action.wordHighlight.next'
248: 'editor.action.wordHighlight.prev'
249: 'editor.action.wordHighlight.trigger'
250: 'cursorWordStartLeft'
251: 'cursorWordEndLeft'
252: 'cursorWordLeft'
253: 'cursorWordStartLeftSelect'
254: 'cursorWordEndLeftSelect'
255: 'cursorWordLeftSelect'
256: 'cursorWordStartRight'
257: 'cursorWordEndRight'
258: 'cursorWordRight'
259: 'cursorWordStartRightSelect'
260: 'cursorWordEndRightSelect'
261: 'cursorWordRightSelect'
262: 'cursorWordAccessibilityLeft'
263: 'cursorWordAccessibilityLeftSelect'
264: 'cursorWordAccessibilityRight'
265: 'cursorWordAccessibilityRightSelect'
266: 'deleteWordStartLeft'
267: 'deleteWordEndLeft'
268: 'deleteWordLeft'
269: 'deleteWordStartRight'
270: 'deleteWordEndRight'
271: 'deleteWordRight'
272: 'deleteInsideWord'
273: 'cursorWordPartStartLeft'
274: 'cursorWordPartStartLeftSelect'
275: 'deleteWordPartLeft'
276: 'deleteWordPartRight'
277: 'cursorWordPartLeft'
278: 'cursorWordPartLeftSelect'
279: 'cursorWordPartRight'
280: 'cursorWordPartRightSelect'
281: 'editor.action.marker.next'
282: 'editor.action.marker.prev'
283: 'editor.action.marker.nextInFiles'
284: 'editor.action.marker.prevInFiles'
285: 'closeMarkersNavigation'
286: 'togglePeekWidgetFocus'
287: 'goToNextReference'
288: 'goToPreviousReference'
289: 'goToNextReferenceFromEmbeddedEditor'
290: 'goToPreviousReferenceFromEmbeddedEditor'
291: 'closeReferenceSearchEditor'
292: 'closeReferenceSearch'
293: 'revealReference'
294: 'openReferenceToSide'
295: 'openReference'
296: 'editor.action.goToDeclaration'
297: 'editor.action.revealDefinition'
298: 'editor.action.openDeclarationToTheSide'
299: 'editor.action.revealDefinitionAside'
[300..399]:
300: 'editor.action.previewDeclaration'
301: 'editor.action.peekDefinition'
302: 'editor.action.revealDeclaration'
303: 'editor.action.peekDeclaration'
304: 'editor.action.goToTypeDefinition'
305: 'editor.action.peekTypeDefinition'
306: 'editor.action.goToImplementation'
307: 'editor.action.peekImplementation'
308: 'editor.action.goToReferences'
309: 'editor.action.referenceSearch.trigger'
310: 'editor.action.goToLocations'
311: 'editor.action.peekLocations'
312: 'editor.action.findReferences'
313: 'editor.action.showReferences'
314: 'jumpToNextSnippetPlaceholder'
315: 'jumpToPrevSnippetPlaceholder'
316: 'leaveSnippet'
317: 'acceptSnippet'
318: 'editor.action.triggerSuggest'
319: 'acceptSelectedSuggestion'
320: 'acceptAlternativeSelectedSuggestion'
321: 'acceptSelectedSuggestionOnEnter'
322: 'hideSuggestWidget'
323: 'selectNextSuggestion'
324: 'selectNextPageSuggestion'
325: 'selectLastSuggestion'
326: 'selectPrevSuggestion'
327: 'selectPrevPageSuggestion'
328: 'selectFirstSuggestion'
329: 'toggleSuggestionDetails'
330: 'toggleExplainMode'
331: 'toggleSuggestionFocus'
332: 'insertBestCompletion'
333: 'insertNextSuggestion'
334: 'insertPrevSuggestion'
335: 'editor.action.resetSuggestSize'
336: 'editor.action.inlineSuggest.commit'
337: 'editor.action.inlineSuggest.hide'
338: 'editor.action.inlineSuggest.trigger'
339: 'editor.action.inlineSuggest.showNext'
340: 'editor.action.inlineSuggest.showPrevious'
341: 'editor.action.showHover'
342: 'editor.action.showDefinitionPreviewHover'
343: 'list.focusDown'
344: 'list.focusUp'
345: 'list.focusPageDown'
346: 'list.focusPageUp'
347: 'list.focusFirst'
348: 'list.focusLast'
349: 'list.expandSelectionDown'
350: 'list.expandSelectionUp'
351: 'list.collapse'
352: 'list.collapseAll'
353: 'list.focusParent'
354: 'list.expand'
355: 'list.select'
356: 'list.selectAndPreserveFocus'
357: 'list.selectAll'
358: 'list.toggleSelection'
359: 'list.toggleExpand'
360: 'list.clear'
361: 'list.toggleKeyboardNavigation'
362: 'list.toggleFilterOnType'
363: 'list.scrollUp'
364: 'list.scrollDown'
365: 'list.scrollLeft'
366: 'list.scrollRight'
367: 'workbench.action.closeQuickOpen'
368: 'workbench.action.acceptSelectedQuickOpenItem'
369: 'workbench.action.alternativeAcceptSelectedQuickOpenItem'
370: 'workbench.action.focusQuickOpen'
371: 'workbench.action.quickOpenNavigateNextInFilePicker'
372: 'workbench.action.quickOpenNavigatePreviousInFilePicker'
373: 'workbench.action.quickPickManyToggle'
374: 'workbench.action.quickInputBack'
375: 'workbench.action.quickOpen'
376: 'workbench.action.quickOpenPreviousEditor'
377: 'workbench.action.quickOpenSelectNext'
378: 'workbench.action.quickOpenSelectPrevious'
379: 'workbench.action.quickOpenNavigateNext'
380: 'workbench.action.quickOpenNavigatePrevious'
381: '_executePrepareCallHierarchy'
382: '_executeProvideIncomingCalls'
383: '_executeProvideOutgoingCalls'
384: 'editor.action.toggleColumnSelection'
385: 'execCut'
386: 'execCopy'
387: 'execPaste'
388: '_resolveNotebookContentProvider'
389: '_resolveNotebookKernels'
390: 'editor.action.insertSnippet'
391: 'editor.action.showSnippets'
392: 'vscode.pickMultipleTestProfiles'
393: 'vscode.pickTestProfile'
394: '_executePrepareTypeHierarchy'
395: '_executeProvideSupertypes'
396: '_executeProvideSubtypes'
397: 'editor.showCallHierarchy'
398: 'editor.showIncomingCalls'
399: 'editor.showOutgoingCalls'
[400..499]:
400: 'editor.refocusCallHierarchy'
401: 'editor.closeCallHierarchy'
402: 'workbench.action.gotoLine'
403: 'editor.showTypeHierarchy'
404: 'editor.showSupertypes'
405: 'editor.showSubtypes'
406: 'editor.refocusTypeHierarchy'
407: 'editor.closeTypeHierarchy'
408: '_extensionTests.setLogLevel'
409: '_extensionTests.getLogLevel'
410: 'workbench.action.terminal.openNativeConsole'
411: 'workbench.action.keybindingsReference'
412: 'workbench.action.openVideoTutorialsUrl'
413: 'workbench.action.openTipsAndTricksUrl'
414: 'workbench.action.openDocumentationUrl'
415: 'workbench.action.openNewsletterSignupUrl'
416: 'workbench.action.openTwitterUrl'
417: 'workbench.action.openRequestFeatureUrl'
418: 'workbench.action.openLicenseUrl'
419: 'workbench.action.openPrivacyStatementUrl'
420: 'workbench.banner.focusBanner'
421: 'workbench.banner.focusNextAction'
422: 'workbench.banner.focusPreviousAction'
423: 'workbench.action.focusBanner'
424: 'workbench.action.inspectKeyMappings'
425: 'workbench.action.inspectKeyMappingsJSON'
426: 'editor.action.toggleMinimap'
427: 'workbench.action.toggleMultiCursorModifier'
428: 'editor.action.toggleRenderControlCharacter'
429: 'editor.action.toggleRenderWhitespace'
430: 'editor.action.toggleWordWrap'
431: 'editor.action.formatDocument.multiple'
432: 'editor.action.formatSelection.multiple'
433: 'workbench.action.toggleKeybindingsLog'
434: 'workbench.action.openLogsFolder'
435: 'workbench.action.openExtensionLogsFolder'
436: 'notebook.setProfile'
437: 'workbench.action.webview.openDeveloperTools'
438: 'welcome.showNewFileEntries'
439: 'workbench.action.zoomIn'
440: 'workbench.action.zoomOut'
441: 'workbench.action.zoomReset'
442: 'workbench.action.switchWindow'
443: 'workbench.action.quickSwitchWindow'
444: 'workbench.action.closeWindow'
445: 'workbench.action.installCommandLine'
446: 'workbench.action.uninstallCommandLine'
447: 'workbench.action.quit'
448: 'workbench.action.newWindowTab'
449: 'workbench.action.showPreviousWindowTab'
450: 'workbench.action.showNextWindowTab'
451: 'workbench.action.moveWindowTabToNewWindow'
452: 'workbench.action.mergeAllWindowTabs'
453: 'workbench.action.toggleWindowTabsBar'
454: 'workbench.action.reloadWindowWithExtensionsDisabled'
455: 'workbench.action.configureRuntimeArguments'
456: 'workbench.action.toggleSharedProcess'
457: 'workbench.action.toggleDevTools'
458: 'extension.bisect.start'
459: 'extension.bisect.next'
460: 'extension.bisect.stop'
461: 'workbench.extensions.action.manageAuthorizedExtensionURIs'
462: 'editor.action.measureExtHostLatency'
463: 'workbench.action.gotoSymbol'
464: 'workbench.action.setLogLevel'
465: 'workbench.action.closeSidebar'
466: 'workbench.action.toggleActivityBarVisibility'
467: 'workbench.action.toggleCenteredLayout'
468: 'workbench.action.toggleSidebarPosition'
469: 'workbench.action.toggleEditorVisibility'
470: 'workbench.action.toggleSidebarVisibility'
471: 'workbench.action.toggleStatusbarVisibility'
472: 'workbench.action.toggleTabsVisibility'
473: 'workbench.action.toggleZenMode'
474: 'workbench.action.exitZenMode'
475: 'workbench.action.resetViewLocations'
476: 'workbench.action.moveView'
477: 'workbench.action.moveFocusedView'
478: 'workbench.action.resetFocusedViewLocation'
479: 'workbench.action.increaseViewSize'
480: 'workbench.action.increaseViewWidth'
481: 'workbench.action.increaseViewHeight'
482: 'workbench.action.decreaseViewSize'
483: 'workbench.action.decreaseViewWidth'
484: 'workbench.action.decreaseViewHeight'
485: 'workbench.action.navigateUp'
486: 'workbench.action.navigateDown'
487: 'workbench.action.navigateLeft'
488: 'workbench.action.navigateRight'
489: 'workbench.action.focusNextPart'
490: 'workbench.action.focusPreviousPart'
491: 'workbench.action.toggleAuxiliaryBar'
492: 'workbench.action.focusAuxiliaryBar'
493: 'workbench.action.focusSideBar'
494: 'editor.action.formatDocument.none'
495: 'workbench.action.configureLocale'
496: 'editor.action.defineKeybinding'
497: 'workbench.action.clearCommandHistory'
498: 'workbench.action.showCommands'
499: 'workbench.action.openView'
[500..599]:
500: 'workbench.action.quickOpenView'
501: 'workbench.action.quickOpenNavigateNextInViewPicker'
502: 'workbench.action.quickOpenNavigatePreviousInViewPicker'
503: 'workbench.action.showInterfaceOverview'
504: 'workbench.action.hideInterfaceOverview'
505: 'outline.collapse'
506: 'outline.followCursor'
507: 'outline.filterOnType'
508: 'outline.sortByPosition'
509: 'outline.sortByName'
510: 'outline.sortByKind'
511: 'workbench.getCodeExchangeProxyEndpoints'
512: 'workbench.action.reportPerformanceIssueUsingReporter'
513: 'workbench.action.openIssueReporter'
514: 'vscode.openIssueReporter'
515: 'workbench.action.openProcessExplorer'
516: '_issues.getSystemStatus'
517: 'workbench.action.files.openLocalFileFolder'
518: 'workbench.action.files.saveLocalFile'
519: 'remote.tunnel.label'
520: 'remote.tunnel.forwardInline'
521: 'remote.tunnel.forwardCommandPalette'
522: 'remote.tunnel.closeInline'
523: 'remote.tunnel.closeCommandPalette'
524: 'remote.tunnel.open'
525: 'remote.tunnel.openPreview'
526: 'remote.tunnel.openCommandPalette'
527: 'remote.tunnel.copyAddressInline'
528: 'remote.tunnel.copyAddressCommandPalette'
529: 'remote.tunnel.changeLocalPort'
530: 'remote.tunnel.setProtocolHttp'
531: 'remote.tunnel.setProtocolHttps'
532: 'resetGettingStartedProgress'
533: 'workbench.statusBar.focusPrevious'
534: 'workbench.statusBar.focusNext'
535: 'workbench.statusBar.focusFirst'
536: 'workbench.statusBar.focusLast'
537: 'workbench.statusBar.clearFocus'
538: 'workbench.action.focusStatusBar'
539: 'editor.emmet.action.expandAbbreviation'
540: 'editor.action.startDebugTextMate'
541: 'breadcrumbs.toggle'
542: 'breadcrumbs.focusAndSelect'
543: 'breadcrumbs.focus'
544: 'breadcrumbs.toggleToOn'
545: 'breadcrumbs.focusNext'
546: 'breadcrumbs.focusPrevious'
547: 'breadcrumbs.focusNextWithPicker'
548: 'breadcrumbs.focusPreviousWithPicker'
549: 'breadcrumbs.selectFocused'
550: 'breadcrumbs.revealFocused'
551: 'breadcrumbs.selectEditor'
552: 'breadcrumbs.revealFocusedFromTreeAside'
553: 'workbench.debug.viewlet.action.addFunctionBreakpointAction'
554: 'workbench.debug.viewlet.action.toggleBreakpointsActivatedAction'
555: 'workbench.debug.viewlet.action.removeBreakpoint'
556: 'workbench.debug.viewlet.action.removeAllBreakpoints'
557: 'workbench.debug.viewlet.action.enableAllBreakpoints'
558: 'workbench.debug.viewlet.action.disableAllBreakpoints'
559: 'workbench.debug.viewlet.action.reapplyBreakpointsAction'
560: 'debug.editBreakpoint'
561: 'debug.editFunctionBreakpoint'
562: 'debug.editFunctionBreakpointHitCount'
563: 'debug.copyStackTrace'
564: 'workbench.action.debug.reverseContinue'
565: 'workbench.action.debug.stepBack'
566: 'workbench.action.debug.terminateThread'
567: 'debug.jumpToCursor'
568: 'workbench.action.debug.restart'
569: 'workbench.action.debug.stepOver'
570: 'workbench.action.debug.stepInto'
571: 'workbench.action.debug.stepOut'
572: 'workbench.action.debug.pause'
573: 'workbench.action.debug.disconnect'
574: 'workbench.action.debug.stop'
575: 'workbench.action.debug.restartFrame'
576: 'workbench.action.debug.continue'
577: 'workbench.debug.action.focusRepl'
578: 'debug.startFromConfig'
579: 'workbench.action.debug.focusProcess'
580: 'workbench.action.debug.selectandstart'
581: 'workbench.action.debug.start'
582: 'workbench.action.debug.run'
583: 'debug.toggleBreakpoint'
584: 'debug.enableOrDisableBreakpoint'
585: 'debug.renameWatchExpression'
586: 'debug.setWatchExpression'
587: 'debug.setVariable'
588: 'debug.removeWatchExpression'
589: 'debug.removeBreakpoint'
590: 'debug.installAdditionalDebuggers'
591: 'debug.addConfiguration'
592: 'editor.debug.action.toggleInlineBreakpoint'
593: 'debug.openBreakpointToSide'
594: 'debug.openView'
595: 'editor.debug.action.toggleBreakpoint'
596: 'editor.debug.action.conditionalBreakpoint'
597: 'editor.debug.action.addLogPoint'
598: 'editor.debug.action.openDisassemblyView'
599: 'debug.action.toggleDisassemblyViewSourceCode'
[600..699]:
600: 'editor.debug.action.runToCursor'
601: 'editor.debug.action.stepIntoTargets'
602: 'editor.debug.action.selectionToRepl'
603: 'editor.debug.action.selectionToWatch'
604: 'editor.debug.action.showDebugHover'
605: 'editor.debug.action.goToNextBreakpoint'
606: 'editor.debug.action.goToPreviousBreakpoint'
607: 'editor.debug.action.closeExceptionWidget'
608: 'callStack.collapse'
609: 'workbench.debug.viewlet.action.copyValue'
610: 'debug.breakWhenValueChanges'
611: 'debug.breakWhenValueIsAccessed'
612: 'debug.breakWhenValueIsRead'
613: 'debug.copyEvaluatePath'
614: 'debug.addToWatchExpressions'
615: 'variables.collapse'
616: 'watch.collapse'
617: 'workbench.debug.viewlet.action.addWatchExpression'
618: 'workbench.debug.viewlet.action.removeAllWatchExpressions'
619: 'openInTerminal'
620: 'editor.action.dirtydiff.previous'
621: 'editor.action.dirtydiff.next'
622: 'workbench.action.editor.previousChange'
623: 'workbench.action.editor.nextChange'
624: 'closeDirtyDiff'
625: 'editor.action.formatChanges'
626: 'workbench.action.openSnippets'
627: 'insertSnippet'
628: 'editor.action.nextCommentThreadAction'
629: 'workbench.action.addComment'
630: 'workbench.action.submitComment'
631: 'workbench.action.hideComment'
632: 'workbench.action.focusCommentsPanel'
633: 'comments.collapse'
634: 'breakpointWidget.action.acceptInput'
635: 'closeBreakpointWidget'
636: 'repl.action.acceptInput'
637: 'repl.action.copyAll'
638: 'repl.action.filter'
639: 'workbench.actions.treeView.repl.filter'
640: 'workbench.action.debug.selectRepl'
641: 'workbench.debug.panel.action.clearReplAction'
642: 'debug.collapseRepl'
643: 'debug.replPaste'
644: 'workbench.debug.action.copyAll'
645: 'debug.replCopy'
646: 'workbench.actions.treeView.testExplorer.filter'
647: 'workbench.action.url.openUrl'
648: 'workbench.action.manageTrustedDomain'
649: 'editor.action.inspectTMScopes'
650: '_workbench.captureSyntaxTokens'
651: 'workbench.action.selectTheme'
652: 'workbench.action.selectIconTheme'
653: 'workbench.action.selectProductIconTheme'
654: 'workbench.action.generateColorTheme'
655: 'perfview.show'
656: 'update.showCurrentReleaseNotes'
657: 'update.checkForVSCodeUpdate'
658: 'workbench.userData.actions.openSyncBackupsFolder'
659: 'notebook.hideFind'
660: 'notebook.find'
661: 'workbench.notebook.layout.gettingStarted'
662: 'notebook.toggleLayoutTroubleshoot'
663: 'notebook.inspectLayout'
664: 'notebook.cell.moveUp'
665: 'notebook.cell.moveDown'
666: 'notebook.cell.copyUp'
667: 'notebook.cell.copyDown'
668: 'notebook.cell.split'
669: 'notebook.cell.joinAbove'
670: 'notebook.cell.joinBelow'
671: 'notebook.cell.changeToCode'
672: 'notebook.cell.changeToMarkdown'
673: 'notebook.cell.collapseCellInput'
674: 'notebook.cell.expandCellInput'
675: 'notebook.cell.collapseCellOutput'
676: 'notebook.cell.expandCellOutput'
677: 'notebook.cell.toggleOutputs'
678: 'notebook.cell.collapseAllCellInputs'
679: 'notebook.cell.expandAllCellInputs'
680: 'notebook.cell.collapseAllCellOutputs'
681: 'notebook.cell.expandAllCellOutputs'
682: 'notebook.cell.copy'
683: 'notebook.cell.cut'
684: 'notebook.cell.paste'
685: 'notebook.cell.pasteAbove'
686: 'workbench.action.toggleNotebookClipboardLog'
687: 'notebook.fold'
688: 'notebook.unfold'
689: 'notebook.format'
690: 'notebook.formatCell'
691: 'notebook.toggleCellToolbarPosition'
692: 'notebook.focusNextEditor'
693: 'notebook.focusPreviousEditor'
694: 'notebook.focusTop'
695: 'notebook.focusBottom'
696: 'notebook.cell.focusInOutput'
697: 'notebook.cell.focusOutOutput'
698: 'notebook.centerActiveCell'
699: '_notebook.selectKernel'
[700..799]:
700: 'notebook.cell.edit'
701: 'notebook.cell.quitEdit'
702: 'notebook.cell.delete'
703: 'notebook.cell.clearOutputs'
704: 'notebook.clearAllCellsOutputs'
705: 'notebook.cell.changeLanguage'
706: 'notebook.renderAllMarkdownCells'
707: 'notebook.execute'
708: 'notebook.cell.execute'
709: 'notebook.cell.executeCellsAbove'
710: 'notebook.cell.executeCellAndBelow'
711: 'notebook.cell.executeAndFocusContainer'
712: 'notebook.cell.cancelExecution'
713: 'notebook.cell.executeAndSelectBelow'
714: 'notebook.cell.executeAndInsertBelow'
715: 'notebook.cancelExecution'
716: 'notebook.cell.insertCodeCellAbove'
717: 'notebook.cell.insertCodeCellAboveAndFocusContainer'
718: 'notebook.cell.insertCodeCellBelow'
719: 'notebook.cell.insertCodeCellBelowAndFocusContainer'
720: 'notebook.cell.insertMarkdownCellAbove'
721: 'notebook.cell.insertMarkdownCellBelow'
722: 'notebook.cell.insertCodeCellAtTop'
723: 'notebook.cell.insertMarkdownCellAtTop'
724: 'workbench.notebook.layout.select'
725: 'workbench.notebook.layout.configure'
726: 'workbench.notebook.layout.configure.editorTitle'
727: 'notebook.toggleLineNumbersFromEditorTitle'
728: 'notebook.toggleCellToolbarPositionFromEditorTitle'
729: 'breadcrumbs.toggleFromEditorTitle'
730: 'notebook.saveMimeTypeOrder'
731: 'notebook.toggleLineNumbers'
732: 'notebook.cell.toggleLineNumbers'
733: '_workbench.revertAllDirty'
734: 'workbench.action.inspectContextKeys'
735: 'workbench.action.toggleScreencastMode'
736: 'workbench.action.logStorage'
737: 'workbench.action.logWorkingCopies'
738: 'workbench.action.newWindow'
739: 'workbench.action.toggleFullScreen'
740: 'workbench.action.quickOpenRecent'
741: 'workbench.action.openRecent'
742: 'workbench.action.reloadWindow'
743: 'workbench.action.showAboutDialog'
744: 'workbench.action.blur'
745: 'workbench.action.quickOpenNavigateNextInRecentFilesPicker'
746: 'workbench.action.quickOpenNavigatePreviousInRecentFilesPicker'
747: 'workbench.action.toggleConfirmBeforeClose'
748: '_interactive.open'
749: 'interactive.execute'
750: 'interactive.input.clear'
751: 'interactive.history.previous'
752: 'interactive.history.next'
753: 'interactive.scrollToTop'
754: 'interactive.scrollToBottom'
755: 'workbench.scm.action.setListViewMode'
756: 'workbench.scm.action.setTreeViewMode'
757: 'workbench.scm.action.setSortKey.name'
758: 'workbench.scm.action.setSortKey.path'
759: 'workbench.scm.action.setSortKey.status'
760: 'workbench.scm.action.collapseAllRepositories'
761: 'workbench.scm.action.expandAllRepositories'
762: 'cleanSearchEditorState'
763: 'search.searchEditor.action.deleteFileResults'
764: 'search.action.openNewEditor'
765: 'search.action.openEditor'
766: 'search.action.openNewEditorToSide'
767: 'search.action.openInEditor'
768: 'rerunSearchEditorSearch'
769: 'search.action.focusQueryEditorWidget'
770: 'toggleSearchEditorCaseSensitive'
771: 'toggleSearchEditorWholeWord'
772: 'toggleSearchEditorRegex'
773: 'toggleSearchEditorContextLines'
774: 'increaseSearchEditorContextLines'
775: 'decreaseSearchEditorContextLines'
776: 'selectAllSearchEditorMatches'
777: 'search.action.openNewEditorFromView'
778: 'workbench.action.tasks.manageAutomaticRunning'
779: 'editor.action.webvieweditor.showFind'
780: 'editor.action.webvieweditor.hideFind'
781: 'editor.action.webvieweditor.findNext'
782: 'editor.action.webvieweditor.findPrevious'
783: 'workbench.action.webview.reloadWebviewAction'
784: 'workbench.action.showInteractivePlayground'
785: 'workbench.action.interactivePlayground.arrowUp'
786: 'workbench.action.interactivePlayground.arrowDown'
787: 'workbench.action.interactivePlayground.pageUp'
788: 'workbench.action.interactivePlayground.pageDown'
789: 'workbench.action.editor.changeLanguageMode'
790: 'workbench.action.editor.changeEOL'
791: 'workbench.action.editor.changeEncoding'
792: 'workbench.action.nextEditor'
793: 'workbench.action.previousEditor'
794: 'workbench.action.nextEditorInGroup'
795: 'workbench.action.previousEditorInGroup'
796: 'workbench.action.openNextRecentlyUsedEditor'
797: 'workbench.action.openPreviousRecentlyUsedEditor'
798: 'workbench.action.openNextRecentlyUsedEditorInGroup'
799: 'workbench.action.openPreviousRecentlyUsedEditorInGroup'
[800..899]:
800: 'workbench.action.firstEditorInGroup'
801: 'workbench.action.lastEditorInGroup'
802: 'workbench.action.reopenClosedEditor'
803: 'workbench.action.showAllEditors'
804: 'workbench.action.showAllEditorsByMostRecentlyUsed'
805: 'workbench.action.showEditorsInActiveGroup'
806: 'workbench.action.clearRecentFiles'
807: 'workbench.action.closeAllEditors'
808: 'workbench.action.closeAllGroups'
809: 'workbench.action.closeEditorsToTheLeft'
810: 'workbench.action.closeEditorsInOtherGroups'
811: 'workbench.action.closeEditorInAllGroups'
812: 'workbench.action.splitEditor'
813: 'workbench.action.splitEditorOrthogonal'
814: 'workbench.action.splitEditorLeft'
815: 'workbench.action.splitEditorRight'
816: 'workbench.action.splitEditorUp'
817: 'workbench.action.splitEditorDown'
818: 'workbench.action.joinTwoGroups'
819: 'workbench.action.joinAllGroups'
820: 'workbench.action.navigateEditorGroups'
821: 'workbench.action.evenEditorWidths'
822: 'workbench.action.toggleEditorWidths'
823: 'workbench.action.maximizeEditor'
824: 'workbench.action.minimizeOtherEditors'
825: 'workbench.action.moveEditorLeftInGroup'
826: 'workbench.action.moveEditorRightInGroup'
827: 'workbench.action.moveActiveEditorGroupLeft'
828: 'workbench.action.moveActiveEditorGroupRight'
829: 'workbench.action.moveActiveEditorGroupUp'
830: 'workbench.action.moveActiveEditorGroupDown'
831: 'workbench.action.duplicateActiveEditorGroupLeft'
832: 'workbench.action.duplicateActiveEditorGroupRight'
833: 'workbench.action.duplicateActiveEditorGroupUp'
834: 'workbench.action.duplicateActiveEditorGroupDown'
835: 'workbench.action.moveEditorToPreviousGroup'
836: 'workbench.action.moveEditorToNextGroup'
837: 'workbench.action.moveEditorToFirstGroup'
838: 'workbench.action.moveEditorToLastGroup'
839: 'workbench.action.moveEditorToLeftGroup'
840: 'workbench.action.moveEditorToRightGroup'
841: 'workbench.action.moveEditorToAboveGroup'
842: 'workbench.action.moveEditorToBelowGroup'
843: 'workbench.action.splitEditorToPreviousGroup'
844: 'workbench.action.splitEditorToNextGroup'
845: 'workbench.action.splitEditorToFirstGroup'
846: 'workbench.action.splitEditorToLastGroup'
847: 'workbench.action.splitEditorToLeftGroup'
848: 'workbench.action.splitEditorToRightGroup'
849: 'workbench.action.splitEditorToAboveGroup'
850: 'workbench.action.splitEditorToBelowGroup'
851: 'workbench.action.focusActiveEditorGroup'
852: 'workbench.action.focusFirstEditorGroup'
853: 'workbench.action.focusLastEditorGroup'
854: 'workbench.action.focusPreviousGroup'
855: 'workbench.action.focusNextGroup'
856: 'workbench.action.focusLeftGroup'
857: 'workbench.action.focusRightGroup'
858: 'workbench.action.focusAboveGroup'
859: 'workbench.action.focusBelowGroup'
860: 'workbench.action.newGroupLeft'
861: 'workbench.action.newGroupRight'
862: 'workbench.action.newGroupAbove'
863: 'workbench.action.newGroupBelow'
864: 'workbench.action.navigateForward'
865: 'workbench.action.navigateBack'
866: 'workbench.action.navigateToLastEditLocation'
867: 'workbench.action.navigateLast'
868: 'workbench.action.clearEditorHistory'
869: 'workbench.action.revertAndCloseActiveEditor'
870: 'workbench.action.editorLayoutSingle'
871: 'workbench.action.editorLayoutTwoColumns'
872: 'workbench.action.editorLayoutThreeColumns'
873: 'workbench.action.editorLayoutTwoRows'
874: 'workbench.action.editorLayoutThreeRows'
875: 'workbench.action.editorLayoutTwoByTwoGrid'
876: 'workbench.action.editorLayoutTwoRowsRight'
877: 'workbench.action.editorLayoutTwoColumnsBottom'
878: 'workbench.action.toggleEditorType'
879: 'workbench.action.reopenTextEditor'
880: 'workbench.action.quickOpenPreviousRecentlyUsedEditor'
881: 'workbench.action.quickOpenLeastRecentlyUsedEditor'
882: 'workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup'
883: 'workbench.action.quickOpenLeastRecentlyUsedEditorInGroup'
884: 'workbench.action.openPreviousEditorFromHistory'
885: 'workbench.action.quickOpenNavigateNextInEditorPicker'
886: 'workbench.action.quickOpenNavigatePreviousInEditorPicker'
887: 'moveActiveEditor'
888: 'copyActiveEditor'
889: 'layoutEditorGroups'
890: 'vscode.setEditorLayout'
891: 'workbench.action.compareEditor.nextChange'
892: 'workbench.action.compareEditor.previousChange'
893: 'toggle.diff.renderSideBySide'
894: 'workbench.action.compareEditor.focusPrimarySide'
895: 'workbench.action.compareEditor.focusSecondarySide'
896: 'workbench.action.compareEditor.focusOtherSide'
897: 'toggle.diff.ignoreTrimWhitespace'
898: 'vscode.open'
899: '_workbench.open'
[900..999]:
900: 'vscode.diff'
901: '_workbench.diff'
902: '_workbench.openWith'
903: 'workbench.action.openEditorAtIndex'
904: 'workbench.action.openEditorAtIndex1'
905: 'workbench.action.openEditorAtIndex2'
906: 'workbench.action.openEditorAtIndex3'
907: 'workbench.action.openEditorAtIndex4'
908: 'workbench.action.openEditorAtIndex5'
909: 'workbench.action.openEditorAtIndex6'
910: 'workbench.action.openEditorAtIndex7'
911: 'workbench.action.openEditorAtIndex8'
912: 'workbench.action.openEditorAtIndex9'
913: 'workbench.action.closeActiveEditor'
914: 'workbench.action.closeActivePinnedEditor'
915: 'workbench.action.closeEditorsInGroup'
916: 'workbench.action.closeGroup'
917: 'workbench.action.closeUnmodifiedEditors'
918: 'workbench.action.closeOtherEditors'
919: 'workbench.action.closeEditorsToTheRight'
920: 'workbench.action.reopenWithEditor'
921: 'workbench.action.closeEditorsAndGroup'
922: 'workbench.action.keepEditor'
923: 'workbench.action.toggleKeepEditors'
924: 'workbench.action.toggleEditorGroupLock'
925: 'workbench.action.lockEditorGroup'
926: 'workbench.action.unlockEditorGroup'
927: 'workbench.action.pinEditor'
928: 'workbench.action.unpinEditor'
929: 'workbench.action.showEditorsInGroup'
930: 'workbench.action.splitEditorInGroup'
931: 'workbench.action.joinEditorInGroup'
932: 'workbench.action.toggleSplitEditorInGroup'
933: 'workbench.action.toggleSplitEditorInGroupLayout'
934: 'workbench.action.focusFirstSideEditor'
935: 'workbench.action.focusSecondSideEditor'
936: 'workbench.action.focusOtherSideEditor'
937: 'workbench.action.focusSecondEditorGroup'
938: 'workbench.action.focusThirdEditorGroup'
939: 'workbench.action.focusFourthEditorGroup'
940: 'workbench.action.focusFifthEditorGroup'
941: 'workbench.action.focusSixthEditorGroup'
942: 'workbench.action.focusSeventhEditorGroup'
943: 'workbench.action.focusEighthEditorGroup'
944: 'workbench.action.focusLeftGroupWithoutWrap'
945: 'workbench.action.focusRightGroupWithoutWrap'
946: 'workbench.action.focusAboveGroupWithoutWrap'
947: 'workbench.action.focusBelowGroupWithoutWrap'
948: 'files.participants.resetChoice'
949: 'workbench.action.files.openFileFolderInNewWindow'
950: '_files.pickFolderAndOpen'
951: 'workbench.action.files.openFolderInNewWindow'
952: 'workbench.action.files.openFileInNewWindow'
953: 'workbench.action.openWorkspaceInNewWindow'
954: 'addRootFolder'
955: '_workbench.pickWorkspaceFolder'
956: 'vscode.openFolder'
957: 'vscode.newWindow'
958: '_workbench.removeFromRecentlyOpened'
959: 'vscode.removeFromRecentlyOpened'
960: '_workbench.addToRecentlyOpened'
961: '_workbench.getRecentlyOpened'
962: 'workbench.action.addRootFolder'
963: 'workbench.action.removeRootFolder'
964: 'workbench.action.files.openFile'
965: 'workbench.action.files.openFolder'
966: 'workbench.action.files.openFileFolder'
967: 'workbench.action.openWorkspace'
968: 'workbench.action.openWorkspaceConfigFile'
969: 'workbench.action.closeFolder'
970: 'workbench.action.saveWorkspaceAs'
971: 'workbench.action.duplicateWorkspaceInNewWindow'
972: 'workbench.action.previousSideBarView'
973: 'workbench.action.nextSideBarView'
974: 'workbench.action.focusActivityBar'
975: 'workbench.action.togglePanel'
976: 'workbench.action.focusPanel'
977: 'workbench.action.previousPanelView'
978: 'workbench.action.nextPanelView'
979: 'workbench.action.toggleMaximizedPanel'
980: 'workbench.action.closePanel'
981: 'workbench.action.positionPanelLeft'
982: 'workbench.action.positionPanelRight'
983: 'workbench.action.positionPanelBottom'
984: 'views.moveViewUp'
985: 'views.moveViewLeft'
986: 'views.moveViewDown'
987: 'views.moveViewRight'
988: 'vscode.moveViews'
989: 'refactorPreview.apply'
990: 'refactorPreview.discard'
991: 'refactorPreview.toggleCheckedState'
992: 'refactorPreview.groupByFile'
993: 'refactorPreview.groupByType'
994: 'refactorPreview.toggleGrouping'
995: 'workbench.action.debug.configure'
996: 'debug.toggleReplIgnoreFocus'
997: 'explorer.openToSide'
998: 'explorer.openAndPassFocus'
999: 'workbench.files.action.compareWithSaved'
[1000..1099]:
1000: 'selectForCompare'
1001: 'compareSelected'
1002: 'compareFiles'
1003: 'copyFilePath'
1004: 'copyRelativeFilePath'
1005: 'workbench.action.files.copyPathOfActiveFile'
1006: 'revealInExplorer'
1007: 'explorer.openWith'
1008: 'workbench.action.files.save'
1009: 'workbench.action.files.saveWithoutFormatting'
1010: 'workbench.action.files.saveAs'
1011: 'saveAll'
1012: 'workbench.files.action.saveAllInGroup'
1013: 'workbench.action.files.saveFiles'
1014: 'workbench.action.files.revert'
1015: 'removeRootFolder'
1016: 'previousCompressedFolder'
1017: 'nextCompressedFolder'
1018: 'firstCompressedFolder'
1019: 'lastCompressedFolder'
1020: 'workbench.action.files.newUntitledFile'
1021: 'editor.action.showAccessibilityHelp'
1022: 'closeAccessibilityHelp'
1023: 'explorer.newFile'
1024: 'explorer.newFolder'
1025: 'explorer.download'
1026: 'explorer.upload'
1027: 'workbench.files.action.compareFileWith'
1028: 'workbench.files.action.focusFilesExplorer'
1029: 'workbench.files.action.showActiveFileInExplorer'
1030: 'workbench.files.action.compareWithClipboard'
1031: 'workbench.action.toggleAutoSave'
1032: 'workbench.action.files.showOpenedFileInNewWindow'
1033: '_files.windowOpen'
1034: '_files.newWindow'
1035: 'renameFile'
1036: 'moveFileToTrash'
1037: 'deleteFile'
1038: 'filesExplorer.cut'
1039: 'filesExplorer.copy'
1040: 'filesExplorer.paste'
1041: 'filesExplorer.cancelCut'
1042: 'filesExplorer.openFilePreserveFocus'
1043: 'workbench.files.action.acceptLocalChanges'
1044: 'workbench.files.action.revertLocalChanges'
1045: 'workbench.files.action.createFileFromExplorer'
1046: 'workbench.files.action.createFolderFromExplorer'
1047: 'workbench.files.action.refreshFilesExplorer'
1048: 'workbench.files.action.collapseExplorerFolders'
1049: 'workbench.action.toggleEditorGroupLayout'
1050: 'workbench.action.files.saveAll'
1051: 'openEditors.closeAll'
1052: 'openEditors.newUntitledFile'
1053: 'revealFileInOS'
1054: 'workbench.action.files.revealActiveFileInWindows'
1055: 'problems.action.open'
1056: 'problems.action.openToSide'
1057: 'workbench.action.showErrorsWarnings'
1058: 'problems.action.showQuickFixes'
1059: 'workbench.action.problems.focus'
1060: 'problems.action.copy'
1061: 'problems.action.copyMessage'
1062: 'problems.action.copyRelatedInformationMessage'
1063: 'problems.action.focusProblemsFromFilter'
1064: 'problems.action.focusFilter'
1065: 'problems.action.showMultilineMessage'
1066: 'problems.action.showSinglelineMessage'
1067: 'problems.action.clearFilterText'
1068: 'workbench.actions.treeView.workbench.panel.markers.view.collapseAll'
1069: 'workbench.actions.treeView.workbench.panel.markers.view.filter'
1070: 'workbench.actions.view.toggleProblems'
1071: 'notebook.diff.switchToText'
1072: 'notebook.diff.cell.revertMetadata'
1073: 'notebook.diff.cell.switchOutputRenderingStyleToText'
1074: 'notebook.diff.cell.revertOutputs'
1075: 'notebook.diff.cell.revertInput'
1076: 'notebook.diff.showOutputs'
1077: 'notebook.diff.showMetadata'
1078: 'workbench.output.action.switchBetweenOutputs'
1079: 'workbench.output.action.clearOutput'
1080: 'workbench.output.action.toggleAutoScroll'
1081: 'workbench.action.openActiveLogOutputFile'
1082: 'workbench.action.showLogs'
1083: 'workbench.action.openLogFile'
1084: 'remote.explorer.switch'
1085: 'scm.acceptInput'
1086: 'scm.viewNextCommit'
1087: 'scm.viewPreviousCommit'
1088: 'scm.forceViewNextCommit'
1089: 'scm.forceViewPreviousCommit'
1090: 'scm.openInTerminal'
1091: 'search.action.replaceAll'
1092: 'workbench.action.search.toggleQueryDetails'
1093: 'search.action.focusSearchFromResults'
1094: 'search.action.openResult'
1095: 'search.action.openResultToSide'
1096: 'search.action.remove'
1097: 'search.action.replace'
1098: 'search.action.replaceAllInFile'
1099: 'search.action.replaceAllInFolder'
[1100..1199]:
1100: 'closeReplaceInFilesWidget'
1101: 'search.focus.nextInputBox'
1102: 'search.focus.previousInputBox'
1103: 'search.action.copyMatch'
1104: 'search.action.copyPath'
1105: 'search.action.copyAll'
1106: 'search.action.clearHistory'
1107: 'search.action.revealInSideBar'
1108: 'search.action.cancel'
1109: 'search.action.refreshSearchResults'
1110: 'search.action.collapseSearchResults'
1111: 'search.action.expandSearchResults'
1112: 'search.action.clearSearchResults'
1113: 'search.action.focusSearchList'
1114: 'filesExplorer.findInFolder'
1115: 'filesExplorer.findInWorkspace'
1116: 'workbench.action.findInFiles'
1117: 'search.action.focusNextSearchResult'
1118: 'search.action.focusPreviousSearchResult'
1119: 'workbench.action.replaceInFiles'
1120: 'toggleSearchCaseSensitive'
1121: 'toggleSearchWholeWord'
1122: 'toggleSearchRegex'
1123: 'toggleSearchPreserveCase'
1124: 'addCursorsAtSearchResults'
1125: 'workbench.action.showAllSymbols'
1126: 'workbench.action.toggleSearchOnType'
1127: '_executeWorkspaceSymbolProvider'
1128: 'testing.cancelRun'
1129: 'testing.clearTestResults'
1130: 'testing.collapseAll'
1131: 'testing.configureProfile'
1132: 'testing.debug'
1133: 'testing.debugAll'
1134: 'testing.debugAtCursor'
1135: 'testing.debugCurrentFile'
1136: 'testing.debugFailTests'
1137: 'testing.debugLastRun'
1138: 'testing.debugSelected'
1139: 'testing.editFocusedTest'
1140: 'testing.hideTest'
1141: 'testing.openOutputPeek'
1142: 'testing.reRunFailTests'
1143: 'testing.reRunLastRun'
1144: 'testing.run'
1145: 'testing.runAll'
1146: 'testing.runAtCursor'
1147: 'testing.runCurrentFile'
1148: 'testing.runSelected'
1149: 'testing.runUsing'
1150: 'testing.searchForTestExtension'
1151: 'testing.selectDefaultTestProfiles'
1152: 'testing.showMostRecentOutput'
1153: 'testing.sortByLocation'
1154: 'testing.sortByStatus'
1155: 'testing.sortByDuration'
1156: 'testing.viewAsList'
1157: 'testing.viewAsTree'
1158: 'testing.toggleInlineTestOutput'
1159: 'testing.unhideTest'
1160: 'testing.openMessageInEditor'
1161: 'testing.goToPreviousMessage'
1162: 'testing.goToNextMessage'
1163: 'editor.closeTestPeek'
1164: 'testing.toggleTestingPeekHistory'
1165: '_revealTestInExplorer'
1166: 'vscode.peekTestError'
1167: 'vscode.revealTest'
1168: 'vscode.runTestsById'
1169: 'files.openTimeline'
1170: 'workbench.action.openWalkthrough'
1171: 'welcome.goBack'
1172: 'walkthroughs.selectStep'
1173: 'welcome.markStepComplete'
1174: 'welcome.markStepIncomplete'
1175: 'welcome.showAllWalkthroughs'
1176: '_remoteCLI.openExternal'
1177: '_remoteCLI.windowOpen'
1178: '_remoteCLI.getSystemStatus'
1179: '_remoteCLI.manageExtensions'
1180: 'workbench.extensions.action.showExtensionsForLanguage'
1181: 'workbench.extensions.action.showExtensionsWithIds'
1182: 'editor.action.extensioneditor.showfind'
1183: 'editor.action.extensioneditor.findNext'
1184: 'editor.action.extensioneditor.findPrevious'
1185: '_extensions.manage'
1186: 'extension.open'
1187: 'workbench.extensions.installExtension'
1188: 'workbench.extensions.uninstallExtension'
1189: 'workbench.extensions.search'
1190: 'workbench.action.showRuntimeExtensions'
1191: 'workbench.extensions.action.debugExtensionHost'
1192: 'workbench.extensions.action.extensionHostProfile'
1193: 'workbench.extensions.action.stopExtensionHostProfile'
1194: 'workbench.extensions.action.saveExtensionHostProfile'
1195: 'workbench.action.quickOpenNavigateNextInTerminalPicker'
1196: 'workbench.action.quickOpenNavigatePreviousInTerminalPicker'
1197: 'workbench.action.terminal.newInActiveWorkspace'
1198: 'workbench.action.createTerminalEditor'
1199: 'workbench.action.createTerminalEditorSide'
[1200..1299]:
1200: 'workbench.action.terminal.moveToEditor'
1201: 'workbench.action.terminal.moveToEditorInstance'
1202: 'workbench.action.terminal.moveToTerminalPanel'
1203: 'workbench.action.terminal.showTabs'
1204: 'workbench.action.terminal.focusPreviousPane'
1205: 'workbench.action.terminal.focusNextPane'
1206: 'workbench.action.terminal.resizePaneLeft'
1207: 'workbench.action.terminal.resizePaneRight'
1208: 'workbench.action.terminal.resizePaneUp'
1209: 'workbench.action.terminal.resizePaneDown'
1210: 'workbench.action.terminal.focus'
1211: 'workbench.action.terminal.focusTabs'
1212: 'workbench.action.terminal.focusNext'
1213: 'workbench.action.terminal.focusPrevious'
1214: 'workbench.action.terminal.runSelectedText'
1215: 'workbench.action.terminal.runActiveFile'
1216: 'workbench.action.terminal.scrollDown'
1217: 'workbench.action.terminal.scrollDownPage'
1218: 'workbench.action.terminal.scrollToBottom'
1219: 'workbench.action.terminal.scrollUp'
1220: 'workbench.action.terminal.scrollUpPage'
1221: 'workbench.action.terminal.scrollToTop'
1222: 'workbench.action.terminal.navigationModeExit'
1223: 'workbench.action.terminal.navigationModeFocusPrevious'
1224: 'workbench.action.terminal.navigationModeFocusNext'
1225: 'workbench.action.terminal.clearSelection'
1226: 'workbench.action.terminal.changeIcon'
1227: 'workbench.action.terminal.changeIconPanel'
1228: 'workbench.action.terminal.changeIconInstance'
1229: 'workbench.action.terminal.changeColor'
1230: 'workbench.action.terminal.changeColorPanel'
1231: 'workbench.action.terminal.changeColorInstance'
1232: 'workbench.action.terminal.rename'
1233: 'workbench.action.terminal.renamePanel'
1234: 'workbench.action.terminal.renameInstance'
1235: 'workbench.action.terminal.focusFind'
1236: 'workbench.action.terminal.hideFind'
1237: 'workbench.action.terminal.detachSession'
1238: 'workbench.action.terminal.attachToSession'
1239: 'workbench.action.quickOpenTerm'
1240: 'workbench.action.terminal.scrollToPreviousCommand'
1241: 'workbench.action.terminal.scrollToNextCommand'
1242: 'workbench.action.terminal.selectToPreviousCommand'
1243: 'workbench.action.terminal.selectToNextCommand'
1244: 'workbench.action.terminal.selectToPreviousLine'
1245: 'workbench.action.terminal.selectToNextLine'
1246: 'toggleEscapeSequenceLogging'
1247: 'workbench.action.terminal.sendSequence'
1248: 'workbench.action.terminal.newWithCwd'
1249: 'workbench.action.terminal.renameWithArg'
1250: 'workbench.action.terminal.toggleFindRegex'
1251: 'workbench.action.terminal.toggleFindWholeWord'
1252: 'workbench.action.terminal.toggleFindCaseSensitive'
1253: 'workbench.action.terminal.findNext'
1254: 'workbench.action.terminal.findPrevious'
1255: 'workbench.action.terminal.searchWorkspace'
1256: 'workbench.action.terminal.relaunch'
1257: 'workbench.action.terminal.showEnvironmentInformation'
1258: 'workbench.action.terminal.split'
1259: 'workbench.action.terminal.splitInstance'
1260: 'workbench.action.terminal.unsplit'
1261: 'workbench.action.terminal.unsplitInstance'
1262: 'workbench.action.terminal.joinInstance'
1263: 'workbench.action.terminal.splitInActiveWorkspace'
1264: 'workbench.action.terminal.selectAll'
1265: 'workbench.action.terminal.new'
1266: 'workbench.action.terminal.kill'
1267: 'workbench.action.terminal.killEditor'
1268: 'workbench.action.terminal.killInstance'
1269: 'workbench.action.terminal.clear'
1270: 'workbench.action.terminal.selectDefaultShell'
1271: 'workbench.action.terminal.createProfileButton'
1272: 'workbench.action.terminal.openSettings'
1273: 'workbench.action.terminal.setDimensions'
1274: 'workbench.action.terminal.sizeToContentWidth'
1275: 'workbench.action.terminal.sizeToContentWidthInstance'
1276: 'workbench.action.terminal.copySelection'
1277: 'workbench.action.terminal.paste'
1278: 'workbench.action.terminal.switchTerminal'
1279: 'workbench.action.terminal.focusAtIndex1'
1280: 'workbench.action.terminal.focusAtIndex2'
1281: 'workbench.action.terminal.focusAtIndex3'
1282: 'workbench.action.terminal.focusAtIndex4'
1283: 'workbench.action.terminal.focusAtIndex5'
1284: 'workbench.action.terminal.focusAtIndex6'
1285: 'workbench.action.terminal.focusAtIndex7'
1286: 'workbench.action.terminal.focusAtIndex8'
1287: 'workbench.action.terminal.focusAtIndex9'
1288: 'workbench.trust.configure'
1289: 'workbench.trust.manage'
1290: 'workbench.action.restartExtensionHost'
1291: 'refactorPreview.resetViewContainerLocation'
1292: 'workbench.panel.repl.resetViewContainerLocation'
1293: 'workbench.panel.markers.resetViewContainerLocation'
1294: 'workbench.panel.markers.view.toggleVisibility'
1295: 'workbench.panel.markers.view.removeView'
1296: 'workbench.panel.output.resetViewContainerLocation'
1297: 'workbench.panel.output.toggleVisibility'
1298: 'workbench.panel.output.removeView'
1299: 'terminal.resetViewContainerLocation'
[1300..1399]:
1300: 'terminal.toggleVisibility'
1301: 'terminal.removeView'
1302: 'workbench.view.debug.resetViewContainerLocation'
1303: 'workbench.view.explorer.resetViewContainerLocation'
1304: 'workbench.view.remote.resetViewContainerLocation'
1305: 'workbench.view.scm.resetViewContainerLocation'
1306: 'workbench.scm.toggleVisibility'
1307: 'workbench.scm.removeView'
1308: 'workbench.view.search.resetViewContainerLocation'
1309: 'workbench.view.search.toggleVisibility'
1310: 'workbench.view.search.removeView'
1311: 'workbench.view.extension.test.resetViewContainerLocation'
1312: 'workbench.view.extensions.resetViewContainerLocation'
1313: 'refactorPreview.focus'
1314: 'refactorPreview.resetViewLocation'
1315: 'refactorPreview'
1316: 'workbench.actions.view.problems'
1317: 'workbench.panel.markers.view.focus'
1318: 'workbench.panel.markers.view.resetViewLocation'
1319: 'workbench.action.output.toggleOutput'
1320: 'workbench.panel.output.focus'
1321: 'workbench.panel.output.resetViewLocation'
1322: 'workbench.action.terminal.toggleTerminal'
1323: 'terminal.focus'
1324: 'terminal.resetViewLocation'
1325: 'workbench.views.service.panel.18506158-7adf-4343-8150-86ce90c76190.resetViewContainerLocation'
1326: 'workbench.debug.action.toggleRepl'
1327: 'workbench.panel.repl.view.focus'
1328: 'workbench.panel.repl.view.resetViewLocation'
1329: 'workbench.debug.welcome.focus'
1330: 'workbench.debug.welcome.resetViewLocation'
1331: 'workbench.debug.action.focusVariablesView'
1332: 'workbench.debug.variablesView.resetViewLocation'
1333: 'workbench.debug.action.focusWatchView'
1334: 'workbench.debug.watchExpressionsView.resetViewLocation'
1335: 'workbench.debug.action.focusCallStackView'
1336: 'workbench.debug.callStackView.resetViewLocation'
1337: 'workbench.debug.loadedScriptsView.focus'
1338: 'workbench.debug.loadedScriptsView.resetViewLocation'
1339: 'workbench.debug.action.focusBreakpointsView'
1340: 'workbench.debug.breakPointsView.resetViewLocation'
1341: 'workbench.view.debug'
1342: 'outline.focus'
1343: 'outline.resetViewLocation'
1344: 'timeline.focus'
1345: 'timeline.resetViewLocation'
1346: 'workbench.view.explorer'
1347: 'workbench.view.remote'
1348: 'workbench.scm.repositories.focus'
1349: 'workbench.scm.repositories.resetViewLocation'
1350: 'workbench.view.scm'
1351: 'workbench.scm.focus'
1352: 'workbench.scm.resetViewLocation'
1353: 'workbench.view.search'
1354: 'workbench.view.search.focus'
1355: 'workbench.view.search.resetViewLocation'
1356: 'workbench.view.testing.focus'
1357: 'workbench.view.testing.resetViewLocation'
1358: 'workbench.view.extension.test'
1359: 'workbench.view.extensions'
1360: 'help.tweetFeedback'
1361: 'workbench.action.openSettings'
1362: 'workbench.action.openSettings2'
1363: 'workbench.action.openSettingsJson'
1364: 'workbench.action.openGlobalSettings'
1365: 'workbench.action.openRawDefaultSettings'
1366: '_workbench.openUserSettingsEditor'
1367: 'settings.switchToJSON'
1368: 'workbench.action.configureLanguageBasedSettings'
1369: 'workbench.action.openWorkspaceSettings'
1370: 'workbench.action.openWorkspaceSettingsFile'
1371: 'workbench.action.openFolderSettings'
1372: 'workbench.action.openFolderSettingsFile'
1373: '_workbench.action.openFolderSettings'
1374: 'settings.filterByModified'
1375: 'settings.filterByOnline'
1376: 'settings.filterByTelemetry'
1377: 'settings.filterUntrusted'
1378: 'settings.action.search'
1379: 'settings.action.clearSearchResults'
1380: 'settings.action.focusSettingsFile'
1381: 'settings.action.focusSettingsFromSearch'
1382: 'settings.action.focusSettingsList'
1383: 'settings.action.focusTOC'
1384: 'settings.action.focusSettingControl'
1385: 'settings.action.showContextMenu'
1386: 'settings.action.focusLevelUp'
1387: 'workbench.action.openGlobalKeybindings'
1388: 'workbench.action.openDefaultKeybindingsFile'
1389: 'workbench.action.openGlobalKeybindingsFile'
1390: 'keybindings.editor.showDefaultKeybindings'
1391: 'keybindings.editor.showExtensionKeybindings'
1392: 'keybindings.editor.showUserKeybindings'
1393: 'keybindings.editor.clearSearchResults'
1394: 'keybindings.editor.defineKeybinding'
1395: 'keybindings.editor.addKeybinding'
1396: 'keybindings.editor.defineWhenExpression'
1397: 'keybindings.editor.removeKeybinding'
1398: 'keybindings.editor.resetKeybinding'
1399: 'keybindings.editor.searchKeybindings'
[1400..1499]:
1400: 'keybindings.editor.recordSearchKeys'
1401: 'keybindings.editor.toggleSortByPrecedence'
1402: 'keybindings.editor.showConflicts'
1403: 'keybindings.editor.copyKeybindingEntry'
1404: 'keybindings.editor.copyCommandKeybindingEntry'
1405: 'keybindings.editor.copyCommandTitle'
1406: 'keybindings.editor.focusKeybindings'
1407: '_workbench.openFolderSettings.file:///Users/ortatherox/dev/vscode/vscode-extension-samples'
1408: 'workbench.action.remote.showMenu'
1409: 'workbench.action.remote.close'
1410: 'workbench.action.remote.extensions'
1411: 'workbench.extensions.action.installExtensions'
1412: 'workbench.extensions.action.showRecommendedKeymapExtensions'
1413: 'workbench.extensions.action.showLanguageExtensions'
1414: 'workbench.extensions.action.checkForUpdates'
1415: 'configureExtensionsAutoUpdate.all'
1416: 'configureExtensionsAutoUpdate.enabled'
1417: 'configureExtensionsAutoUpdate.none'
1418: 'workbench.extensions.action.updateAllExtensions'
1419: 'workbench.extensions.action.disableAutoUpdate'
1420: 'workbench.extensions.action.enableAutoUpdate'
1421: 'workbench.extensions.action.enableAll'
1422: 'workbench.extensions.action.enableAllWorkspace'
1423: 'workbench.extensions.action.disableAll'
1424: 'workbench.extensions.action.disableAllWorkspace'
1425: 'workbench.extensions.action.installVSIX'
1426: 'workbench.extensions.command.installFromVSIX'
1427: 'workbench.extensions.action.installWebExtensionFromLocation'
1428: 'extensions.filter.featured'
1429: 'workbench.extensions.action.showPopularExtensions'
1430: 'workbench.extensions.action.showRecommendedExtensions'
1431: 'workbench.extensions.action.recentlyPublishedExtensions'
1432: 'extensions.actions.searchByCategory.Azure'
1433: 'extensions.actions.searchByCategory.Data Science'
1434: 'extensions.actions.searchByCategory.Debuggers'
1435: 'extensions.actions.searchByCategory.Extension Packs'
1436: 'extensions.actions.searchByCategory.Education'
1437: 'extensions.actions.searchByCategory.Formatters'
1438: 'extensions.actions.searchByCategory.Keymaps'
1439: 'extensions.actions.searchByCategory.Language Packs'
1440: 'extensions.actions.searchByCategory.Linters'
1441: 'extensions.actions.searchByCategory.Machine Learning'
1442: 'extensions.actions.searchByCategory.Notebooks'
1443: 'extensions.actions.searchByCategory.Programming Languages'
1444: 'extensions.actions.searchByCategory.SCM Providers'
1445: 'extensions.actions.searchByCategory.Snippets'
1446: 'extensions.actions.searchByCategory.Testing'
1447: 'extensions.actions.searchByCategory.Themes'
1448: 'extensions.actions.searchByCategory.Visualization'
1449: 'extensions.actions.searchByCategory.Other'
1450: 'workbench.extensions.action.listBuiltInExtensions'
1451: 'workbench.extensions.action.listWorkspaceUnsupportedExtensions'
1452: 'workbench.extensions.action.showInstalledExtensions'
1453: 'workbench.extensions.action.showEnabledExtensions'
1454: 'workbench.extensions.action.showDisabledExtensions'
1455: 'workbench.extensions.action.listOutdatedExtensions'
1456: 'extensions.sort.installs'
1457: 'extensions.sort.rating'
1458: 'extensions.sort.name'
1459: 'extensions.sort.publishedDate'
1460: 'workbench.extensions.action.clearExtensionsSearchResults'
1461: 'workbench.extensions.action.refreshExtension'
1462: 'workbench.extensions.action.installWorkspaceRecommendedExtensions'
1463: 'workbench.extensions.action.configureWorkspaceFolderRecommendedExtensions'
1464: 'workbench.extensions.action.install.specificVersion'
1465: 'workbench.extensions.action.reinstall'
1466: 'workbench.extensions.action.copyExtension'
1467: 'workbench.extensions.action.copyExtensionId'
1468: 'workbench.extensions.action.configure'
1469: 'workbench.extensions.action.toggleIgnoreExtension'
1470: 'workbench.extensions.action.ignoreRecommendation'
1471: 'workbench.extensions.action.undoIgnoredRecommendation'
1472: 'workbench.extensions.action.addExtensionToWorkspaceRecommendations'
1473: 'workbench.extensions.action.removeExtensionFromWorkspaceRecommendations'
1474: 'workbench.extensions.action.addToWorkspaceRecommendations'
1475: 'workbench.extensions.action.addToWorkspaceFolderRecommendations'
1476: 'workbench.extensions.action.addToWorkspaceIgnoredRecommendations'
1477: 'workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations'
1478: 'workbench.extensions.action.configureWorkspaceRecommendedExtensions'
1479: 'workbench.views.extensions.installed.empty.focus'
1480: 'workbench.views.extensions.installed.empty.resetViewLocation'
1481: 'workbench.views.extensions.installed.focus'
1482: 'workbench.views.extensions.installed.resetViewLocation'
1483: 'workbench.views.extensions.popular.focus'
1484: 'workbench.views.extensions.popular.resetViewLocation'
1485: 'extensions.recommendedList.focus'
1486: 'extensions.recommendedList.resetViewLocation'
1487: 'workbench.views.extensions.enabled.focus'
1488: 'workbench.views.extensions.enabled.resetViewLocation'
1489: 'workbench.views.extensions.disabled.focus'
1490: 'workbench.views.extensions.disabled.resetViewLocation'
1491: 'workbench.views.extensions.marketplace.focus'
1492: 'workbench.views.extensions.marketplace.resetViewLocation'
1493: 'workbench.views.extensions.searchInstalled.focus'
1494: 'workbench.views.extensions.searchInstalled.resetViewLocation'
1495: 'workbench.views.extensions.searchEnabled.focus'
1496: 'workbench.views.extensions.searchEnabled.resetViewLocation'
1497: 'workbench.views.extensions.searchDisabled.focus'
1498: 'workbench.views.extensions.searchDisabled.resetViewLocation'
1499: 'workbench.views.extensions.searchOutdated.focus'
[1500..1599]:
1500: 'workbench.views.extensions.searchOutdated.resetViewLocation'
1501: 'workbench.views.extensions.searchBuiltin.focus'
1502: 'workbench.views.extensions.searchBuiltin.resetViewLocation'
1503: 'workbench.views.extensions.searchWorkspaceUnsupported.focus'
1504: 'workbench.views.extensions.searchWorkspaceUnsupported.resetViewLocation'
1505: 'workbench.views.extensions.workspaceRecommendations.focus'
1506: 'workbench.views.extensions.workspaceRecommendations.resetViewLocation'
1507: 'workbench.views.extensions.otherRecommendations.focus'
1508: 'workbench.views.extensions.otherRecommendations.resetViewLocation'
1509: 'workbench.views.extensions.builtinFeatureExtensions.focus'
1510: 'workbench.views.extensions.builtinFeatureExtensions.resetViewLocation'
1511: 'workbench.views.extensions.builtinThemeExtensions.focus'
1512: 'workbench.views.extensions.builtinThemeExtensions.resetViewLocation'
1513: 'workbench.views.extensions.builtinProgrammingLanguageExtensions.focus'
1514: 'workbench.views.extensions.builtinProgrammingLanguageExtensions.resetViewLocation'
1515: 'workbench.views.extensions.untrustedUnsupportedExtensions.focus'
1516: 'workbench.views.extensions.untrustedUnsupportedExtensions.resetViewLocation'
1517: 'workbench.views.extensions.untrustedPartiallySupportedExtensions.focus'
1518: 'workbench.views.extensions.untrustedPartiallySupportedExtensions.resetViewLocation'
1519: 'workbench.views.extensions.virtualUnsupportedExtensions.focus'
1520: 'workbench.views.extensions.virtualUnsupportedExtensions.resetViewLocation'
1521: 'workbench.views.extensions.virtualPartiallySupportedExtensions.focus'
1522: 'workbench.views.extensions.virtualPartiallySupportedExtensions.resetViewLocation'
1523: 'workbench.extensions.action.openExtensionsFolder'
1524: 'showEditorScreenReaderNotification'
1525: 'changeEditorIndentation'
1526: 'workbench.userDataSync.actions.turnOn'
1527: 'workbench.userDataSync.actions.turnOff'
1528: 'workbench.userData.actions.askToTunrOnAfterInit'
1529: 'workbench.userData.actions.turningOn'
1530: 'workbench.userData.actions.signin'
1531: 'workbench.userDataSync.actions.resolveSettingsConflicts'
1532: 'workbench.userDataSync.actions.resolveKeybindingsConflicts'
1533: 'workbench.userDataSync.actions.resolveSnippetsConflicts'
1534: 'workbench.userDataSync.actions.showSyncedData'
1535: 'workbench.userDataSync.actions.manage'
1536: 'workbench.userDataSync.actions.syncNow'
1537: 'workbench.userDataSync.actions.configure'
1538: 'workbench.userDataSync.actions.settings'
1539: 'workbench.userDataSync.actions.help'
1540: 'workbench.userDataSync.actions.showLog'
1541: 'workbench.actions.syncData.reset'
1542: 'workbench.view.sync.resetViewContainerLocation'
1543: 'workbench.view.sync'
1544: 'workbench.actions.treeView.workbench.views.sync.merges.refresh'
1545: 'workbench.actions.treeView.workbench.views.sync.merges.collapseAll'
1546: 'workbench.views.sync.merges.focus'
1547: 'workbench.views.sync.merges.resetViewLocation'
1548: 'workbench.actions.treeView.workbench.views.sync.remoteActivity.refresh'
1549: 'workbench.actions.treeView.workbench.views.sync.remoteActivity.collapseAll'
1550: 'workbench.views.sync.remoteActivity.focus'
1551: 'workbench.views.sync.remoteActivity.resetViewLocation'
1552: 'workbench.actions.sync.resolveResource'
1553: 'workbench.actions.sync.compareWithLocal'
1554: 'workbench.actions.sync.replaceCurrent'
1555: 'workbench.actions.treeView.workbench.views.sync.machines.refresh'
1556: 'workbench.actions.treeView.workbench.views.sync.machines.collapseAll'
1557: 'workbench.views.sync.machines.focus'
1558: 'workbench.views.sync.machines.resetViewLocation'
1559: 'workbench.actions.sync.editMachineName'
1560: 'workbench.actions.sync.turnOffSyncOnMachine'
1561: 'workbench.actions.treeView.workbench.views.sync.localActivity.refresh'
1562: 'workbench.actions.treeView.workbench.views.sync.localActivity.collapseAll'
1563: 'workbench.views.sync.localActivity.focus'
1564: 'workbench.views.sync.localActivity.resetViewLocation'
1565: 'workbench.actions.treeView.workbench.views.sync.troubleshoot.refresh'
1566: 'workbench.actions.treeView.workbench.views.sync.troubleshoot.collapseAll'
1567: 'workbench.views.sync.troubleshoot.focus'
1568: 'workbench.views.sync.troubleshoot.resetViewLocation'
1569: 'workbench.debug.welcome.toggleVisibility'
1570: 'workbench.debug.welcome.removeView'
1571: 'notifications.showList'
1572: 'notifications.hideList'
1573: 'notifications.toggleList'
1574: 'notification.clear'
1575: 'notification.expand'
1576: 'notification.collapse'
1577: 'notification.toggle'
1578: 'notifications.hideToasts'
1579: 'notifications.focusToasts'
1580: 'notifications.focusNextToast'
1581: 'notifications.focusPreviousToast'
1582: 'notifications.focusFirstToast'
1583: 'notifications.focusLastToast'
1584: 'notifications.clearAll'
1585: 'workbench.files.action.focusOpenEditorsView'
1586: 'workbench.explorer.openEditorsView.resetViewLocation'
1587: 'workbench.explorer.fileView.focus'
1588: 'workbench.explorer.fileView.resetViewLocation'
1589: 'workbench.action.revealPathInFinder9'
1590: 'workbench.action.revealPathInFinder8'
1591: 'workbench.action.revealPathInFinder7'
1592: 'workbench.action.revealPathInFinder6'
1593: 'workbench.action.revealPathInFinder5'
1594: 'workbench.action.revealPathInFinder4'
1595: 'workbench.action.revealPathInFinder3'
1596: 'workbench.action.revealPathInFinder2'
1597: 'workbench.action.revealPathInFinder1'
1598: 'workbench.action.showWindowLog'
1599: 'update.check'
[1600..1699]:
1600: 'update.checking'
1601: 'update.downloadNow'
1602: 'update.downloading'
1603: 'update.install'
1604: 'update.updating'
1605: 'update.restart'
1606: 'workbench.action.tasks.runTask'
1607: 'workbench.action.tasks.reRunTask'
1608: 'workbench.action.tasks.restartTask'
1609: 'workbench.action.tasks.terminate'
1610: 'workbench.action.tasks.showLog'
1611: 'workbench.action.tasks.build'
1612: 'workbench.action.tasks.test'
1613: 'workbench.action.tasks.configureTaskRunner'
1614: 'workbench.action.tasks.configureDefaultBuildTask'
1615: 'workbench.action.tasks.configureDefaultTestTask'
1616: 'workbench.action.tasks.showTasks'
1617: 'workbench.action.tasks.toggleProblems'
1618: 'workbench.action.tasks.openUserTasks'
1619: 'workbench.action.tasks.openWorkspaceFileTasks'
1620: 'workbench.view.extension.references-view.resetViewContainerLocation'
1621: 'workbench.view.extension.references-view'
1622: 'workbench.view.extension.github-pull-requests.resetViewContainerLocation'
1623: 'workbench.view.extension.github-pull-requests'
1624: 'workbench.view.extension.github-pull-request.resetViewContainerLocation'
1625: 'workbench.view.extension.github-pull-request'
1626: 'workbench.view.extension.azure.resetViewContainerLocation'
1627: 'workbench.view.extension.azure'
1628: 'workbench.view.extension.cspell-explorer.resetViewContainerLocation'
1629: 'workbench.view.extension.cspell-explorer'
1630: 'workbench.view.extension.gistpad.resetViewContainerLocation'
1631: 'workbench.view.extension.gistpad'
1632: 'workbench.view.extension.wallaby.resetViewContainerLocation'
1633: 'workbench.view.extension.wallaby'
1634: 'workbench.view.extension.ts-playground.resetViewContainerLocation'
1635: 'workbench.view.extension.ts-playground'
1636: 'workbench.actions.treeView.references-view.tree.refresh'
1637: 'workbench.actions.treeView.references-view.tree.collapseAll'
1638: 'workbench.actions.treeView.npm.refresh'
1639: 'workbench.actions.treeView.npm.collapseAll'
1640: 'workbench.actions.treeView.foam-vscode.backlinks.refresh'
1641: 'workbench.actions.treeView.foam-vscode.backlinks.collapseAll'
1642: 'workbench.actions.treeView.foam-vscode.tags-explorer.refresh'
1643: 'workbench.actions.treeView.foam-vscode.tags-explorer.collapseAll'
1644: 'workbench.actions.treeView.foam-vscode.orphans.refresh'
1645: 'workbench.actions.treeView.foam-vscode.orphans.collapseAll'
1646: 'workbench.actions.treeView.foam-vscode.placeholders.refresh'
1647: 'workbench.actions.treeView.foam-vscode.placeholders.collapseAll'
1648: 'workbench.actions.treeView.remoteHub.views.workspaceRepositories.refresh'
1649: 'workbench.actions.treeView.remoteHub.views.workspaceRepositories.collapseAll'
1650: 'workbench.actions.treeView.github:login.refresh'
1651: 'workbench.actions.treeView.github:login.collapseAll'
1652: 'workbench.actions.treeView.pr:github.refresh'
1653: 'workbench.actions.treeView.pr:github.collapseAll'
1654: 'workbench.actions.treeView.issues:github.refresh'
1655: 'workbench.actions.treeView.issues:github.collapseAll'
1656: 'workbench.actions.treeView.github:compareChanges.refresh'
1657: 'workbench.actions.treeView.github:compareChanges.collapseAll'
1658: 'workbench.actions.treeView.prStatus:github.refresh'
1659: 'workbench.actions.treeView.prStatus:github.collapseAll'
1660: 'workbench.actions.treeView.github:activePullRequest:welcome.refresh'
1661: 'workbench.actions.treeView.github:activePullRequest:welcome.collapseAll'
1662: 'workbench.actions.treeView.azFuncTree.refresh'
1663: 'workbench.actions.treeView.azFuncTree.collapseAll'
1664: 'workbench.actions.treeView.azureResourceGroups.refresh'
1665: 'workbench.actions.treeView.azureResourceGroups.collapseAll'
1666: 'workbench.actions.treeView.ms-azuretools.helpAndFeedback.refresh'
1667: 'workbench.actions.treeView.ms-azuretools.helpAndFeedback.collapseAll'
1668: 'workbench.actions.treeView.staticWebApps.refresh'
1669: 'workbench.actions.treeView.staticWebApps.collapseAll'
1670: 'workbench.actions.treeView.azureStorage.refresh'
1671: 'workbench.actions.treeView.azureStorage.collapseAll'
1672: 'workbench.actions.treeView.sshHosts.refresh'
1673: 'workbench.actions.treeView.sshHosts.collapseAll'
1674: 'workbench.actions.treeView.jsBrowserBreakpoints.refresh'
1675: 'workbench.actions.treeView.jsBrowserBreakpoints.collapseAll'
1676: 'workbench.actions.treeView.tsDev.baselines.refresh'
1677: 'workbench.actions.treeView.tsDev.baselines.collapseAll'
1678: 'workbench.actions.treeView.cSpellRegExpView.refresh'
1679: 'workbench.actions.treeView.cSpellRegExpView.collapseAll'
1680: 'workbench.actions.treeView.gistpad.gists.refresh'
1681: 'workbench.actions.treeView.gistpad.gists.collapseAll'
1682: 'workbench.actions.treeView.gistpad.repos.refresh'
1683: 'workbench.actions.treeView.gistpad.repos.collapseAll'
1684: 'workbench.actions.treeView.gistpad.showcase.refresh'
1685: 'workbench.actions.treeView.gistpad.showcase.collapseAll'
1686: 'workbench.actions.treeView.wallaby.valueExplorer.refresh'
1687: 'workbench.actions.treeView.wallaby.valueExplorer.collapseAll'
1688: 'workbench.actions.treeView.wallaby.traceExplorer.refresh'
1689: 'workbench.actions.treeView.wallaby.traceExplorer.collapseAll'
1690: 'workbench.actions.treeView.wallaby.testFileCoverageExplorer.refresh'
1691: 'workbench.actions.treeView.wallaby.testFileCoverageExplorer.collapseAll'
1692: 'workbench.actions.treeView.vscode-typescript-playground.playground.refresh'
1693: 'workbench.actions.treeView.vscode-typescript-playground.playground.collapseAll'
1694: 'references-view.tree.focus'
1695: 'references-view.tree.resetViewLocation'
1696: 'npm.focus'
1697: 'npm.resetViewLocation'
1698: 'foam-vscode.backlinks.focus'
1699: 'foam-vscode.backlinks.resetViewLocation'
[1700..1798]:
1700: 'foam-vscode.tags-explorer.focus'
1701: 'foam-vscode.tags-explorer.resetViewLocation'
1702: 'foam-vscode.orphans.focus'
1703: 'foam-vscode.orphans.resetViewLocation'
1704: 'foam-vscode.placeholders.focus'
1705: 'foam-vscode.placeholders.resetViewLocation'
1706: 'remoteHub.views.workspaceRepositories.focus'
1707: 'remoteHub.views.workspaceRepositories.resetViewLocation'
1708: 'github:login.focus'
1709: 'github:login.resetViewLocation'
1710: 'pr:github.focus'
1711: 'pr:github.resetViewLocation'
1712: 'issues:github.focus'
1713: 'issues:github.resetViewLocation'
1714: 'issues:github.toggleVisibility'
1715: 'issues:github.removeView'
1716: 'pr:github.toggleVisibility'
1717: 'pr:github.removeView'
1718: 'github:createPullRequest.focus'
1719: 'github:createPullRequest.resetViewLocation'
1720: 'github:compareChanges.focus'
1721: 'github:compareChanges.resetViewLocation'
1722: 'prStatus:github.focus'
1723: 'prStatus:github.resetViewLocation'
1724: 'github:activePullRequest.focus'
1725: 'github:activePullRequest.resetViewLocation'
1726: 'github:activePullRequest:welcome.focus'
1727: 'github:activePullRequest:welcome.resetViewLocation'
1728: 'azFuncTree.focus'
1729: 'azFuncTree.resetViewLocation'
1730: 'azureResourceGroups.focus'
1731: 'azureResourceGroups.resetViewLocation'
1732: 'ms-azuretools.helpAndFeedback.focus'
1733: 'ms-azuretools.helpAndFeedback.resetViewLocation'
1734: 'staticWebApps.focus'
1735: 'staticWebApps.resetViewLocation'
1736: 'azureStorage.focus'
1737: 'azureStorage.resetViewLocation'
1738: 'azureResourceGroups.toggleVisibility'
1739: 'azureResourceGroups.removeView'
1740: 'ms-azuretools.helpAndFeedback.toggleVisibility'
1741: 'ms-azuretools.helpAndFeedback.removeView'
1742: 'azFuncTree.toggleVisibility'
1743: 'azFuncTree.removeView'
1744: 'staticWebApps.toggleVisibility'
1745: 'staticWebApps.removeView'
1746: 'azureStorage.toggleVisibility'
1747: 'azureStorage.removeView'
1748: 'sshHosts.focus'
1749: 'sshHosts.resetViewLocation'
1750: 'jsBrowserBreakpoints.focus'
1751: 'jsBrowserBreakpoints.resetViewLocation'
1752: 'tsDev.baselines.focus'
1753: 'tsDev.baselines.resetViewLocation'
1754: 'workbench.explorer.openEditorsView.toggleVisibility'
1755: 'workbench.explorer.openEditorsView.removeView'
1756: 'workbench.explorer.fileView.toggleVisibility'
1757: 'workbench.explorer.fileView.removeView'
1758: 'outline.toggleVisibility'
1759: 'outline.removeView'
1760: 'foam-vscode.backlinks.toggleVisibility'
1761: 'foam-vscode.backlinks.removeView'
1762: 'foam-vscode.tags-explorer.toggleVisibility'
1763: 'foam-vscode.tags-explorer.removeView'
1764: 'foam-vscode.orphans.toggleVisibility'
1765: 'foam-vscode.orphans.removeView'
1766: 'foam-vscode.placeholders.toggleVisibility'
1767: 'foam-vscode.placeholders.removeView'
1768: 'tsDev.baselines.toggleVisibility'
1769: 'tsDev.baselines.removeView'
1770: 'cSpellRegExpView.focus'
1771: 'cSpellRegExpView.resetViewLocation'
1772: 'gistpad.gists.focus'
1773: 'gistpad.gists.resetViewLocation'
1774: 'gistpad.repos.focus'
1775: 'gistpad.repos.resetViewLocation'
1776: 'gistpad.showcase.focus'
1777: 'gistpad.showcase.resetViewLocation'
1778: 'gistpad.gists.toggleVisibility'
1779: 'gistpad.gists.removeView'
1780: 'gistpad.repos.toggleVisibility'
1781: 'gistpad.repos.removeView'
1782: 'wallaby.valueExplorer.focus'
1783: 'wallaby.valueExplorer.resetViewLocation'
1784: 'wallaby.traceExplorer.focus'
1785: 'wallaby.traceExplorer.resetViewLocation'
1786: 'wallaby.testFileCoverageExplorer.focus'
1787: 'wallaby.testFileCoverageExplorer.resetViewLocation'
1788: 'vscode-typescript-playground.playground.focus'
1789: 'vscode-typescript-playground.playground.resetViewLocation'
1790: 'vscode-typescript-playground.sidebarView.focus'
1791: 'vscode-typescript-playground.sidebarView.resetViewLocation'
1792: 'vscode-typescript-playground.sidebarView.toggleVisibility'
1793: 'vscode-typescript-playground.sidebarView.removeView'
1794: 'workbench.action.openRemoteSettings'
1795: 'workbench.action.openRemoteSettingsFile'
1796: '_generateCommandsDocumentation'
1797: 'workbench.action.terminal.newWithProfile'
1798: '_vscode_delegate_cmd_kwkyqijz'
gents, Can you reveal which theme you used in the introduction section of this extension?
https://marketplace.visualstudio.com/items?itemName=seunlanlege.action-buttons
thanks so much,
As of aug 2022:
[
"noop",
"_provideDocumentSemanticTokensLegend",
"_provideDocumentSemanticTokens",
"_provideDocumentRangeSemanticTokensLegend",
"_provideDocumentRangeSemanticTokens",
"_executeCodeLensProvider",
"_executeDocumentColorProvider",
"_executeColorPresentationProvider",
"_executeLinkProvider",
"_executeSignatureHelpProvider",
"setContext",
"getContextKeyInfo",
"_generateContextKeyInfo",
"_executeDocumentSymbolProvider",
"history.showPrevious",
"history.showNext",
"undo",
"default:undo",
"redo",
"default:redo",
"editor.action.selectAll",
"_moveTo",
"_moveToSelect",
"columnSelect",
"cursorColumnSelectLeft",
"cursorColumnSelectRight",
"cursorColumnSelectUp",
"cursorColumnSelectPageUp",
"cursorColumnSelectDown",
"cursorColumnSelectPageDown",
"cursorMove",
"cursorLeft",
"cursorLeftSelect",
"cursorRight",
"cursorRightSelect",
"cursorUp",
"cursorUpSelect",
"cursorPageUp",
"cursorPageUpSelect",
"cursorDown",
"cursorDownSelect",
"cursorPageDown",
"cursorPageDownSelect",
"createCursor",
"_lastCursorMoveToSelect",
"cursorHome",
"cursorHomeSelect",
"cursorLineStart",
"cursorLineStartSelect",
"cursorEnd",
"cursorEndSelect",
"cursorLineEnd",
"cursorLineEndSelect",
"cursorTop",
"cursorTopSelect",
"cursorBottom",
"cursorBottomSelect",
"editorScroll",
"scrollLineUp",
"scrollPageUp",
"scrollEditorTop",
"scrollLineDown",
"scrollPageDown",
"scrollEditorBottom",
"_wordSelect",
"_wordSelectDrag",
"lastCursorWordSelect",
"_lineSelect",
"_lineSelectDrag",
"lastCursorLineSelect",
"lastCursorLineSelectDrag",
"cancelSelection",
"removeSecondaryCursors",
"revealLine",
"setSelection",
"lineBreakInsert",
"outdent",
"tab",
"deleteLeft",
"deleteRight",
"default:type",
"type",
"default:replacePreviousChar",
"replacePreviousChar",
"default:compositionType",
"compositionType",
"default:compositionStart",
"compositionStart",
"default:compositionEnd",
"compositionEnd",
"default:paste",
"paste",
"default:cut",
"cut",
"editor.action.setSelectionAnchor",
"editor.action.goToSelectionAnchor",
"editor.action.selectFromAnchorToCursor",
"editor.action.cancelSelectionAnchor",
"editor.action.moveCarretLeftAction",
"editor.action.moveCarretRightAction",
"editor.action.transposeLetters",
"editor.action.clipboardCutAction",
"editor.action.clipboardCopyAction",
"editor.action.clipboardPasteAction",
"editor.action.clipboardCopyWithSyntaxHighlightingAction",
"editor.action.commentLine",
"editor.action.addCommentLine",
"editor.action.removeCommentLine",
"editor.action.blockComment",
"editor.action.showContextMenu",
"cursorUndo",
"cursorRedo",
"editor.cancelOperation",
"_executeCodeActionProvider",
"editor.action.fontZoomIn",
"editor.action.fontZoomOut",
"editor.action.fontZoomReset",
"_executeFormatRangeProvider",
"_executeFormatDocumentProvider",
"_executeFormatOnTypeProvider",
"editor.action.formatDocument",
"editor.action.formatSelection",
"editor.action.format",
"_executeDefinitionProvider",
"_executeTypeDefinitionProvider",
"_executeDeclarationProvider",
"_executeReferenceProvider",
"_executeImplementationProvider",
"editor.gotoNextSymbolFromResult",
"editor.gotoNextSymbolFromResult.cancel",
"_executeHoverProvider",
"editor.action.indentationToSpaces",
"editor.action.indentationToTabs",
"editor.action.indentUsingTabs",
"editor.action.indentUsingSpaces",
"editor.action.detectIndentation",
"editor.action.reindentlines",
"editor.action.reindentselectedlines",
"expandLineSelection",
"editor.action.copyLinesUpAction",
"editor.action.copyLinesDownAction",
"editor.action.duplicateSelection",
"editor.action.moveLinesUpAction",
"editor.action.moveLinesDownAction",
"editor.action.sortLinesAscending",
"editor.action.sortLinesDescending",
"editor.action.removeDuplicateLines",
"editor.action.trimTrailingWhitespace",
"editor.action.deleteLines",
"editor.action.indentLines",
"editor.action.outdentLines",
"editor.action.insertLineBefore",
"editor.action.insertLineAfter",
"deleteAllLeft",
"deleteAllRight",
"editor.action.joinLines",
"editor.action.transpose",
"editor.action.transformToUppercase",
"editor.action.transformToLowercase",
"editor.action.transformToSnakecase",
"editor.action.transformToTitlecase",
"editor.action.transformToKebabcase",
"leaveEditorMessage",
"hideCodeActionMenuWidget",
"focusPreviousCodeAction",
"focusNextCodeAction",
"onEnterSelectCodeAction",
"onEnterSelectCodeActionWithPreview",
"editor.action.quickFix",
"editor.action.refactor",
"editor.action.refactor.preview",
"editor.action.sourceAction",
"editor.action.organizeImports",
"editor.action.autoFix",
"editor.action.fixAll",
"editor.action.codeAction",
"editor.action.rename",
"acceptRenameInput",
"acceptRenameInputWithPreview",
"cancelRenameInput",
"_executeDocumentRenameProvider",
"_executePrepareRename",
"editor.action.smartSelect.grow",
"editor.action.smartSelect.expand",
"editor.action.smartSelect.shrink",
"_executeSelectionRangeProvider",
"_executeCompletionItemProvider",
"editor.action.toggleTabFocusMode",
"editor.action.forceRetokenize",
"cursorWordStartLeft",
"cursorWordEndLeft",
"cursorWordLeft",
"cursorWordStartLeftSelect",
"cursorWordEndLeftSelect",
"cursorWordLeftSelect",
"cursorWordStartRight",
"cursorWordEndRight",
"cursorWordRight",
"cursorWordStartRightSelect",
"cursorWordEndRightSelect",
"cursorWordRightSelect",
"cursorWordAccessibilityLeft",
"cursorWordAccessibilityLeftSelect",
"cursorWordAccessibilityRight",
"cursorWordAccessibilityRightSelect",
"deleteWordStartLeft",
"deleteWordEndLeft",
"deleteWordLeft",
"deleteWordStartRight",
"deleteWordEndRight",
"deleteWordRight",
"deleteInsideWord",
"cursorWordPartStartLeft",
"cursorWordPartStartLeftSelect",
"deleteWordPartLeft",
"deleteWordPartRight",
"cursorWordPartLeft",
"cursorWordPartLeftSelect",
"cursorWordPartRight",
"cursorWordPartRightSelect",
"editor.action.diffReview.next",
"editor.action.diffReview.prev",
"editor.action.triggerParameterHints",
"closeParameterHints",
"showPrevParameterHint",
"showNextParameterHint",
"editor.action.selectToBracket",
"editor.action.jumpToBracket",
"editor.unfold",
"editor.unfoldRecursively",
"editor.fold",
"editor.foldRecursively",
"editor.foldAll",
"editor.unfoldAll",
"editor.foldAllBlockComments",
"editor.foldAllMarkerRegions",
"editor.unfoldAllMarkerRegions",
"editor.foldAllExcept",
"editor.unfoldAllExcept",
"editor.toggleFold",
"editor.gotoParentFold",
"editor.gotoPreviousFold",
"editor.gotoNextFold",
"editor.createFoldingRangeFromSelection",
"editor.removeManualFoldingRanges",
"editor.foldLevel1",
"editor.foldLevel2",
"editor.foldLevel3",
"editor.foldLevel4",
"editor.foldLevel5",
"editor.foldLevel6",
"editor.foldLevel7",
"editor.action.inPlaceReplace.up",
"editor.action.inPlaceReplace.down",
"cancelLinkedEditingInput",
"_executeLinkedEditingProvider",
"editor.action.linkedEditing",
"editor.action.openLink",
"_executeDocumentHighlights",
"editor.action.wordHighlight.next",
"editor.action.wordHighlight.prev",
"editor.action.wordHighlight.trigger",
"jumpToNextSnippetPlaceholder",
"jumpToPrevSnippetPlaceholder",
"leaveSnippet",
"acceptSnippet",
"codelens.showLensesInCurrentLine",
"actions.find",
"editor.action.startFindReplaceAction",
"editor.actions.findWithArgs",
"actions.findWithSelection",
"editor.action.nextMatchFindAction",
"editor.action.previousMatchFindAction",
"editor.action.nextSelectionMatchFindAction",
"editor.action.previousSelectionMatchFindAction",
"closeFindWidget",
"toggleFindCaseSensitive",
"toggleFindWholeWord",
"toggleFindRegex",
"toggleFindInSelection",
"togglePreserveCase",
"editor.action.replaceOne",
"editor.action.replaceAll",
"editor.action.selectAllMatches",
"editor.action.insertCursorAbove",
"editor.action.insertCursorBelow",
"editor.action.insertCursorAtEndOfEachLineSelected",
"editor.action.addSelectionToNextFindMatch",
"editor.action.addSelectionToPreviousFindMatch",
"editor.action.moveSelectionToNextFindMatch",
"editor.action.moveSelectionToPreviousFindMatch",
"editor.action.selectHighlights",
"editor.action.changeAll",
"editor.action.addCursorsToBottom",
"editor.action.addCursorsToTop",
"editor.action.focusNextCursor",
"editor.action.focusPreviousCursor",
"editor.action.marker.next",
"editor.action.marker.prev",
"editor.action.marker.nextInFiles",
"editor.action.marker.prevInFiles",
"closeMarkersNavigation",
"togglePeekWidgetFocus",
"goToNextReference",
"goToPreviousReference",
"goToNextReferenceFromEmbeddedEditor",
"goToPreviousReferenceFromEmbeddedEditor",
"closeReferenceSearchEditor",
"closeReferenceSearch",
"revealReference",
"openReferenceToSide",
"openReference",
"editor.action.goToDeclaration",
"editor.action.revealDefinition",
"editor.action.openDeclarationToTheSide",
"editor.action.revealDefinitionAside",
"editor.action.previewDeclaration",
"editor.action.peekDefinition",
"editor.action.revealDeclaration",
"editor.action.peekDeclaration",
"editor.action.goToTypeDefinition",
"editor.action.peekTypeDefinition",
"editor.action.goToImplementation",
"editor.action.peekImplementation",
"editor.action.goToReferences",
"editor.action.referenceSearch.trigger",
"editor.action.goToLocations",
"editor.action.peekLocations",
"editor.action.findReferences",
"editor.action.showReferences",
"editor.action.showHover",
"editor.action.showDefinitionPreviewHover",
"_executeInlayHintProvider",
"editor.action.triggerSuggest",
"acceptSelectedSuggestion",
"acceptAlternativeSelectedSuggestion",
"acceptSelectedSuggestionOnEnter",
"hideSuggestWidget",
"selectNextSuggestion",
"selectNextPageSuggestion",
"selectLastSuggestion",
"selectPrevSuggestion",
"selectPrevPageSuggestion",
"selectFirstSuggestion",
"toggleSuggestionDetails",
"toggleExplainMode",
"toggleSuggestionFocus",
"insertBestCompletion",
"insertNextSuggestion",
"insertPrevSuggestion",
"editor.action.resetSuggestSize",
"editor.action.inlineSuggest.trigger",
"editor.action.inlineSuggest.showNext",
"editor.action.inlineSuggest.showPrevious",
"editor.action.inlineSuggest.commit",
"editor.action.inlineSuggest.hide",
"menu.resetHiddenStates",
"editor.action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters",
"editor.action.unicodeHighlight.disableHighlightingOfInvisibleCharacters",
"editor.action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters",
"editor.action.unicodeHighlight.showExcludeOptions",
"list.focusDown",
"list.focusUp",
"list.focusPageDown",
"list.focusPageUp",
"list.focusFirst",
"list.focusLast",
"list.expandSelectionDown",
"list.expandSelectionUp",
"list.collapse",
"list.collapseAll",
"list.focusParent",
"list.expand",
"list.select",
"list.selectAndPreserveFocus",
"list.selectAll",
"list.toggleSelection",
"list.toggleExpand",
"list.clear",
"list.triggerTypeNavigation",
"list.toggleFindMode",
"list.toggleKeyboardNavigation",
"list.toggleFilterOnType",
"list.find",
"list.closeFind",
"list.scrollUp",
"list.scrollDown",
"list.scrollLeft",
"list.scrollRight",
"workbench.action.closeQuickOpen",
"workbench.action.acceptSelectedQuickOpenItem",
"workbench.action.alternativeAcceptSelectedQuickOpenItem",
"workbench.action.focusQuickOpen",
"workbench.action.quickOpenNavigateNextInFilePicker",
"workbench.action.quickOpenNavigatePreviousInFilePicker",
"workbench.action.quickPickManyToggle",
"workbench.action.quickInputBack",
"workbench.action.quickOpen",
"workbench.action.quickOpenPreviousEditor",
"workbench.action.quickOpenSelectNext",
"workbench.action.quickOpenSelectPrevious",
"workbench.action.quickOpenNavigateNext",
"workbench.action.quickOpenNavigatePrevious",
"commandCenter.help",
"_executePrepareCallHierarchy",
"_executeProvideIncomingCalls",
"_executeProvideOutgoingCalls",
"editor.action.toggleColumnSelection",
"editor.action.showAccessibilityHelp",
"closeAccessibilityHelp",
"inlayHints.startReadingLineWithHint",
"inlayHints.stopReadingLineWithHint",
"_resolveNotebookContentProvider",
"_resolveNotebookKernels",
"_snippet.markAsUsed",
"vscode.pickMultipleTestProfiles",
"vscode.pickTestProfile",
"_executePrepareTypeHierarchy",
"_executeProvideSupertypes",
"_executeProvideSubtypes",
"editor.showCallHierarchy",
"editor.showIncomingCalls",
"editor.showOutgoingCalls",
"editor.refocusCallHierarchy",
"editor.closeCallHierarchy",
"workbench.action.gotoLine",
"notebook.hideFind",
"notebook.find",
"notebook.cell.moveUp",
"notebook.cell.moveDown",
"notebook.cell.copyUp",
"notebook.cell.copyDown",
"notebook.cell.split",
"notebook.cell.joinAbove",
"notebook.cell.joinBelow",
"notebook.cell.changeToCode",
"notebook.cell.changeToMarkdown",
"notebook.cell.collapseCellInput",
"notebook.cell.expandCellInput",
"notebook.cell.collapseCellOutput",
"notebook.cell.expandCellOutput",
"notebook.cell.toggleOutputs",
"notebook.cell.collapseAllCellInputs",
"notebook.cell.expandAllCellInputs",
"notebook.cell.collapseAllCellOutputs",
"notebook.cell.expandAllCellOutputs",
"notebook.format",
"notebook.formatCell",
"notebook.toggleCellToolbarPosition",
"notebook.focusNextEditor",
"notebook.focusPreviousEditor",
"notebook.focusTop",
"notebook.focusBottom",
"notebook.cell.focusInOutput",
"notebook.cell.focusOutOutput",
"notebook.centerActiveCell",
"notebook.cell.cursorPageUp",
"notebook.cell.cursorPageUpSelect",
"notebook.cell.cursorPageDown",
"notebook.cell.cursorPageDownSelect",
"notebook.renderAllMarkdownCells",
"notebook.execute",
"notebook.cell.execute",
"notebook.cell.executeCellsAbove",
"notebook.cell.executeCellAndBelow",
"notebook.cell.executeAndFocusContainer",
"notebook.cell.cancelExecution",
"notebook.cell.executeAndSelectBelow",
"notebook.cell.executeAndInsertBelow",
"notebook.cancelExecution",
"notebook.revealRunningCell",
"notebook.revealLastFailedCell",
"notebook.fold",
"notebook.unfold",
"notebook.cell.insertCodeCellAbove",
"notebook.cell.insertCodeCellAboveAndFocusContainer",
"notebook.cell.insertCodeCellBelow",
"notebook.cell.insertCodeCellBelowAndFocusContainer",
"notebook.cell.insertMarkdownCellAbove",
"notebook.cell.insertMarkdownCellBelow",
"notebook.cell.insertCodeCellAtTop",
"notebook.cell.insertMarkdownCellAtTop",
"notebook.toggleLineNumbers",
"notebook.cell.toggleLineNumbers",
"editor.showTypeHierarchy",
"editor.showSupertypes",
"editor.showSubtypes",
"editor.refocusTypeHierarchy",
"editor.closeTypeHierarchy",
"_extensionTests.setLogLevel",
"_extensionTests.getLogLevel",
"_executeDataToNotebook",
"_executeNotebookToData",
"workbench.action.terminal.openNativeConsole",
"notebook.cell.edit",
"notebook.cell.quitEdit",
"notebook.cell.delete",
"notebook.cell.clearOutputs",
"notebook.clearAllCellsOutputs",
"notebook.cell.changeLanguage",
"notebook.cell.detectLanguage",
"workbench.action.keybindingsReference",
"workbench.action.openVideoTutorialsUrl",
"workbench.action.openTipsAndTricksUrl",
"workbench.action.openDocumentationUrl",
"workbench.action.openNewsletterSignupUrl",
"workbench.action.openTwitterUrl",
"workbench.action.openRequestFeatureUrl",
"workbench.action.openLicenseUrl",
"workbench.action.openPrivacyStatementUrl",
"workbench.action.newWindow",
"workbench.action.toggleFullScreen",
"workbench.action.quickOpenRecent",
"workbench.action.openRecent",
"workbench.action.reloadWindow",
"workbench.action.showAboutDialog",
"workbench.action.blur",
"workbench.action.quickOpenNavigateNextInRecentFilesPicker",
"workbench.action.quickOpenNavigatePreviousInRecentFilesPicker",
"workbench.action.toggleConfirmBeforeClose",
"workbench.banner.focusBanner",
"workbench.banner.focusNextAction",
"workbench.banner.focusPreviousAction",
"workbench.action.focusBanner",
"workbench.action.inspectKeyMappings",
"workbench.action.inspectKeyMappingsJSON",
"editor.action.toggleMinimap",
"workbench.action.toggleMultiCursorModifier",
"editor.action.toggleRenderControlCharacter",
"editor.action.toggleRenderWhitespace",
"editor.action.toggleWordWrap",
"editor.action.selectionClipboardPaste",
"editor.action.formatDocument.multiple",
"editor.action.formatSelection.multiple",
"workbench.action.reportPerformanceIssueUsingReporter",
"workbench.action.openIssueReporter",
"vscode.openIssueReporter",
"workbench.action.openProcessExplorer",
"_issues.getSystemStatus",
"workbench.notebook.layout.gettingStarted",
"notebook.setProfile",
"notebook.toggleLayoutTroubleshoot",
"notebook.inspectLayout",
"notebook.clearNotebookEdtitorTypeCache",
"workbench.action.webview.openDeveloperTools",
"welcome.showNewFileEntries",
"extension.bisect.start",
"extension.bisect.next",
"extension.bisect.stop",
"workbench.extensions.action.manageAuthorizedExtensionURIs",
"editor.action.measureExtHostLatency",
"workbench.action.gotoSymbol",
"workbench.action.toggleKeybindingsLog",
"workbench.action.setLogLevel",
"workbench.action.openLogsFolder",
"workbench.action.openExtensionLogsFolder",
"notebook.cell.copy",
"notebook.cell.cut",
"notebook.cell.paste",
"notebook.cell.pasteAbove",
"workbench.action.toggleNotebookClipboardLog",
"workbench.action.navigateUp",
"workbench.action.navigateDown",
"workbench.action.navigateLeft",
"workbench.action.navigateRight",
"workbench.action.focusNextPart",
"workbench.action.focusPreviousPart",
"workbench.action.toggleAuxiliaryBar",
"workbench.action.focusAuxiliaryBar",
"workbench.action.focusSideBar",
"editor.action.formatDocument.none",
"toggle.window.commandCenter",
"toggle.workbench.layoutControl.enabled",
"audioCues.help",
"workbench.notebook.layout.select",
"workbench.notebook.layout.configure",
"workbench.notebook.layout.configure.editorTitle",
"notebook.toggleLineNumbersFromEditorTitle",
"notebook.toggleCellToolbarPositionFromEditorTitle",
"breadcrumbs.toggleFromEditorTitle",
"notebook.saveMimeTypeOrder",
"workbench.action.clearCommandHistory",
"workbench.action.showCommands",
"workbench.action.openView",
"workbench.action.quickOpenView",
"workbench.action.quickOpenNavigateNextInViewPicker",
"workbench.action.quickOpenNavigatePreviousInViewPicker",
"workbench.action.showInterfaceOverview",
"workbench.action.hideInterfaceOverview",
"outline.collapse",
"outline.followCursor",
"outline.filterOnType",
"outline.sortByPosition",
"outline.sortByName",
"outline.sortByKind",
"workbench.action.triggerReconnect",
"workbench.action.pauseSocketWriting",
"workbench.getCodeExchangeProxyEndpoints",
"workbench.action.files.openLocalFile",
"workbench.action.files.openLocalFolder",
"workbench.action.files.saveLocalFile",
"remote.tunnel.label",
"remote.tunnel.forwardInline",
"remote.tunnel.forwardCommandPalette",
"remote.tunnel.closeInline",
"remote.tunnel.closeCommandPalette",
"remote.tunnel.open",
"remote.tunnel.openPreview",
"remote.tunnel.openCommandPalette",
"remote.tunnel.copyAddressInline",
"remote.tunnel.copyAddressCommandPalette",
"remote.tunnel.changeLocalPort",
"remote.tunnel.setProtocolHttp",
"remote.tunnel.setProtocolHttps",
"resetGettingStartedProgress",
"workbench.statusBar.focusPrevious",
"workbench.statusBar.focusNext",
"workbench.statusBar.focusFirst",
"workbench.statusBar.focusLast",
"workbench.statusBar.clearFocus",
"workbench.action.focusStatusBar",
"editor.detectLanguage",
"editor.inlayHints.Reset",
"_notebook.selectKernel",
"editor.action.startDebugTextMate",
"editor.emmet.action.expandAbbreviation",
"breadcrumbs.toggle",
"breadcrumbs.focusAndSelect",
"breadcrumbs.focus",
"breadcrumbs.toggleToOn",
"breadcrumbs.focusNext",
"breadcrumbs.focusPrevious",
"breadcrumbs.focusNextWithPicker",
"breadcrumbs.focusPreviousWithPicker",
"breadcrumbs.selectFocused",
"breadcrumbs.revealFocused",
"breadcrumbs.selectEditor",
"breadcrumbs.revealFocusedFromTreeAside",
"workbench.debug.viewlet.action.addFunctionBreakpointAction",
"workbench.debug.viewlet.action.toggleBreakpointsActivatedAction",
"workbench.debug.viewlet.action.removeBreakpoint",
"workbench.debug.viewlet.action.removeAllBreakpoints",
"workbench.debug.viewlet.action.enableAllBreakpoints",
"workbench.debug.viewlet.action.disableAllBreakpoints",
"workbench.debug.viewlet.action.reapplyBreakpointsAction",
"debug.editBreakpoint",
"debug.editFunctionBreakpoint",
"debug.editFunctionBreakpointHitCount",
"debug.copyStackTrace",
"workbench.action.debug.reverseContinue",
"workbench.action.debug.stepBack",
"workbench.action.debug.terminateThread",
"debug.jumpToCursor",
"workbench.action.debug.callStackTop",
"workbench.action.debug.callStackBottom",
"workbench.action.debug.callStackUp",
"workbench.action.debug.callStackDown",
"workbench.action.debug.nextConsole",
"workbench.action.debug.prevConsole",
"workbench.action.debug.restart",
"workbench.action.debug.stepOver",
"workbench.action.debug.stepInto",
"workbench.action.debug.stepOut",
"workbench.action.debug.pause",
"workbench.action.debug.stepIntoTarget",
"workbench.action.debug.disconnect",
"workbench.action.debug.disconnectAndSuspend",
"workbench.action.debug.stop",
"workbench.action.debug.restartFrame",
"workbench.action.debug.continue",
"workbench.action.debug.showLoadedScripts",
"workbench.debug.action.focusRepl",
"debug.startFromConfig",
"workbench.action.debug.focusProcess",
"workbench.action.debug.selectandstart",
"workbench.action.debug.selectDebugConsole",
"workbench.action.debug.selectDebugSession",
"workbench.action.debug.start",
"workbench.action.debug.run",
"debug.toggleBreakpoint",
"debug.enableOrDisableBreakpoint",
"debug.renameWatchExpression",
"debug.setWatchExpression",
"debug.setVariable",
"debug.removeWatchExpression",
"debug.removeBreakpoint",
"debug.installAdditionalDebuggers",
"debug.addConfiguration",
"editor.debug.action.toggleInlineBreakpoint",
"debug.openBreakpointToSide",
"debug.openView",
"editor.debug.action.openDisassemblyView",
"debug.action.toggleDisassemblyViewSourceCode",
"editor.debug.action.toggleBreakpoint",
"editor.debug.action.conditionalBreakpoint",
"editor.debug.action.addLogPoint",
"editor.debug.action.runToCursor",
"editor.debug.action.stepIntoTargets",
"editor.debug.action.selectionToRepl",
"editor.debug.action.selectionToWatch",
"editor.debug.action.showDebugHover",
"editor.debug.action.goToNextBreakpoint",
"editor.debug.action.goToPreviousBreakpoint",
"editor.debug.action.closeExceptionWidget",
"callStack.collapse",
"workbench.debug.viewlet.action.copyValue",
"workbench.debug.viewlet.action.viewMemory",
"debug.breakWhenValueChanges",
"debug.breakWhenValueIsAccessed",
"debug.breakWhenValueIsRead",
"debug.copyEvaluatePath",
"debug.addToWatchExpressions",
"variables.collapse",
"watch.collapse",
"workbench.debug.viewlet.action.addWatchExpression",
"workbench.debug.viewlet.action.removeAllWatchExpressions",
"openInTerminal",
"workbench.action.configureLocale",
"workbench.action.clearLocalePreference",
"editor.action.dirtydiff.previous",
"editor.action.dirtydiff.next",
"workbench.action.editor.previousChange",
"workbench.action.editor.nextChange",
"closeDirtyDiff",
"editor.action.formatChanges",
"workbench.action.tasks.manageAutomaticRunning",
"workbench.action.url.openUrl",
"workbench.action.manageTrustedDomain",
"editor.action.inspectTMScopes",
"_workbench.captureSyntaxTokens",
"workbench.action.selectTheme",
"workbench.action.selectIconTheme",
"workbench.action.selectProductIconTheme",
"workbench.action.previewColorTheme",
"workbench.action.generateColorTheme",
"workbench.action.toggleLightDarkThemes",
"perfview.show",
"editor.action.defineKeybinding",
"insertSnippet",
"editor.action.nextCommentThreadAction",
"editor.action.previousCommentThreadAction",
"workbench.action.toggleCommenting",
"workbench.action.addComment",
"workbench.action.submitComment",
"workbench.action.hideComment",
"workbench.action.focusCommentsPanel",
"comments.collapse",
"breakpointWidget.action.acceptInput",
"closeBreakpointWidget",
"repl.action.acceptInput",
"repl.action.copyAll",
"repl.action.filter",
"workbench.actions.treeView.repl.filter",
"workbench.action.debug.selectRepl",
"workbench.debug.panel.action.clearReplAction",
"debug.collapseRepl",
"debug.replPaste",
"workbench.debug.action.copyAll",
"debug.replCopy",
"notebook.diff.switchToText",
"notebook.diff.cell.revertMetadata",
"notebook.diff.cell.switchOutputRenderingStyleToText",
"notebook.diff.cell.revertOutputs",
"notebook.diff.cell.revertInput",
"notebook.diff.showOutputs",
"notebook.diff.showMetadata",
"editor.action.insertSnippet",
"editor.action.showSnippets",
"editor.action.surroundWithSnippet",
"workbench.action.openSnippets",
"workbench.action.populateFileFromSnippet",
"workbench.actions.treeView.testExplorer.filter",
"workbench.profiles.actions.createFromCurrentProfile",
"workbench.profiles.actions.createEmptyProfile",
"workbench.profiles.actions.createProfile",
"workbench.profiles.actions.renameProfile",
"workbench.profiles.actions.deleteProfile",
"workbench.profiles.actions.switchProfile",
"workbench.profiles.actions.cleanupProfiles",
"workbench.profiles.actions.exportProfile",
"workbench.profiles.actions.importProfile",
"update.showCurrentReleaseNotes",
"update.checkForVSCodeUpdate",
"update.downloadUpdate",
"update.installUpdate",
"update.restartToUpdate",
"workbench.userData.actions.openSyncBackupsFolder",
"_workbench.revertAllDirty",
"workbench.action.inspectContextKeys",
"workbench.action.toggleScreencastMode",
"workbench.action.logStorage",
"workbench.action.logWorkingCopies",
"_interactive.open",
"interactive.execute",
"interactive.input.clear",
"interactive.history.previous",
"interactive.history.next",
"interactive.scrollToTop",
"interactive.scrollToBottom",
"interactive.input.focus",
"interactive.history.focus",
"workbench.action.localHistory.compareWithFile",
"workbench.action.localHistory.compareWithPrevious",
"workbench.action.localHistory.selectForCompare",
"workbench.action.localHistory.compareWithSelected",
"workbench.action.localHistory.open",
"workbench.action.localHistory.restoreViaEditor",
"workbench.action.localHistory.restore",
"workbench.action.localHistory.restoreViaPicker",
"workbench.action.localHistory.rename",
"workbench.action.localHistory.delete",
"workbench.action.localHistory.deleteAll",
"workbench.action.localHistory.create",
"workbench.action.localHistory.revealInOS",
"merge.openResult",
"merge.mixedLayout",
"merge.columnLayout",
"_open.mergeEditor",
"merge.openBaseEditor",
"merge.dev.copyContents",
"merge.dev.openContents",
"merge.goToNextConflict",
"merge.goToPreviousConflict",
"merge.toggleActiveConflictInput1",
"merge.toggleActiveConflictInput2",
"mergeEditor.compareInput1WithBase",
"mergeEditor.compareInput2WithBase",
"merge.acceptAllInput1",
"merge.acceptAllInput2",
"workbench.scm.action.setListViewMode",
"workbench.scm.action.setTreeViewMode",
"workbench.scm.action.repositories.setSortKey.discoveryTime",
"workbench.scm.action.repositories.setSortKey.name",
"workbench.scm.action.repositories.setSortKey.path",
"workbench.scm.action.setSortKey.name",
"workbench.scm.action.setSortKey.path",
"workbench.scm.action.setSortKey.status",
"workbench.scm.action.collapseAllRepositories",
"workbench.scm.action.expandAllRepositories",
"cleanSearchEditorState",
"search.searchEditor.action.deleteFileResults",
"search.action.openNewEditor",
"search.action.openEditor",
"search.action.openNewEditorToSide",
"search.action.openInEditor",
"rerunSearchEditorSearch",
"search.action.focusQueryEditorWidget",
"search.action.focusFilesToInclude",
"search.action.focusFilesToExclude",
"toggleSearchEditorCaseSensitive",
"toggleSearchEditorWholeWord",
"toggleSearchEditorRegex",
"toggleSearchEditorContextLines",
"increaseSearchEditorContextLines",
"decreaseSearchEditorContextLines",
"selectAllSearchEditorMatches",
"search.action.openNewEditorFromView",
"editor.action.webvieweditor.showFind",
"editor.action.webvieweditor.hideFind",
"editor.action.webvieweditor.findNext",
"editor.action.webvieweditor.findPrevious",
"workbench.action.webview.reloadWebviewAction",
"workbench.action.showInteractivePlayground",
"workbench.action.interactivePlayground.arrowUp",
"workbench.action.interactivePlayground.arrowDown",
"workbench.action.interactivePlayground.pageUp",
"workbench.action.interactivePlayground.pageDown",
"workbench.action.editor.changeLanguageMode",
"workbench.action.editor.changeEOL",
"workbench.action.editor.changeEncoding",
"workbench.action.nextEditor",
"workbench.action.previousEditor",
"workbench.action.nextEditorInGroup",
"workbench.action.previousEditorInGroup",
"workbench.action.openNextRecentlyUsedEditor",
"workbench.action.openPreviousRecentlyUsedEditor",
"workbench.action.openNextRecentlyUsedEditorInGroup",
"workbench.action.openPreviousRecentlyUsedEditorInGroup",
"workbench.action.firstEditorInGroup",
"workbench.action.lastEditorInGroup",
"workbench.action.reopenClosedEditor",
"workbench.action.showAllEditors",
"workbench.action.showAllEditorsByMostRecentlyUsed",
"workbench.action.showEditorsInActiveGroup",
"workbench.action.clearRecentFiles",
"workbench.action.closeAllEditors",
"workbench.action.closeAllGroups",
"workbench.action.closeEditorsToTheLeft",
"workbench.action.closeEditorsInOtherGroups",
"workbench.action.closeEditorInAllGroups",
"workbench.action.splitEditor",
"workbench.action.splitEditorOrthogonal",
"workbench.action.splitEditorLeft",
"workbench.action.splitEditorRight",
"workbench.action.splitEditorUp",
"workbench.action.splitEditorDown",
"workbench.action.joinTwoGroups",
"workbench.action.joinAllGroups",
"workbench.action.navigateEditorGroups",
"workbench.action.evenEditorWidths",
"workbench.action.toggleEditorWidths",
"workbench.action.maximizeEditor",
"workbench.action.minimizeOtherEditors",
"workbench.action.moveEditorLeftInGroup",
"workbench.action.moveEditorRightInGroup",
"workbench.action.moveActiveEditorGroupLeft",
"workbench.action.moveActiveEditorGroupRight",
"workbench.action.moveActiveEditorGroupUp",
"workbench.action.moveActiveEditorGroupDown",
"workbench.action.duplicateActiveEditorGroupLeft",
"workbench.action.duplicateActiveEditorGroupRight",
"workbench.action.duplicateActiveEditorGroupUp",
"workbench.action.duplicateActiveEditorGroupDown",
"workbench.action.moveEditorToPreviousGroup",
"workbench.action.moveEditorToNextGroup",
"workbench.action.moveEditorToFirstGroup",
"workbench.action.moveEditorToLastGroup",
"workbench.action.moveEditorToLeftGroup",
"workbench.action.moveEditorToRightGroup",
"workbench.action.moveEditorToAboveGroup",
"workbench.action.moveEditorToBelowGroup",
"workbench.action.splitEditorToPreviousGroup",
"workbench.action.splitEditorToNextGroup",
"workbench.action.splitEditorToFirstGroup",
"workbench.action.splitEditorToLastGroup",
"workbench.action.splitEditorToLeftGroup",
"workbench.action.splitEditorToRightGroup",
"workbench.action.splitEditorToAboveGroup",
"workbench.action.splitEditorToBelowGroup",
"workbench.action.focusActiveEditorGroup",
"workbench.action.focusFirstEditorGroup",
"workbench.action.focusLastEditorGroup",
"workbench.action.focusPreviousGroup",
"workbench.action.focusNextGroup",
"workbench.action.focusLeftGroup",
"workbench.action.focusRightGroup",
"workbench.action.focusAboveGroup",
"workbench.action.focusBelowGroup",
"workbench.action.newGroupLeft",
"workbench.action.newGroupRight",
"workbench.action.newGroupAbove",
"workbench.action.newGroupBelow",
"workbench.action.navigateLast",
"workbench.action.navigateForwardInEditLocations",
"workbench.action.navigateBackInEditLocations",
"workbench.action.navigatePreviousInEditLocations",
"workbench.action.navigateToLastEditLocation",
"workbench.action.navigateForwardInNavigationLocations",
"workbench.action.navigateBackInNavigationLocations",
"workbench.action.navigatePreviousInNavigationLocations",
"workbench.action.navigateToLastNavigationLocation",
"workbench.action.clearEditorHistory",
"workbench.action.revertAndCloseActiveEditor",
"workbench.action.editorLayoutSingle",
"workbench.action.editorLayoutTwoColumns",
"workbench.action.editorLayoutThreeColumns",
"workbench.action.editorLayoutTwoRows",
"workbench.action.editorLayoutThreeRows",
"workbench.action.editorLayoutTwoByTwoGrid",
"workbench.action.editorLayoutTwoRowsRight",
"workbench.action.editorLayoutTwoColumnsBottom",
"workbench.action.toggleEditorType",
"workbench.action.reopenTextEditor",
"workbench.action.quickOpenPreviousRecentlyUsedEditor",
"workbench.action.quickOpenLeastRecentlyUsedEditor",
"workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
"workbench.action.quickOpenLeastRecentlyUsedEditorInGroup",
"workbench.action.openPreviousEditorFromHistory",
"workbench.action.navigateForward",
"workbench.action.navigateBack",
"workbench.action.quickOpenNavigateNextInEditorPicker",
"workbench.action.quickOpenNavigatePreviousInEditorPicker",
"moveActiveEditor",
"copyActiveEditor",
"layoutEditorGroups",
"vscode.setEditorLayout",
"workbench.action.compareEditor.nextChange",
"workbench.action.compareEditor.previousChange",
"toggle.diff.renderSideBySide",
"workbench.action.compareEditor.focusPrimarySide",
"workbench.action.compareEditor.focusSecondarySide",
"workbench.action.compareEditor.focusOtherSide",
"toggle.diff.ignoreTrimWhitespace",
"vscode.open",
"_workbench.open",
"vscode.diff",
"_workbench.diff",
"_workbench.openWith",
"workbench.action.openEditorAtIndex",
"workbench.action.openEditorAtIndex1",
"workbench.action.openEditorAtIndex2",
"workbench.action.openEditorAtIndex3",
"workbench.action.openEditorAtIndex4",
"workbench.action.openEditorAtIndex5",
"workbench.action.openEditorAtIndex6",
"workbench.action.openEditorAtIndex7",
"workbench.action.openEditorAtIndex8",
"workbench.action.openEditorAtIndex9",
"workbench.action.closeActiveEditor",
"workbench.action.closeActivePinnedEditor",
"workbench.action.closeEditorsInGroup",
"workbench.action.closeGroup",
"workbench.action.closeUnmodifiedEditors",
"workbench.action.closeOtherEditors",
"workbench.action.closeEditorsToTheRight",
"workbench.action.reopenWithEditor",
"workbench.action.closeEditorsAndGroup",
"workbench.action.keepEditor",
"workbench.action.toggleKeepEditors",
"workbench.action.toggleEditorGroupLock",
"workbench.action.lockEditorGroup",
"workbench.action.unlockEditorGroup",
"workbench.action.pinEditor",
"workbench.action.unpinEditor",
"workbench.action.showEditorsInGroup",
"workbench.action.splitEditorInGroup",
"workbench.action.joinEditorInGroup",
"workbench.action.toggleSplitEditorInGroup",
"workbench.action.toggleSplitEditorInGroupLayout",
"workbench.action.focusFirstSideEditor",
"workbench.action.focusSecondSideEditor",
"workbench.action.focusOtherSideEditor",
"workbench.action.focusSecondEditorGroup",
"workbench.action.focusThirdEditorGroup",
"workbench.action.focusFourthEditorGroup",
"workbench.action.focusFifthEditorGroup",
"workbench.action.focusSixthEditorGroup",
"workbench.action.focusSeventhEditorGroup",
"workbench.action.focusEighthEditorGroup",
"workbench.action.focusLeftGroupWithoutWrap",
"workbench.action.focusRightGroupWithoutWrap",
"workbench.action.focusAboveGroupWithoutWrap",
"workbench.action.focusBelowGroupWithoutWrap",
"files.participants.resetChoice",
"workbench.action.files.openFileFolderInNewWindow",
"_files.pickFolderAndOpen",
"workbench.action.files.openFolderInNewWindow",
"workbench.action.files.openFileInNewWindow",
"workbench.action.openWorkspaceInNewWindow",
"addRootFolder",
"setRootFolder",
"_workbench.pickWorkspaceFolder",
"vscode.openFolder",
"vscode.newWindow",
"_workbench.removeFromRecentlyOpened",
"vscode.removeFromRecentlyOpened",
"_workbench.addToRecentlyOpened",
"_workbench.getRecentlyOpened",
"workbench.action.addRootFolder",
"workbench.action.removeRootFolder",
"workbench.action.files.openFile",
"workbench.action.files.openFolder",
"workbench.action.files.openFolderViaWorkspace",
"workbench.action.files.openFileFolder",
"workbench.action.openWorkspace",
"workbench.action.openWorkspaceConfigFile",
"workbench.action.closeFolder",
"workbench.action.saveWorkspaceAs",
"workbench.action.duplicateWorkspaceInNewWindow",
"workbench.action.previousSideBarView",
"workbench.action.nextSideBarView",
"workbench.action.focusActivityBar",
"workbench.action.positionPanelLeft",
"workbench.action.positionPanelRight",
"workbench.action.positionPanelBottom",
"workbench.action.alignPanelLeft",
"workbench.action.alignPanelRight",
"workbench.action.alignPanelCenter",
"workbench.action.alignPanelJustify",
"workbench.action.togglePanel",
"workbench.action.focusPanel",
"workbench.action.previousPanelView",
"workbench.action.nextPanelView",
"workbench.action.toggleMaximizedPanel",
"workbench.action.closePanel",
"workbench.action.closeAuxiliaryBar",
"workbench.action.movePanelToSidePanel",
"workbench.action.movePanelToSecondarySideBar",
"workbench.action.moveSidePanelToPanel",
"workbench.action.moveSecondarySideBarToPanel",
"workbench.action.closeSidebar",
"workbench.action.toggleActivityBarVisibility",
"workbench.action.toggleCenteredLayout",
"workbench.action.moveSideBarRight",
"workbench.action.moveSideBarLeft",
"workbench.action.toggleSidebarPosition",
"workbench.action.toggleEditorVisibility",
"workbench.action.toggleSidebarVisibility",
"workbench.action.toggleStatusbarVisibility",
"workbench.action.toggleTabsVisibility",
"workbench.action.toggleZenMode",
"workbench.action.exitZenMode",
"workbench.action.toggleMenuBar",
"workbench.action.resetViewLocations",
"workbench.action.moveView",
"workbench.action.moveFocusedView",
"workbench.action.resetFocusedViewLocation",
"workbench.action.increaseViewSize",
"workbench.action.increaseViewWidth",
"workbench.action.increaseViewHeight",
"workbench.action.decreaseViewSize",
"workbench.action.decreaseViewWidth",
"workbench.action.decreaseViewHeight",
"workbench.action.customizeLayout",
"views.moveViewUp",
"views.moveViewLeft",
"views.moveViewDown",
"views.moveViewRight",
"vscode.moveViews",
"refactorPreview.apply",
"refactorPreview.discard",
"refactorPreview.toggleCheckedState",
"refactorPreview.groupByFile",
"refactorPreview.groupByType",
"refactorPreview.toggleGrouping",
"workbench.action.debug.configure",
"debug.toggleReplIgnoreFocus",
"explorer.openToSide",
"explorer.openAndPassFocus",
"workbench.files.action.compareWithSaved",
"selectForCompare",
"compareSelected",
"compareFiles",
"copyFilePath",
"copyRelativeFilePath",
"workbench.action.files.copyPathOfActiveFile",
"revealInExplorer",
"explorer.openWith",
"workbench.action.files.save",
"workbench.action.files.saveWithoutFormatting",
"workbench.action.files.saveAs",
"saveAll",
"workbench.files.action.saveAllInGroup",
"workbench.action.files.saveFiles",
"workbench.action.files.revert",
"removeRootFolder",
"previousCompressedFolder",
"nextCompressedFolder",
"firstCompressedFolder",
"lastCompressedFolder",
"workbench.action.files.newUntitledFile",
"workbench.action.files.newFile",
"explorer.newFile",
"explorer.newFolder",
"explorer.download",
"explorer.upload",
"workbench.files.action.compareFileWith",
"workbench.files.action.focusFilesExplorer",
"workbench.files.action.showActiveFileInExplorer",
"workbench.files.action.compareWithClipboard",
"workbench.action.toggleAutoSave",
"workbench.action.files.showOpenedFileInNewWindow",
"_files.windowOpen",
"_files.newWindow",
"renameFile",
"moveFileToTrash",
"deleteFile",
"filesExplorer.cut",
"filesExplorer.copy",
"filesExplorer.paste",
"filesExplorer.cancelCut",
"filesExplorer.openFilePreserveFocus",
"workbench.files.action.acceptLocalChanges",
"workbench.files.action.revertLocalChanges",
"workbench.files.action.createFileFromExplorer",
"workbench.files.action.createFolderFromExplorer",
"workbench.files.action.refreshFilesExplorer",
"workbench.files.action.collapseExplorerFolders",
"workbench.action.toggleEditorGroupLayout",
"workbench.action.files.saveAll",
"openEditors.closeAll",
"openEditors.newUntitledFile",
"revealFileInOS",
"workbench.action.files.revealActiveFileInWindows",
"problems.action.open",
"problems.action.openToSide",
"workbench.action.showErrorsWarnings",
"problems.action.showQuickFixes",
"workbench.actions.table.workbench.panel.markers.view.viewAsTree",
"workbench.actions.table.workbench.panel.markers.view.viewAsTable",
"workbench.action.problems.focus",
"problems.action.copy",
"problems.action.copyMessage",
"problems.action.copyRelatedInformationMessage",
"problems.action.focusProblemsFromFilter",
"problems.action.focusFilter",
"problems.action.showMultilineMessage",
"problems.action.showSinglelineMessage",
"problems.action.clearFilterText",
"workbench.actions.treeView.workbench.panel.markers.view.collapseAll",
"workbench.actions.treeView.workbench.panel.markers.view.filter",
"workbench.actions.view.toggleProblems",
"workbench.output.action.switchBetweenOutputs",
"workbench.output.action.clearOutput",
"workbench.output.action.toggleAutoScroll",
"workbench.action.openActiveLogOutputFile",
"workbench.action.showLogs",
"workbench.action.openLogFile",
"remote.explorer.switch",
"scm.acceptInput",
"scm.viewNextCommit",
"scm.viewPreviousCommit",
"scm.forceViewNextCommit",
"scm.forceViewPreviousCommit",
"scm.openInTerminal",
"search.action.replaceAll",
"workbench.action.search.toggleQueryDetails",
"search.action.focusSearchFromResults",
"search.action.openResult",
"search.action.openResultToSide",
"search.action.remove",
"search.action.replace",
"search.action.replaceAllInFile",
"search.action.replaceAllInFolder",
"closeReplaceInFilesWidget",
"search.focus.nextInputBox",
"search.focus.previousInputBox",
"search.action.copyMatch",
"search.action.copyPath",
"search.action.copyAll",
"search.action.clearHistory",
"search.action.revealInSideBar",
"search.action.cancel",
"search.action.refreshSearchResults",
"search.action.collapseSearchResults",
"search.action.expandSearchResults",
"search.action.clearSearchResults",
"search.action.focusSearchList",
"filesExplorer.findInFolder",
"filesExplorer.findInWorkspace",
"workbench.action.showAllSymbols",
"workbench.action.findInFiles",
"search.action.focusNextSearchResult",
"search.action.focusPreviousSearchResult",
"workbench.action.replaceInFiles",
"toggleSearchCaseSensitive",
"toggleSearchWholeWord",
"toggleSearchRegex",
"toggleSearchPreserveCase",
"addCursorsAtSearchResults",
"workbench.action.toggleSearchOnType",
"_executeWorkspaceSymbolProvider",
"testing.cancelTestRefresh",
"testing.cancelRun",
"testing.clearTestResults",
"testing.collapseAll",
"testing.configureProfile",
"testing.debug",
"testing.debugAll",
"testing.debugAtCursor",
"testing.debugCurrentFile",
"testing.debugFailTests",
"testing.debugLastRun",
"testing.debugSelected",
"testing.editFocusedTest",
"testing.hideTest",
"testing.openOutputPeek",
"testing.refreshTests",
"testing.reRunFailTests",
"testing.reRunLastRun",
"testing.run",
"testing.runAll",
"testing.runAtCursor",
"testing.runCurrentFile",
"testing.runSelected",
"testing.runUsing",
"testing.searchForTestExtension",
"testing.selectDefaultTestProfiles",
"testing.showMostRecentOutput",
"testing.sortByDuration",
"testing.sortByLocation",
"testing.sortByStatus",
"testing.viewAsList",
"testing.viewAsTree",
"testing.toggleInlineTestOutput",
"testing.unhideTest",
"testing.unhideAllTests",
"testing.openMessageInEditor",
"testing.goToPreviousMessage",
"testing.goToNextMessage",
"editor.closeTestPeek",
"testing.toggleTestingPeekHistory",
"_revealTestInExplorer",
"vscode.peekTestError",
"vscode.revealTest",
"vscode.runTestsById",
"files.openTimeline",
"workbench.action.openWalkthrough",
"welcome.goBack",
"walkthroughs.selectStep",
"welcome.markStepComplete",
"welcome.markStepIncomplete",
"welcome.showAllWalkthroughs",
"workbench.action.zoomIn",
"workbench.action.zoomOut",
"workbench.action.zoomReset",
"workbench.action.switchWindow",
"workbench.action.quickSwitchWindow",
"workbench.action.closeWindow",
"workbench.action.quit",
"workbench.action.reloadWindowWithExtensionsDisabled",
"workbench.action.configureRuntimeArguments",
"workbench.action.toggleSharedProcess",
"workbench.action.toggleDevTools",
"_remoteCLI.openExternal",
"_remoteCLI.windowOpen",
"_remoteCLI.getSystemStatus",
"_remoteCLI.manageExtensions",
"workbench.extensions.action.showExtensionsForLanguage",
"workbench.extensions.action.showExtensionsWithIds",
"editor.action.extensioneditor.showfind",
"editor.action.extensioneditor.findNext",
"editor.action.extensioneditor.findPrevious",
"_extensions.manage",
"extension.open",
"workbench.extensions.installExtension",
"workbench.extensions.uninstallExtension",
"workbench.extensions.search",
"workbench.action.showRuntimeExtensions",
"workbench.extensions.action.debugExtensionHost",
"workbench.extensions.action.extensionHostProfile",
"workbench.extensions.action.stopExtensionHostProfile",
"workbench.extensions.action.saveExtensionHostProfile",
"workbench.action.quickOpenNavigateNextInTerminalPicker",
"workbench.action.quickOpenNavigatePreviousInTerminalPicker",
"workbench.action.terminal.newInActiveWorkspace",
"workbench.action.createTerminalEditor",
"workbench.action.createTerminalEditorSide",
"workbench.action.terminal.moveToEditor",
"workbench.action.terminal.moveToEditorInstance",
"workbench.action.terminal.moveToTerminalPanel",
"workbench.action.terminal.showTabs",
"workbench.action.terminal.focusPreviousPane",
"workbench.action.terminal.focusNextPane",
"workbench.action.terminal.runRecentCommand",
"workbench.action.terminal.copyLastCommand",
"workbench.action.terminal.goToRecentDirectory",
"workbench.action.terminal.resizePaneLeft",
"workbench.action.terminal.resizePaneRight",
"workbench.action.terminal.resizePaneUp",
"workbench.action.terminal.resizePaneDown",
"workbench.action.terminal.focus",
"workbench.action.terminal.focusTabs",
"workbench.action.terminal.focusNext",
"workbench.action.terminal.focusPrevious",
"workbench.action.terminal.runSelectedText",
"workbench.action.terminal.runActiveFile",
"workbench.action.terminal.scrollDown",
"workbench.action.terminal.scrollDownPage",
"workbench.action.terminal.scrollToBottom",
"workbench.action.terminal.scrollUp",
"workbench.action.terminal.scrollUpPage",
"workbench.action.terminal.scrollToTop",
"workbench.action.terminal.navigationModeExit",
"workbench.action.terminal.navigationModeFocusPrevious",
"workbench.action.terminal.navigationModeFocusPreviousPage",
"workbench.action.terminal.navigationModeFocusNext",
"workbench.action.terminal.navigationModeFocusNextPage",
"workbench.action.terminal.clearSelection",
"workbench.action.terminal.changeIcon",
"workbench.action.terminal.changeIconPanel",
"workbench.action.terminal.changeIconInstance",
"workbench.action.terminal.changeColor",
"workbench.action.terminal.changeColorPanel",
"workbench.action.terminal.changeColorInstance",
"workbench.action.terminal.rename",
"workbench.action.terminal.renamePanel",
"workbench.action.terminal.renameInstance",
"workbench.action.terminal.focusFind",
"workbench.action.terminal.hideFind",
"workbench.action.terminal.detachSession",
"workbench.action.terminal.attachToSession",
"workbench.action.quickOpenTerm",
"workbench.action.terminal.scrollToPreviousCommand",
"workbench.action.terminal.scrollToNextCommand",
"workbench.action.terminal.selectToPreviousCommand",
"workbench.action.terminal.selectToNextCommand",
"workbench.action.terminal.selectToPreviousLine",
"workbench.action.terminal.selectToNextLine",
"toggleEscapeSequenceLogging",
"workbench.action.terminal.sendSequence",
"workbench.action.terminal.newWithCwd",
"workbench.action.terminal.renameWithArg",
"workbench.action.terminal.toggleFindRegex",
"workbench.action.terminal.toggleFindWholeWord",
"workbench.action.terminal.toggleFindCaseSensitive",
"workbench.action.terminal.findNext",
"workbench.action.terminal.findPrevious",
"workbench.action.terminal.searchWorkspace",
"workbench.action.terminal.relaunch",
"workbench.action.terminal.showEnvironmentInformation",
"workbench.action.terminal.split",
"workbench.action.terminal.splitInstance",
"workbench.action.terminal.unsplit",
"workbench.action.terminal.unsplitInstance",
"workbench.action.terminal.joinInstance",
"workbench.action.terminal.join",
"workbench.action.terminal.splitInActiveWorkspace",
"workbench.action.terminal.selectAll",
"workbench.action.terminal.new",
"workbench.action.terminal.kill",
"workbench.action.terminal.killAll",
"workbench.action.terminal.killEditor",
"workbench.action.terminal.killInstance",
"workbench.action.terminal.clear",
"workbench.action.terminal.openDetectedLink",
"workbench.action.terminal.openUrlLink",
"workbench.action.terminal.openFileLink",
"workbench.action.terminal.selectDefaultShell",
"workbench.action.terminal.createProfileButton",
"workbench.action.terminal.openSettings",
"workbench.action.terminal.setDimensions",
"workbench.action.terminal.sizeToContentWidth",
"workbench.action.terminal.sizeToContentWidthInstance",
"workbench.action.terminal.clearCommandHistory",
"workbench.action.terminal.writeDataToTerminal",
"workbench.action.terminal.copySelection",
"workbench.action.terminal.copySelectionAsHtml",
"workbench.action.terminal.paste",
"workbench.action.terminal.pasteSelection",
"workbench.action.terminal.switchTerminal",
"workbench.action.terminal.focusAtIndex1",
"workbench.action.terminal.focusAtIndex2",
"workbench.action.terminal.focusAtIndex3",
"workbench.action.terminal.focusAtIndex4",
"workbench.action.terminal.focusAtIndex5",
"workbench.action.terminal.focusAtIndex6",
"workbench.action.terminal.focusAtIndex7",
"workbench.action.terminal.focusAtIndex8",
"workbench.action.terminal.focusAtIndex9",
"workbench.trust.configure",
"workbench.trust.manage",
"workbench.action.restartExtensionHost",
"refactorPreview.resetViewContainerLocation",
"workbench.panel.repl.resetViewContainerLocation",
"workbench.panel.markers.resetViewContainerLocation",
"workbench.panel.markers.view.toggleVisibility",
"workbench.panel.markers.view.removeView",
"workbench.panel.output.resetViewContainerLocation",
"workbench.panel.output.toggleVisibility",
"workbench.panel.output.removeView",
"terminal.resetViewContainerLocation",
"terminal.toggleVisibility",
"terminal.removeView",
"workbench.view.debug.resetViewContainerLocation",
"workbench.view.explorer.resetViewContainerLocation",
"workbench.view.remote.resetViewContainerLocation",
"workbench.view.scm.resetViewContainerLocation",
"workbench.view.search.resetViewContainerLocation",
"workbench.view.search.toggleVisibility",
"workbench.view.search.removeView",
"workbench.view.extension.test.resetViewContainerLocation",
"workbench.view.extensions.resetViewContainerLocation",
"refactorPreview.focus",
"refactorPreview.resetViewLocation",
"refactorPreview",
"workbench.debug.action.toggleRepl",
"workbench.panel.repl.view.focus",
"workbench.panel.repl.view.resetViewLocation",
"workbench.actions.view.problems",
"workbench.panel.markers.view.focus",
"workbench.panel.markers.view.resetViewLocation",
"workbench.action.output.toggleOutput",
"workbench.panel.output.focus",
"workbench.panel.output.resetViewLocation",
"workbench.action.terminal.toggleTerminal",
"terminal.focus",
"terminal.resetViewLocation",
"workbench.debug.welcome.focus",
"workbench.debug.welcome.resetViewLocation",
"workbench.debug.action.focusVariablesView",
"workbench.debug.variablesView.resetViewLocation",
"workbench.debug.action.focusWatchView",
"workbench.debug.watchExpressionsView.resetViewLocation",
"workbench.debug.action.focusCallStackView",
"workbench.debug.callStackView.resetViewLocation",
"workbench.debug.loadedScriptsView.focus",
"workbench.debug.loadedScriptsView.resetViewLocation",
"workbench.debug.action.focusBreakpointsView",
"workbench.debug.breakPointsView.resetViewLocation",
"workbench.view.debug",
"outline.focus",
"outline.resetViewLocation",
"timeline.focus",
"timeline.resetViewLocation",
"workbench.view.explorer",
"workbench.view.remote",
"workbench.scm.repositories.focus",
"workbench.scm.repositories.resetViewLocation",
"workbench.view.scm",
"workbench.scm.focus",
"workbench.scm.resetViewLocation",
"workbench.view.search",
"workbench.view.search.focus",
"workbench.view.search.resetViewLocation",
"workbench.view.testing.focus",
"workbench.view.testing.resetViewLocation",
"workbench.view.extension.test",
"workbench.view.extensions",
"help.tweetFeedback",
"workbench.action.openSettings",
"workbench.action.openSettings2",
"workbench.action.openApplicationSettingsJson",
"workbench.action.openGlobalSettings",
"workbench.action.openRawDefaultSettings",
"_workbench.openUserSettingsEditor",
"settings.switchToJSON",
"workbench.action.openSettingsJson",
"workbench.action.configureLanguageBasedSettings",
"workbench.action.openWorkspaceSettings",
"workbench.action.openWorkspaceSettingsFile",
"workbench.action.openFolderSettings",
"workbench.action.openFolderSettingsFile",
"_workbench.action.openFolderSettings",
"settings.filterByOnline",
"settings.filterByTelemetry",
"settings.filterUntrusted",
"settings.action.search",
"settings.action.clearSearchResults",
"settings.action.focusSettingsFile",
"settings.action.focusSettingsFromSearch",
"settings.action.focusSettingsList",
"settings.action.focusTOC",
"settings.action.focusSettingControl",
"settings.action.showContextMenu",
"settings.action.focusLevelUp",
"workbench.action.openGlobalKeybindings",
"workbench.action.openDefaultKeybindingsFile",
"workbench.action.openGlobalKeybindingsFile",
"keybindings.editor.showDefaultKeybindings",
"keybindings.editor.showExtensionKeybindings",
"keybindings.editor.showUserKeybindings",
"keybindings.editor.clearSearchResults",
"keybindings.editor.clearSearchHistory",
"keybindings.editor.defineKeybinding",
"keybindings.editor.addKeybinding",
"keybindings.editor.defineWhenExpression",
"keybindings.editor.removeKeybinding",
"keybindings.editor.resetKeybinding",
"keybindings.editor.searchKeybindings",
"keybindings.editor.recordSearchKeys",
"keybindings.editor.toggleSortByPrecedence",
"keybindings.editor.showConflicts",
"keybindings.editor.copyKeybindingEntry",
"keybindings.editor.copyCommandKeybindingEntry",
"keybindings.editor.copyCommandTitle",
"keybindings.editor.focusKeybindings",
"_workbench.openFolderSettings.file:///home/antico/webapps/hh-vscode/test/integration",
"workbench.action.showTreeHover",
"workbench.action.remote.showMenu",
"workbench.action.remote.close",
"workbench.action.remote.extensions",
"workbench.extensions.action.installExtensions",
"workbench.extensions.action.showRecommendedKeymapExtensions",
"workbench.extensions.action.showLanguageExtensions",
"workbench.extensions.action.checkForUpdates",
"configureExtensionsAutoUpdate.all",
"configureExtensionsAutoUpdate.enabled",
"configureExtensionsAutoUpdate.none",
"workbench.extensions.action.updateAllExtensions",
"workbench.extensions.action.disableAutoUpdate",
"workbench.extensions.action.enableAutoUpdate",
"workbench.extensions.action.enableAll",
"workbench.extensions.action.enableAllWorkspace",
"workbench.extensions.action.disableAll",
"workbench.extensions.action.disableAllWorkspace",
"workbench.extensions.action.installVSIX",
"workbench.extensions.command.installFromVSIX",
"workbench.extensions.action.installWebExtensionFromLocation",
"extensions.filter.featured",
"workbench.extensions.action.showPopularExtensions",
"workbench.extensions.action.showRecommendedExtensions",
"workbench.extensions.action.recentlyPublishedExtensions",
"extensions.actions.searchByCategory.Azure",
"extensions.actions.searchByCategory.Data Science",
"extensions.actions.searchByCategory.Debuggers",
"extensions.actions.searchByCategory.Extension Packs",
"extensions.actions.searchByCategory.Education",
"extensions.actions.searchByCategory.Formatters",
"extensions.actions.searchByCategory.Keymaps",
"extensions.actions.searchByCategory.Language Packs",
"extensions.actions.searchByCategory.Linters",
"extensions.actions.searchByCategory.Machine Learning",
"extensions.actions.searchByCategory.Notebooks",
"extensions.actions.searchByCategory.Programming Languages",
"extensions.actions.searchByCategory.SCM Providers",
"extensions.actions.searchByCategory.Snippets",
"extensions.actions.searchByCategory.Testing",
"extensions.actions.searchByCategory.Themes",
"extensions.actions.searchByCategory.Visualization",
"extensions.actions.searchByCategory.Other",
"workbench.extensions.action.listBuiltInExtensions",
"workbench.extensions.action.listWorkspaceUnsupportedExtensions",
"workbench.extensions.action.showInstalledExtensions",
"workbench.extensions.action.showEnabledExtensions",
"workbench.extensions.action.showDisabledExtensions",
"workbench.extensions.action.listOutdatedExtensions",
"extensions.sort.installs",
"extensions.sort.rating",
"extensions.sort.name",
"extensions.sort.publishedDate",
"workbench.extensions.action.clearExtensionsSearchResults",
"workbench.extensions.action.refreshExtension",
"workbench.extensions.action.installWorkspaceRecommendedExtensions",
"workbench.extensions.action.configureWorkspaceFolderRecommendedExtensions",
"workbench.extensions.action.install.specificVersion",
"workbench.extensions.action.reinstall",
"workbench.extensions.action.setColorTheme",
"workbench.extensions.action.setFileIconTheme",
"workbench.extensions.action.setProductIconTheme",
"workbench.extensions.action.showPreReleaseVersion",
"workbench.extensions.action.showReleasedVersion",
"workbench.extensions.action.switchToPreReleaseVersion",
"workbench.extensions.action.switchToReleaseVersion",
"workbench.extensions.action.clearLanguage",
"workbench.extensions.action.copyExtension",
"workbench.extensions.action.copyExtensionId",
"workbench.extensions.action.configure",
"workbench.extensions.action.toggleIgnoreExtension",
"workbench.extensions.action.ignoreRecommendation",
"workbench.extensions.action.undoIgnoredRecommendation",
"workbench.extensions.action.addExtensionToWorkspaceRecommendations",
"workbench.extensions.action.removeExtensionFromWorkspaceRecommendations",
"workbench.extensions.action.addToWorkspaceRecommendations",
"workbench.extensions.action.addToWorkspaceFolderRecommendations",
"workbench.extensions.action.addToWorkspaceIgnoredRecommendations",
"workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations",
"workbench.extensions.action.configureWorkspaceRecommendedExtensions",
"workbench.views.extensions.installed.focus",
"workbench.views.extensions.installed.resetViewLocation",
"workbench.views.extensions.popular.focus",
"workbench.views.extensions.popular.resetViewLocation",
"extensions.recommendedList.focus",
"extensions.recommendedList.resetViewLocation",
"workbench.views.extensions.enabled.focus",
"workbench.views.extensions.enabled.resetViewLocation",
"workbench.views.extensions.disabled.focus",
"workbench.views.extensions.disabled.resetViewLocation",
"workbench.views.extensions.marketplace.focus",
"workbench.views.extensions.marketplace.resetViewLocation",
"workbench.views.extensions.searchInstalled.focus",
"workbench.views.extensions.searchInstalled.resetViewLocation",
"workbench.views.extensions.searchEnabled.focus",
"workbench.views.extensions.searchEnabled.resetViewLocation",
"workbench.views.extensions.searchDisabled.focus",
"workbench.views.extensions.searchDisabled.resetViewLocation",
"workbench.views.extensions.searchOutdated.focus",
"workbench.views.extensions.searchOutdated.resetViewLocation",
"workbench.views.extensions.searchBuiltin.focus",
"workbench.views.extensions.searchBuiltin.resetViewLocation",
"workbench.views.extensions.searchWorkspaceUnsupported.focus",
"workbench.views.extensions.searchWorkspaceUnsupported.resetViewLocation",
"workbench.views.extensions.workspaceRecommendations.focus",
"workbench.views.extensions.workspaceRecommendations.resetViewLocation",
"workbench.views.extensions.otherRecommendations.focus",
"workbench.views.extensions.otherRecommendations.resetViewLocation",
"workbench.views.extensions.builtinFeatureExtensions.focus",
"workbench.views.extensions.builtinFeatureExtensions.resetViewLocation",
"workbench.views.extensions.builtinThemeExtensions.focus",
"workbench.views.extensions.builtinThemeExtensions.resetViewLocation",
"workbench.views.extensions.builtinProgrammingLanguageExtensions.focus",
"workbench.views.extensions.builtinProgrammingLanguageExtensions.resetViewLocation",
"workbench.views.extensions.untrustedUnsupportedExtensions.focus",
"workbench.views.extensions.untrustedUnsupportedExtensions.resetViewLocation",
"workbench.views.extensions.untrustedPartiallySupportedExtensions.focus",
"workbench.views.extensions.untrustedPartiallySupportedExtensions.resetViewLocation",
"workbench.views.extensions.virtualUnsupportedExtensions.focus",
"workbench.views.extensions.virtualUnsupportedExtensions.resetViewLocation",
"workbench.views.extensions.virtualPartiallySupportedExtensions.focus",
"workbench.views.extensions.virtualPartiallySupportedExtensions.resetViewLocation",
"workbench.views.extensions.deprecatedExtensions.focus",
"workbench.views.extensions.deprecatedExtensions.resetViewLocation",
"workbench.extensions.action.openExtensionsFolder",
"workbench.profiles.actions.profileEntry.-20259d62",
"showEditorScreenReaderNotification",
"changeEditorIndentation",
"workbench.userDataSync.actions.turnOn",
"workbench.userDataSync.actions.turnOff",
"workbench.userData.actions.askToTunrOnAfterInit",
"workbench.userData.actions.turningOn",
"workbench.userData.actions.signin",
"workbench.userDataSync.actions.resolveSettingsConflicts",
"workbench.userDataSync.actions.resolveKeybindingsConflicts",
"workbench.userDataSync.actions.resolveSnippetsConflicts",
"workbench.userDataSync.actions.resolveTasksConflicts",
"workbench.userDataSync.actions.showSyncedData",
"workbench.userDataSync.actions.manage",
"workbench.userDataSync.actions.syncNow",
"workbench.userDataSync.actions.configure",
"workbench.userDataSync.actions.settings",
"workbench.userDataSync.actions.help",
"workbench.userDataSync.actions.showLog",
"workbench.actions.syncData.reset",
"workbench.userDataSync.actions.acceptMerges",
"workbench.view.sync.resetViewContainerLocation",
"workbench.view.sync",
"workbench.actions.treeView.workbench.views.sync.merges.refresh",
"workbench.actions.treeView.workbench.views.sync.merges.collapseAll",
"workbench.views.sync.merges.focus",
"workbench.views.sync.merges.resetViewLocation",
"workbench.actions.treeView.workbench.views.sync.remoteActivity.refresh",
"workbench.actions.treeView.workbench.views.sync.remoteActivity.collapseAll",
"workbench.views.sync.remoteActivity.focus",
"workbench.views.sync.remoteActivity.resetViewLocation",
"workbench.actions.sync.resolveResource",
"workbench.actions.sync.compareWithLocal",
"workbench.actions.sync.replaceCurrent",
"workbench.actions.treeView.workbench.views.sync.machines.refresh",
"workbench.actions.treeView.workbench.views.sync.machines.collapseAll",
"workbench.views.sync.machines.focus",
"workbench.views.sync.machines.resetViewLocation",
"workbench.actions.sync.editMachineName",
"workbench.actions.sync.turnOffSyncOnMachine",
"workbench.actions.treeView.workbench.views.sync.localActivity.refresh",
"workbench.actions.treeView.workbench.views.sync.localActivity.collapseAll",
"workbench.views.sync.localActivity.focus",
"workbench.views.sync.localActivity.resetViewLocation",
"workbench.actions.treeView.workbench.views.sync.troubleshoot.refresh",
"workbench.actions.treeView.workbench.views.sync.troubleshoot.collapseAll",
"workbench.views.sync.troubleshoot.focus",
"workbench.views.sync.troubleshoot.resetViewLocation",
"workbench.action.focusTitleBar",
"notifications.showList",
"notifications.hideList",
"notifications.toggleList",
"notification.clear",
"notification.expand",
"notification.collapse",
"notification.toggle",
"notifications.hideToasts",
"notifications.focusToasts",
"notifications.focusNextToast",
"notifications.focusPreviousToast",
"notifications.focusFirstToast",
"notifications.focusLastToast",
"notifications.clearAll",
"notifications.toggleDoNotDisturbMode",
"timeline.refresh",
"timeline.toggleFollowActiveEditor",
"workbench.files.action.focusOpenEditorsView",
"workbench.explorer.openEditorsView.resetViewLocation",
"workbench.explorer.fileView.focus",
"workbench.explorer.fileView.resetViewLocation",
"workbench.action.showWindowLog",
"workbench.action.tasks.runTask",
"workbench.action.tasks.reRunTask",
"workbench.action.tasks.restartTask",
"workbench.action.tasks.terminate",
"workbench.action.tasks.showLog",
"workbench.action.tasks.build",
"workbench.action.tasks.test",
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.configureDefaultBuildTask",
"workbench.action.tasks.configureDefaultTestTask",
"workbench.action.tasks.showTasks",
"workbench.action.tasks.toggleProblems",
"workbench.action.tasks.openUserTasks",
"workbench.action.tasks.openWorkspaceFileTasks",
"update.check",
"update.checking",
"update.downloadNow",
"update.downloading",
"update.install",
"update.updating",
"update.restart",
"workbench.editSessions.actions.resetAuth",
"workbench.view.editSessions.resetViewContainerLocation",
"workbench.view.editSessions",
"workbench.actions.treeView.workbench.views.editSessions.data.refresh",
"workbench.actions.treeView.workbench.views.editSessions.data.collapseAll",
"workbench.views.editSessions.data.focus",
"workbench.views.editSessions.data.resetViewLocation",
"workbench.editSessions.actions.resume",
"workbench.editSessions.actions.delete",
"workbench.view.extension.references-view.resetViewContainerLocation",
"workbench.view.extension.references-view",
"workbench.actions.treeView.jsBrowserBreakpoints.refresh",
"workbench.actions.treeView.jsBrowserBreakpoints.collapseAll",
"workbench.actions.treeView.jsExcludedCallers.refresh",
"workbench.actions.treeView.jsExcludedCallers.collapseAll",
"workbench.actions.treeView.npm.refresh",
"workbench.actions.treeView.npm.collapseAll",
"workbench.actions.treeView.references-view.tree.refresh",
"workbench.actions.treeView.references-view.tree.collapseAll",
"jsBrowserBreakpoints.focus",
"jsBrowserBreakpoints.resetViewLocation",
"jsExcludedCallers.focus",
"jsExcludedCallers.resetViewLocation",
"npm.focus",
"npm.resetViewLocation",
"references-view.tree.focus",
"references-view.tree.resetViewLocation",
"workbench.action.openRemoteSettings",
"workbench.action.openRemoteSettingsFile",
"_generateCommandsDocumentation",
"_vscode_delegate_cmd_l6z9a47k",
"workbench.panel.repl.view.toggleVisibility",
"workbench.panel.repl.view.removeView",
"workbench.debug.welcome.toggleVisibility",
"workbench.debug.welcome.removeView",
"extension.node-debug.toggleAutoAttach",
"git-base.api.getRemoteSources",
"ipynb.newUntitledIpynb",
"ipynb.openIpynbInNotebookEditor",
"npm.runScript",
"npm.debugScript",
"npm.openScript",
"npm.runInstall",
"npm.runScriptFromHover",
"npm.debugScriptFromHover",
"npm.runSelectedScript",
"workbench.action.terminal.newWithProfile",
"git.showOutput",
"git.setLogLevel",
"git.refresh",
"git.openResource",
"git.openAllChanges",
"_git.openMergeEditor",
"git.clone",
"git.cloneRecursive",
"git.init",
"git.openRepository",
"git.close",
"git.openFile",
"git.openFile2",
"git.openHEADFile",
"git.openChange",
"git.rename",
"git.stage",
"git.stageAll",
"git.stageAllTracked",
"git.stageAllUntracked",
"git.stageAllMerge",
"git.stageChange",
"git.stageSelectedRanges",
"git.acceptMerge",
"git.revertChange",
"git.revertSelectedRanges",
"git.unstage",
"git.unstageAll",
"git.unstageSelectedRanges",
"git.clean",
"git.cleanAll",
"git.cleanAllTracked",
"git.cleanAllUntracked",
"git.commit",
"git.commitStaged",
"git.commitStagedSigned",
"git.commitStagedAmend",
"git.commitAll",
"git.commitAllSigned",
"git.commitAllAmend",
"git.commitMessageAccept",
"git.commitMessageDiscard",
"git.commitEmpty",
"git.commitNoVerify",
"git.commitStagedNoVerify",
"git.commitStagedSignedNoVerify",
"git.commitStagedAmendNoVerify",
"git.commitAllNoVerify",
"git.commitAllSignedNoVerify",
"git.commitAllAmendNoVerify",
"git.commitEmptyNoVerify",
"git.restoreCommitTemplate",
"git.undoCommit",
"git.checkout",
"git.checkoutDetached",
"git.branch",
"git.branchFrom",
"git.deleteBranch",
"git.renameBranch",
"git.merge",
"git.rebase",
"git.createTag",
"git.deleteTag",
"git.fetch",
"git.fetchPrune",
"git.fetchAll",
"git.pullFrom",
"git.pull",
"git.pullRebase",
"git.push",
"git.pushForce",
"git.pushWithTags",
"git.pushWithTagsForce",
"git.cherryPick",
"git.pushTo",
"git.pushToForce",
"git.pushTags",
"git.addRemote",
"git.removeRemote",
"git.sync",
"git._syncAll",
"git.syncRebase",
"git.publish",
"git.ignore",
"git.revealInExplorer",
"git.revealFileInOS.windows",
"git.revealFileInOS.mac",
"git.revealFileInOS.linux",
"git.stash",
"git.stashIncludeUntracked",
"git.stashPop",
"git.stashPopLatest",
"git.stashApply",
"git.stashApplyLatest",
"git.stashDrop",
"git.stashDropAll",
"git.timeline.openDiff",
"git.timeline.copyCommitId",
"git.timeline.copyCommitMessage",
"git.timeline.selectForCompare",
"git.timeline.compareWithSelected",
"git.rebaseAbort",
"git.closeAllDiffEditors",
"git.api.getRepositories",
"git.api.getRepositoryState",
"git.api.getRemoteSources",
"github.publish",
"github.copyVscodeDevLink",
"github.copyVscodeDevLinkFile",
"github.openOnVscodeDev",
"workbench.explorer.openEditorsView.toggleVisibility",
"workbench.explorer.openEditorsView.removeView",
"workbench.explorer.fileView.toggleVisibility",
"workbench.explorer.fileView.removeView",
"outline.toggleVisibility",
"outline.removeView",
"timeline.toggleVisibility",
"timeline.removeView",
"npm.toggleVisibility",
"npm.removeView",
"npm.runScriptFromFolder",
"npm.refresh",
"npm.packageManager",
"workbench.scm.repositories.toggleVisibility",
"workbench.scm.repositories.removeView",
"workbench.scm.toggleVisibility",
"workbench.scm.removeView",
"timeline.toggleExcludeSource:timeline.localHistory",
"timeline.toggleExcludeSource:git-history",
"editor.emmet.action.updateImageSize",
"editor.emmet.action.wrapWithAbbreviation",
"emmet.expandAbbreviation",
"editor.emmet.action.removeTag",
"editor.emmet.action.updateTag",
"editor.emmet.action.matchTag",
"editor.emmet.action.balanceOut",
"editor.emmet.action.balanceIn",
"editor.emmet.action.splitJoinTag",
"editor.emmet.action.mergeLines",
"editor.emmet.action.toggleComment",
"editor.emmet.action.nextEditPoint",
"editor.emmet.action.prevEditPoint",
"editor.emmet.action.selectNextItem",
"editor.emmet.action.selectPrevItem",
"editor.emmet.action.evaluateMathExpression",
"editor.emmet.action.incrementNumberByOneTenth",
"editor.emmet.action.incrementNumberByOne",
"editor.emmet.action.incrementNumberByTen",
"editor.emmet.action.decrementNumberByOneTenth",
"editor.emmet.action.decrementNumberByOne",
"editor.emmet.action.decrementNumberByTen",
"editor.emmet.action.reflectCSSValue",
"workbench.action.showEmmetCommands",
"merge-conflict.accept.current",
"merge-conflict.accept.incoming",
"merge-conflict.accept.selection",
"merge-conflict.accept.both",
"merge-conflict.accept.all-current",
"merge-conflict.accept.all-incoming",
"merge-conflict.accept.all-both",
"merge-conflict.next",
"merge-conflict.previous",
"merge-conflict.compare",
"workbench.extensions.installMissingDependencies",
"workbench.action.extensionHostProfiler.stop"
]
All 2075 commands (Jan 2023)
0: noop:
1: _provideDocumentSemanticTokensLegend
2: _provideDocumentSemanticTokens
3: _provideDocumentRangeSemanticTokensLegend
4: _provideDocumentRangeSemanticTokens
5: _executeCodeLensProvider
6: _executeDocumentColorProvider
7: _executeColorPresentationProvider
8: _executeLinkProvider
9: _executeSignatureHelpProvider
10: setContext
11: getContextKeyInfo
12: _generateContextKeyInfo
13: _executeDocumentSymbolProvider
14: history.showPrevious
15: history.showNext
16: undo
17: default:undo
18: redo
19: default:redo
20: editor.action.selectAll
21: _moveTo
22: _moveToSelect
23: columnSelect
24: cursorColumnSelectLeft
25: cursorColumnSelectRight
26: cursorColumnSelectUp
27: cursorColumnSelectPageUp
28: cursorColumnSelectDown
29: cursorColumnSelectPageDown
30: cursorMove
31: cursorLeft
32: cursorLeftSelect
33: cursorRight
34: cursorRightSelect
35: cursorUp
36: cursorUpSelect
37: cursorPageUp
38: cursorPageUpSelect
39: cursorDown
40: cursorDownSelect
41: cursorPageDown
42: cursorPageDownSelect
43: createCursor
44: _lastCursorMoveToSelect
45: cursorHome
46: cursorHomeSelect
47: cursorLineStart
48: cursorLineStartSelect
49: cursorEnd
50: cursorEndSelect
51: cursorLineEnd
52: cursorLineEndSelect
53: cursorTop
54: cursorTopSelect
55: cursorBottom
56: cursorBottomSelect
57: editorScroll
58: scrollLineUp
59: scrollPageUp
60: scrollEditorTop
61: scrollLineDown
62: scrollPageDown
63: scrollEditorBottom
64: scrollLeft
65: scrollRight
66: _wordSelect
67: _wordSelectDrag
68: lastCursorWordSelect
69: _lineSelect
70: _lineSelectDrag
71: lastCursorLineSelect
72: lastCursorLineSelectDrag
73: cancelSelection
74: removeSecondaryCursors
75: revealLine
76: setSelection
77: lineBreakInsert
78: outdent
79: tab
80: deleteLeft
81: deleteRight
82: default:type
83: type
84: default:replacePreviousChar
85: replacePreviousChar
86: default:compositionType
87: compositionType
88: default:compositionStart
89: compositionStart
90: default:compositionEnd
91: compositionEnd
92: default:paste
93: paste
94: default:cut
95: cut
96: editor.action.setSelectionAnchor
97: editor.action.goToSelectionAnchor
98: editor.action.selectFromAnchorToCursor
99: editor.action.cancelSelectionAnchor
100: editor.action.moveCarretLeftAction
101: editor.action.moveCarretRightAction
102: editor.action.transposeLetters
103: editor.action.clipboardCutAction
104: editor.action.clipboardCopyAction
105: editor.action.clipboardPasteAction
106: editor.action.clipboardCopyWithSyntaxHighlightingAction
107: editor.action.commentLine
108: editor.action.addCommentLine
109: editor.action.removeCommentLine
110: editor.action.blockComment
111: editor.action.showContextMenu
112: cursorUndo
113: cursorRedo
114: editor.cancelOperation
115: _executeCodeActionProvider
116: editor.action.fontZoomIn
117: editor.action.fontZoomOut
118: editor.action.fontZoomReset
119: _executeFormatRangeProvider
120: _executeFormatDocumentProvider
121: _executeFormatOnTypeProvider
122: editor.action.formatDocument
123: editor.action.formatSelection
124: editor.action.format
125: _executeDefinitionProvider
126: _executeTypeDefinitionProvider
127: _executeDeclarationProvider
128: _executeReferenceProvider
129: _executeImplementationProvider
130: editor.gotoNextSymbolFromResult
131: editor.gotoNextSymbolFromResult.cancel
132: _executeHoverProvider
133: editor.action.indentationToSpaces
134: editor.action.indentationToTabs
135: editor.action.indentUsingTabs
136: editor.action.indentUsingSpaces
137: editor.action.changeTabDisplaySize
138: editor.action.detectIndentation
139: editor.action.reindentlines
140: editor.action.reindentselectedlines
141: expandLineSelection
142: editor.action.copyLinesUpAction
143: editor.action.copyLinesDownAction
144: editor.action.duplicateSelection
145: editor.action.moveLinesUpAction
146: editor.action.moveLinesDownAction
147: editor.action.sortLinesAscending
148: editor.action.sortLinesDescending
149: editor.action.removeDuplicateLines
150: editor.action.trimTrailingWhitespace
151: editor.action.deleteLines
152: editor.action.indentLines
153: editor.action.outdentLines
154: editor.action.insertLineBefore
155: editor.action.insertLineAfter
156: deleteAllLeft
157: deleteAllRight
158: editor.action.joinLines
159: editor.action.transpose
160: editor.action.transformToUppercase
161: editor.action.transformToLowercase
162: editor.action.transformToSnakecase
163: editor.action.transformToTitlecase
164: editor.action.transformToKebabcase
165: leaveEditorMessage
166: editor.action.rename
167: acceptRenameInput
168: acceptRenameInputWithPreview
169: cancelRenameInput
170: _executeDocumentRenameProvider
171: _executePrepareRename
172: editor.action.smartSelect.grow
173: editor.action.smartSelect.expand
174: editor.action.smartSelect.shrink
175: _executeSelectionRangeProvider
176: _executeCompletionItemProvider
177: editor.action.toggleTabFocusMode
178: editor.action.forceRetokenize
179: cursorWordStartLeft
180: cursorWordEndLeft
181: cursorWordLeft
182: cursorWordStartLeftSelect
183: cursorWordEndLeftSelect
184: cursorWordLeftSelect
185: cursorWordStartRight
186: cursorWordEndRight
187: cursorWordRight
188: cursorWordStartRightSelect
189: cursorWordEndRightSelect
190: cursorWordRightSelect
191: cursorWordAccessibilityLeft
192: cursorWordAccessibilityLeftSelect
193: cursorWordAccessibilityRight
194: cursorWordAccessibilityRightSelect
195: deleteWordStartLeft
196: deleteWordEndLeft
197: deleteWordLeft
198: deleteWordStartRight
199: deleteWordEndRight
200: deleteWordRight
201: deleteInsideWord
202: cursorWordPartStartLeft
203: cursorWordPartStartLeftSelect
204: deleteWordPartLeft
205: deleteWordPartRight
206: cursorWordPartLeft
207: cursorWordPartLeftSelect
208: cursorWordPartRight
209: cursorWordPartRightSelect
210: hideCodeActionWidget
211: selectPrevCodeAction
212: selectNextCodeAction
213: acceptSelectedCodeAction
214: previewSelectedCodeAction
215: editor.action.quickFix
216: editor.action.refactor
217: editor.action.refactor.preview
218: editor.action.sourceAction
219: editor.action.organizeImports
220: editor.action.autoFix
221: editor.action.fixAll
222: editor.action.codeAction
223: editor.action.diffReview.next
224: editor.action.diffReview.prev
225: editor.action.triggerParameterHints
226: closeParameterHints
227: showPrevParameterHint
228: showNextParameterHint
229: editor.action.selectToBracket
230: editor.action.jumpToBracket
231: editor.unfold
232: editor.unfoldRecursively
233: editor.fold
234: editor.foldRecursively
235: editor.foldAll
236: editor.unfoldAll
237: editor.foldAllBlockComments
238: editor.foldAllMarkerRegions
239: editor.unfoldAllMarkerRegions
240: editor.foldAllExcept
241: editor.unfoldAllExcept
242: editor.toggleFold
243: editor.gotoParentFold
244: editor.gotoPreviousFold
245: editor.gotoNextFold
246: editor.createFoldingRangeFromSelection
247: editor.removeManualFoldingRanges
248: editor.foldLevel1
249: editor.foldLevel2
250: editor.foldLevel3
251: editor.foldLevel4
252: editor.foldLevel5
253: editor.foldLevel6
254: editor.foldLevel7
255: editor.action.inPlaceReplace.up
256: editor.action.inPlaceReplace.down
257: cancelLinkedEditingInput
258: _executeLinkedEditingProvider
259: editor.action.linkedEditing
260: editor.action.openLink
261: _executeDocumentHighlights
262: editor.action.wordHighlight.next
263: editor.action.wordHighlight.prev
264: editor.action.wordHighlight.trigger
265: jumpToNextSnippetPlaceholder
266: jumpToPrevSnippetPlaceholder
267: leaveSnippet
268: acceptSnippet
269: codelens.showLensesInCurrentLine
270: actions.find
271: editor.action.startFindReplaceAction
272: editor.actions.findWithArgs
273: actions.findWithSelection
274: editor.action.nextMatchFindAction
275: editor.action.previousMatchFindAction
276: editor.action.nextSelectionMatchFindAction
277: editor.action.previousSelectionMatchFindAction
278: closeFindWidget
279: toggleFindCaseSensitive
280: toggleFindWholeWord
281: toggleFindRegex
282: toggleFindInSelection
283: togglePreserveCase
284: editor.action.replaceOne
285: editor.action.replaceAll
286: editor.action.selectAllMatches
287: editor.action.insertCursorAbove
288: editor.action.insertCursorBelow
289: editor.action.insertCursorAtEndOfEachLineSelected
290: editor.action.addSelectionToNextFindMatch
291: editor.action.addSelectionToPreviousFindMatch
292: editor.action.moveSelectionToNextFindMatch
293: editor.action.moveSelectionToPreviousFindMatch
294: editor.action.selectHighlights
295: editor.action.changeAll
296: editor.action.addCursorsToBottom
297: editor.action.addCursorsToTop
298: editor.action.focusNextCursor
299: editor.action.focusPreviousCursor
300: editor.action.marker.next
301: editor.action.marker.prev
302: editor.action.marker.nextInFiles
303: editor.action.marker.prevInFiles
304: closeMarkersNavigation
305: togglePeekWidgetFocus
306: goToNextReference
307: goToPreviousReference
308: goToNextReferenceFromEmbeddedEditor
309: goToPreviousReferenceFromEmbeddedEditor
310: closeReferenceSearchEditor
311: closeReferenceSearch
312: revealReference
313: openReferenceToSide
314: openReference
315: editor.action.goToDeclaration
316: editor.action.revealDefinition
317: editor.action.openDeclarationToTheSide
318: editor.action.revealDefinitionAside
319: editor.action.previewDeclaration
320: editor.action.peekDefinition
321: editor.action.revealDeclaration
322: editor.action.peekDeclaration
323: editor.action.goToTypeDefinition
324: editor.action.peekTypeDefinition
325: editor.action.goToImplementation
326: editor.action.peekImplementation
327: editor.action.goToReferences
328: editor.action.referenceSearch.trigger
329: editor.action.goToLocations
330: editor.action.peekLocations
331: editor.action.findReferences
332: editor.action.showReferences
333: editor.action.showHover
334: editor.action.showDefinitionPreviewHover
335: _executeInlayHintProvider
336: editor.action.toggleStickyScroll
337: editor.action.triggerSuggest
338: acceptSelectedSuggestion
339: acceptAlternativeSelectedSuggestion
340: acceptSelectedSuggestionOnEnter
341: hideSuggestWidget
342: selectNextSuggestion
343: selectNextPageSuggestion
344: selectLastSuggestion
345: selectPrevSuggestion
346: selectPrevPageSuggestion
347: selectFirstSuggestion
348: focusSuggestion
349: toggleSuggestionDetails
350: toggleExplainMode
351: toggleSuggestionFocus
352: insertBestCompletion
353: insertNextSuggestion
354: insertPrevSuggestion
355: editor.action.resetSuggestSize
356: editor.action.inlineSuggest.trigger
357: editor.action.inlineSuggest.showNext
358: editor.action.inlineSuggest.showPrevious
359: editor.action.inlineSuggest.acceptNextWord
360: editor.action.inlineSuggest.commit
361: editor.action.inlineSuggest.hide
362: menu.resetHiddenStates
363: editor.action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters
364: editor.action.unicodeHighlight.disableHighlightingOfInvisibleCharacters
365: editor.action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters
366: editor.action.unicodeHighlight.showExcludeOptions
367: workbench.action.keybindingsReference
368: workbench.action.openVideoTutorialsUrl
369: workbench.action.openTipsAndTricksUrl
370: workbench.action.openDocumentationUrl
371: workbench.action.openNewsletterSignupUrl
372: workbench.action.openTwitterUrl
373: workbench.action.openRequestFeatureUrl
374: workbench.action.openLicenseUrl
375: workbench.action.openPrivacyStatementUrl
376: list.focusDown
377: list.focusUp
378: list.focusPageDown
379: list.focusPageUp
380: list.focusFirst
381: list.focusLast
382: list.expandSelectionDown
383: list.expandSelectionUp
384: list.collapse
385: list.collapseAll
386: list.collapseAllToFocus
387: list.focusParent
388: list.expand
389: list.select
390: list.selectAndPreserveFocus
391: list.selectAll
392: list.toggleSelection
393: list.toggleExpand
394: list.clear
395: list.triggerTypeNavigation
396: list.toggleFindMode
397: list.toggleKeyboardNavigation
398: list.toggleFilterOnType
399: list.find
400: list.closeFind
401: list.scrollUp
402: list.scrollDown
403: list.scrollLeft
404: list.scrollRight
405: workbench.action.closeQuickOpen
406: workbench.action.acceptSelectedQuickOpenItem
407: workbench.action.alternativeAcceptSelectedQuickOpenItem
408: workbench.action.focusQuickOpen
409: workbench.action.quickOpenNavigateNextInFilePicker
410: workbench.action.quickOpenNavigatePreviousInFilePicker
411: workbench.action.quickPickManyToggle
412: workbench.action.quickInputBack
413: workbench.action.quickOpen
414: workbench.action.quickOpenWithModes
415: workbench.action.quickOpenPreviousEditor
416: workbench.action.quickOpenSelectNext
417: workbench.action.quickOpenSelectPrevious
418: workbench.action.quickOpenNavigateNext
419: workbench.action.quickOpenNavigatePrevious
420: _executePrepareCallHierarchy
421: _executeProvideIncomingCalls
422: _executeProvideOutgoingCalls
423: editor.action.toggleColumnSelection
424: editor.action.toggleMinimap
425: editor.action.toggleRenderControlCharacter
426: editor.action.toggleRenderWhitespace
427: editor.action.showAccessibilityHelp
428: closeAccessibilityHelp
429: editor.action.toggleScreenReaderAccessibilityMode
430: inlayHints.startReadingLineWithHint
431: inlayHints.stopReadingLineWithHint
432: notebook.clearNotebookKernelsMRUCache
433: _resolveNotebookContentProvider
434: _resolveNotebookKernels
435: workbench.action.showAllSymbols
436: _snippet.markAsUsed
437: vscode.pickMultipleTestProfiles
438: vscode.pickTestProfile
439: _executePrepareTypeHierarchy
440: _executeProvideSupertypes
441: _executeProvideSubtypes
442: editor.showCallHierarchy
443: editor.showIncomingCalls
444: editor.showOutgoingCalls
445: editor.refocusCallHierarchy
446: editor.closeCallHierarchy
447: workbench.action.inspectKeyMappings
448: workbench.action.inspectKeyMappingsJSON
449: workbench.action.gotoLine
450: notebook.hideFind
451: notebook.find
452: notebook.toggleLayoutTroubleshoot
453: notebook.inspectLayout
454: notebook.clearNotebookEdtitorTypeCache
455: notebook.cell.moveUp
456: notebook.cell.moveDown
457: notebook.cell.copyUp
458: notebook.cell.copyDown
459: notebook.cell.split
460: notebook.cell.joinAbove
461: notebook.cell.joinBelow
462: notebook.cell.changeToCode
463: notebook.cell.changeToMarkdown
464: notebook.cell.collapseCellInput
465: notebook.cell.expandCellInput
466: notebook.cell.collapseCellOutput
467: notebook.cell.expandCellOutput
468: notebook.cell.toggleOutputs
469: notebook.cell.collapseAllCellInputs
470: notebook.cell.expandAllCellInputs
471: notebook.cell.collapseAllCellOutputs
472: notebook.cell.expandAllCellOutputs
473: notebook.format
474: notebook.formatCell
475: notebook.toggleCellToolbarPosition
476: notebook.focusNextEditor
477: notebook.focusPreviousEditor
478: notebook.focusTop
479: notebook.focusBottom
480: notebook.cell.focusInOutput
481: notebook.cell.focusOutOutput
482: notebook.centerActiveCell
483: notebook.cell.cursorPageUp
484: notebook.cell.cursorPageUpSelect
485: notebook.cell.cursorPageDown
486: notebook.cell.cursorPageDownSelect
487: notebook.renderAllMarkdownCells
488: notebook.execute
489: notebook.cell.execute
490: notebook.cell.executeCellsAbove
491: notebook.cell.executeCellAndBelow
492: notebook.cell.executeAndFocusContainer
493: notebook.cell.cancelExecution
494: notebook.cell.executeAndSelectBelow
495: notebook.cell.executeAndInsertBelow
496: notebook.cancelExecution
497: notebook.interruptExecution
498: notebook.revealRunningCell
499: notebook.revealLastFailedCell
500: notebook.fold
501: notebook.unfold
502: notebook.cell.insertCodeCellAbove
503: notebook.cell.insertCodeCellAboveAndFocusContainer
504: notebook.cell.insertCodeCellBelow
505: notebook.cell.insertCodeCellBelowAndFocusContainer
506: notebook.cell.insertMarkdownCellAbove
507: notebook.cell.insertMarkdownCellBelow
508: notebook.cell.insertCodeCellAtTop
509: notebook.cell.insertMarkdownCellAtTop
510: notebook.toggleLineNumbers
511: notebook.cell.toggleLineNumbers
512: editor.showTypeHierarchy
513: editor.showSupertypes
514: editor.showSubtypes
515: editor.refocusTypeHierarchy
516: editor.closeTypeHierarchy
517: workbench.getCodeExchangeProxyEndpoints
518: _executeDataToNotebook
519: _executeNotebookToData
520: editor.action.measureExtHostLatency
521: workbench.action.newWindow
522: workbench.action.toggleFullScreen
523: workbench.action.quickOpenRecent
524: workbench.action.openRecent
525: workbench.action.reloadWindow
526: workbench.action.showAboutDialog
527: workbench.action.blur
528: workbench.action.quickOpenNavigateNextInRecentFilesPicker
529: workbench.action.quickOpenNavigatePreviousInRecentFilesPicker
530: workbench.action.toggleConfirmBeforeClose
531: workbench.action.reportPerformanceIssueUsingReporter
532: workbench.action.openIssueReporter
533: vscode.openIssueReporter
534: workbench.action.openProcessExplorer
535: workbench.action.stopTracing
536: _issues.getSystemStatus
537: notebook.cell.edit
538: notebook.cell.quitEdit
539: notebook.cell.delete
540: notebook.cell.clearOutputs
541: notebook.clearAllCellsOutputs
542: notebook.cell.changeLanguage
543: notebook.cell.detectLanguage
544: workbench.banner.focusBanner
545: workbench.banner.focusNextAction
546: workbench.banner.focusPreviousAction
547: workbench.action.focusBanner
548: workbench.action.toggleMultiCursorModifier
549: editor.action.toggleWordWrap
550: workbench.action.terminal.openNativeConsole
551: editor.action.formatDocument.multiple
552: editor.action.formatSelection.multiple
553: workbench.notebook.layout.gettingStarted
554: notebook.setProfile
555: welcome.showNewFileEntries
556: extension.bisect.start
557: extension.bisect.next
558: extension.bisect.stop
559: workbench.extensions.action.manageAuthorizedExtensionURIs
560: workbench.action.gotoSymbol
561: workbench.action.toggleKeybindingsLog
562: _extensionTests.setLogLevel
563: _extensionTests.getLogLevel
564: workbench.action.setLogLevel
565: notebook.cell.copy
566: notebook.cell.cut
567: notebook.cell.paste
568: notebook.cell.pasteAbove
569: workbench.action.toggleNotebookClipboardLog
570: workbench.action.navigateUp
571: workbench.action.navigateDown
572: workbench.action.navigateLeft
573: workbench.action.navigateRight
574: workbench.action.focusNextPart
575: workbench.action.focusPreviousPart
576: workbench.action.toggleAuxiliaryBar
577: workbench.action.focusAuxiliaryBar
578: workbench.action.focusSideBar
579: editor.action.formatDocument.none
580: _notebook.selectKernel
581: toggle.window.commandCenter
582: toggle.workbench.layoutControl.enabled
583: audioCues.help
584: workbench.notebook.layout.select
585: workbench.notebook.layout.configure
586: workbench.notebook.layout.configure.editorTitle
587: notebook.toggleLineNumbersFromEditorTitle
588: notebook.toggleCellToolbarPositionFromEditorTitle
589: breadcrumbs.toggleFromEditorTitle
590: notebook.saveMimeTypeOrder
591: workbench.notebook.layout.webview.reset
592: workbench.action.clearCommandHistory
593: workbench.action.showCommands
594: workbench.action.openView
595: workbench.action.quickOpenView
596: workbench.action.quickOpenNavigateNextInViewPicker
597: workbench.action.quickOpenNavigatePreviousInViewPicker
598: workbench.action.showInterfaceOverview
599: workbench.action.hideInterfaceOverview
600: commentsFocusViewFromFilter
601: commentsClearFilterText
602: commentsFocusFilter
603: workbench.actions.workbench.panel.comments.toggleUnResolvedComments
604: workbench.actions.workbench.panel.comments.toggleResolvedComments
605: outline.collapse
606: outline.expand
607: outline.followCursor
608: outline.filterOnType
609: outline.sortByPosition
610: outline.sortByName
611: outline.sortByKind
612: workbench.action.openLogsFolder
613: workbench.action.openExtensionLogsFolder
614: workbench.action.triggerReconnect
615: workbench.action.pauseSocketWriting
616: workbench.action.files.openLocalFile
617: workbench.action.files.openLocalFolder
618: workbench.action.files.saveLocalFile
619: remote.tunnel.label
620: remote.tunnel.forwardInline
621: remote.tunnel.forwardCommandPalette
622: remote.tunnel.closeInline
623: remote.tunnel.closeCommandPalette
624: remote.tunnel.open
625: remote.tunnel.openPreview
626: remote.tunnel.openCommandPalette
627: remote.tunnel.copyAddressInline
628: remote.tunnel.copyAddressCommandPalette
629: remote.tunnel.changeLocalPort
630: remote.tunnel.setProtocolHttp
631: remote.tunnel.setProtocolHttps
632: resetGettingStartedProgress
633: search.action.copyMatch
634: search.action.copyPath
635: search.action.copyAll
636: search.action.remove
637: search.action.replace
638: search.action.replaceAllInFile
639: search.action.replaceAllInFolder
640: search.action.clearHistory
641: search.action.cancel
642: search.action.refreshSearchResults
643: search.action.collapseSearchResults
644: search.action.expandSearchResults
645: search.action.clearSearchResults
646: search.action.viewAsTree
647: search.action.viewAsList
648: workbench.statusBar.focusPrevious
649: workbench.statusBar.focusNext
650: workbench.statusBar.focusFirst
651: workbench.statusBar.focusLast
652: workbench.statusBar.clearFocus
653: workbench.action.focusStatusBar
654: editor.detectLanguage
655: editor.inlayHints.Reset
656: editor.action.startDebugTextMate
657: editor.emmet.action.expandAbbreviation
658: breadcrumbs.toggle
659: breadcrumbs.focusAndSelect
660: breadcrumbs.focus
661: breadcrumbs.toggleToOn
662: breadcrumbs.focusNext
663: breadcrumbs.focusPrevious
664: breadcrumbs.focusNextWithPicker
665: breadcrumbs.focusPreviousWithPicker
666: breadcrumbs.selectFocused
667: breadcrumbs.revealFocused
668: breadcrumbs.selectEditor
669: breadcrumbs.revealFocusedFromTreeAside
670: workbench.debug.viewlet.action.addFunctionBreakpointAction
671: workbench.debug.viewlet.action.toggleBreakpointsActivatedAction
672: workbench.debug.viewlet.action.removeBreakpoint
673: workbench.debug.viewlet.action.removeAllBreakpoints
674: workbench.debug.viewlet.action.enableAllBreakpoints
675: workbench.debug.viewlet.action.disableAllBreakpoints
676: workbench.debug.viewlet.action.reapplyBreakpointsAction
677: debug.editBreakpoint
678: debug.editFunctionBreakpoint
679: debug.editFunctionBreakpointHitCount
680: editor.debug.action.openDisassemblyView
681: debug.action.toggleDisassemblyViewSourceCode
682: editor.debug.action.toggleBreakpoint
683: editor.debug.action.conditionalBreakpoint
684: editor.debug.action.addLogPoint
685: editor.debug.action.runToCursor
686: editor.debug.action.stepIntoTargets
687: editor.debug.action.selectionToRepl
688: editor.debug.action.selectionToWatch
689: editor.debug.action.showDebugHover
690: editor.debug.action.goToNextBreakpoint
691: editor.debug.action.goToPreviousBreakpoint
692: editor.debug.action.closeExceptionWidget
693: debug.setVariable
694: workbench.debug.viewlet.action.copyValue
695: workbench.debug.viewlet.action.viewMemory
696: debug.breakWhenValueChanges
697: debug.breakWhenValueIsAccessed
698: debug.breakWhenValueIsRead
699: debug.copyEvaluatePath
700: debug.addToWatchExpressions
701: variables.collapse
702: watch.collapse
703: workbench.debug.viewlet.action.addWatchExpression
704: workbench.debug.viewlet.action.removeAllWatchExpressions
705: debug.copyStackTrace
706: workbench.action.debug.reverseContinue
707: workbench.action.debug.stepBack
708: workbench.action.debug.terminateThread
709: debug.jumpToCursor
710: workbench.action.debug.callStackTop
711: workbench.action.debug.callStackBottom
712: workbench.action.debug.callStackUp
713: workbench.action.debug.callStackDown
714: workbench.action.debug.nextConsole
715: workbench.action.debug.prevConsole
716: workbench.action.debug.restart
717: workbench.action.debug.stepOver
718: workbench.action.debug.stepInto
719: workbench.action.debug.stepOut
720: workbench.action.debug.pause
721: workbench.action.debug.stepIntoTarget
722: workbench.action.debug.disconnect
723: workbench.action.debug.disconnectAndSuspend
724: workbench.action.debug.stop
725: workbench.action.debug.restartFrame
726: workbench.action.debug.continue
727: workbench.action.debug.showLoadedScripts
728: workbench.debug.action.focusRepl
729: debug.startFromConfig
730: workbench.action.debug.focusProcess
731: workbench.action.debug.selectandstart
732: workbench.action.debug.selectDebugConsole
733: workbench.action.debug.selectDebugSession
734: workbench.action.debug.start
735: workbench.action.debug.run
736: debug.toggleBreakpoint
737: debug.enableOrDisableBreakpoint
738: debug.renameWatchExpression
739: debug.setWatchExpression
740: debug.removeWatchExpression
741: debug.removeBreakpoint
742: debug.installAdditionalDebuggers
743: debug.addConfiguration
744: editor.debug.action.toggleInlineBreakpoint
745: debug.openBreakpointToSide
746: debug.openView
747: callStack.collapse
748: openInTerminal
749: workbench.action.configureLocale
750: workbench.action.clearLocalePreference
751: editor.action.dirtydiff.previous
752: editor.action.dirtydiff.next
753: workbench.action.editor.previousChange
754: workbench.action.editor.nextChange
755: closeDirtyDiff
756: editor.action.formatChanges
757: search.action.restrictSearchToFolder
758: search.action.excludeFromSearch
759: search.action.revealInSideBar
760: workbench.action.findInFiles
761: filesExplorer.findInFolder
762: filesExplorer.findInWorkspace
763: workbench.action.tasks.manageAutomaticRunning
764: workbench.action.url.openUrl
765: workbench.action.manageTrustedDomain
766: workbench.action.openWorkspaceFromEditor
767: editor.action.inspectTMScopes
768: _workbench.captureSyntaxTokens
769: workbench.action.webview.openDeveloperTools
770: workbench.action.selectTheme
771: workbench.action.selectIconTheme
772: workbench.action.selectProductIconTheme
773: workbench.action.previewColorTheme
774: workbench.action.generateColorTheme
775: workbench.action.toggleLightDarkThemes
776: perfview.show
777: perf.insta.printAsyncCycles
778: perf.insta.printTraces
779: perf.event.profiling
780: editor.action.defineKeybinding
781: insertSnippet
782: editor.action.nextCommentThreadAction
783: editor.action.previousCommentThreadAction
784: workbench.action.toggleCommenting
785: workbench.action.addComment
786: workbench.action.collapseAllComments
787: workbench.action.expandAllComments
788: workbench.action.submitComment
789: workbench.action.hideComment
790: workbench.action.focusCommentsPanel
791: comments.collapse
792: breakpointWidget.action.acceptInput
793: closeBreakpointWidget
794: repl.action.acceptInput
795: repl.action.copyAll
796: repl.action.filter
797: workbench.action.debug.selectRepl
798: workbench.debug.panel.action.clearReplAction
799: debug.collapseRepl
800: debug.replPaste
801: workbench.debug.action.copyAll
802: debug.replCopy
803: notebook.diff.switchToText
804: notebook.diff.cell.revertMetadata
805: notebook.diff.cell.switchOutputRenderingStyleToText
806: notebook.diff.cell.revertOutputs
807: notebook.diff.cell.revertInput
808: notebook.diff.showOutputs
809: notebook.diff.showMetadata
810: editor.action.insertSnippet
811: editor.action.showSnippets
812: editor.action.surroundWithSnippet
813: workbench.action.openSnippets
814: workbench.action.populateFileFromSnippet
815: workbench.profiles.actions.createFromCurrentProfile
816: workbench.profiles.actions.createEmptyProfile
817: workbench.profiles.actions.createProfile
818: workbench.profiles.actions.createTemporaryProfile
819: workbench.profiles.actions.renameProfile
820: workbench.profiles.actions.deleteProfile
821: workbench.profiles.actions.manage
822: workbench.profiles.actions.switchProfile
823: workbench.profiles.actions.cleanupProfiles
824: workbench.profiles.actions.resetWorkspaces
825: update.showCurrentReleaseNotes
826: workbench.action.download
827: update.checkForUpdate
828: update.downloadUpdate
829: update.installUpdate
830: update.restartToUpdate
831: _update.applyupdate
832: workbench.userData.actions.openSyncBackupsFolder
833: _workbench.output.showViewsLog
834: _workbench.revertAllDirty
835: workbench.action.inspectContextKeys
836: workbench.action.toggleScreencastMode
837: workbench.action.logStorage
838: workbench.action.logWorkingCopies
839: _interactive.open
840: interactive.execute
841: interactive.input.clear
842: interactive.history.previous
843: interactive.history.next
844: interactive.scrollToTop
845: interactive.scrollToBottom
846: interactive.input.focus
847: interactive.history.focus
848: workbench.action.localHistory.compareWithFile
849: workbench.action.localHistory.compareWithPrevious
850: workbench.action.localHistory.selectForCompare
851: workbench.action.localHistory.compareWithSelected
852: workbench.action.localHistory.open
853: workbench.action.localHistory.restoreViaEditor
854: workbench.action.localHistory.restore
855: workbench.action.localHistory.restoreViaPicker
856: workbench.action.localHistory.rename
857: workbench.action.localHistory.delete
858: workbench.action.localHistory.deleteAll
859: workbench.action.localHistory.create
860: workbench.action.localHistory.revealInOS
861: merge.openResult
862: merge.mixedLayout
863: merge.columnLayout
864: _open.mergeEditor
865: merge.openBaseEditor
866: merge.showNonConflictingChanges
867: merge.showBase
868: merge.showBaseTop
869: merge.showBaseCenter
870: merge.goToNextUnhandledConflict
871: merge.goToPreviousUnhandledConflict
872: merge.toggleActiveConflictInput1
873: merge.toggleActiveConflictInput2
874: mergeEditor.compareInput1WithBase
875: mergeEditor.compareInput2WithBase
876: merge.acceptAllInput1
877: merge.acceptAllInput2
878: mergeEditor.resetResultToBaseAndAutoMerge
879: mergeEditor.acceptMerge
880: mergeEditor.resetCloseWithConflictsChoice
881: merge.dev.copyContentsJson
882: merge.dev.saveContentsToFolder
883: merge.dev.loadContentsFromFolder
884: merge.dev.openContentsJson
885: merge.dev.openSelectionInTemporaryMergeEditor
886: workbench.scm.action.setListViewMode
887: workbench.scm.action.setTreeViewMode
888: workbench.scm.action.repositories.setSortKey.discoveryTime
889: workbench.scm.action.repositories.setSortKey.name
890: workbench.scm.action.repositories.setSortKey.path
891: workbench.scm.action.setSortKey.name
892: workbench.scm.action.setSortKey.path
893: workbench.scm.action.setSortKey.status
894: workbench.scm.action.collapseAllRepositories
895: workbench.scm.action.expandAllRepositories
896: workbench.action.search.toggleQueryDetails
897: closeReplaceInFilesWidget
898: toggleSearchCaseSensitive
899: toggleSearchWholeWord
900: toggleSearchRegex
901: toggleSearchPreserveCase
902: search.action.openResult
903: search.action.openResultToSide
904: addCursorsAtSearchResults
905: search.focus.nextInputBox
906: search.focus.previousInputBox
907: search.action.focusSearchFromResults
908: workbench.action.toggleSearchOnType
909: search.action.focusSearchList
910: search.action.focusNextSearchResult
911: search.action.focusPreviousSearchResult
912: workbench.action.replaceInFiles
913: cleanSearchEditorState
914: search.searchEditor.action.deleteFileResults
915: search.action.openNewEditor
916: search.action.openEditor
917: search.action.openNewEditorToSide
918: search.action.openInEditor
919: rerunSearchEditorSearch
920: search.action.focusQueryEditorWidget
921: search.action.focusFilesToInclude
922: search.action.focusFilesToExclude
923: toggleSearchEditorCaseSensitive
924: toggleSearchEditorWholeWord
925: toggleSearchEditorRegex
926: toggleSearchEditorContextLines
927: increaseSearchEditorContextLines
928: decreaseSearchEditorContextLines
929: selectAllSearchEditorMatches
930: search.action.openNewEditorFromView
931: editor.action.webvieweditor.showFind
932: editor.action.webvieweditor.hideFind
933: editor.action.webvieweditor.findNext
934: editor.action.webvieweditor.findPrevious
935: workbench.action.webview.reloadWebviewAction
936: workbench.action.showInteractivePlayground
937: workbench.action.interactivePlayground.arrowUp
938: workbench.action.interactivePlayground.arrowDown
939: workbench.action.interactivePlayground.pageUp
940: workbench.action.interactivePlayground.pageDown
941: workbench.action.editor.changeLanguageMode
942: workbench.action.editor.changeEOL
943: workbench.action.editor.changeEncoding
944: workbench.action.nextEditor
945: workbench.action.previousEditor
946: workbench.action.nextEditorInGroup
947: workbench.action.previousEditorInGroup
948: workbench.action.openNextRecentlyUsedEditor
949: workbench.action.openPreviousRecentlyUsedEditor
950: workbench.action.openNextRecentlyUsedEditorInGroup
951: workbench.action.openPreviousRecentlyUsedEditorInGroup
952: workbench.action.firstEditorInGroup
953: workbench.action.lastEditorInGroup
954: workbench.action.reopenClosedEditor
955: workbench.action.showAllEditors
956: workbench.action.showAllEditorsByMostRecentlyUsed
957: workbench.action.showEditorsInActiveGroup
958: workbench.action.clearRecentFiles
959: workbench.action.closeAllEditors
960: workbench.action.closeAllGroups
961: workbench.action.closeEditorsToTheLeft
962: workbench.action.closeEditorsInOtherGroups
963: workbench.action.closeEditorInAllGroups
964: workbench.action.splitEditor
965: workbench.action.splitEditorOrthogonal
966: workbench.action.splitEditorLeft
967: workbench.action.splitEditorRight
968: workbench.action.splitEditorUp
969: workbench.action.splitEditorDown
970: workbench.action.joinTwoGroups
971: workbench.action.joinAllGroups
972: workbench.action.navigateEditorGroups
973: workbench.action.evenEditorWidths
974: workbench.action.toggleEditorWidths
975: workbench.action.maximizeEditor
976: workbench.action.minimizeOtherEditors
977: workbench.action.moveEditorLeftInGroup
978: workbench.action.moveEditorRightInGroup
979: workbench.action.moveActiveEditorGroupLeft
980: workbench.action.moveActiveEditorGroupRight
981: workbench.action.moveActiveEditorGroupUp
982: workbench.action.moveActiveEditorGroupDown
983: workbench.action.duplicateActiveEditorGroupLeft
984: workbench.action.duplicateActiveEditorGroupRight
985: workbench.action.duplicateActiveEditorGroupUp
986: workbench.action.duplicateActiveEditorGroupDown
987: workbench.action.moveEditorToPreviousGroup
988: workbench.action.moveEditorToNextGroup
989: workbench.action.moveEditorToFirstGroup
990: workbench.action.moveEditorToLastGroup
991: workbench.action.moveEditorToLeftGroup
992: workbench.action.moveEditorToRightGroup
993: workbench.action.moveEditorToAboveGroup
994: workbench.action.moveEditorToBelowGroup
995: workbench.action.splitEditorToPreviousGroup
996: workbench.action.splitEditorToNextGroup
997: workbench.action.splitEditorToFirstGroup
998: workbench.action.splitEditorToLastGroup
999: workbench.action.splitEditorToLeftGroup
1000: workbench.action.splitEditorToRightGroup
1001: workbench.action.splitEditorToAboveGroup
1002: workbench.action.splitEditorToBelowGroup
1003: workbench.action.focusActiveEditorGroup
1004: workbench.action.focusFirstEditorGroup
1005: workbench.action.focusLastEditorGroup
1006: workbench.action.focusPreviousGroup
1007: workbench.action.focusNextGroup
1008: workbench.action.focusLeftGroup
1009: workbench.action.focusRightGroup
1010: workbench.action.focusAboveGroup
1011: workbench.action.focusBelowGroup
1012: workbench.action.newGroupLeft
1013: workbench.action.newGroupRight
1014: workbench.action.newGroupAbove
1015: workbench.action.newGroupBelow
1016: workbench.action.navigateLast
1017: workbench.action.navigateForwardInEditLocations
1018: workbench.action.navigateBackInEditLocations
1019: workbench.action.navigatePreviousInEditLocations
1020: workbench.action.navigateToLastEditLocation
1021: workbench.action.navigateForwardInNavigationLocations
1022: workbench.action.navigateBackInNavigationLocations
1023: workbench.action.navigatePreviousInNavigationLocations
1024: workbench.action.navigateToLastNavigationLocation
1025: workbench.action.clearEditorHistory
1026: workbench.action.revertAndCloseActiveEditor
1027: workbench.action.editorLayoutSingle
1028: workbench.action.editorLayoutTwoColumns
1029: workbench.action.editorLayoutThreeColumns
1030: workbench.action.editorLayoutTwoRows
1031: workbench.action.editorLayoutThreeRows
1032: workbench.action.editorLayoutTwoByTwoGrid
1033: workbench.action.editorLayoutTwoRowsRight
1034: workbench.action.editorLayoutTwoColumnsBottom
1035: workbench.action.toggleEditorType
1036: workbench.action.reopenTextEditor
1037: workbench.action.quickOpenPreviousRecentlyUsedEditor
1038: workbench.action.quickOpenLeastRecentlyUsedEditor
1039: workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup
1040: workbench.action.quickOpenLeastRecentlyUsedEditorInGroup
1041: workbench.action.openPreviousEditorFromHistory
1042: workbench.action.navigateForward
1043: workbench.action.navigateBack
1044: workbench.action.quickOpenNavigateNextInEditorPicker
1045: workbench.action.quickOpenNavigatePreviousInEditorPicker
1046: moveActiveEditor
1047: copyActiveEditor
1048: layoutEditorGroups
1049: vscode.setEditorLayout
1050: workbench.action.compareEditor.nextChange
1051: workbench.action.compareEditor.previousChange
1052: toggle.diff.renderSideBySide
1053: workbench.action.compareEditor.focusPrimarySide
1054: workbench.action.compareEditor.focusSecondarySide
1055: workbench.action.compareEditor.focusOtherSide
1056: toggle.diff.ignoreTrimWhitespace
1057: vscode.open
1058: _workbench.open
1059: vscode.diff
1060: _workbench.diff
1061: _workbench.openWith
1062: workbench.action.openEditorAtIndex
1063: workbench.action.openEditorAtIndex1
1064: workbench.action.openEditorAtIndex2
1065: workbench.action.openEditorAtIndex3
1066: workbench.action.openEditorAtIndex4
1067: workbench.action.openEditorAtIndex5
1068: workbench.action.openEditorAtIndex6
1069: workbench.action.openEditorAtIndex7
1070: workbench.action.openEditorAtIndex8
1071: workbench.action.openEditorAtIndex9
1072: workbench.action.closeActiveEditor
1073: workbench.action.closeActivePinnedEditor
1074: workbench.action.closeEditorsInGroup
1075: workbench.action.closeGroup
1076: workbench.action.closeUnmodifiedEditors
1077: workbench.action.closeOtherEditors
1078: workbench.action.closeEditorsToTheRight
1079: workbench.action.reopenWithEditor
1080: workbench.action.closeEditorsAndGroup
1081: workbench.action.keepEditor
1082: workbench.action.toggleKeepEditors
1083: workbench.action.toggleEditorGroupLock
1084: workbench.action.lockEditorGroup
1085: workbench.action.unlockEditorGroup
1086: workbench.action.pinEditor
1087: workbench.action.unpinEditor
1088: workbench.action.showEditorsInGroup
1089: workbench.action.splitEditorInGroup
1090: workbench.action.joinEditorInGroup
1091: workbench.action.toggleSplitEditorInGroup
1092: workbench.action.toggleSplitEditorInGroupLayout
1093: workbench.action.focusFirstSideEditor
1094: workbench.action.focusSecondSideEditor
1095: workbench.action.focusOtherSideEditor
1096: workbench.action.focusSecondEditorGroup
1097: workbench.action.focusThirdEditorGroup
1098: workbench.action.focusFourthEditorGroup
1099: workbench.action.focusFifthEditorGroup
1100: workbench.action.focusSixthEditorGroup
1101: workbench.action.focusSeventhEditorGroup
1102: workbench.action.focusEighthEditorGroup
1103: workbench.action.focusLeftGroupWithoutWrap
1104: workbench.action.focusRightGroupWithoutWrap
1105: workbench.action.focusAboveGroupWithoutWrap
1106: workbench.action.focusBelowGroupWithoutWrap
1107: files.participants.resetChoice
1108: workbench.action.files.openFileFolderInNewWindow
1109: _files.pickFolderAndOpen
1110: workbench.action.files.openFolderInNewWindow
1111: workbench.action.files.openFileInNewWindow
1112: workbench.action.openWorkspaceInNewWindow
1113: addRootFolder
1114: setRootFolder
1115: _workbench.pickWorkspaceFolder
1116: vscode.openFolder
1117: vscode.newWindow
1118: _workbench.removeFromRecentlyOpened
1119: vscode.removeFromRecentlyOpened
1120: _workbench.addToRecentlyOpened
1121: _workbench.getRecentlyOpened
1122: workbench.action.addRootFolder
1123: workbench.action.removeRootFolder
1124: workbench.action.files.openFile
1125: workbench.action.files.openFolder
1126: workbench.action.files.openFolderViaWorkspace
1127: workbench.action.files.openFileFolder
1128: workbench.action.openWorkspace
1129: workbench.action.openWorkspaceConfigFile
1130: workbench.action.closeFolder
1131: workbench.action.saveWorkspaceAs
1132: workbench.action.duplicateWorkspaceInNewWindow
1133: workbench.action.previousSideBarView
1134: workbench.action.nextSideBarView
1135: workbench.action.focusActivityBar
1136: workbench.action.togglePanel
1137: workbench.action.focusPanel
1138: workbench.action.positionPanelLeft
1139: workbench.action.positionPanelRight
1140: workbench.action.positionPanelBottom
1141: workbench.action.alignPanelLeft
1142: workbench.action.alignPanelRight
1143: workbench.action.alignPanelCenter
1144: workbench.action.alignPanelJustify
1145: workbench.action.previousPanelView
1146: workbench.action.nextPanelView
1147: workbench.action.toggleMaximizedPanel
1148: workbench.action.closePanel
1149: workbench.action.closeAuxiliaryBar
1150: workbench.action.movePanelToSidePanel
1151: workbench.action.movePanelToSecondarySideBar
1152: workbench.action.moveSidePanelToPanel
1153: workbench.action.moveSecondarySideBarToPanel
1154: workbench.action.closeSidebar
1155: workbench.action.toggleActivityBarVisibility
1156: workbench.action.toggleCenteredLayout
1157: workbench.action.moveSideBarRight
1158: workbench.action.moveSideBarLeft
1159: workbench.action.toggleSidebarPosition
1160: workbench.action.toggleEditorVisibility
1161: workbench.action.toggleSidebarVisibility
1162: workbench.action.toggleStatusbarVisibility
1163: workbench.action.toggleTabsVisibility
1164: workbench.action.toggleZenMode
1165: workbench.action.exitZenMode
1166: workbench.action.toggleMenuBar
1167: workbench.action.resetViewLocations
1168: workbench.action.moveView
1169: workbench.action.moveFocusedView
1170: workbench.action.resetFocusedViewLocation
1171: workbench.action.increaseViewSize
1172: workbench.action.increaseViewWidth
1173: workbench.action.increaseViewHeight
1174: workbench.action.decreaseViewSize
1175: workbench.action.decreaseViewWidth
1176: workbench.action.decreaseViewHeight
1177: workbench.action.customizeLayout
1178: views.moveViewUp
1179: views.moveViewLeft
1180: views.moveViewDown
1181: views.moveViewRight
1182: vscode.moveViews
1183: refactorPreview.apply
1184: refactorPreview.discard
1185: refactorPreview.toggleCheckedState
1186: refactorPreview.groupByFile
1187: refactorPreview.groupByType
1188: refactorPreview.toggleGrouping
1189: workbench.action.debug.configure
1190: debug.toggleReplIgnoreFocus
1191: explorer.openToSide
1192: explorer.openAndPassFocus
1193: workbench.files.action.compareWithSaved
1194: selectForCompare
1195: compareSelected
1196: compareFiles
1197: copyFilePath
1198: copyRelativeFilePath
1199: workbench.action.files.copyPathOfActiveFile
1200: revealInExplorer
1201: explorer.openWith
1202: workbench.action.files.save
1203: workbench.action.files.saveWithoutFormatting
1204: workbench.action.files.saveAs
1205: saveAll
1206: workbench.files.action.saveAllInGroup
1207: workbench.action.files.saveFiles
1208: workbench.action.files.revert
1209: removeRootFolder
1210: previousCompressedFolder
1211: nextCompressedFolder
1212: firstCompressedFolder
1213: lastCompressedFolder
1214: workbench.action.files.newUntitledFile
1215: workbench.action.files.newFile
1216: explorer.newFile
1217: explorer.newFolder
1218: explorer.download
1219: explorer.upload
1220: workbench.files.action.compareFileWith
1221: workbench.files.action.focusFilesExplorer
1222: workbench.files.action.showActiveFileInExplorer
1223: workbench.files.action.compareWithClipboard
1224: workbench.action.toggleAutoSave
1225: workbench.action.files.showOpenedFileInNewWindow
1226: _files.windowOpen
1227: _files.newWindow
1228: renameFile
1229: moveFileToTrash
1230: deleteFile
1231: filesExplorer.cut
1232: filesExplorer.copy
1233: filesExplorer.paste
1234: filesExplorer.cancelCut
1235: filesExplorer.openFilePreserveFocus
1236: workbench.files.action.acceptLocalChanges
1237: workbench.files.action.revertLocalChanges
1238: workbench.files.action.createFileFromExplorer
1239: workbench.files.action.createFolderFromExplorer
1240: workbench.files.action.refreshFilesExplorer
1241: workbench.files.action.collapseExplorerFolders
1242: workbench.action.toggleEditorGroupLayout
1243: workbench.action.files.saveAll
1244: openEditors.closeAll
1245: openEditors.newUntitledFile
1246: revealFileInOS
1247: workbench.action.files.revealActiveFileInWindows
1248: problems.action.open
1249: problems.action.openToSide
1250: workbench.action.showErrorsWarnings
1251: problems.action.showQuickFixes
1252: workbench.actions.table.workbench.panel.markers.view.viewAsTree
1253: workbench.actions.table.workbench.panel.markers.view.viewAsTable
1254: workbench.actions.workbench.panel.markers.view.toggleErrors
1255: workbench.actions.workbench.panel.markers.view.toggleWarnings
1256: workbench.actions.workbench.panel.markers.view.toggleInfos
1257: workbench.actions.workbench.panel.markers.view.toggleActiveFile
1258: workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
1259: workbench.action.problems.focus
1260: problems.action.copy
1261: problems.action.copyMessage
1262: problems.action.copyRelatedInformationMessage
1263: problems.action.focusProblemsFromFilter
1264: problems.action.focusFilter
1265: problems.action.showMultilineMessage
1266: problems.action.showSinglelineMessage
1267: problems.action.clearFilterText
1268: workbench.actions.treeView.workbench.panel.markers.view.collapseAll
1269: workbench.actions.view.toggleProblems
1270: remote.explorer.switch
1271: scm.acceptInput
1272: scm.viewNextCommit
1273: scm.viewPreviousCommit
1274: scm.forceViewNextCommit
1275: scm.forceViewPreviousCommit
1276: scm.openInTerminal
1277: search.action.replaceAll
1278: _executeWorkspaceSymbolProvider
1279: testing.cancelTestRefresh
1280: testing.cancelRun
1281: testing.clearTestResults
1282: testing.collapseAll
1283: testing.configureProfile
1284: testing.debug
1285: testing.debugAll
1286: testing.debugAtCursor
1287: testing.debugCurrentFile
1288: testing.debugFailTests
1289: testing.debugLastRun
1290: testing.debugSelected
1291: testing.editFocusedTest
1292: testing.hideTest
1293: testing.openOutputPeek
1294: testing.refreshTests
1295: testing.reRunFailTests
1296: testing.reRunLastRun
1297: testing.run
1298: testing.runAll
1299: testing.runAtCursor
1300: testing.runCurrentFile
1301: testing.runSelected
1302: testing.runUsing
1303: testing.searchForTestExtension
1304: testing.selectDefaultTestProfiles
1305: testing.showMostRecentOutput
1306: testing.sortByDuration
1307: testing.sortByLocation
1308: testing.sortByStatus
1309: testing.viewAsList
1310: testing.viewAsTree
1311: testing.toggleInlineTestOutput
1312: testing.unhideTest
1313: testing.unhideAllTests
1314: testing.openMessageInEditor
1315: testing.goToPreviousMessage
1316: testing.goToNextMessage
1317: editor.closeTestPeek
1318: testing.toggleTestingPeekHistory
1319: _revealTestInExplorer
1320: vscode.peekTestError
1321: vscode.revealTest
1322: vscode.runTestsById
1323: files.openTimeline
1324: workbench.action.openWalkthrough
1325: welcome.goBack
1326: walkthroughs.selectStep
1327: welcome.markStepComplete
1328: welcome.markStepIncomplete
1329: welcome.showAllWalkthroughs
1330: workbench.action.zoomIn
1331: workbench.action.zoomOut
1332: workbench.action.zoomReset
1333: workbench.action.switchWindow
1334: workbench.action.quickSwitchWindow
1335: workbench.action.closeWindow
1336: workbench.action.quit
1337: workbench.action.reloadWindowWithExtensionsDisabled
1338: workbench.action.configureRuntimeArguments
1339: workbench.action.toggleSharedProcess
1340: workbench.action.toggleDevTools
1341: _remoteCLI.openExternal
1342: _remoteCLI.windowOpen
1343: _remoteCLI.getSystemStatus
1344: _remoteCLI.manageExtensions
1345: workbench.extensions.action.showExtensionsForLanguage
1346: workbench.extensions.action.showExtensionsWithIds
1347: editor.action.extensioneditor.showfind
1348: editor.action.extensioneditor.findNext
1349: editor.action.extensioneditor.findPrevious
1350: _extensions.manage
1351: extension.open
1352: workbench.extensions.installExtension
1353: workbench.extensions.uninstallExtension
1354: workbench.extensions.search
1355: workbench.action.showRuntimeExtensions
1356: workbench.extensions.action.debugExtensionHost
1357: workbench.extensions.action.extensionHostProfile
1358: workbench.extensions.action.stopExtensionHostProfile
1359: workbench.extensions.action.saveExtensionHostProfile
1360: workbench.action.quickOpenNavigateNextInTerminalPicker
1361: workbench.action.quickOpenNavigatePreviousInTerminalPicker
1362: workbench.action.terminal.newInActiveWorkspace
1363: workbench.action.createTerminalEditor
1364: workbench.action.createTerminalEditorSide
1365: workbench.action.terminal.moveToEditor
1366: workbench.action.terminal.moveToEditorInstance
1367: workbench.action.terminal.moveToTerminalPanel
1368: workbench.action.terminal.showTabs
1369: workbench.action.terminal.focusPreviousPane
1370: workbench.action.terminal.focusNextPane
1371: workbench.action.terminal.runRecentCommand
1372: workbench.action.terminal.copyLastCommand
1373: workbench.action.terminal.goToRecentDirectory
1374: workbench.action.terminal.resizePaneLeft
1375: workbench.action.terminal.resizePaneRight
1376: workbench.action.terminal.resizePaneUp
1377: workbench.action.terminal.resizePaneDown
1378: workbench.action.terminal.focus
1379: workbench.action.terminal.focusTabs
1380: workbench.action.terminal.focusNext
1381: workbench.action.terminal.focusPrevious
1382: workbench.action.terminal.runSelectedText
1383: workbench.action.terminal.runActiveFile
1384: workbench.action.terminal.scrollDown
1385: workbench.action.terminal.scrollDownPage
1386: workbench.action.terminal.scrollToBottom
1387: workbench.action.terminal.scrollUp
1388: workbench.action.terminal.scrollUpPage
1389: workbench.action.terminal.scrollToTop
1390: workbench.action.terminal.navigationModeExit
1391: workbench.action.terminal.navigationModeFocusPrevious
1392: workbench.action.terminal.navigationModeFocusPreviousPage
1393: workbench.action.terminal.navigationModeFocusNext
1394: workbench.action.terminal.navigationModeFocusNextPage
1395: workbench.action.terminal.clearSelection
1396: workbench.action.terminal.changeIcon
1397: workbench.action.terminal.changeIconPanel
1398: workbench.action.terminal.changeIconInstance
1399: workbench.action.terminal.changeColor
1400: workbench.action.terminal.changeColorPanel
1401: workbench.action.terminal.changeColorInstance
1402: workbench.action.terminal.rename
1403: workbench.action.terminal.renamePanel
1404: workbench.action.terminal.renameInstance
1405: workbench.action.terminal.focusFind
1406: workbench.action.terminal.hideFind
1407: workbench.action.terminal.detachSession
1408: workbench.action.terminal.attachToSession
1409: workbench.action.quickOpenTerm
1410: workbench.action.terminal.scrollToPreviousCommand
1411: workbench.action.terminal.scrollToNextCommand
1412: workbench.action.terminal.selectToPreviousCommand
1413: workbench.action.terminal.selectToNextCommand
1414: workbench.action.terminal.selectToPreviousLine
1415: workbench.action.terminal.selectToNextLine
1416: toggleEscapeSequenceLogging
1417: workbench.action.terminal.sendSequence
1418: workbench.action.terminal.newWithCwd
1419: workbench.action.terminal.renameWithArg
1420: workbench.action.terminal.toggleFindRegex
1421: workbench.action.terminal.toggleFindWholeWord
1422: workbench.action.terminal.toggleFindCaseSensitive
1423: workbench.action.terminal.findNext
1424: workbench.action.terminal.findPrevious
1425: workbench.action.terminal.searchWorkspace
1426: workbench.action.terminal.relaunch
1427: workbench.action.terminal.showEnvironmentInformation
1428: workbench.action.terminal.split
1429: workbench.action.terminal.splitInstance
1430: workbench.action.terminal.unsplit
1431: workbench.action.terminal.unsplitInstance
1432: workbench.action.terminal.joinInstance
1433: workbench.action.terminal.join
1434: workbench.action.terminal.splitInActiveWorkspace
1435: workbench.action.terminal.selectAll
1436: workbench.action.terminal.new
1437: workbench.action.terminal.kill
1438: workbench.action.terminal.killAll
1439: workbench.action.terminal.killEditor
1440: workbench.action.terminal.killInstance
1441: workbench.action.terminal.clear
1442: workbench.action.terminal.openDetectedLink
1443: workbench.action.terminal.openUrlLink
1444: workbench.action.terminal.openFileLink
1445: workbench.action.terminal.selectDefaultShell
1446: workbench.action.terminal.gitCreateProfileButton
1447: workbench.action.terminal.openSettings
1448: workbench.action.terminal.setDimensions
1449: workbench.action.terminal.sizeToContentWidth
1450: workbench.action.terminal.sizeToContentWidthInstance
1451: workbench.action.terminal.clearCommandHistory
1452: workbench.action.terminal.showQuickFixes
1453: workbench.action.terminal.showTextureAtlas
1454: workbench.action.terminal.writeDataToTerminal
1455: workbench.action.terminal.copySelection
1456: workbench.action.terminal.copySelectionAsHtml
1457: workbench.action.terminal.paste
1458: workbench.action.terminal.switchTerminal
1459: workbench.action.terminal.focusAtIndex1
1460: workbench.action.terminal.focusAtIndex2
1461: workbench.action.terminal.focusAtIndex3
1462: workbench.action.terminal.focusAtIndex4
1463: workbench.action.terminal.focusAtIndex5
1464: workbench.action.terminal.focusAtIndex6
1465: workbench.action.terminal.focusAtIndex7
1466: workbench.action.terminal.focusAtIndex8
1467: workbench.action.terminal.focusAtIndex9
1468: workbench.trust.configure
1469: workbench.trust.manage
1470: workbench.action.restartExtensionHost
1471: refactorPreview.resetViewContainerLocation
1472: workbench.panel.repl.resetViewContainerLocation
1473: workbench.panel.markers.resetViewContainerLocation
1474: workbench.panel.markers.view.toggleVisibility
1475: workbench.panel.markers.view.removeView
1476: workbench.panel.output.resetViewContainerLocation
1477: workbench.panel.output.toggleVisibility
1478: workbench.panel.output.removeView
1479: terminal.resetViewContainerLocation
1480: terminal.toggleVisibility
1481: terminal.removeView
1482: workbench.view.debug.resetViewContainerLocation
1483: workbench.view.explorer.resetViewContainerLocation
1484: workbench.view.remote.resetViewContainerLocation
1485: workbench.view.scm.resetViewContainerLocation
1486: workbench.scm.toggleVisibility
1487: workbench.scm.removeView
1488: workbench.view.search.resetViewContainerLocation
1489: workbench.view.search.toggleVisibility
1490: workbench.view.search.removeView
1491: workbench.view.extension.test.resetViewContainerLocation
1492: workbench.view.extensions.resetViewContainerLocation
1493: refactorPreview.focus
1494: refactorPreview.resetViewLocation
1495: refactorPreview
1496: workbench.debug.action.toggleRepl
1497: workbench.panel.repl.view.focus
1498: workbench.panel.repl.view.resetViewLocation
1499: workbench.actions.view.problems
1500: workbench.panel.markers.view.focus
1501: workbench.panel.markers.view.resetViewLocation
1502: workbench.action.output.toggleOutput
1503: workbench.panel.output.focus
1504: workbench.panel.output.resetViewLocation
1505: workbench.action.terminal.toggleTerminal
1506: terminal.focus
1507: terminal.resetViewLocation
1508: workbench.debug.welcome.focus
1509: workbench.debug.welcome.resetViewLocation
1510: workbench.debug.action.focusVariablesView
1511: workbench.debug.variablesView.resetViewLocation
1512: workbench.debug.action.focusWatchView
1513: workbench.debug.watchExpressionsView.resetViewLocation
1514: workbench.debug.action.focusCallStackView
1515: workbench.debug.callStackView.resetViewLocation
1516: workbench.debug.loadedScriptsView.focus
1517: workbench.debug.loadedScriptsView.resetViewLocation
1518: workbench.debug.action.focusBreakpointsView
1519: workbench.debug.breakPointsView.resetViewLocation
1520: workbench.view.debug
1521: outline.focus
1522: outline.resetViewLocation
1523: timeline.focus
1524: timeline.resetViewLocation
1525: workbench.view.explorer
1526: workbench.view.remote
1527: workbench.scm.repositories.focus
1528: workbench.scm.repositories.resetViewLocation
1529: workbench.view.scm
1530: workbench.scm.focus
1531: workbench.scm.resetViewLocation
1532: workbench.view.search
1533: workbench.view.search.focus
1534: workbench.view.search.resetViewLocation
1535: workbench.view.testing.focus
1536: workbench.view.testing.resetViewLocation
1537: workbench.view.extension.test
1538: workbench.view.extensions
1539: help.tweetFeedback
1540: workbench.action.openSettings
1541: workbench.action.openSettings2
1542: workbench.action.openApplicationSettingsJson
1543: workbench.action.openGlobalSettings
1544: workbench.action.openRawDefaultSettings
1545: _workbench.openUserSettingsEditor
1546: settings.switchToJSON
1547: workbench.action.openSettingsJson
1548: workbench.action.configureLanguageBasedSettings
1549: workbench.action.openWorkspaceSettings
1550: workbench.action.openAccessibilitySettings
1551: workbench.action.openWorkspaceSettingsFile
1552: workbench.action.openFolderSettings
1553: workbench.action.openFolderSettingsFile
1554: _workbench.action.openFolderSettings
1555: settings.filterByOnline
1556: settings.filterByTelemetry
1557: settings.filterUntrusted
1558: settings.action.search
1559: settings.action.clearSearchResults
1560: settings.action.focusSettingsFile
1561: settings.action.focusSettingsFromSearch
1562: settings.action.focusSettingsList
1563: settings.action.focusTOC
1564: settings.action.focusSettingControl
1565: settings.action.showContextMenu
1566: settings.action.focusLevelUp
1567: workbench.action.openGlobalKeybindings
1568: workbench.action.openDefaultKeybindingsFile
1569: workbench.action.openGlobalKeybindingsFile
1570: keybindings.editor.showDefaultKeybindings
1571: keybindings.editor.showExtensionKeybindings
1572: keybindings.editor.showUserKeybindings
1573: keybindings.editor.clearSearchResults
1574: keybindings.editor.clearSearchHistory
1575: keybindings.editor.defineKeybinding
1576: keybindings.editor.addKeybinding
1577: keybindings.editor.defineWhenExpression
1578: keybindings.editor.removeKeybinding
1579: keybindings.editor.resetKeybinding
1580: keybindings.editor.searchKeybindings
1581: keybindings.editor.recordSearchKeys
1582: keybindings.editor.toggleSortByPrecedence
1583: keybindings.editor.showConflicts
1584: keybindings.editor.copyKeybindingEntry
1585: keybindings.editor.copyCommandKeybindingEntry
1586: keybindings.editor.copyCommandTitle
1587: keybindings.editor.focusKeybindings
1588: workbench.action.showTreeHover
1589: workbench.action.remote.showMenu
1590: workbench.action.remote.close
1591: workbench.action.remote.extensions
1592: workbench.profiles.actions.profileEntry.b13e8e5
1593: workbench.profiles.actions.updateCurrentProfileShortName
1594: workbench.profiles.actions.renameCurrentProfile
1595: workbench.profiles.actions.exportProfile
1596: workbench.profiles.actions.importProfile
1597: showEditorScreenReaderNotification
1598: changeEditorIndentation
1599: workbench.action.focusTitleBar
1600: notifications.showList
1601: notifications.hideList
1602: notifications.toggleList
1603: notification.clear
1604: notification.expand
1605: notification.collapse
1606: notification.toggle
1607: notifications.hideToasts
1608: notifications.focusToasts
1609: notifications.focusNextToast
1610: notifications.focusPreviousToast
1611: notifications.focusFirstToast
1612: notifications.focusLastToast
1613: notifications.clearAll
1614: notifications.toggleDoNotDisturbMode
1615: timeline.refresh
1616: timeline.toggleFollowActiveEditor
1617: timeline.toggleExcludeSource:timeline.localHistory
1618: workbench.files.action.focusOpenEditorsView
1619: workbench.explorer.openEditorsView.resetViewLocation
1620: workbench.explorer.fileView.focus
1621: workbench.explorer.emptyView.resetViewLocation
1622: workbench.explorer.openEditorsView.toggleVisibility
1623: workbench.explorer.openEditorsView.removeView
1624: workbench.explorer.emptyView.toggleVisibility
1625: workbench.explorer.emptyView.removeView
1626: outline.toggleVisibility
1627: outline.removeView
1628: timeline.toggleVisibility
1629: timeline.removeView
1630: workbench.debug.welcome.toggleVisibility
1631: workbench.debug.welcome.removeView
1632: workbench.action.showWindowLog
1633: workbench.remoteTunnel.actions.turnOn
1634: workbench.remoteTunnel.actions.manage
1635: workbench.remoteTunnel.actions.connecting
1636: workbench.remoteTunnel.actions.turnOff
1637: workbench.remoteTunnel.actions.showLog
1638: workbench.remoteTunnel.actions.configure
1639: workbench.remoteTunnel.actions.copyToClipboard
1640: workbench.remoteTunnel.actions.learnMore
1641: update.check
1642: update.checking
1643: update.downloadNow
1644: update.downloading
1645: update.install
1646: update.updating
1647: update.restart
1648: workbench.editSessions.actions.signIn
1649: workbench.editSessions.actions.resetAuth
1650: _workbench.editSessions.actions.continueEditSession
1651: workbench.editSessions.actions.resumeLatest
1652: workbench.editSessions.actions.storeCurrent
1653: _workbench.editSessions.actions.continueEditSession.openLocalFolder
1654: workbench.editSessions.actions.showEditSessions
1655: workbench.editSessions.actions.showOutputChannel
1656: workbench.view.editSessions.resetViewContainerLocation
1657: workbench.views.editSessions.data.focus
1658: workbench.views.editSessions.data.resetViewLocation
1659: workbench.editSessions.actions.resume
1660: workbench.editSessions.actions.store
1661: workbench.editSessions.actions.delete
1662: workbench.editSessions.actions.deleteAll
1663: workbench.output.action.switchBetweenOutputs
1664: workbench.action.output.show.tasks
1665: workbench.output.action.clearOutput
1666: workbench.output.action.toggleAutoScroll
1667: workbench.action.openActiveLogOutputFile
1668: workbench.action.showLogs
1669: workbench.action.openLogFile
1670: workbench.userDataSync.actions.turnOn
1671: workbench.userDataSync.actions.turnOff
1672: workbench.userData.actions.turningOn
1673: workbench.userData.actions.cancelTurnOn
1674: workbench.userData.actions.signin
1675: workbench.userDataSync.actions.showConflicts
1676: workbench.userDataSync.actions.showSyncedData
1677: workbench.userDataSync.actions.manage
1678: workbench.userDataSync.actions.syncNow
1679: workbench.userDataSync.actions.configure
1680: workbench.userDataSync.actions.settings
1681: workbench.userDataSync.actions.help
1682: workbench.userDataSync.actions.showLog
1683: workbench.actions.syncData.reset
1684: workbench.userDataSync.actions.acceptMerges
1685: workbench.view.sync.resetViewContainerLocation
1686: workbench.view.sync
1687: workbench.views.sync.conflicts.focus
1688: workbench.views.sync.conflicts.resetViewLocation
1689: workbench.views.sync.remoteActivity.focus
1690: workbench.views.sync.remoteActivity.resetViewLocation
1691: workbench.actions.sync.resolveResource
1692: workbench.actions.sync.compareWithLocal
1693: workbench.actions.sync.replaceCurrent
1694: workbench.views.sync.machines.focus
1695: workbench.views.sync.machines.resetViewLocation
1696: workbench.actions.sync.editMachineName
1697: workbench.actions.sync.turnOffSyncOnMachine
1698: workbench.views.sync.localActivity.focus
1699: workbench.views.sync.localActivity.resetViewLocation
1700: workbench.views.sync.troubleshoot.focus
1701: workbench.views.sync.troubleshoot.resetViewLocation
1702: workbench.extensions.action.installExtensions
1703: workbench.extensions.action.showRecommendedKeymapExtensions
1704: workbench.extensions.action.showLanguageExtensions
1705: workbench.extensions.action.checkForUpdates
1706: configureExtensionsAutoUpdate.all
1707: configureExtensionsAutoUpdate.enabled
1708: configureExtensionsAutoUpdate.none
1709: workbench.extensions.action.updateAllExtensions
1710: workbench.extensions.action.disableAutoUpdate
1711: workbench.extensions.action.enableAutoUpdate
1712: workbench.extensions.action.enableAll
1713: workbench.extensions.action.enableAllWorkspace
1714: workbench.extensions.action.disableAll
1715: workbench.extensions.action.disableAllWorkspace
1716: workbench.extensions.action.installVSIX
1717: workbench.extensions.command.installFromVSIX
1718: workbench.extensions.action.installExtensionFromLocation
1719: extensions.filter.featured
1720: workbench.extensions.action.showPopularExtensions
1721: workbench.extensions.action.showRecommendedExtensions
1722: workbench.extensions.action.recentlyPublishedExtensions
1723: extensions.actions.searchByCategory.Azure
1724: extensions.actions.searchByCategory.Data Science
1725: extensions.actions.searchByCategory.Debuggers
1726: extensions.actions.searchByCategory.Extension Packs
1727: extensions.actions.searchByCategory.Education
1728: extensions.actions.searchByCategory.Formatters
1729: extensions.actions.searchByCategory.Keymaps
1730: extensions.actions.searchByCategory.Language Packs
1731: extensions.actions.searchByCategory.Linters
1732: extensions.actions.searchByCategory.Machine Learning
1733: extensions.actions.searchByCategory.Notebooks
1734: extensions.actions.searchByCategory.Programming Languages
1735: extensions.actions.searchByCategory.SCM Providers
1736: extensions.actions.searchByCategory.Snippets
1737: extensions.actions.searchByCategory.Testing
1738: extensions.actions.searchByCategory.Themes
1739: extensions.actions.searchByCategory.Visualization
1740: extensions.actions.searchByCategory.Other
1741: workbench.extensions.action.listBuiltInExtensions
1742: workbench.extensions.action.extensionUpdates
1743: workbench.extensions.action.listWorkspaceUnsupportedExtensions
1744: workbench.extensions.action.showEnabledExtensions
1745: workbench.extensions.action.showDisabledExtensions
1746: extensions.sort.installs
1747: extensions.sort.rating
1748: extensions.sort.name
1749: extensions.sort.publishedDate
1750: extensions.sort.updateDate
1751: workbench.extensions.action.clearExtensionsSearchResults
1752: workbench.extensions.action.refreshExtension
1753: workbench.extensions.action.installWorkspaceRecommendedExtensions
1754: workbench.extensions.action.configureWorkspaceFolderRecommendedExtensions
1755: workbench.extensions.action.install.specificVersion
1756: workbench.extensions.action.reinstall
1757: workbench.extensions.action.setColorTheme
1758: workbench.extensions.action.setFileIconTheme
1759: workbench.extensions.action.setProductIconTheme
1760: workbench.extensions.action.showPreReleaseVersion
1761: workbench.extensions.action.showReleasedVersion
1762: workbench.extensions.action.switchToPreReleaseVersion
1763: workbench.extensions.action.switchToReleaseVersion
1764: workbench.extensions.action.clearLanguage
1765: workbench.extensions.action.copyExtension
1766: workbench.extensions.action.copyExtensionId
1767: workbench.extensions.action.configure
1768: workbench.extensions.action.toggleIgnoreExtension
1769: workbench.extensions.action.ignoreRecommendation
1770: workbench.extensions.action.undoIgnoredRecommendation
1771: workbench.extensions.action.addExtensionToWorkspaceRecommendations
1772: workbench.extensions.action.removeExtensionFromWorkspaceRecommendations
1773: workbench.extensions.action.addToWorkspaceRecommendations
1774: workbench.extensions.action.addToWorkspaceFolderRecommendations
1775: workbench.extensions.action.addToWorkspaceIgnoredRecommendations
1776: workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations
1777: workbench.extensions.action.configureWorkspaceRecommendedExtensions
1778: workbench.views.extensions.installed.focus
1779: workbench.views.extensions.installed.resetViewLocation
1780: workbench.views.extensions.popular.focus
1781: workbench.views.extensions.popular.resetViewLocation
1782: extensions.recommendedList.focus
1783: extensions.recommendedList.resetViewLocation
1784: workbench.views.extensions.enabled.focus
1785: workbench.views.extensions.enabled.resetViewLocation
1786: workbench.views.extensions.disabled.focus
1787: workbench.views.extensions.disabled.resetViewLocation
1788: workbench.views.extensions.marketplace.focus
1789: workbench.views.extensions.marketplace.resetViewLocation
1790: workbench.views.extensions.searchInstalled.focus
1791: workbench.views.extensions.searchInstalled.resetViewLocation
1792: workbench.views.extensions.searchRecentlyUpdated.focus
1793: workbench.views.extensions.searchRecentlyUpdated.resetViewLocation
1794: workbench.views.extensions.searchEnabled.focus
1795: workbench.views.extensions.searchEnabled.resetViewLocation
1796: workbench.views.extensions.searchDisabled.focus
1797: workbench.views.extensions.searchDisabled.resetViewLocation
1798: workbench.views.extensions.searchOutdated.focus
1799: workbench.views.extensions.searchOutdated.resetViewLocation
1800: workbench.views.extensions.searchBuiltin.focus
1801: workbench.views.extensions.searchBuiltin.resetViewLocation
1802: workbench.views.extensions.searchWorkspaceUnsupported.focus
1803: workbench.views.extensions.searchWorkspaceUnsupported.resetViewLocation
1804: workbench.views.extensions.workspaceRecommendations.focus
1805: workbench.views.extensions.workspaceRecommendations.resetViewLocation
1806: workbench.views.extensions.otherRecommendations.focus
1807: workbench.views.extensions.otherRecommendations.resetViewLocation
1808: workbench.views.extensions.builtinFeatureExtensions.focus
1809: workbench.views.extensions.builtinFeatureExtensions.resetViewLocation
1810: workbench.views.extensions.builtinThemeExtensions.focus
1811: workbench.views.extensions.builtinThemeExtensions.resetViewLocation
1812: workbench.views.extensions.builtinProgrammingLanguageExtensions.focus
1813: workbench.views.extensions.builtinProgrammingLanguageExtensions.resetViewLocation
1814: workbench.views.extensions.untrustedUnsupportedExtensions.focus
1815: workbench.views.extensions.untrustedUnsupportedExtensions.resetViewLocation
1816: workbench.views.extensions.untrustedPartiallySupportedExtensions.focus
1817: workbench.views.extensions.untrustedPartiallySupportedExtensions.resetViewLocation
1818: workbench.views.extensions.virtualUnsupportedExtensions.focus
1819: workbench.views.extensions.virtualUnsupportedExtensions.resetViewLocation
1820: workbench.views.extensions.virtualPartiallySupportedExtensions.focus
1821: workbench.views.extensions.virtualPartiallySupportedExtensions.resetViewLocation
1822: workbench.views.extensions.deprecatedExtensions.focus
1823: workbench.views.extensions.deprecatedExtensions.resetViewLocation
1824: workbench.extensions.action.openExtensionsFolder
1825: workbench.action.output.show.userDataSyncLog
1826: workbench.action.output.show.editSessionsSyncLog
1827: workbench.action.output.show.rendererLog
1828: workbench.action.output.show.remoteTunnelServiceLog
1829: workbench.action.output.show.mainLog
1830: workbench.action.output.show.sharedLog
1831: workbench.action.output.show.ptyHostLog
1832: _workbench.editSessions.actions.continueEditSession.github.openOnVscodeDev
1833: workbench.view.extension.references-view.resetViewContainerLocation
1834: workbench.view.extension.references-view
1835: jsBrowserBreakpoints.focus
1836: jsBrowserBreakpoints.resetViewLocation
1837: jsExcludedCallers.focus
1838: jsExcludedCallers.resetViewLocation
1839: npm.focus
1840: npm.resetViewLocation
1841: references-view.tree.focus
1842: references-view.tree.resetViewLocation
1843: workbench.action.openRemoteSettings
1844: workbench.action.openRemoteSettingsFile
1845: workbench.action.tasks.runTask
1846: workbench.action.tasks.reRunTask
1847: workbench.action.tasks.restartTask
1848: workbench.action.tasks.terminate
1849: workbench.action.tasks.showLog
1850: workbench.action.tasks.build
1851: workbench.action.tasks.test
1852: workbench.action.tasks.configureTaskRunner
1853: workbench.action.tasks.configureDefaultBuildTask
1854: workbench.action.tasks.configureDefaultTestTask
1855: workbench.action.tasks.showTasks
1856: workbench.action.tasks.toggleProblems
1857: workbench.action.tasks.openUserTasks
1858: workbench.action.tasks.openWorkspaceFileTasks
1859: workbench.action.terminal.newWithProfile
1860: workbench.action.output.show.extHostLog
1861: _generateCommandsDocumentation
1862: __vscldffx28c
1863: userDataProfiles.resetViewContainerLocation
1864: userDataProfiles
1865: workbench.panel.repl.view.toggleVisibility
1866: workbench.panel.repl.view.removeView
1867: workbench.extensions.installMissingDependencies
1868: workbench.action.extensionHostProfiler.stop
1869: vscodeMarkdownLanguageservice.open
1870: vscodeMarkdownLanguageservice.rename
1871: markdown-preview-enhanced.openPreviewToTheSide
1872: markdown-preview-enhanced.openPreview
1873: markdown-preview-enhanced.toggleScrollSync
1874: markdown-preview-enhanced.toggleLiveUpdate
1875: markdown-preview-enhanced.toggleBreakOnSingleNewLine
1876: markdown-preview-enhanced.openImageHelper
1877: markdown-preview-enhanced.runAllCodeChunks
1878: markdown-preview-enhanced.runCodeChunk
1879: markdown-preview-enhanced.syncPreview
1880: markdown-preview-enhanced.customizeCss
1881: markdown-preview-enhanced.openMermaidConfig
1882: markdown-preview-enhanced.openMathJaxConfig
1883: markdown-preview-enhanced.openKaTeXConfig
1884: markdown-preview-enhanced.extendParser
1885: markdown-preview-enhanced.showUploadedImages
1886: markdown-preview-enhanced.insertNewSlide
1887: markdown-preview-enhanced.insertTable
1888: markdown-preview-enhanced.insertPagebreak
1889: markdown-preview-enhanced.createTOC
1890: _mume.revealLine
1891: _mume.insertImageUrl
1892: _mume.pasteImageFile
1893: _mume.uploadImageFile
1894: _mume.refreshPreview
1895: _mume.openInBrowser
1896: _mume.htmlExport
1897: _mume.chromeExport
1898: _mume.princeExport
1899: _mume.eBookExport
1900: _mume.pandocExport
1901: _mume.markdownExport
1902: _mume.webviewFinishLoading
1903: _mume.cacheCodeChunkResult
1904: _mume.runCodeChunk
1905: _mume.runAllCodeChunks
1906: _mume.clickTagA
1907: _mume.clickTaskListCheckbox
1908: _mume.showUploadedImageHistory
1909: _mume.setPreviewTheme
1910: git-base.api.getRemoteSources
1911: workbench.action.output.show.extension-output-vscode.microsoft-authentication-#1-Microsoft Authentication
1912: workbench.action.output.show.extension-output-vscode.markdown-language-features-#1-Markdown Language Server
1913: _markdown.addToIgnoreLinks
1914: markdown.findAllFileReferences
1915: markdown.showPreview
1916: markdown.showPreviewToSide
1917: markdown.showLockedPreviewToSide
1918: markdown.showSource
1919: markdown.preview.refresh
1920: markdown.showPreviewSecuritySelector
1921: markdown.preview.toggleLock
1922: markdown.api.render
1923: markdown.api.reloadPlugins
1924: markdown.editor.insertLinkFromWorkspace
1925: markdown.editor.insertImageFromWorkspace
1926: workbench.action.output.show.extension-output-vscode.git-#1-Git
1927: git.showOutput
1928: git.refresh
1929: git.openResource
1930: git.openAllChanges
1931: git.openMergeEditor
1932: git.clone
1933: git.cloneRecursive
1934: git.init
1935: git.openRepository
1936: git.close
1937: git.openFile
1938: git.openFile2
1939: git.openHEADFile
1940: git.openChange
1941: git.rename
1942: git.stage
1943: git.stageAll
1944: git.stageAllTracked
1945: git.stageAllUntracked
1946: git.stageAllMerge
1947: git.stageChange
1948: git.stageSelectedRanges
1949: git.acceptMerge
1950: git.runGitMerge
1951: git.runGitMergeDiff3
1952: git.revertChange
1953: git.revertSelectedRanges
1954: git.unstage
1955: git.unstageAll
1956: git.unstageSelectedRanges
1957: git.clean
1958: git.cleanAll
1959: git.cleanAllTracked
1960: git.cleanAllUntracked
1961: git.commit
1962: git.commitStaged
1963: git.commitStagedSigned
1964: git.commitStagedAmend
1965: git.commitAll
1966: git.commitAllSigned
1967: git.commitAllAmend
1968: git.commitMessageAccept
1969: git.commitMessageDiscard
1970: git.commitEmpty
1971: git.commitNoVerify
1972: git.commitStagedNoVerify
1973: git.commitStagedSignedNoVerify
1974: git.commitStagedAmendNoVerify
1975: git.commitAllNoVerify
1976: git.commitAllSignedNoVerify
1977: git.commitAllAmendNoVerify
1978: git.commitEmptyNoVerify
1979: git.restoreCommitTemplate
1980: git.undoCommit
1981: git.checkout
1982: git.checkoutDetached
1983: git.branch
1984: git.branchFrom
1985: git.deleteBranch
1986: git.renameBranch
1987: git.merge
1988: git.mergeAbort
1989: git.rebase
1990: git.createTag
1991: git.deleteTag
1992: git.fetch
1993: git.fetchPrune
1994: git.fetchAll
1995: git.pullFrom
1996: git.pull
1997: git.pullRebase
1998: git.push
1999: git.pushForce
2000: git.pushWithTags
2001: git.pushWithTagsForce
2002: git.cherryPick
2003: git.pushTo
2004: git.pushToForce
2005: git.pushTags
2006: git.addRemote
2007: git.removeRemote
2008: git.sync
2009: git._syncAll
2010: git.syncRebase
2011: git.publish
2012: git.ignore
2013: git.revealInExplorer
2014: git.revealFileInOS.windows
2015: git.revealFileInOS.mac
2016: git.revealFileInOS.linux
2017: git.stash
2018: git.stashIncludeUntracked
2019: git.stashPop
2020: git.stashPopLatest
2021: git.stashApply
2022: git.stashApplyLatest
2023: git.stashDrop
2024: git.stashDropAll
2025: git.timeline.openDiff
2026: git.timeline.copyCommitId
2027: git.timeline.copyCommitMessage
2028: git.timeline.selectForCompare
2029: git.timeline.compareWithSelected
2030: git.rebaseAbort
2031: git.closeAllDiffEditors
2032: git.manageUnsafeRepositories
2033: git.api.getRepositories
2034: git.api.getRepositoryState
2035: git.api.getRemoteSources
2036: github.publish
2037: github.copyVscodeDevLink
2038: github.copyVscodeDevLinkFile
2039: github.openOnVscodeDev
2040: workbench.action.output.show.extension-output-vscode.github-authentication-#1-GitHub Authentication
2041: extension.node-debug.toggleAutoAttach
2042: editor.emmet.action.updateImageSize
2043: editor.emmet.action.wrapWithAbbreviation
2044: emmet.expandAbbreviation
2045: editor.emmet.action.removeTag
2046: editor.emmet.action.updateTag
2047: editor.emmet.action.matchTag
2048: editor.emmet.action.balanceOut
2049: editor.emmet.action.balanceIn
2050: editor.emmet.action.splitJoinTag
2051: editor.emmet.action.mergeLines
2052: editor.emmet.action.toggleComment
2053: editor.emmet.action.nextEditPoint
2054: editor.emmet.action.prevEditPoint
2055: editor.emmet.action.selectNextItem
2056: editor.emmet.action.selectPrevItem
2057: editor.emmet.action.evaluateMathExpression
2058: editor.emmet.action.incrementNumberByOneTenth
2059: editor.emmet.action.incrementNumberByOne
2060: editor.emmet.action.incrementNumberByTen
2061: editor.emmet.action.decrementNumberByOneTenth
2062: editor.emmet.action.decrementNumberByOne
2063: editor.emmet.action.decrementNumberByTen
2064: editor.emmet.action.reflectCSSValue
2065: workbench.action.showEmmetCommands
2066: merge-conflict.accept.current
2067: merge-conflict.accept.incoming
2068: merge-conflict.accept.selection
2069: merge-conflict.accept.both
2070: merge-conflict.accept.all-current
2071: merge-conflict.accept.all-incoming
2072: merge-conflict.accept.all-both
2073: merge-conflict.next
2074: merge-conflict.previous
2075: merge-conflict.compare
You're the real MVP, as the kids say 👍