-
-
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 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
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,