Skip to content

Instantly share code, notes, and snippets.

@skfarhat
Created May 19, 2020 21:22
Show Gist options
  • Save skfarhat/4e88ef386c93b9dceb98121d9457edbf to your computer and use it in GitHub Desktop.
Save skfarhat/4e88ef386c93b9dceb98121d9457edbf to your computer and use it in GitHub Desktop.
List of VSCode commands
--------------------------------------------
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
@antico5
Copy link

antico5 commented Aug 19, 2022

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"
]

@ctstacey
Copy link

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

@mbqr
Copy link

mbqr commented May 24, 2025

3111 commands as per Saturday, May 24, 2025

_addReferenceCmd
_copilot.workspaceIndex.signInAgain
_copilot.workspaceIndex.signInToAnything
_executeCodeActionProvider
_executeCodeLensProvider
_executeColorPresentationProvider
_executeCompletionItemProvider
_executeDataToNotebook
_executeDeclarationProvider
_executeDeclarationProvider_recursive
_executeDefinitionProvider
_executeDefinitionProvider_recursive
_executeDocumentColorProvider
_executeDocumentHighlights
_executeDocumentRenameProvider
_executeDocumentSymbolProvider
_executeFoldingRangeProvider
_executeFormatDocumentProvider
_executeFormatOnTypeProvider
_executeFormatRangeProvider
_executeHoverProvider
_executeHoverProvider_recursive
_executeImplementationProvider
_executeImplementationProvider_recursive
_executeInlayHintProvider
_executeInlineValueProvider
_executeLinkProvider
_executeLinkedEditingProvider
_executeNotebookToData
_executeNotebookVariableProvider
_executePrepareCallHierarchy
_executePrepareRename
_executePrepareTypeHierarchy
_executeProvideIncomingCalls
_executeProvideOutgoingCalls
_executeProvideSubtypes
_executeProvideSupertypes
_executeReferenceProvider
_executeReferenceProvider_recursive
_executeSelectionRangeProvider
_executeSignatureHelpProvider
_executeTypeDefinitionProvider
_executeTypeDefinitionProvider_recursive
_executeWorkspaceSymbolProvider
_extensionTests.getLogLevel
_extensionTests.setLogLevel
_extensions.manage
_files.newWindow
_files.pickFolderAndOpen
_files.windowOpen
_generateCommandsDocumentation
_generateContextKeyInfo
_getAllCommands
_getAllSettings
_github.copilot.ghostTextPostInsert
_github.copilot.openRelativePath
_github.copilot.openSymbolFromReferences
_github.copilot.openSymbolInFile
_interactive.open
_issues.getSystemStatus
_json.retryResolveSchema
_json.showAssociatedSchemaList
_lastCursorMoveToSelect
_lineSelect
_lineSelectDrag
_manageAccountPreferencesForExtension
_manageAccountPreferencesForMcpServer
_manageTrustedExtensionsForAccount
_manageTrustedMCPServersForAccount
_moveTo
_moveToSelect
_notebook.selectKernel
_open.mergeEditor
_provideDocumentRangeSemanticTokens
_provideDocumentRangeSemanticTokensLegend
_provideDocumentSemanticTokens
_provideDocumentSemanticTokensLegend
_remoteCLI.getSystemStatus
_remoteCLI.manageExtensions
_remoteCLI.openExternal
_remoteCLI.windowOpen
_resolveNotebookContentProvider
_resolveNotebookKernels
_revealTestInExplorer
_setContext
_signOutOfAccount
_snippet.markAsUsed
_testing.getExplorerSelection
_typescript.applyCodeActionCommand
_typescript.applyCompletionCodeAction
_typescript.applyCompletionCommand
_typescript.applyFixAllCodeAction
_typescript.compositeCommand
_typescript.configurePlugin
_typescript.createOrOpenConfig
_typescript.didApplyRefactoring
_typescript.didOrganizeImports
_typescript.learnMoreAboutRefactorings
_typescript.moveToFileRefactoring
_typescript.onCompletionAccepted
_typescript.openConfig
_typescript.openExtendsLink
_typescript.openJsDocLink
_typescript.quickFix.editorChatReplacement2
_typescript.selectRefactoring
_update.state
_wordSelect
_wordSelectDrag
_workbench.action.openFolderSettings
_workbench.addToRecentlyOpened
_workbench.captureSyntaxTokens
_workbench.captureTreeSitterSyntaxTokens
_workbench.changes
_workbench.colorizeTextMateTokens
_workbench.colorizeTreeSitterTokens
_workbench.diff
_workbench.editSessions.actions.continueEditSession
_workbench.editSessions.actions.continueEditSession.git.continueInLocalClone
_workbench.editSessions.actions.continueEditSession.github.openOnVscodeDev
_workbench.editSessions.actions.continueEditSession.openLocalFolder
_workbench.extensions.action.cleanUpExtensionsFolder
_workbench.getRecentlyOpened
_workbench.open
_workbench.openFolderSettings.file:///home/bqr/dev/vscode-command-lister
_workbench.openMultiDiffEditor
_workbench.openScmMultiDiffEditor
_workbench.openUserSettingsEditor
_workbench.openWith
_workbench.pickWorkspaceFolder
_workbench.removeFromRecentlyOpened
_workbench.revertAllDirty
acceptAlternativeSelectedSuggestion
acceptRenameInput
acceptRenameInputWithPreview
acceptSelectedCodeAction
acceptSelectedSuggestion
acceptSelectedSuggestionOnEnter
acceptSnippet
accessibility.announcement.help
actions.find
actions.findWithSelection
addCursorsAtSearchResults
addRootFolder
breadcrumbs.focus
breadcrumbs.focusAndSelect
breadcrumbs.focusNext
breadcrumbs.focusNextWithPicker
breadcrumbs.focusPrevious
breadcrumbs.focusPreviousWithPicker
breadcrumbs.revealFocused
breadcrumbs.revealFocusedFromTreeAside
breadcrumbs.selectEditor
breadcrumbs.selectFocused
breadcrumbs.toggle
breadcrumbs.toggleFromEditorTitle
breadcrumbs.toggleToOn
breakpointWidget.action.acceptInput
callStack.collapse
callStackWidget.goToFile
cancelLinkedEditingInput
cancelRenameInput
cancelSelection
cell-tag.focus
cell-tag.open
cell-tag.resetViewLocation
changeEditorIndentation4
chat.action.focus
chat.configureToolSets
chat.enablePremiumOverages
chat.inlineResourceAnchor.addFileToChat
chat.inlineResourceAnchor.copyResource
chat.inlineResourceAnchor.openToSide
chat.inlineSymbolAnchor.goToDefinition
chat.inlineSymbolAnchor.goToImplementations
chat.inlineSymbolAnchor.goToReferences
chat.inlineSymbolAnchor.goToTypeDefinitions
chat.openFileSnapshot
chat.openFileUpdatedBySnapshot
chatEditing.acceptAllFiles
chatEditing.acceptFile
chatEditing.clearWorkingSet
chatEditing.discardAllFiles
chatEditing.discardFile
chatEditing.multidiff.acceptAllFiles
chatEditing.multidiff.discardAllFiles
chatEditing.openFileInDiff
chatEditing.removeFileFromWorkingSet
chatEditing.viewChanges
chatEditing.viewPreviousEdits
chatEditor.action.accept
chatEditor.action.acceptHunk
chatEditor.action.navigateNext
chatEditor.action.navigatePrevious
chatEditor.action.reject
chatEditor.action.reviewChanges
chatEditor.action.showAccessibleDiffView
chatEditor.action.toggleDiff
chatEditor.action.undoHunk
cleanSearchEditorState
closeBreakpointWidget
closeFindWidget
closeMarkersNavigation
closeParameterHints
closeQuickDiff
closeReferenceSearch
closeReferenceSearchEditor
closeReplaceInFilesWidget
code.copilot.logStructured.editor.inlineSuggest.logChangeReason.commandId.0
code.copilot.logStructured.editor.inlineSuggest.logFetch.commandId.1
codelens.showLensesInCurrentLine
codereferencing.showOutputPane
columnSelect
commandLister.listCommands
comments.collapse
comments.expand
comments.reply
commentsClearFilterText
commentsFocusFilter
commentsFocusViewFromFilter
compareFiles
compareSelected
compositionEnd
compositionStart
compositionType
copilot-chat.focus
copilot-chat.open
copilot-chat.resetViewLocation
copyActiveEditor
copyFilePath
copyRelativeFilePath
createCursor
cursorBottom
cursorBottomSelect
cursorColumnSelectDown
cursorColumnSelectLeft
cursorColumnSelectPageDown
cursorColumnSelectPageUp
cursorColumnSelectRight
cursorColumnSelectUp
cursorDown
cursorDownSelect
cursorEnd
cursorEndSelect
cursorHome
cursorHomeSelect
cursorLeft
cursorLeftSelect
cursorLineEnd
cursorLineEndSelect
cursorLineStart
cursorLineStartSelect
cursorMove
cursorPageDown
cursorPageDownSelect
cursorPageUp
cursorPageUpSelect
cursorRedo
cursorRight
cursorRightSelect
cursorTop
cursorTopSelect
cursorUndo
cursorUp
cursorUpSelect
cursorWordAccessibilityLeft
cursorWordAccessibilityLeftSelect
cursorWordAccessibilityRight
cursorWordAccessibilityRightSelect
cursorWordEndLeft
cursorWordEndLeftSelect
cursorWordEndRight
cursorWordEndRightSelect
cursorWordLeft
cursorWordLeftSelect
cursorWordPartLeft
cursorWordPartLeftSelect
cursorWordPartRight
cursorWordPartRightSelect
cursorWordPartStartLeft
cursorWordPartStartLeftSelect
cursorWordRight
cursorWordRightSelect
cursorWordStartLeft
cursorWordStartLeftSelect
cursorWordStartRight
cursorWordStartRightSelect
cut
debug.action.openDisassemblyView
debug.action.toggleDisassemblyViewSourceCode
debug.addConfiguration
debug.addToWatchExpressions
debug.breakWhenValueChanges
debug.breakWhenValueIsAccessed
debug.breakWhenValueIsRead
debug.collapseRepl
debug.copyEvaluatePath
debug.copyStackTrace
debug.copyWatchExpression
debug.editBreakpoint
debug.editBreakpointMode
debug.editFunctionBreakpoint
debug.editFunctionBreakpointHitCount
debug.enableOrDisableBreakpoint
debug.installAdditionalDebuggers
debug.jumpToCursor
debug.openBreakpointToSide
debug.openView
debug.removeBreakpoint
debug.removeWatchExpression
debug.renameWatchExpression
debug.replCopy
debug.replPaste
debug.setVariable
debug.setWatchExpression
debug.startFromConfig
debug.toggleBreakpoint
debug.toggleReplIgnoreFocus
debugpy.SelectAndInsertDebugConfiguration
debugpy.clearCacheAndReload
debugpy.debugInTerminal
debugpy.debugUsingLaunchConfig
debugpy.pickArgs
debugpy.pickLocalProcess
debugpy.reportIssue
debugpy.viewOutput
decreaseSearchEditorContextLines
default:compositionEnd
default:compositionStart
default:compositionType
default:cut
default:paste
default:redo
default:replacePreviousChar
default:type
default:undo
deleteAllLeft
deleteAllRight
deleteFile
deleteInsideWord
deleteLeft
deleteRight
deleteWordEndLeft
deleteWordEndRight
deleteWordLeft
deleteWordPartLeft
deleteWordPartRight
deleteWordRight
deleteWordStartLeft
deleteWordStartRight
developer.showCurrentFileAsReleaseNotes
diffEditor.collapseAllUnchangedRegions
diffEditor.exitCompareMove
diffEditor.revert
diffEditor.showAllUnchangedRegions
diffEditor.switchSide
diffEditor.toggleCollapseUnchangedRegions
diffEditor.toggleShowMovedCodeBlocks
diffEditor.toggleUseInlineViewWhenSpaceIsLimited
editor.action.accessibilityHelp
editor.action.accessibilityHelpConfigureAssignedKeybindings
editor.action.accessibilityHelpConfigureKeybindings
editor.action.accessibilityHelpOpenHelpLink
editor.action.accessibleDiffViewer.next
editor.action.accessibleDiffViewer.prev
editor.action.accessibleView
editor.action.accessibleViewAcceptInlineCompletion
editor.action.accessibleViewDisableHint
editor.action.accessibleViewGoToSymbol
editor.action.accessibleViewNext
editor.action.accessibleViewNextCodeBlock
editor.action.accessibleViewPrevious
editor.action.accessibleViewPreviousCodeBlock
editor.action.addCommentLine
editor.action.addCursorsToBottom
editor.action.addCursorsToTop
editor.action.addSelectionToNextFindMatch
editor.action.addSelectionToPreviousFindMatch
editor.action.autoFix
editor.action.blockComment
editor.action.cancelSelectionAnchor
editor.action.changeAll
editor.action.changeTabDisplaySize
editor.action.clipboardCopyAction
editor.action.clipboardCopyWithSyntaxHighlightingAction
editor.action.clipboardCutAction
editor.action.clipboardPasteAction
editor.action.codeAction
editor.action.commentLine
editor.action.copyLinesDownAction
editor.action.copyLinesUpAction
editor.action.debugEditorGpuRenderer
editor.action.decreaseHoverVerbosityLevel
editor.action.defineKeybinding
editor.action.deleteLines
editor.action.detectIndentation
editor.action.diffReview.next
editor.action.diffReview.prev
editor.action.dirtydiff.next
editor.action.dirtydiff.previous
editor.action.duplicateSelection
editor.action.extensioneditor.findNext
editor.action.extensioneditor.findPrevious
editor.action.extensioneditor.showfind
editor.action.findReferences
editor.action.fixAll
editor.action.focusNextCursor
editor.action.focusPreviousCursor
editor.action.focusStickyScroll
editor.action.fontZoomIn
editor.action.fontZoomOut
editor.action.fontZoomReset
editor.action.forceRetokenize
editor.action.format
editor.action.formatChanges
editor.action.formatDocument
editor.action.formatDocument.multiple
editor.action.formatDocument.none
editor.action.formatSelection
editor.action.formatSelection.multiple
editor.action.goToBottomHover
editor.action.goToDeclaration
editor.action.goToFocusedStickyScrollLine
editor.action.goToImplementation
editor.action.goToLocations
editor.action.goToMatchFindAction
editor.action.goToReferences
editor.action.goToSelectionAnchor
editor.action.goToTopHover
editor.action.goToTypeDefinition
editor.action.hideColorPicker
editor.action.hideHover
editor.action.inPlaceReplace.down
editor.action.inPlaceReplace.up
editor.action.increaseHoverVerbosityLevel
editor.action.indentLines
editor.action.indentUsingSpaces
editor.action.indentUsingTabs
editor.action.indentationToSpaces
editor.action.indentationToTabs
editor.action.inlineSuggest.acceptNextLine
editor.action.inlineSuggest.acceptNextWord
editor.action.inlineSuggest.commit
editor.action.inlineSuggest.dev.extractRepro
editor.action.inlineSuggest.hide
editor.action.inlineSuggest.jump
editor.action.inlineSuggest.showNext
editor.action.inlineSuggest.showPrevious
editor.action.inlineSuggest.toggleAlwaysShowToolbar
editor.action.inlineSuggest.toggleShowCollapsed
editor.action.inlineSuggest.trigger
editor.action.inlineSuggest.triggerInlineEdit
editor.action.inlineSuggest.triggerInlineEditExplicit
editor.action.insertColorWithStandaloneColorPicker
editor.action.insertCursorAbove
editor.action.insertCursorAtEndOfEachLineSelected
editor.action.insertCursorBelow
editor.action.insertFinalNewLine
editor.action.insertLineAfter
editor.action.insertLineBefore
editor.action.insertSnippet
editor.action.inspectTMScopes
editor.action.joinLines
editor.action.jumpToBracket
editor.action.linkedEditing
editor.action.marker.next
editor.action.marker.nextInFiles
editor.action.marker.prev
editor.action.marker.prevInFiles
editor.action.measureExtHostLatency
editor.action.moveCarretLeftAction
editor.action.moveCarretRightAction
editor.action.moveLinesDownAction
editor.action.moveLinesUpAction
editor.action.moveSelectionToNextFindMatch
editor.action.moveSelectionToPreviousFindMatch
editor.action.nextCommentThreadAction
editor.action.nextCommentedRangeAction
editor.action.nextCommentingRange
editor.action.nextMatchFindAction
editor.action.nextSelectionMatchFindAction
editor.action.openDeclarationToTheSide
editor.action.openLink
editor.action.organizeImports
editor.action.outdentLines
editor.action.pageDownHover
editor.action.pageUpHover
editor.action.pasteAs
editor.action.pasteAsText
editor.action.peekDeclaration
editor.action.peekDefinition
editor.action.peekImplementation
editor.action.peekLocations
editor.action.peekTypeDefinition
editor.action.previewDeclaration
editor.action.previousCommentThreadAction
editor.action.previousCommentedRangeAction
editor.action.previousCommentingRange
editor.action.previousMatchFindAction
editor.action.previousSelectionMatchFindAction
editor.action.quickFix
editor.action.refactor
editor.action.referenceSearch.trigger
editor.action.reindentlines
editor.action.reindentselectedlines
editor.action.removeBrackets
editor.action.removeCommentLine
editor.action.removeDuplicateLines
editor.action.rename
editor.action.replaceAll
editor.action.replaceOne
editor.action.resetSuggestSize
editor.action.revealDeclaration
editor.action.revealDefinition
editor.action.revealDefinitionAside
editor.action.scrollDownHover
editor.action.scrollLeftHover
editor.action.scrollRightHover
editor.action.scrollUpHover
editor.action.selectAll
editor.action.selectAllMatches
editor.action.selectEditor
editor.action.selectFromAnchorToCursor
editor.action.selectHighlights
editor.action.selectNextStickyScrollLine
editor.action.selectPreviousStickyScrollLine
editor.action.selectToBracket
editor.action.selectionClipboardPaste
editor.action.setSelectionAnchor
editor.action.showContextMenu
editor.action.showDefinitionPreviewHover
editor.action.showHover
editor.action.showOrFocusStandaloneColorPicker
editor.action.showReferences
editor.action.showSnippets
editor.action.smartSelect.expand
editor.action.smartSelect.grow
editor.action.smartSelect.shrink
editor.action.sortLinesAscending
editor.action.sortLinesDescending
editor.action.sourceAction
editor.action.startDebugTextMate
editor.action.startFindReplaceAction
editor.action.submitComment
editor.action.surroundWithSnippet
editor.action.toggleColumnSelection
editor.action.toggleMinimap
editor.action.toggleOvertypeInsertMode
editor.action.toggleRenderControlCharacter
editor.action.toggleRenderWhitespace
editor.action.toggleScreenReaderAccessibilityMode
editor.action.toggleStickyScroll
editor.action.toggleTabFocusMode
editor.action.toggleWordWrap
editor.action.transformToCamelcase
editor.action.transformToKebabcase
editor.action.transformToLowercase
editor.action.transformToPascalcase
editor.action.transformToSnakecase
editor.action.transformToTitlecase
editor.action.transformToUppercase
editor.action.transpose
editor.action.transposeLetters
editor.action.triggerParameterHints
editor.action.triggerSuggest
editor.action.trimTrailingWhitespace
editor.action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters
editor.action.unicodeHighlight.disableHighlightingOfInvisibleCharacters
editor.action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters
editor.action.unicodeHighlight.showExcludeOptions
editor.action.webvieweditor.findNext
editor.action.webvieweditor.findPrevious
editor.action.webvieweditor.hideFind
editor.action.webvieweditor.showFind
editor.action.wordHighlight.next
editor.action.wordHighlight.prev
editor.action.wordHighlight.trigger
editor.actions.findWithArgs
editor.cancelOperation
editor.changeDropType
editor.changePasteType
editor.closeCallHierarchy
editor.closeTestPeek
editor.closeTypeHierarchy
editor.createFoldingRangeFromSelection
editor.debug.action.addLogPoint
editor.debug.action.closeExceptionWidget
editor.debug.action.conditionalBreakpoint
editor.debug.action.copyAddress
editor.debug.action.editBreakpoint
editor.debug.action.goToNextBreakpoint
editor.debug.action.goToPreviousBreakpoint
editor.debug.action.runToCursor
editor.debug.action.selectionToRepl
editor.debug.action.selectionToWatch
editor.debug.action.showDebugHover
editor.debug.action.stepIntoTargets
editor.debug.action.toggleBreakpoint
editor.debug.action.toggleInlineBreakpoint
editor.debug.action.triggerByBreakpoint
editor.detectLanguage
editor.emmet.action.balanceIn
editor.emmet.action.balanceOut
editor.emmet.action.decrementNumberByOne
editor.emmet.action.decrementNumberByOneTenth
editor.emmet.action.decrementNumberByTen
editor.emmet.action.evaluateMathExpression
editor.emmet.action.expandAbbreviation
editor.emmet.action.incrementNumberByOne
editor.emmet.action.incrementNumberByOneTenth
editor.emmet.action.incrementNumberByTen
editor.emmet.action.matchTag
editor.emmet.action.mergeLines
editor.emmet.action.nextEditPoint
editor.emmet.action.prevEditPoint
editor.emmet.action.reflectCSSValue
editor.emmet.action.removeTag
editor.emmet.action.selectNextItem
editor.emmet.action.selectPrevItem
editor.emmet.action.splitJoinTag
editor.emmet.action.toggleComment
editor.emmet.action.updateImageSize
editor.emmet.action.updateTag
editor.emmet.action.wrapWithAbbreviation
editor.fold
editor.foldAll
editor.foldAllBlockComments
editor.foldAllExcept
editor.foldAllMarkerRegions
editor.foldLevel1
editor.foldLevel2
editor.foldLevel3
editor.foldLevel4
editor.foldLevel5
editor.foldLevel6
editor.foldLevel7
editor.foldRecursively
editor.gotoNextFold
editor.gotoNextSymbolFromResult
editor.gotoNextSymbolFromResult.cancel
editor.gotoParentFold
editor.gotoPreviousFold
editor.hideDropWidget
editor.hidePasteWidget
editor.inlayHints.Reset
editor.refocusCallHierarchy
editor.refocusTypeHierarchy
editor.removeManualFoldingRanges
editor.showCallHierarchy
editor.showIncomingCalls
editor.showOutgoingCalls
editor.showSubtypes
editor.showSupertypes
editor.showTypeHierarchy
editor.toggleFold
editor.toggleFoldRecursively
editor.toggleImportFold
editor.unfold
editor.unfoldAll
editor.unfoldAllExcept
editor.unfoldAllMarkerRegions
editor.unfoldRecursively
editorScroll
emmet.expandAbbreviation
expandLineSelection
explorer.download
explorer.newFile
explorer.newFolder
explorer.openAndPassFocus
explorer.openToSide
explorer.openWith
explorer.upload
extension.bisect.next
extension.bisect.start
extension.bisect.stop
extension.js-debug.addCustomBreakpoints
extension.js-debug.addXHRBreakpoints
extension.js-debug.autoAttachToProcess
extension.js-debug.callers.add
extension.js-debug.callers.goToCaller
extension.js-debug.callers.gotToTarget
extension.js-debug.callers.remove
extension.js-debug.callers.removeAll
extension.js-debug.clearAutoAttachVariables
extension.js-debug.completion.nodeTool
extension.js-debug.createDebuggerTerminal
extension.js-debug.createDiagnostics
extension.js-debug.debugLink
extension.js-debug.disableSourceMapStepping
extension.js-debug.editXHRBreakpoints
extension.js-debug.enableSourceMapStepping
extension.js-debug.getDiagnosticLogs
extension.js-debug.network.clear
extension.js-debug.network.copyUri
extension.js-debug.network.openBody
extension.js-debug.network.openBodyInHex
extension.js-debug.network.replayXHR
extension.js-debug.network.viewRequest
extension.js-debug.npmScript
extension.js-debug.openEdgeDevTools
extension.js-debug.pickNodeProcess
extension.js-debug.prettyPrint
extension.js-debug.removeAllCustomBreakpoints
extension.js-debug.removeXHRBreakpoint
extension.js-debug.requestCDPProxy
extension.js-debug.revealPage
extension.js-debug.setAutoAttachVariables
extension.js-debug.startProfile
extension.js-debug.stopProfile
extension.js-debug.toggleSkippingFile
extension.node-debug.startWithStopOnEntry
extension.node-debug.toggleAutoAttach
extension.open
extension.pwa-node-debug.attachNodeProcess
extensions.actions.searchByCategory.AI
extensions.actions.searchByCategory.Azure
extensions.actions.searchByCategory.Chat
extensions.actions.searchByCategory.Data Science
extensions.actions.searchByCategory.Debuggers
extensions.actions.searchByCategory.Education
extensions.actions.searchByCategory.Extension Packs
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.Other
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.filter.featured
extensions.recommendedList.focus
extensions.recommendedList.open
extensions.recommendedList.resetViewLocation
extensions.sort.installs
extensions.sort.name
extensions.sort.publishedDate
extensions.sort.rating
extensions.sort.updateDate
files.openTimeline
files.participants.resetChoice
filesExplorer.cancelCut
filesExplorer.copy
filesExplorer.cut
filesExplorer.findInFolder
filesExplorer.findInWorkspace
filesExplorer.openFilePreserveFocus
filesExplorer.paste
firstCompressedFolder
focusAndAcceptSuggestion
focusNextRenameSuggestion
focusPreviousRenameSuggestion
focusSuggestion
getContextKeyInfo
git-base.api.getRemoteSources
git._syncAll
git.acceptMerge
git.addRemote
git.api.getRemoteSources
git.api.getRepositories
git.api.getRepositoryState
git.blame.toggleEditorDecoration
git.blame.toggleStatusBarItem
git.branch
git.branchFrom
git.checkout
git.checkoutDetached
git.cherryPick
git.cherryPickAbort
git.clean
git.cleanAll
git.cleanAllTracked
git.cleanAllUntracked
git.clone
git.cloneRecursive
git.close
git.closeAllDiffEditors
git.closeAllUnmodifiedEditors
git.closeOtherRepositories
git.commit
git.commitAll
git.commitAllAmend
git.commitAllAmendNoVerify
git.commitAllNoVerify
git.commitAllSigned
git.commitAllSignedNoVerify
git.commitAmend
git.commitAmendNoVerify
git.commitEmpty
git.commitEmptyNoVerify
git.commitMessageAccept
git.commitMessageDiscard
git.commitNoVerify
git.commitSigned
git.commitSignedNoVerify
git.commitStaged
git.commitStagedAmend
git.commitStagedAmendNoVerify
git.commitStagedNoVerify
git.commitStagedSigned
git.commitStagedSignedNoVerify
git.continueInLocalClone
git.copyCommitId
git.copyCommitMessage
git.copyContentToClipboard
git.createTag
git.deleteBranch
git.deleteRemoteBranch
git.deleteRemoteTag
git.deleteTag
git.diff.stageHunk
git.diff.stageSelection
git.fetch
git.fetchAll
git.fetchPrune
git.fetchRef
git.graph.checkout
git.graph.checkoutDetached
git.graph.cherryPick
git.graph.deleteBranch
git.graph.deleteTag
git.ignore
git.init
git.manageUnsafeRepositories
git.merge
git.mergeAbort
git.openAllChanges
git.openChange
git.openFile
git.openFile2
git.openHEADFile
git.openMergeEditor
git.openRepositoriesInParentFolders
git.openRepository
git.openResource
git.publish
git.pull
git.pullFrom
git.pullRebase
git.pullRef
git.push
git.pushForce
git.pushRef
git.pushTags
git.pushTo
git.pushToForce
git.pushWithTags
git.pushWithTagsForce
git.rebase
git.rebaseAbort
git.refresh
git.removeRemote
git.rename
git.renameBranch
git.reopenClosedRepositories
git.restoreCommitTemplate
git.revealFileInOS.linux
git.revealFileInOS.mac
git.revealFileInOS.windows
git.revealInExplorer
git.revertChange
git.revertSelectedRanges
git.runGitMerge
git.runGitMergeDiff3
git.showOutput
git.stage
git.stageAll
git.stageAllMerge
git.stageAllTracked
git.stageAllUntracked
git.stageChange
git.stageFile
git.stageSelectedRanges
git.stash
git.stashApply
git.stashApplyEditor
git.stashApplyLatest
git.stashDrop
git.stashDropAll
git.stashDropEditor
git.stashIncludeUntracked
git.stashPop
git.stashPopEditor
git.stashPopLatest
git.stashStaged
git.stashView
git.sync
git.syncRebase
git.timeline.compareWithSelected
git.timeline.copyCommitId
git.timeline.copyCommitMessage
git.timeline.openDiff
git.timeline.selectForCompare
git.timeline.viewCommit
git.undoCommit
git.unstage
git.unstageAll
git.unstageChange
git.unstageFile
git.unstageSelectedRanges
git.viewChanges
git.viewCommit
git.viewStagedChanges
git.viewUntrackedChanges
github.copilot.acceptCursorPanelSolution
github.copilot.buildLocalWorkspaceIndex
github.copilot.buildRemoteWorkspaceIndex
github.copilot.chat.attachFile
github.copilot.chat.attachFolder
github.copilot.chat.attachSelection
github.copilot.chat.clearTemporalContext
github.copilot.chat.debug.hideElements
github.copilot.chat.debug.hideTools
github.copilot.chat.debug.showElements
github.copilot.chat.debug.showTools
github.copilot.chat.explain
github.copilot.chat.explain.palette
github.copilot.chat.fix
github.copilot.chat.generate
github.copilot.chat.generateAltText
github.copilot.chat.generateDocs
github.copilot.chat.generateTests
github.copilot.chat.manageModels
github.copilot.chat.mcp.setup.check
github.copilot.chat.mcp.setup.flow
github.copilot.chat.mcp.setup.validatePackage
github.copilot.chat.openUserPreferences
github.copilot.chat.rerunWithCopilotDebug
github.copilot.chat.review
github.copilot.chat.review.apply
github.copilot.chat.review.applyAndNext
github.copilot.chat.review.applyShort
github.copilot.chat.review.changes
github.copilot.chat.review.changes.cancel
github.copilot.chat.review.continueInChat
github.copilot.chat.review.continueInInlineChat
github.copilot.chat.review.current
github.copilot.chat.review.discard
github.copilot.chat.review.discardAll
github.copilot.chat.review.discardAndNext
github.copilot.chat.review.discardShort
github.copilot.chat.review.markHelpful
github.copilot.chat.review.markUnhelpful
github.copilot.chat.review.next
github.copilot.chat.review.previous
github.copilot.chat.review.stagedChanges
github.copilot.chat.review.unstagedChanges
github.copilot.chat.selectKnowledgeBase
github.copilot.chat.startCopilotDebugCommand
github.copilot.collectDiagnostics
github.copilot.completions.disable
github.copilot.completions.enable
github.copilot.completions.quotaExceeded
github.copilot.completions.toggle
github.copilot.createFile
github.copilot.createLaunchJsonFileWithContents
github.copilot.createProject
github.copilot.debug.collectDiagnostics
github.copilot.debug.collectWorkspaceIndexDiagnostics
github.copilot.debug.generateConfiguration
github.copilot.debug.generateSTest
github.copilot.debug.inlineEdit.learnMore
github.copilot.debug.workbenchState
github.copilot.devcontainer.generateDevContainerConfig
github.copilot.executeSearch
github.copilot.generate
github.copilot.git.generateCommitMessage
github.copilot.interactiveSession.feedback
github.copilot.nextPanelSolution
github.copilot.open.walkthrough
github.copilot.openDocs
github.copilot.openFile
github.copilot.openLogs
github.copilot.openModelPicker
github.copilot.previousPanelSolution
github.copilot.refreshToken
github.copilot.report
github.copilot.search.feedback
github.copilot.search.markHelpful
github.copilot.search.markUnhelpful
github.copilot.sendCompletionFeedback
github.copilot.sendFeedback
github.copilot.signIn
github.copilot.startDebugging
github.copilot.survey.signalUsage
github.copilot.terminal.attachTerminalSelection
github.copilot.terminal.explainTerminalLastCommand
github.copilot.terminal.explainTerminalSelection
github.copilot.terminal.explainTerminalSelectionContextMenu
github.copilot.terminal.fixTerminalLastCommand
github.copilot.terminal.generateCommitMessage
github.copilot.tests.applyMutations
github.copilot.tests.fixTestFailure
github.copilot.tests.fixTestFailure.fromInline
github.copilot.toggleStatusMenu
github.copyVscodeDevLink
github.copyVscodeDevLinkFile
github.copyVscodeDevLinkWithoutRange
github.graph.openOnGitHub
github.openOnGitHub
github.openOnVscodeDev
github.publish
github.timeline.openOnGitHub
goToNextReference
goToNextReferenceFromEmbeddedEditor
goToPreviousReference
goToPreviousReferenceFromEmbeddedEditor
hideCodeActionWidget
hideCustomTitleBar
hideCustomTitleBarInFullScreen
hideSuggestWidget
history.showNext
history.showPrevious
iconSelectBox.focusDown
iconSelectBox.focusNext
iconSelectBox.focusPrevious
iconSelectBox.focusUp
iconSelectBox.selectFocused
increaseSearchEditorContextLines
inlayHints.startReadingLineWithHint
inlayHints.stopReadingLineWithHint
inlineChat.acceptChanges
inlineChat.arrowOutDown
inlineChat.arrowOutUp
inlineChat.close
inlineChat.configure
inlineChat.discardHunkChange
inlineChat.focus
inlineChat.hideHint
inlineChat.holdForSpeech
inlineChat.moveToNextHunk
inlineChat.moveToPreviousHunk
inlineChat.regenerate
inlineChat.showHint
inlineChat.start
inlineChat.startWithCurrentLine
inlineChat.toggleDiff
inlineChat.unstash
inlineChat.viewInChat
inlineChat2.cancelRequest
inlineChat2.close
inlineChat2.keep
inlineChat2.reveal
inlineChat2.undo
insertBestCompletion
insertNextSuggestion
insertPrevSuggestion
insertSnippet
interactive.acceptChanges
interactive.execute
interactive.history.focus
interactive.history.next
interactive.history.previous
interactive.input.clear
interactive.input.focus
interactive.scrollToBottom
interactive.scrollToTop
interactiveEditor.start
javascript.goToProjectConfig
javascript.reloadProjects
javascript.removeUnusedImports
javascript.sortImports
js.projectStatus.command
jsBrowserBreakpoints.focus
jsBrowserBreakpoints.open
jsBrowserBreakpoints.resetViewLocation
jsDebugNetworkTree.focus
jsDebugNetworkTree.open
jsDebugNetworkTree.resetViewLocation
jsExcludedCallers.focus
jsExcludedCallers.open
jsExcludedCallers.resetViewLocation
json.clearCache
json.sort
json.validate
jumpToNextSnippetPlaceholder
jumpToPrevSnippetPlaceholder
jupyterContextualHelp.focus
jupyterContextualHelp.open
jupyterContextualHelp.removeView
jupyterContextualHelp.resetViewLocation
jupyterContextualHelp.toggleVisibility
jupyterKernelsView.focus
jupyterKernelsView.open
jupyterKernelsView.removeView
jupyterKernelsView.resetViewLocation
jupyterKernelsView.toggleVisibility
jupyterViewVariables.focus
jupyterViewVariables.open
jupyterViewVariables.resetViewLocation
keybindings.editor.acceptWhenExpression
keybindings.editor.addKeybinding
keybindings.editor.clearSearchHistory
keybindings.editor.clearSearchResults
keybindings.editor.copyCommandKeybindingEntry
keybindings.editor.copyCommandTitle
keybindings.editor.copyKeybindingEntry
keybindings.editor.defineKeybinding
keybindings.editor.defineWhenExpression
keybindings.editor.focusKeybindings
keybindings.editor.recordSearchKeys
keybindings.editor.rejectWhenExpression
keybindings.editor.removeKeybinding
keybindings.editor.resetKeybinding
keybindings.editor.searchKeybindings
keybindings.editor.showConflicts
keybindings.editor.showDefaultKeybindings
keybindings.editor.showExtensionKeybindings
keybindings.editor.showUserKeybindings
keybindings.editor.toggleSortByPrecedence
keywordActivation.status.command
lastCompressedFolder
lastCursorLineSelect
lastCursorLineSelectDrag
lastCursorWordSelect
layoutEditorGroups
leaveEditorMessage
leaveSnippet
lineBreakInsert
list.clear
list.closeFind
list.collapse
list.collapseAll
list.collapseAllToFocus
list.expand
list.expandSelectionDown
list.expandSelectionUp
list.find
list.find.replInputFocus
list.focusAnyDown
list.focusAnyFirst
list.focusAnyLast
list.focusAnyUp
list.focusDown
list.focusFirst
list.focusLast
list.focusPageDown
list.focusPageUp
list.focusParent
list.focusUp
list.resizeColumn
list.scrollDown
list.scrollLeft
list.scrollRight
list.scrollUp
list.select
list.selectAll
list.selectAndPreserveFocus
list.showHover
list.stickyScroll.collapse
list.stickyScrollselect
list.stickyScrolltoggleExpand
list.toggleExpand
list.toggleFilterOnType
list.toggleFindMatchType
list.toggleFindMode
list.toggleKeyboardNavigation
list.toggleSelection
list.triggerTypeNavigation
loadedScripts.collapse
material-icon-theme.activateIcons
material-icon-theme.changeFileColor
material-icon-theme.changeFolderColor
material-icon-theme.changeFolderTheme
material-icon-theme.changeOpacity
material-icon-theme.changeRootFolderColor
material-icon-theme.changeSaturation
material-icon-theme.restoreDefaultConfig
material-icon-theme.toggleExplorerArrows
material-icon-theme.toggleGrayscale
material-icon-theme.toggleIconPacks
menu.resetHiddenStates
merge-conflict.accept.all-both
merge-conflict.accept.all-current
merge-conflict.accept.all-incoming
merge-conflict.accept.both
merge-conflict.accept.current
merge-conflict.accept.incoming
merge-conflict.accept.selection
merge-conflict.compare
merge-conflict.next
merge-conflict.previous
merge.acceptAllInput1
merge.acceptAllInput2
merge.columnLayout
merge.dev.copyContentsJson
merge.dev.loadContentsFromFolder
merge.dev.openContentsJson
merge.dev.openSelectionInTemporaryMergeEditor
merge.dev.saveContentsToFolder
merge.goToNextUnhandledConflict
merge.goToPreviousUnhandledConflict
merge.mixedLayout
merge.openBaseEditor
merge.openResult
merge.showBase
merge.showBaseCenter
merge.showBaseTop
merge.showNonConflictingChanges
merge.toggleActiveConflictInput1
merge.toggleActiveConflictInput2
mergeEditor.acceptAllCombination
mergeEditor.acceptMerge
mergeEditor.compareInput1WithBase
mergeEditor.compareInput2WithBase
mergeEditor.resetCloseWithConflictsChoice
mergeEditor.resetResultToBaseAndAutoMerge
mergeEditor.toggleBetweenInputs
moveActiveEditor
moveFileToTrash
multiDiffEditor.collapseAll
multiDiffEditor.expandAll
multiDiffEditor.goToFile
nextCompressedFolder
noop
noteMultiCursor.deleteLeft
noteMultiCursor.deleteRight
noteMultiCursor.exit
notebook.action.changeTabDisplaySize
notebook.action.convertIndentationToSpaces
notebook.action.convertIndentationToTabs
notebook.action.indentUsingSpaces
notebook.action.indentUsingTabs
notebook.action.toggleNotebookStickyScroll
notebook.addFindMatchToSelection
notebook.cancelExecution
notebook.cell.cancelExecution
notebook.cell.changeLanguage
notebook.cell.changeToCode
notebook.cell.changeToMarkdown
notebook.cell.chat.accept
notebook.cell.chat.acceptChanges
notebook.cell.chat.arrowOutDown
notebook.cell.chat.arrowOutUp
notebook.cell.chat.close
notebook.cell.chat.discard
notebook.cell.chat.explainError
notebook.cell.chat.fixError
notebook.cell.chat.focus
notebook.cell.chat.focusNextCell
notebook.cell.chat.focusPreviousCell
notebook.cell.chat.nextFromHistory
notebook.cell.chat.previousFromHistory
notebook.cell.chat.restore
notebook.cell.chat.start
notebook.cell.chat.startAtTop
notebook.cell.chat.stop
notebook.cell.clearOutputs
notebook.cell.collapseAllCellInputs
notebook.cell.collapseAllCellOutputs
notebook.cell.collapseCellInput
notebook.cell.collapseCellOutput
notebook.cell.copy
notebook.cell.copyDown
notebook.cell.copyUp
notebook.cell.cursorPageDown
notebook.cell.cursorPageDownSelect
notebook.cell.cursorPageUp
notebook.cell.cursorPageUpSelect
notebook.cell.cut
notebook.cell.delete
notebook.cell.detectLanguage
notebook.cell.edit
notebook.cell.execute
notebook.cell.executeAndFocusContainer
notebook.cell.executeAndInsertBelow
notebook.cell.executeAndSelectBelow
notebook.cell.executeCellAndBelow
notebook.cell.executeCellsAbove
notebook.cell.expandAllCellInputs
notebook.cell.expandAllCellOutputs
notebook.cell.expandCellInput
notebook.cell.expandCellOutput
notebook.cell.focusChatWidget
notebook.cell.focusInOutput
notebook.cell.focusNextChatWidget
notebook.cell.focusOutOutput
notebook.cell.insertCodeCellAbove
notebook.cell.insertCodeCellAboveAndFocusContainer
notebook.cell.insertCodeCellAtTop
notebook.cell.insertCodeCellBelow
notebook.cell.insertCodeCellBelowAndFocusContainer
notebook.cell.insertMarkdownCellAbove
notebook.cell.insertMarkdownCellAtTop
notebook.cell.insertMarkdownCellBelow
notebook.cell.joinAbove
notebook.cell.joinBelow
notebook.cell.joinSelected
notebook.cell.moveDown
notebook.cell.moveUp
notebook.cell.nullAction
notebook.cell.openFailureActions
notebook.cell.output.selectAll
notebook.cell.paste
notebook.cell.pasteAbove
notebook.cell.quitEdit
notebook.cell.split
notebook.cell.toggleLineNumbers
notebook.cell.toggleOutputScrolling
notebook.cell.toggleOutputs
notebook.cellOuput.showEmptyOutputs
notebook.cellOutput.addToChat
notebook.cellOutput.copy
notebook.cellOutput.openInOutputPreview
notebook.cellOutput.openInTextEditor
notebook.centerActiveCell
notebook.chat.selectAndInsertKernelVariable
notebook.clearAllCellsOutputs
notebook.clearAllInlineValues
notebook.clearNotebookEdtitorTypeCache
notebook.clearNotebookKernelsMRUCache
notebook.commentSelectedCells
notebook.developer.addViewZones
notebook.diff.action.next
notebook.diff.action.previous
notebook.diff.cell.revertInput
notebook.diff.cell.revertMetadata
notebook.diff.cell.revertOutputs
notebook.diff.cell.switchOutputRenderingStyleToText
notebook.diff.cell.toggleCollapseUnchangedRegions
notebook.diff.inline.toggle
notebook.diff.openFile
notebook.diff.revertMetadata
notebook.diff.showMetadata
notebook.diff.showOutputs
notebook.diff.switchToText
notebook.diffEditor.2.cell.revertInput
notebook.diffEditor.2.cell.revertMetadata
notebook.diffEditor.2.cell.revertOutputs
notebook.diffEditor.2.goToCell
notebook.diffEditor.hideUnchangedCells
notebook.diffEditor.showUnchangedCells
notebook.execute
notebook.find
notebook.focusBottom
notebook.focusNextEditor
notebook.focusPreviousEditor
notebook.focusTop
notebook.fold
notebook.format
notebook.formatCell
notebook.hideFind
notebook.inlineChat.acceptChangesAndRun
notebook.inspectLayout
notebook.interruptExecution
notebook.openVariablesView
notebook.outline.toggleCodeCellSymbols
notebook.outline.toggleCodeCells
notebook.outline.toggleShowMarkdownHeadersOnly
notebook.renderAllMarkdownCells
notebook.revealLastFailedCell
notebook.revealRunningCell
notebook.saveMimeTypeOrder
notebook.section.expandSection
notebook.section.foldSection
notebook.section.runCells
notebook.section.runSingleCell
notebook.selectAllFindMatches
notebook.selectIndentation
notebook.setProfile
notebook.toggle.diff.cell.ignoreTrimWhitespace
notebook.toggleCellToolbarPosition
notebook.toggleCellToolbarPositionFromEditorTitle
notebook.toggleLayoutTroubleshoot
notebook.toggleLineNumbers
notebook.toggleLineNumbersFromEditorTitle
notebook.unfold
notification.acceptPrimaryAction
notification.clear
notification.collapse
notification.expand
notification.toggle
notifications.clearAll
notifications.focusFirstToast
notifications.focusLastToast
notifications.focusNextToast
notifications.focusPreviousToast
notifications.focusToasts
notifications.hideList
notifications.hideToasts
notifications.showList
notifications.toggleDoNotDisturbMode
notifications.toggleDoNotDisturbModeBySource
notifications.toggleList
npm.debugScript
npm.debugScriptFromHover
npm.focus
npm.open
npm.openScript
npm.packageManager
npm.refresh
npm.removeView
npm.resetViewLocation
npm.runInstall
npm.runScript
npm.runScriptFromFolder
npm.runScriptFromHover
npm.runSelectedScript
npm.scriptRunner
npm.toggleVisibility
openEditors.closeAll
openEditors.newUntitledFile
openInIntegratedTerminal
openInTerminal
openReference
openReferenceToSide
outdent
outline.collapse
outline.expand
outline.filterOnType
outline.focus
outline.followCursor
outline.open
outline.removeView
outline.resetViewLocation
outline.sortByKind
outline.sortByName
outline.sortByPosition
outline.toggleVisibility
paste
perf.event.profiling
perf.insta.printAsyncCycles
perf.insta.printTraces
perfview.show
previewSelectedCodeAction
previousCompressedFolder
problems.action.clearFilterText
problems.action.copy
problems.action.copyMessage
problems.action.copyRelatedInformationMessage
problems.action.focusFilter
problems.action.focusProblemsFromFilter
problems.action.open
problems.action.openToSide
problems.action.showMultilineMessage
problems.action.showQuickFixes
problems.action.showSinglelineMessage
pylance.addToExtraPaths
pylance.changeSpelling
pylance.completionAccepted
pylance.convertImportFormat
pylance.diagnosticRefactor
pylance.dumpCachedTypes
pylance.dumpCodeFlowGraph
pylance.dumpNodes
pylance.dumpTokens
pylance.dumpTypes
pylance.executedClientCommand
pylance.extractMethod
pylance.extractMethodWithRename
pylance.extractVariable
pylance.extractVariableWithRename
pylance.findMatchingEnv
pylance.fixAll
pylance.fixupCopilotDocstringOutput
pylance.foldDocstrings
pylance.generateDocstring
pylance.getAllDocstringRanges
pylance.getAutoImports
pylance.getSourceFiles
pylance.implementAllAbstractClasses
pylance.implementAllAbstractClassesWithCopilot
pylance.implementUsingCopilot
pylance.indexing.clearPersistedIndices
pylance.installMissingPackages
pylance.logging.start
pylance.logging.stop
pylance.moveSymbol
pylance.moveSymbolWithFileSelection
pylance.openConfig
pylance.openUri
pylance.profiling.start
pylance.profiling.stop
pylance.pytest.addAllFixtureTypeAnnotations
pylance.pytest.addFixtureTypeAnnotation
pylance.reportIssue
pylance.runCommands
pylance.runCurrentFileInSandbox
pylance.searchImports
pylance.server.runCurrentFileInSandbox
pylance.setAutoImportCompletions
pylance.showTypeCheckingPicker
pylance.triggerParameterHints
pylance.troubleshootMissingImports
pylance.unfoldDocstrings
pyright.createtypestub
pyright.dumpFileDebugInfo
pyright.organizeimports
python._loadLanguageServerExtension
python.addImport
python.addOptionalForParam
python.analysis.restartLanguageServer
python.clearCacheAndReload
python.clearWorkspaceInterpreter
python.configureTests
python.copilotSetupTests
python.createEnvironment
python.createEnvironment-button
python.createEnvironmentCheck
python.createNewFile
python.createTerminal
python.createTypeStub
python.debugInTerminal
python.execInDedicatedTerminal
python.execInInteractiveWindowEnter
python.execInREPL
python.execInREPLEnter
python.execInTerminal
python.execInTerminal-icon
python.execSelectionInDjangoShell
python.execSelectionInTerminal
python.getDebugpyPackagePath
python.getRecommendedEnvironment
python.installJupyter
python.installPython
python.installPythonOnLinux
python.installPythonOnMac
python.intellicode.completionItemSelected
python.intellicode.loadLanguageServerExtension
python.interpreterPath
python.orderImports
python.pickLocalProcess
python.reloadVSCode
python.removeUnusedImport
python.reportIssue
python.setInterpreter
python.startNativeREPL
python.startREPL
python.triggerEnvSelection
python.viewLanguageServerOutput
python.viewOutput
quickInput.acceptInBackground
quickInput.first
quickInput.last
quickInput.next
quickInput.nextSeparator
quickInput.nextSeparatorWithQuickAccessFallback
quickInput.pageNext
quickInput.pagePrevious
quickInput.previous
quickInput.previousSeparator
quickInput.previousSeparatorWithQuickAccessFallback
quickInput.toggleHover
redo
refactorPreview
refactorPreview.apply
refactorPreview.discard
refactorPreview.focus
refactorPreview.groupByFile
refactorPreview.groupByType
refactorPreview.open
refactorPreview.resetViewContainerLocation
refactorPreview.resetViewLocation
refactorPreview.toggleCheckedState
refactorPreview.toggleGrouping
references-view.tree.focus
references-view.tree.open
references-view.tree.resetViewLocation
registerWindowTitleVariable
remote.tunnel.changeLocalPort
remote.tunnel.closeCommandPalette
remote.tunnel.closeInline
remote.tunnel.copyAddressCommandPalette
remote.tunnel.copyAddressInline
remote.tunnel.forwardCommandPalette
remote.tunnel.forwardInline
remote.tunnel.label
remote.tunnel.open
remote.tunnel.openCommandPalette
remote.tunnel.openPreview
remote.tunnel.setProtocolHttp
remote.tunnel.setProtocolHttps
remoteTargets.focus
remoteTargets.open
remoteTargets.resetViewLocation
removeRootFolder
removeSecondaryCursors
renameFile
reopenActiveEditorWith
repl.action.acceptInput
repl.action.copyAll
repl.action.filter
repl.action.find
repl.execute
repl.focusLastItemExecuted
repl.input.focus
replacePreviousChar
rerunSearchEditorSearch
resetGettingStartedProgress
revealFileInOS
revealInExplorer
revealLine
revealReference
roo-cline.SidebarProvider.focus
roo-cline.SidebarProvider.open
roo-cline.SidebarProvider.removeView
roo-cline.SidebarProvider.resetViewLocation
roo-cline.SidebarProvider.toggleVisibility
roo-cline.acceptInput
roo-cline.activationCompleted
roo-cline.addToContext
roo-cline.explainCode
roo-cline.fixCode
roo-cline.focusInput
roo-cline.handleHumanRelayResponse
roo-cline.historyButtonClicked
roo-cline.improveCode
roo-cline.mcpButtonClicked
roo-cline.newTask
roo-cline.openInNewTab
roo-cline.plusButtonClicked
roo-cline.popoutButtonClicked
roo-cline.promptsButtonClicked
roo-cline.registerHumanRelayCallback
roo-cline.setCustomStoragePath
roo-cline.settingsButtonClicked
roo-cline.showHumanRelayDialog
roo-cline.terminalAddToContext
roo-cline.terminalExplainCommand
roo-cline.terminalFixCommand
roo-cline.unregisterHumanRelayCallback
runCommands
saveAll
scm.acceptInput
scm.clearInput
scm.forceViewNextCommit
scm.forceViewPreviousCommit
scm.input.triggerSetup
scm.openInIntegratedTerminal
scm.openInTerminal
scm.setActiveProvider
scm.viewNextCommit
scm.viewPreviousCommit
scrollEditorBottom
scrollEditorTop
scrollLeft
scrollLineDown
scrollLineUp
scrollPageDown
scrollPageUp
scrollRight
search.action.cancel
search.action.clearHistory
search.action.clearSearchResults
search.action.collapseSearchResults
search.action.copyAll
search.action.copyMatch
search.action.copyPath
search.action.excludeFromSearch
search.action.expandRecursively
search.action.expandSearchResults
search.action.focusFilesToExclude
search.action.focusFilesToInclude
search.action.focusNextSearchResult
search.action.focusPreviousSearchResult
search.action.focusQueryEditorWidget
search.action.focusSearchFromResults
search.action.focusSearchList
search.action.getSearchResults
search.action.openEditor
search.action.openInEditor
search.action.openNewEditor
search.action.openNewEditorFromView
search.action.openNewEditorToSide
search.action.openResult
search.action.openResultToSide
search.action.refreshSearchResults
search.action.remove
search.action.replace
search.action.replaceAll
search.action.replaceAllInFile
search.action.replaceAllInFolder
search.action.restrictSearchToFolder
search.action.revealInSideBar
search.action.searchWithAI
search.action.viewAsList
search.action.viewAsTree
search.focus.nextInputBox
search.focus.previousInputBox
search.searchEditor.action.deleteFileResults
selectAllSearchEditorMatches
selectFirstSuggestion
selectForCompare
selectLastSuggestion
selectNextCodeAction
selectNextPageSuggestion
selectNextSuggestion
selectPrevCodeAction
selectPrevPageSuggestion
selectPrevSuggestion
setRootFolder
setSelection
settings.action.clearSearchResults
settings.action.focusLevelUp
settings.action.focusSettingControl
settings.action.focusSettingsFile
settings.action.focusSettingsFromSearch
settings.action.focusSettingsList
settings.action.focusTOC
settings.action.search
settings.action.showContextMenu
settings.filterByOnline
settings.filterByTelemetry
settings.filterUntrusted
settings.switchToJSON
showCustomTitleBar
showEditorScreenReaderNotification
showNextParameterHint
showPrevParameterHint
signals.sounds.help
tab
terminal.focus
terminal.removeView
terminal.resetViewContainerLocation
terminal.resetViewLocation
terminal.toggleVisibility
terminalSuggestToggleExplainMode
testing.callStack.debug
testing.callStack.run
testing.cancelRun
testing.cancelTestRefresh
testing.clearTestResults
testing.collapseAll
testing.collapsePeekStack
testing.configureProfile
testing.continuousRunUsingForTest
testing.coverage
testing.coverage.close
testing.coverage.uri
testing.coverageAll
testing.coverageAtCursor
testing.coverageCurrentFile
testing.coverageFilterToTest
testing.coverageFilterToTestInEditor
testing.coverageLastRun
testing.coverageSelected
testing.coverageToggleToolbar
testing.coverageViewChangeSorting
testing.debug
testing.debug.uri
testing.debugAll
testing.debugAtCursor
testing.debugCurrentFile
testing.debugFailTests
testing.debugLastRun
testing.debugSelected
testing.editFocusedTest
testing.getSelectedProfiles
testing.goToNextMessage
testing.goToPreviousMessage
testing.goToRelatedCode
testing.goToRelatedTest
testing.hideTest
testing.openCoverage
testing.openMessageInEditor
testing.openOutputPeek
testing.peekRelatedCode
testing.peekRelatedTest
testing.reRunFailTests
testing.reRunLastRun
testing.refreshTests
testing.run
testing.run.uri
testing.runAll
testing.runAtCursor
testing.runCurrentFile
testing.runSelected
testing.runUsing
testing.searchForTestExtension
testing.selectDefaultTestProfiles
testing.showMostRecentOutput
testing.sortByDuration
testing.sortByLocation
testing.sortByStatus
testing.startContinuousRun
testing.startContinuousRunFromExtension
testing.stopContinuousRun
testing.stopContinuousRunFromExtension
testing.toggleContinuousRunForTest
testing.toggleInlineCoverage
testing.toggleInlineTestOutput
testing.toggleTestingPeekHistory
testing.unhideAllTests
testing.unhideTest
testing.viewAsList
testing.viewAsTree
timeline.focus
timeline.open
timeline.refresh
timeline.removeView
timeline.resetViewLocation
timeline.toggleExcludeSource:timeline.localHistory
timeline.toggleFollowActiveEditor
timeline.toggleVisibility
toggle.chat.commandCenter.enabled
toggle.diff.ignoreTrimWhitespace
toggle.diff.renderSideBySide
toggle.toggleCustomTitleBar
toggle.window.commandCenter
toggle.window.customTitleBarVisibility
toggle.window.customTitleBarVisibility.windowed
toggle.workbench.editor.editorActionsLocation
toggle.workbench.experimental.share.enabled
toggle.workbench.layoutControl.enabled
toggle.workbench.navigationControl.enabled
toggleExplainMode
toggleFindCaseSensitive
toggleFindInSelection
toggleFindRegex
toggleFindWholeWord
togglePeekWidgetFocus
togglePreserveCase
toggleSearchCaseSensitive
toggleSearchEditorCaseSensitive
toggleSearchEditorContextLines
toggleSearchEditorRegex
toggleSearchEditorWholeWord
toggleSearchPreserveCase
toggleSearchRegex
toggleSearchWholeWord
toggleSuggestionDetails
toggleSuggestionFocus
tree.toggleStickyScroll
type
typescript.experimental.disableTsgo
typescript.experimental.enableTsgo
typescript.findAllFileReferences
typescript.goToProjectConfig
typescript.goToSourceDefinition
typescript.openTsServerLog
typescript.reloadProjects
typescript.removeUnusedImports
typescript.restartTsServer
typescript.selectTypeScriptVersion
typescript.sortImports
typescript.tsserverRequest
undo
update.check
update.checkForUpdate
update.checking
update.downloadNow
update.downloadUpdate
update.downloading
update.install
update.installUpdate
update.restart
update.restartToUpdate
update.showCurrentReleaseNotes
update.updating
variables.collapse
views.moveViewDown
views.moveViewLeft
views.moveViewRight
views.moveViewUp
vscode.changes
vscode.copilot.chat.showRequestHtmlItem
vscode.diff
vscode.getEditorLayout
vscode.moveViews
vscode.newWindow
vscode.open
vscode.openFolder
vscode.peekTestError
vscode.pickMultipleTestProfiles
vscode.pickTestProfile
vscode.removeFromRecentlyOpened
vscode.revealTest
vscode.runTestsById
vscode.setEditorLayout
vscode.testing.getControllersWithTests
vscode.testing.getTestsInFile
walkthroughs.selectStep
watch.collapse
welcome.goBack
welcome.markStepComplete
welcome.markStepIncomplete
welcome.newWorkspaceChat
welcome.showAllWalkthroughs
welcome.showNewFileEntries
welcome.showNewWelcome
widgetNavigation.focusNext
widgetNavigation.focusPrevious
workbench.accounts.actions.signin
workbench.action.acceptSelectedQuickOpenItem
workbench.action.activityBarLocation.bottom
workbench.action.activityBarLocation.default
workbench.action.activityBarLocation.hide
workbench.action.activityBarLocation.top
workbench.action.addComment
workbench.action.addRootFolder
workbench.action.alignPanelCenter
workbench.action.alignPanelJustify
workbench.action.alignPanelLeft
workbench.action.alignPanelRight
workbench.action.alignQuickInputCenter
workbench.action.alignQuickInputTop
workbench.action.alternativeAcceptSelectedQuickOpenItem
workbench.action.askVScode
workbench.action.blur
workbench.action.browseColorThemesInMarketplace
workbench.action.chat.acceptTool
workbench.action.chat.addDynamicVariable
workbench.action.chat.addParticipant
workbench.action.chat.addToChatAction
workbench.action.chat.applyCompareEdits
workbench.action.chat.applyInEditor
workbench.action.chat.assignSelectedAgent
workbench.action.chat.attach.instructions
workbench.action.chat.attachContext
workbench.action.chat.attachFile
workbench.action.chat.attachFolder
workbench.action.chat.attachSelection
workbench.action.chat.cancel
workbench.action.chat.changeModel
workbench.action.chat.clearHistory
workbench.action.chat.clearInputHistory
workbench.action.chat.configureCodeCompletions
workbench.action.chat.configureTools
workbench.action.chat.copyAll
workbench.action.chat.copyCodeBlock
workbench.action.chat.copyItem
workbench.action.chat.copyLink
workbench.action.chat.discardCompareEdits
workbench.action.chat.export
workbench.action.chat.focusInput
workbench.action.chat.hideSetup
workbench.action.chat.history
workbench.action.chat.holdToVoiceChatInChatView
workbench.action.chat.import
workbench.action.chat.inlineVoiceChat
workbench.action.chat.insertCodeBlock
workbench.action.chat.insertIntoNewFile
workbench.action.chat.insertIntoNotebook
workbench.action.chat.insertSearchResults
workbench.action.chat.installProviderForVoiceChat
workbench.action.chat.logChatIndex
workbench.action.chat.logInputHistory
workbench.action.chat.manage.mode
workbench.action.chat.manageOverages
workbench.action.chat.manageSettings
workbench.action.chat.markHelpful
workbench.action.chat.markUnhelpful
workbench.action.chat.newChat
workbench.action.chat.newEditSession
workbench.action.chat.nextCodeBlock
workbench.action.chat.nextFileTree
workbench.action.chat.open
workbench.action.chat.openAgent
workbench.action.chat.openAsk
workbench.action.chat.openEdit
workbench.action.chat.openInEditor
workbench.action.chat.openInNewWindow
workbench.action.chat.openInSidebar
workbench.action.chat.openModelPicker
workbench.action.chat.openQuotaExceededDialog
workbench.action.chat.openStorageFolder
workbench.action.chat.previousCodeBlock
workbench.action.chat.previousFileTree
workbench.action.chat.quickVoiceChat
workbench.action.chat.readChatResponseAloud
workbench.action.chat.redoEdit
workbench.action.chat.reportIssueForBug
workbench.action.chat.resetTrustedTools
workbench.action.chat.retry
workbench.action.chat.run-in-new-chat.prompt.current
workbench.action.chat.run.prompt
workbench.action.chat.run.prompt.current
workbench.action.chat.runInTerminal
workbench.action.chat.save-to-prompt
workbench.action.chat.sendToNewChat
workbench.action.chat.showExtensionsUsingCopilot
workbench.action.chat.startParameterizedPrompt
workbench.action.chat.startVoiceChat
workbench.action.chat.stopListening
workbench.action.chat.stopListeningAndSubmit
workbench.action.chat.stopReadChatItemAloud
workbench.action.chat.submit
workbench.action.chat.submitWithCodebase
workbench.action.chat.submitWithoutDispatching
workbench.action.chat.switchToNextModel
workbench.action.chat.toggle
workbench.action.chat.toggleAgentMode
workbench.action.chat.toggleRequestPaused
workbench.action.chat.triggerSetup
workbench.action.chat.triggerSetupFromAccounts
workbench.action.chat.triggerSetupWithoutDialog
workbench.action.chat.undoEdit
workbench.action.chat.undoEdits
workbench.action.chat.upgradePlan
workbench.action.chat.voiceChatInChatView
workbench.action.chatEditor.newChat
workbench.action.clearCommandHistory
workbench.action.clearEditorHistory
workbench.action.clearLocalePreference
workbench.action.clearRecentFiles
workbench.action.closeActiveEditor
workbench.action.closeActivePinnedEditor
workbench.action.closeAllEditors
workbench.action.closeAllGroups
workbench.action.closeAuxiliaryBar
workbench.action.closeEditorInAllGroups
workbench.action.closeEditorsAndGroup
workbench.action.closeEditorsInGroup
workbench.action.closeEditorsInOtherGroups
workbench.action.closeEditorsToTheLeft
workbench.action.closeEditorsToTheRight
workbench.action.closeFolder
workbench.action.closeGroup
workbench.action.closeOtherEditors
workbench.action.closePanel
workbench.action.closeQuickOpen
workbench.action.closeSidebar
workbench.action.closeUnmodifiedEditors
workbench.action.closeWindow
workbench.action.collapseAllComments
workbench.action.compareEditor.focusOtherSide
workbench.action.compareEditor.focusPrimarySide
workbench.action.compareEditor.focusSecondarySide
workbench.action.compareEditor.nextChange
workbench.action.compareEditor.openSide
workbench.action.compareEditor.previousChange
workbench.action.compareEditor.swapSides
workbench.action.configureEditor
workbench.action.configureEditorTabs
workbench.action.configureLanguageBasedSettings
workbench.action.configureLocale
workbench.action.configureRuntimeArguments
workbench.action.continueOn.extensions
workbench.action.copyEditorGroupToNewWindow
workbench.action.copyEditorToNewWindow
workbench.action.createTerminalEditor
workbench.action.createTerminalEditorSameGroup
workbench.action.createTerminalEditorSide
workbench.action.customizeLayout
workbench.action.debug.callStackBottom
workbench.action.debug.callStackDown
workbench.action.debug.callStackTop
workbench.action.debug.callStackUp
workbench.action.debug.configure
workbench.action.debug.continue
workbench.action.debug.disconnect
workbench.action.debug.disconnectAndSuspend
workbench.action.debug.focusProcess
workbench.action.debug.nextConsole
workbench.action.debug.pause
workbench.action.debug.prevConsole
workbench.action.debug.restart
workbench.action.debug.restartFrame
workbench.action.debug.reverseContinue
workbench.action.debug.run
workbench.action.debug.selectDebugConsole
workbench.action.debug.selectDebugSession
workbench.action.debug.selectRepl
workbench.action.debug.selectandstart
workbench.action.debug.showLoadedScripts
workbench.action.debug.start
workbench.action.debug.stepBack
workbench.action.debug.stepInto
workbench.action.debug.stepIntoTarget
workbench.action.debug.stepOut
workbench.action.debug.stepOver
workbench.action.debug.stop
workbench.action.debug.terminateThread
workbench.action.decreaseViewHeight
workbench.action.decreaseViewSize
workbench.action.decreaseViewWidth
workbench.action.disableCompactAuxiliaryWindow
workbench.action.disableWindowAlwaysOnTop
workbench.action.download
workbench.action.duplicateActiveEditorGroupDown
workbench.action.duplicateActiveEditorGroupLeft
workbench.action.duplicateActiveEditorGroupRight
workbench.action.duplicateActiveEditorGroupUp
workbench.action.duplicateWorkspaceInNewWindow
workbench.action.editor.changeEOL
workbench.action.editor.changeEncoding
workbench.action.editor.changeLanguageMode
workbench.action.editor.nextChange
workbench.action.editor.previousChange
workbench.action.editorActionsDefault
workbench.action.editorActionsTitleBar
workbench.action.editorDictation.start
workbench.action.editorDictation.stop
workbench.action.editorLayoutSingle
workbench.action.editorLayoutThreeColumns
workbench.action.editorLayoutThreeRows
workbench.action.editorLayoutTwoByTwoGrid
workbench.action.editorLayoutTwoColumns
workbench.action.editorLayoutTwoColumnsBottom
workbench.action.editorLayoutTwoRows
workbench.action.editorLayoutTwoRowsRight
workbench.action.edits.addFilesFromReferences
workbench.action.edits.submit
workbench.action.enableCompactAuxiliaryWindow
workbench.action.enableWindowAlwaysOnTop
workbench.action.evenEditorWidths
workbench.action.exitZenMode
workbench.action.expandAllComments
workbench.action.expandUnresolvedComments
workbench.action.exportLogs
workbench.action.extensionHostProfiler.stop
workbench.action.files.copyPathOfActiveFile
workbench.action.files.newFile
workbench.action.files.newUntitledFile
workbench.action.files.openFile
workbench.action.files.openFileFolder
workbench.action.files.openFileFolderInNewWindow
workbench.action.files.openFileInNewWindow
workbench.action.files.openFolder
workbench.action.files.openFolderInNewWindow
workbench.action.files.openFolderViaWorkspace
workbench.action.files.openLocalFile
workbench.action.files.openLocalFolder
workbench.action.files.resetActiveEditorReadonlyInSession
workbench.action.files.revealActiveFileInWindows
workbench.action.files.revert
workbench.action.files.save
workbench.action.files.saveAll
workbench.action.files.saveAs
workbench.action.files.saveFiles
workbench.action.files.saveLocalFile
workbench.action.files.saveWithoutFormatting
workbench.action.files.setActiveEditorReadonlyInSession
workbench.action.files.setActiveEditorWriteableInSession
workbench.action.files.showOpenedFileInNewWindow
workbench.action.files.toggleActiveEditorReadonlyInSession
workbench.action.findInFiles
workbench.action.firstEditorInGroup
workbench.action.focusAboveGroup
workbench.action.focusAboveGroupWithoutWrap
workbench.action.focusActiveEditorGroup
workbench.action.focusActivityBar
workbench.action.focusAuxiliaryBar
workbench.action.focusBanner
workbench.action.focusBelowGroup
workbench.action.focusBelowGroupWithoutWrap
workbench.action.focusCommentOnCurrentLine
workbench.action.focusEighthEditorGroup
workbench.action.focusFifthEditorGroup
workbench.action.focusFirstEditorGroup
workbench.action.focusFirstSideEditor
workbench.action.focusFourthEditorGroup
workbench.action.focusLastEditorGroup
workbench.action.focusLeftGroup
workbench.action.focusLeftGroupWithoutWrap
workbench.action.focusNextGroup
workbench.action.focusNextPart
workbench.action.focusOtherSideEditor
workbench.action.focusPanel
workbench.action.focusPreviousGroup
workbench.action.focusPreviousPart
workbench.action.focusQuickOpen
workbench.action.focusRightGroup
workbench.action.focusRightGroupWithoutWrap
workbench.action.focusSecondEditorGroup
workbench.action.focusSecondSideEditor
workbench.action.focusSeventhEditorGroup
workbench.action.focusSideBar
workbench.action.focusSixthEditorGroup
workbench.action.focusStatusBar
workbench.action.focusThirdEditorGroup
workbench.action.focusTitleBar
workbench.action.generateColorTheme
workbench.action.getStartedWithAccessibilityFeatures
workbench.action.gotoLine
workbench.action.gotoSymbol
workbench.action.hideComment
workbench.action.hideEditorActions
workbench.action.hideEditorTabs
workbench.action.holdLockedScrolling
workbench.action.importLog
workbench.action.increaseViewHeight
workbench.action.increaseViewSize
workbench.action.increaseViewWidth
workbench.action.inspectContextKeys
workbench.action.inspectKeyMappings
workbench.action.inspectKeyMappingsJSON
workbench.action.interactivePlayground.arrowDown
workbench.action.interactivePlayground.arrowUp
workbench.action.interactivePlayground.pageDown
workbench.action.interactivePlayground.pageUp
workbench.action.joinAllGroups
workbench.action.joinEditorInGroup
workbench.action.joinTwoGroups
workbench.action.keepEditor
workbench.action.keybindingsReference
workbench.action.lastEditorInGroup
workbench.action.localHistory.compareWithFile
workbench.action.localHistory.compareWithPrevious
workbench.action.localHistory.compareWithSelected
workbench.action.localHistory.create
workbench.action.localHistory.delete
workbench.action.localHistory.deleteAll
workbench.action.localHistory.open
workbench.action.localHistory.rename
workbench.action.localHistory.restore
workbench.action.localHistory.restoreViaEditor
workbench.action.localHistory.restoreViaPicker
workbench.action.localHistory.revealInOS
workbench.action.localHistory.selectForCompare
workbench.action.lockEditorGroup
workbench.action.logStorage
workbench.action.logWorkingCopies
workbench.action.manageTrustedDomain
workbench.action.maximizeEditorHideSidebar
workbench.action.minimizeOtherEditors
workbench.action.minimizeOtherEditorsHideSidebar
workbench.action.moveActiveEditorGroupDown
workbench.action.moveActiveEditorGroupLeft
workbench.action.moveActiveEditorGroupRight
workbench.action.moveActiveEditorGroupUp
workbench.action.moveEditorGroupToNewWindow
workbench.action.moveEditorLeftInGroup
workbench.action.moveEditorRightInGroup
workbench.action.moveEditorToAboveGroup
workbench.action.moveEditorToBelowGroup
workbench.action.moveEditorToFirstGroup
workbench.action.moveEditorToLastGroup
workbench.action.moveEditorToLeftGroup
workbench.action.moveEditorToNewWindow
workbench.action.moveEditorToNextGroup
workbench.action.moveEditorToPreviousGroup
workbench.action.moveEditorToRightGroup
workbench.action.moveFocusedView
workbench.action.movePanelToSecondarySideBar
workbench.action.movePanelToSidePanel
workbench.action.moveSecondarySideBarToPanel
workbench.action.moveSideBarLeft
workbench.action.moveSideBarRight
workbench.action.moveSidePanelToPanel
workbench.action.moveView
workbench.action.navigateBack
workbench.action.navigateBackInEditLocations
workbench.action.navigateBackInNavigationLocations
workbench.action.navigateDown
workbench.action.navigateEditorGroups
workbench.action.navigateForward
workbench.action.navigateForwardInEditLocations
workbench.action.navigateForwardInNavigationLocations
workbench.action.navigateLast
workbench.action.navigateLeft
workbench.action.navigatePreviousInEditLocations
workbench.action.navigatePreviousInNavigationLocations
workbench.action.navigateRight
workbench.action.navigateToLastEditLocation
workbench.action.navigateToLastNavigationLocation
workbench.action.navigateUp
workbench.action.newEmptyEditorWindow
workbench.action.newGroupAbove
workbench.action.newGroupBelow
workbench.action.newGroupLeft
workbench.action.newGroupRight
workbench.action.newWindow
workbench.action.nextAuxiliaryBarView
workbench.action.nextEditor
workbench.action.nextEditorInGroup
workbench.action.nextPanelView
workbench.action.nextSideBarView
workbench.action.openAccessibilitySettings
workbench.action.openActiveLogOutputFile
workbench.action.openActiveLogOutputFileInNewWindow
workbench.action.openApplicationSettingsJson
workbench.action.openChat
workbench.action.openDefaultKeybindingsFile
workbench.action.openDocumentationUrl
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.openExtensionLogsFolder
workbench.action.openFolderSettings
workbench.action.openFolderSettingsFile
workbench.action.openGlobalKeybindings
workbench.action.openGlobalKeybindingsFile
workbench.action.openGlobalSettings
workbench.action.openIssueReporter
workbench.action.openLicenseUrl
workbench.action.openLogFile
workbench.action.openLogsFolder
workbench.action.openNewsletterSignupUrl
workbench.action.openNextRecentlyUsedEditor
workbench.action.openNextRecentlyUsedEditorInGroup
workbench.action.openPreviousEditorFromHistory
workbench.action.openPreviousRecentlyUsedEditor
workbench.action.openPreviousRecentlyUsedEditorInGroup
workbench.action.openPrivacyStatementUrl
workbench.action.openProcessExplorer
workbench.action.openProfile.Default
workbench.action.openQuickChat
workbench.action.openRawDefaultSettings
workbench.action.openRecent
workbench.action.openRemoteSettings
workbench.action.openRemoteSettingsFile
workbench.action.openRequestFeatureUrl
workbench.action.openSettings
workbench.action.openSettings2
workbench.action.openSettingsJson
workbench.action.openSnippets
workbench.action.openTipsAndTricksUrl
workbench.action.openVideoTutorialsUrl
workbench.action.openView
workbench.action.openWalkthrough
workbench.action.openWorkspace
workbench.action.openWorkspaceConfigFile
workbench.action.openWorkspaceFromEditor
workbench.action.openWorkspaceInNewWindow
workbench.action.openWorkspaceSettings
workbench.action.openWorkspaceSettingsFile
workbench.action.openYouTubeUrl
workbench.action.output.activeOutputLogLevel.0
workbench.action.output.activeOutputLogLevel.1
workbench.action.output.activeOutputLogLevel.2
workbench.action.output.activeOutputLogLevel.3
workbench.action.output.activeOutputLogLevel.4
workbench.action.output.activeOutputLogLevel.5
workbench.action.output.activeOutputLogLevelDefault
workbench.action.output.addCompoundLog
workbench.action.output.remove
workbench.action.output.show.GitHub.copilot-chat.GitHub Copilot Chat
workbench.action.output.show.GitHub.copilot.GitHub Copilot
workbench.action.output.show.extension-output-GitHub.copilot-#1-GitHub Copilot Log (Code References)
workbench.action.output.show.extension-output-RooVeterinaryInc.roo-cline-#1-Roo-Code
workbench.action.output.show.exthost
workbench.action.output.show.main
workbench.action.output.show.ms-python.debugpy.Python Debugger
workbench.action.output.show.ms-python.python.Python
workbench.action.output.show.ms-python.python.Python Language Server
workbench.action.output.show.ms-python.python.Python Locator
workbench.action.output.show.ptyhost
workbench.action.output.show.remoteTunnelService
workbench.action.output.show.rendererLog
workbench.action.output.show.shared
workbench.action.output.show.tasks
workbench.action.output.show.terminal
workbench.action.output.show.userDataSync
workbench.action.output.show.vscode.git.Git
workbench.action.output.show.vscode.github-authentication.GitHub Authentication
workbench.action.output.show.vscode.github.GitHub
workbench.action.output.show.vscode.json-language-features.JSON Language Server
workbench.action.output.show.vscode.typescript-language-features.TypeScript
workbench.action.output.toggleOutput
workbench.action.pauseSocketWriting
workbench.action.pinEditor
workbench.action.populateFileFromSnippet
workbench.action.positionPanelBottom
workbench.action.positionPanelLeft
workbench.action.positionPanelRight
workbench.action.positionPanelTop
workbench.action.previewColorTheme
workbench.action.previousAuxiliaryBarView
workbench.action.previousEditor
workbench.action.previousEditorInGroup
workbench.action.previousPanelView
workbench.action.previousSideBarView
workbench.action.problems.focus
workbench.action.quickInputBack
workbench.action.quickOpen
workbench.action.quickOpenLeastRecentlyUsedEditor
workbench.action.quickOpenLeastRecentlyUsedEditorInGroup
workbench.action.quickOpenNavigateNext
workbench.action.quickOpenNavigateNextInEditorPicker
workbench.action.quickOpenNavigateNextInFilePicker
workbench.action.quickOpenNavigateNextInRecentFilesPicker
workbench.action.quickOpenNavigateNextInTerminalPicker
workbench.action.quickOpenNavigateNextInViewPicker
workbench.action.quickOpenNavigatePrevious
workbench.action.quickOpenNavigatePreviousInEditorPicker
workbench.action.quickOpenNavigatePreviousInFilePicker
workbench.action.quickOpenNavigatePreviousInRecentFilesPicker
workbench.action.quickOpenNavigatePreviousInTerminalPicker
workbench.action.quickOpenNavigatePreviousInViewPicker
workbench.action.quickOpenPreviousEditor
workbench.action.quickOpenPreviousRecentlyUsedEditor
workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup
workbench.action.quickOpenRecent
workbench.action.quickOpenSelectNext
workbench.action.quickOpenSelectPrevious
workbench.action.quickOpenTerm
workbench.action.quickOpenView
workbench.action.quickOpenWithModes
workbench.action.quickPickManyToggle
workbench.action.quickSwitchWindow
workbench.action.quickTextSearch
workbench.action.quickchat.close
workbench.action.quickchat.openInChatView
workbench.action.quickchat.toggle
workbench.action.quit
workbench.action.reloadWindow
workbench.action.reloadWindowWithExtensionsDisabled
workbench.action.remote.close
workbench.action.remote.extensions
workbench.action.remote.showMenu
workbench.action.removeLargeStorageDatabaseEntries
workbench.action.removeRootFolder
workbench.action.reopenClosedEditor
workbench.action.reopenTextEditor
workbench.action.reopenWithEditor
workbench.action.replaceInFiles
workbench.action.resetFocusedViewLocation
workbench.action.resetViewLocations
workbench.action.restartExtensionHost
workbench.action.restoreEditorsToMainWindow
workbench.action.revealUserDataFolder
workbench.action.revertAndCloseActiveEditor
workbench.action.saveActiveLogOutputAs
workbench.action.saveWorkspaceAs
workbench.action.search.toggleQueryDetails
workbench.action.selectIconTheme
workbench.action.selectProductIconTheme
workbench.action.selectTheme
workbench.action.setDefaultLogLevel
workbench.action.setLogLevel
workbench.action.share
workbench.action.showAboutDialog
workbench.action.showAllEditors
workbench.action.showAllEditorsByMostRecentlyUsed
workbench.action.showAllSymbols
workbench.action.showCommands
workbench.action.showEditorActions
workbench.action.showEditorTab
workbench.action.showEditorsInActiveGroup
workbench.action.showEditorsInGroup
workbench.action.showEmmetCommands
workbench.action.showErrorsWarnings
workbench.action.showGPUInfo
workbench.action.showHover
workbench.action.showInteractivePlayground
workbench.action.showLogs
workbench.action.showMultipleEditorTabs
workbench.action.showOutputChannels
workbench.action.showRuntimeExtensions
workbench.action.showTelemetry
workbench.action.showWindowLog
workbench.action.speech.stopReadAloud
workbench.action.splitEditor
workbench.action.splitEditorDown
workbench.action.splitEditorInGroup
workbench.action.splitEditorLeft
workbench.action.splitEditorOrthogonal
workbench.action.splitEditorRight
workbench.action.splitEditorToAboveGroup
workbench.action.splitEditorToBelowGroup
workbench.action.splitEditorToFirstGroup
workbench.action.splitEditorToLastGroup
workbench.action.splitEditorToLeftGroup
workbench.action.splitEditorToNextGroup
workbench.action.splitEditorToPreviousGroup
workbench.action.splitEditorToRightGroup
workbench.action.splitEditorUp
workbench.action.stopTracing
workbench.action.switchWindow
workbench.action.tasks.build
workbench.action.tasks.configureDefaultBuildTask
workbench.action.tasks.configureDefaultTestTask
workbench.action.tasks.configureTaskRunner
workbench.action.tasks.manageAutomaticRunning
workbench.action.tasks.openUserTasks
workbench.action.tasks.openWorkspaceFileTasks
workbench.action.tasks.reRunTask
workbench.action.tasks.rerunForActiveTerminal
workbench.action.tasks.restartTask
workbench.action.tasks.runTask
workbench.action.tasks.showLog
workbench.action.tasks.showTasks
workbench.action.tasks.terminate
workbench.action.tasks.test
workbench.action.tasks.toggleProblems
workbench.action.terminal.acceptSelectedSuggestion
workbench.action.terminal.acceptSelectedSuggestionEnter
workbench.action.terminal.accessibleBufferGoToNextCommand
workbench.action.terminal.accessibleBufferGoToPreviousCommand
workbench.action.terminal.attachToSession
workbench.action.terminal.changeColor
workbench.action.terminal.changeColorActiveTab
workbench.action.terminal.changeIcon
workbench.action.terminal.changeIconActiveTab
workbench.action.terminal.chat.close
workbench.action.terminal.chat.insertCommand
workbench.action.terminal.chat.insertFirstCommand
workbench.action.terminal.chat.rerunRequest
workbench.action.terminal.chat.runCommand
workbench.action.terminal.chat.runFirstCommand
workbench.action.terminal.chat.start
workbench.action.terminal.chat.viewInChat
workbench.action.terminal.clear
workbench.action.terminal.clearPreviousSessionHistory
workbench.action.terminal.clearSelection
workbench.action.terminal.configureSuggestSettings
workbench.action.terminal.copyAndClearSelection
workbench.action.terminal.copyLastCommand
workbench.action.terminal.copyLastCommandAndLastCommandOutput
workbench.action.terminal.copyLastCommandOutput
workbench.action.terminal.copySelection
workbench.action.terminal.copySelectionAsHtml
workbench.action.terminal.detachSession
workbench.action.terminal.findNext
workbench.action.terminal.findPrevious
workbench.action.terminal.focus
workbench.action.terminal.focusAccessibleBuffer
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.action.terminal.focusFind
workbench.action.terminal.focusHover
workbench.action.terminal.focusNext
workbench.action.terminal.focusNextPane
workbench.action.terminal.focusPrevious
workbench.action.terminal.focusPreviousPane
workbench.action.terminal.focusTabs
workbench.action.terminal.fontZoomIn
workbench.action.terminal.fontZoomOut
workbench.action.terminal.fontZoomReset
workbench.action.terminal.goToRecentDirectory
workbench.action.terminal.hideFind
workbench.action.terminal.hideSuggestWidget
workbench.action.terminal.hideSuggestWidgetAndNavigateHistory
workbench.action.terminal.join
workbench.action.terminal.joinActiveTab
workbench.action.terminal.kill
workbench.action.terminal.killActiveTab
workbench.action.terminal.killAll
workbench.action.terminal.killEditor
workbench.action.terminal.killViewOrEditor
workbench.action.terminal.moveIntoNewWindow
workbench.action.terminal.moveToEditor
workbench.action.terminal.moveToTerminalPanel
workbench.action.terminal.new
workbench.action.terminal.newInActiveWorkspace
workbench.action.terminal.newWithCwd
workbench.action.terminal.newWithProfile
workbench.action.terminal.openDetectedLink
workbench.action.terminal.openFileLink
workbench.action.terminal.openNativeConsole
workbench.action.terminal.openSettings
workbench.action.terminal.openUrlLink
workbench.action.terminal.paste
workbench.action.terminal.pasteSelection
workbench.action.terminal.recordSession
workbench.action.terminal.relaunch
workbench.action.terminal.rename
workbench.action.terminal.renameActiveTab
workbench.action.terminal.renameWithArg
workbench.action.terminal.requestCompletions
workbench.action.terminal.resetSuggestWidgetSize
workbench.action.terminal.resizePaneDown
workbench.action.terminal.resizePaneLeft
workbench.action.terminal.resizePaneRight
workbench.action.terminal.resizePaneUp
workbench.action.terminal.restartPtyHost
workbench.action.terminal.runActiveFile
workbench.action.terminal.runRecentCommand
workbench.action.terminal.runSelectedText
workbench.action.terminal.scrollDown
workbench.action.terminal.scrollDownPage
workbench.action.terminal.scrollToBottom
workbench.action.terminal.scrollToBottomAccessibleView
workbench.action.terminal.scrollToNextCommand
workbench.action.terminal.scrollToPreviousCommand
workbench.action.terminal.scrollToTop
workbench.action.terminal.scrollToTopAccessibleView
workbench.action.terminal.scrollUp
workbench.action.terminal.scrollUpPage
workbench.action.terminal.searchWorkspace
workbench.action.terminal.selectAll
workbench.action.terminal.selectDefaultShell
workbench.action.terminal.selectNextPageSuggestion
workbench.action.terminal.selectNextSuggestion
workbench.action.terminal.selectPrevPageSuggestion
workbench.action.terminal.selectPrevSuggestion
workbench.action.terminal.selectToNextCommand
workbench.action.terminal.selectToNextLine
workbench.action.terminal.selectToPreviousCommand
workbench.action.terminal.selectToPreviousLine
workbench.action.terminal.sendSequence
workbench.action.terminal.setDimensions
workbench.action.terminal.showEnvironmentContributions
workbench.action.terminal.showQuickFixes
workbench.action.terminal.showTextureAtlas
workbench.action.terminal.sizeToContentWidth
workbench.action.terminal.split
workbench.action.terminal.splitActiveTab
workbench.action.terminal.splitInActiveWorkspace
workbench.action.terminal.suggestToggleDetails
workbench.action.terminal.suggestToggleDetailsFocus
workbench.action.terminal.switchTerminal
workbench.action.terminal.toggleFindCaseSensitive
workbench.action.terminal.toggleFindRegex
workbench.action.terminal.toggleFindWholeWord
workbench.action.terminal.toggleStickyScroll
workbench.action.terminal.toggleTerminal
workbench.action.terminal.unsplit
workbench.action.terminal.writeDataToTerminal
workbench.action.toggleActivityBarVisibility
workbench.action.toggleAutoSave
workbench.action.toggleAuxiliaryBar
workbench.action.toggleCenteredLayout
workbench.action.toggleCommenting
workbench.action.toggleCompactAuxiliaryWindow
workbench.action.toggleConfirmBeforeClose
workbench.action.toggleDevTools
workbench.action.toggleEditorGroupLayout
workbench.action.toggleEditorGroupLock
workbench.action.toggleEditorType
workbench.action.toggleEditorVisibility
workbench.action.toggleEditorWidths
workbench.action.toggleFullScreen
workbench.action.toggleKeepEditors
workbench.action.toggleKeybindingsLog
workbench.action.toggleLightDarkThemes
workbench.action.toggleLockedScrolling
workbench.action.toggleMaximizeEditorGroup
workbench.action.toggleMaximizedPanel
workbench.action.toggleMenuBar
workbench.action.toggleMultiCursorModifier
workbench.action.toggleNotebookClipboardLog
workbench.action.togglePanel
workbench.action.toggleScreencastMode
workbench.action.toggleSearchOnType
workbench.action.toggleSeparatePinnedEditorTabs
workbench.action.toggleSidebarPosition
workbench.action.toggleSidebarVisibility
workbench.action.toggleSplitEditorInGroup
workbench.action.toggleSplitEditorInGroupLayout
workbench.action.toggleStatusbarVisibility
workbench.action.toggleWindowAlwaysOnTop
workbench.action.toggleZenMode
workbench.action.triggerReconnect
workbench.action.troubleshootIssue.start
workbench.action.troubleshootIssue.stop
workbench.action.unlockEditorGroup
workbench.action.unpinEditor
workbench.action.url.openUrl
workbench.action.webview.openDeveloperTools
workbench.action.webview.reloadWebviewAction
workbench.action.zenHideEditorTabs
workbench.action.zenShowEditorTab
workbench.action.zenShowMultipleEditorTabs
workbench.action.zoomIn
workbench.action.zoomOut
workbench.action.zoomReset
workbench.actions.sync.editMachineName
workbench.actions.sync.loadActivity
workbench.actions.sync.turnOffSyncOnMachine
workbench.actions.sync.workbench.views.sync.localActivity.compareWithLocal
workbench.actions.sync.workbench.views.sync.localActivity.replaceCurrent
workbench.actions.sync.workbench.views.sync.localActivity.resolveResource
workbench.actions.sync.workbench.views.sync.remoteActivity.compareWithLocal
workbench.actions.sync.workbench.views.sync.remoteActivity.replaceCurrent
workbench.actions.sync.workbench.views.sync.remoteActivity.resolveResource
workbench.actions.syncData.reset
workbench.actions.table.workbench.panel.markers.view.viewAsTable
workbench.actions.table.workbench.panel.markers.view.viewAsTree
workbench.actions.treeView.workbench.panel.markers.view.collapseAll
workbench.actions.view.problems
workbench.actions.view.toggleProblems
workbench.actions.workbench.panel.comments.toggleResolvedComments
workbench.actions.workbench.panel.comments.toggleSortByResource
workbench.actions.workbench.panel.comments.toggleSortByUpdatedAt
workbench.actions.workbench.panel.comments.toggleUnResolvedComments
workbench.actions.workbench.panel.markers.view.toggleActiveFile
workbench.actions.workbench.panel.markers.view.toggleErrors
workbench.actions.workbench.panel.markers.view.toggleExcludedFiles
workbench.actions.workbench.panel.markers.view.toggleInfos
workbench.actions.workbench.panel.markers.view.toggleWarnings
workbench.actions.workbench.panel.output.clearFilterText
workbench.actions.workbench.panel.output.toggle.debug
workbench.actions.workbench.panel.output.toggle.error
workbench.actions.workbench.panel.output.toggle.info
workbench.actions.workbench.panel.output.toggle.trace
workbench.actions.workbench.panel.output.toggle.warn
workbench.banner.focusBanner
workbench.banner.focusNextAction
workbench.banner.focusPreviousAction
workbench.command.new.instructions
workbench.command.new.mode
workbench.command.new.prompt
workbench.debug.action.copyAll
workbench.debug.action.focusBreakpointsView
workbench.debug.action.focusCallStackView
workbench.debug.action.focusRepl
workbench.debug.action.focusVariablesView
workbench.debug.action.focusWatchView
workbench.debug.action.toggleRepl
workbench.debug.breakPointsView.open
workbench.debug.breakPointsView.removeView
workbench.debug.breakPointsView.resetViewLocation
workbench.debug.breakPointsView.toggleVisibility
workbench.debug.callStackView.open
workbench.debug.callStackView.resetViewLocation
workbench.debug.loadedScriptsView.focus
workbench.debug.loadedScriptsView.open
workbench.debug.loadedScriptsView.resetViewLocation
workbench.debug.panel.action.clearReplAction
workbench.debug.variablesView.open
workbench.debug.variablesView.resetViewLocation
workbench.debug.viewlet.action.addDataBreakpointOnAddress
workbench.debug.viewlet.action.addFunctionBreakpointAction
workbench.debug.viewlet.action.addWatchExpression
workbench.debug.viewlet.action.copyValue
workbench.debug.viewlet.action.copyWorkspaceVariableValue
workbench.debug.viewlet.action.disableAllBreakpoints
workbench.debug.viewlet.action.editDataBreakpointOnAddress
workbench.debug.viewlet.action.enableAllBreakpoints
workbench.debug.viewlet.action.reapplyBreakpointsAction
workbench.debug.viewlet.action.removeAllBreakpoints
workbench.debug.viewlet.action.removeAllWatchExpressions
workbench.debug.viewlet.action.removeBreakpoint
workbench.debug.viewlet.action.toggleBreakpointsActivatedAction
workbench.debug.viewlet.action.viewMemory
workbench.debug.watchExpressionsView.open
workbench.debug.watchExpressionsView.resetViewLocation
workbench.debug.welcome.focus
workbench.debug.welcome.open
workbench.debug.welcome.removeView
workbench.debug.welcome.resetViewLocation
workbench.debug.welcome.toggleVisibility
workbench.editSessions.actions.delete
workbench.editSessions.actions.deleteAll
workbench.editSessions.actions.resetAuth
workbench.editSessions.actions.resume
workbench.editSessions.actions.resumeFromSerializedPayload
workbench.editSessions.actions.resumeLatest
workbench.editSessions.actions.showEditSessions
workbench.editSessions.actions.showOutputChannel
workbench.editSessions.actions.signIn
workbench.editSessions.actions.store
workbench.editSessions.actions.storeCurrent
workbench.explorer.fileView.focus
workbench.explorer.fileView.open
workbench.explorer.fileView.removeView
workbench.explorer.fileView.resetViewLocation
workbench.explorer.fileView.toggleVisibility
workbench.explorer.openEditorsView.open
workbench.explorer.openEditorsView.removeView
workbench.explorer.openEditorsView.resetViewLocation
workbench.explorer.openEditorsView.toggleVisibility
workbench.extensions.action.addExtensionToWorkspaceRecommendations
workbench.extensions.action.addToWorkspaceFolderIgnoredRecommendations
workbench.extensions.action.addToWorkspaceFolderRecommendations
workbench.extensions.action.addToWorkspaceIgnoredRecommendations
workbench.extensions.action.addToWorkspaceRecommendations
workbench.extensions.action.checkForUpdates
workbench.extensions.action.clearExtensionsSearchResults
workbench.extensions.action.clearLanguage
workbench.extensions.action.configure
workbench.extensions.action.configureKeybindings
workbench.extensions.action.configureWorkspaceFolderRecommendedExtensions
workbench.extensions.action.configureWorkspaceRecommendedExtensions
workbench.extensions.action.copyExtension
workbench.extensions.action.copyExtensionId
workbench.extensions.action.copyLink
workbench.extensions.action.debugExtensionHost
workbench.extensions.action.disableAll
workbench.extensions.action.disableAllWorkspace
workbench.extensions.action.disableAutoUpdate
workbench.extensions.action.download
workbench.extensions.action.downloadPreRelease
workbench.extensions.action.enableAll
workbench.extensions.action.enableAllWorkspace
workbench.extensions.action.enableAutoUpdate
workbench.extensions.action.extensionHostProfile
workbench.extensions.action.extensionUpdates
workbench.extensions.action.focusExtensionsView
workbench.extensions.action.ignoreRecommendation
workbench.extensions.action.install.anotherVersion
workbench.extensions.action.install.specificVersion
workbench.extensions.action.installAndDonotSync
workbench.extensions.action.installExtensionFromLocation
workbench.extensions.action.installExtensions
workbench.extensions.action.installPrereleaseAndDonotSync
workbench.extensions.action.installUnsigned
workbench.extensions.action.installVSIX
workbench.extensions.action.installWorkspaceRecommendedExtensions
workbench.extensions.action.installedExtensions
workbench.extensions.action.listBuiltInExtensions
workbench.extensions.action.listWorkspaceUnsupportedExtensions
workbench.extensions.action.manageAccountPreferences
workbench.extensions.action.manageAuthorizedExtensionURIs
workbench.extensions.action.manageTrustedPublishers
workbench.extensions.action.openExtensionHostProfile
workbench.extensions.action.openExtensionsFolder
workbench.extensions.action.recentlyPublishedExtensions
workbench.extensions.action.refreshExtension
workbench.extensions.action.removeExtensionFromWorkspaceRecommendations
workbench.extensions.action.saveExtensionHostProfile
workbench.extensions.action.setColorTheme
workbench.extensions.action.setFileIconTheme
workbench.extensions.action.setProductIconTheme
workbench.extensions.action.showDisabledExtensions
workbench.extensions.action.showEnabledExtensions
workbench.extensions.action.showExtensionsForLanguage
workbench.extensions.action.showExtensionsWithIds
workbench.extensions.action.showLanguageExtensions
workbench.extensions.action.showPopularExtensions
workbench.extensions.action.showPreReleaseVersion
workbench.extensions.action.showRecommendedExtensions
workbench.extensions.action.showRecommendedKeymapExtensions
workbench.extensions.action.showReleasedVersion
workbench.extensions.action.stopExtensionHostProfile
workbench.extensions.action.switchToPreRlease
workbench.extensions.action.switchToRelease
workbench.extensions.action.toggleApplyToAllProfiles
workbench.extensions.action.toggleAutoUpdateForExtension
workbench.extensions.action.toggleAutoUpdatesForPublisher
workbench.extensions.action.toggleIgnoreExtension
workbench.extensions.action.undoIgnoredRecommendation
workbench.extensions.action.updateAllExtensions
workbench.extensions.command.installFromVSIX
workbench.extensions.installExtension
workbench.extensions.installMissingDependencies
workbench.extensions.search
workbench.extensions.uninstallExtension
workbench.files.action.acceptLocalChanges
workbench.files.action.collapseExplorerFolders
workbench.files.action.compareFileWith
workbench.files.action.compareNewUntitledTextFiles
workbench.files.action.compareWithClipboard
workbench.files.action.compareWithSaved
workbench.files.action.createFileFromExplorer
workbench.files.action.createFolderFromExplorer
workbench.files.action.focusFilesExplorer
workbench.files.action.focusOpenEditorsView
workbench.files.action.refreshFilesExplorer
workbench.files.action.revertLocalChanges
workbench.files.action.saveAllInGroup
workbench.files.action.showActiveFileInExplorer
workbench.getCodeExchangeProxyEndpoints
workbench.mcp.addConfiguration
workbench.mcp.browseResources
workbench.mcp.browseServers
workbench.mcp.editStoredInput
workbench.mcp.installFromActivation
workbench.mcp.listServer
workbench.mcp.removeStoredInput
workbench.mcp.resetCachedTools
workbench.mcp.resetTrust
workbench.mcp.restartServer
workbench.mcp.serverOptions
workbench.mcp.showConfiguration
workbench.mcp.showOutput
workbench.mcp.startServer
workbench.mcp.stopServer
workbench.notebook.layout.configure
workbench.notebook.layout.configure.editorTitle
workbench.notebook.layout.gettingStarted
workbench.notebook.layout.select
workbench.notebook.layout.webview.reset
workbench.output.action.clearOutput
workbench.output.action.switchBetweenOutputs
workbench.output.action.toggleAutoScroll
workbench.panel.chat
workbench.panel.chat.resetViewContainerLocation
workbench.panel.chat.view.copilot.focus
workbench.panel.chat.view.copilot.removeView
workbench.panel.chat.view.copilot.resetViewLocation
workbench.panel.chat.view.copilot.toggleVisibility
workbench.panel.markers.resetViewContainerLocation
workbench.panel.markers.view.focus
workbench.panel.markers.view.removeView
workbench.panel.markers.view.resetViewLocation
workbench.panel.markers.view.toggleVisibility
workbench.panel.output.focus
workbench.panel.output.removeView
workbench.panel.output.resetViewContainerLocation
workbench.panel.output.resetViewLocation
workbench.panel.output.toggleVisibility
workbench.panel.repl.resetViewContainerLocation
workbench.panel.repl.view.focus
workbench.panel.repl.view.removeView
workbench.panel.repl.view.resetViewLocation
workbench.panel.repl.view.toggleVisibility
workbench.panel.testResults.resetViewContainerLocation
workbench.panel.testResults.view.focus
workbench.panel.testResults.view.open
workbench.panel.testResults.view.resetViewLocation
workbench.profiles.actions.cleanupProfiles
workbench.profiles.actions.createFromCurrentProfile
workbench.profiles.actions.createProfile
workbench.profiles.actions.createTemporaryProfile
workbench.profiles.actions.deleteProfile
workbench.profiles.actions.exportProfile
workbench.profiles.actions.help
workbench.profiles.actions.manageProfiles
workbench.profiles.actions.newWindowWithProfile
workbench.profiles.actions.profileEntry.__default__profile__
workbench.profiles.actions.resetWorkspaces
workbench.profiles.actions.switchProfile
workbench.remote.action.closeUnusedPorts
workbench.remoteTunnel.actions.configure
workbench.remoteTunnel.actions.connecting
workbench.remoteTunnel.actions.copyToClipboard
workbench.remoteTunnel.actions.learnMore
workbench.remoteTunnel.actions.manage
workbench.remoteTunnel.actions.showLog
workbench.remoteTunnel.actions.turnOff
workbench.remoteTunnel.actions.turnOn
workbench.scm.action.collapseAllRepositories
workbench.scm.action.expandAllRepositories
workbench.scm.action.focusNextInput
workbench.scm.action.focusNextResourceGroup
workbench.scm.action.focusPreviousInput
workbench.scm.action.focusPreviousResourceGroup
workbench.scm.action.graph.addHistoryItemToChat
workbench.scm.action.graph.openFile
workbench.scm.action.graph.pickHistoryItemRefs
workbench.scm.action.graph.pickRepository
workbench.scm.action.graph.refresh
workbench.scm.action.graph.revealCurrentHistoryItem
workbench.scm.action.graph.setListViewMode
workbench.scm.action.graph.setTreeViewMode
workbench.scm.action.graph.summarizeHistoryItem
workbench.scm.action.graph.viewChanges
workbench.scm.action.repositories.setSortKey.discoveryTime
workbench.scm.action.repositories.setSortKey.name
workbench.scm.action.repositories.setSortKey.path
workbench.scm.action.setListViewMode
workbench.scm.action.setListViewModeNavigation
workbench.scm.action.setSortKey.name
workbench.scm.action.setSortKey.path
workbench.scm.action.setSortKey.status
workbench.scm.action.setTreeViewMode
workbench.scm.action.setTreeViewModeNavigation
workbench.scm.focus
workbench.scm.history.focus
workbench.scm.history.open
workbench.scm.history.resetViewLocation
workbench.scm.removeView
workbench.scm.repositories.focus
workbench.scm.repositories.open
workbench.scm.repositories.resetViewLocation
workbench.scm.resetViewLocation
workbench.scm.toggleVisibility
workbench.statusBar.clearFocus
workbench.statusBar.focusFirst
workbench.statusBar.focusLast
workbench.statusBar.focusNext
workbench.statusBar.focusPrevious
workbench.trust.configure
workbench.trust.manage
workbench.userData.actions.cancelTurnOn
workbench.userData.actions.openSyncBackupsFolder
workbench.userData.actions.signin
workbench.userData.actions.turningOn
workbench.userDataSync.actions.acceptMerges
workbench.userDataSync.actions.configure
workbench.userDataSync.actions.downloadSyncActivity
workbench.userDataSync.actions.help
workbench.userDataSync.actions.manage
workbench.userDataSync.actions.settings
workbench.userDataSync.actions.showConflicts
workbench.userDataSync.actions.showLog
workbench.userDataSync.actions.showSyncedData
workbench.userDataSync.actions.syncNow
workbench.userDataSync.actions.turnOff
workbench.userDataSync.actions.turnOn
workbench.view.debug
workbench.view.debug.resetViewContainerLocation
workbench.view.editSessions.resetViewContainerLocation
workbench.view.explorer
workbench.view.explorer.resetViewContainerLocation
workbench.view.extension.copilot-chat
workbench.view.extension.copilot-chat.resetViewContainerLocation
workbench.view.extension.jupyter
workbench.view.extension.jupyter-variables
workbench.view.extension.jupyter-variables.resetViewContainerLocation
workbench.view.extension.jupyter.resetViewContainerLocation
workbench.view.extension.references-view
workbench.view.extension.references-view.resetViewContainerLocation
workbench.view.extension.roo-cline-ActivityBar
workbench.view.extension.roo-cline-ActivityBar.resetViewContainerLocation
workbench.view.extension.test
workbench.view.extension.test.resetViewContainerLocation
workbench.view.extensions
workbench.view.extensions.resetViewContainerLocation
workbench.view.remote
workbench.view.remote.resetViewContainerLocation
workbench.view.scm
workbench.view.scm.resetViewContainerLocation
workbench.view.search
workbench.view.search.focus
workbench.view.search.removeView
workbench.view.search.resetViewContainerLocation
workbench.view.search.resetViewLocation
workbench.view.search.toggleVisibility
workbench.view.sync
workbench.view.sync.resetViewContainerLocation
workbench.view.testCoverage.focus
workbench.view.testCoverage.open
workbench.view.testCoverage.resetViewLocation
workbench.view.testing.focus
workbench.view.testing.open
workbench.view.testing.removeView
workbench.view.testing.resetViewLocation
workbench.view.testing.toggleVisibility
workbench.views.editSessions.data.focus
workbench.views.editSessions.data.open
workbench.views.editSessions.data.resetViewLocation
workbench.views.extensions.builtinFeatureExtensions.focus
workbench.views.extensions.builtinFeatureExtensions.open
workbench.views.extensions.builtinFeatureExtensions.resetViewLocation
workbench.views.extensions.builtinProgrammingLanguageExtensions.focus
workbench.views.extensions.builtinProgrammingLanguageExtensions.open
workbench.views.extensions.builtinProgrammingLanguageExtensions.resetViewLocation
workbench.views.extensions.builtinThemeExtensions.focus
workbench.views.extensions.builtinThemeExtensions.open
workbench.views.extensions.builtinThemeExtensions.resetViewLocation
workbench.views.extensions.deprecatedExtensions.focus
workbench.views.extensions.deprecatedExtensions.open
workbench.views.extensions.deprecatedExtensions.resetViewLocation
workbench.views.extensions.disabled.focus
workbench.views.extensions.disabled.open
workbench.views.extensions.disabled.resetViewLocation
workbench.views.extensions.enabled.focus
workbench.views.extensions.enabled.open
workbench.views.extensions.enabled.resetViewLocation
workbench.views.extensions.installed.focus
workbench.views.extensions.installed.open
workbench.views.extensions.installed.resetViewLocation
workbench.views.extensions.marketplace.focus
workbench.views.extensions.marketplace.open
workbench.views.extensions.marketplace.removeView
workbench.views.extensions.marketplace.resetViewLocation
workbench.views.extensions.marketplace.toggleVisibility
workbench.views.extensions.otherRecommendations.focus
workbench.views.extensions.otherRecommendations.open
workbench.views.extensions.otherRecommendations.resetViewLocation
workbench.views.extensions.popular.focus
workbench.views.extensions.popular.open
workbench.views.extensions.popular.resetViewLocation
workbench.views.extensions.searchBuiltin.focus
workbench.views.extensions.searchBuiltin.open
workbench.views.extensions.searchBuiltin.resetViewLocation
workbench.views.extensions.searchDisabled.focus
workbench.views.extensions.searchDisabled.open
workbench.views.extensions.searchDisabled.resetViewLocation
workbench.views.extensions.searchEnabled.focus
workbench.views.extensions.searchEnabled.open
workbench.views.extensions.searchEnabled.resetViewLocation
workbench.views.extensions.searchInstalled.focus
workbench.views.extensions.searchInstalled.open
workbench.views.extensions.searchInstalled.resetViewLocation
workbench.views.extensions.searchOutdated.focus
workbench.views.extensions.searchOutdated.open
workbench.views.extensions.searchOutdated.resetViewLocation
workbench.views.extensions.searchRecentlyUpdated.focus
workbench.views.extensions.searchRecentlyUpdated.open
workbench.views.extensions.searchRecentlyUpdated.resetViewLocation
workbench.views.extensions.searchWorkspaceUnsupported.focus
workbench.views.extensions.searchWorkspaceUnsupported.open
workbench.views.extensions.searchWorkspaceUnsupported.resetViewLocation
workbench.views.extensions.untrustedPartiallySupportedExtensions.focus
workbench.views.extensions.untrustedPartiallySupportedExtensions.open
workbench.views.extensions.untrustedPartiallySupportedExtensions.resetViewLocation
workbench.views.extensions.untrustedUnsupportedExtensions.focus
workbench.views.extensions.untrustedUnsupportedExtensions.open
workbench.views.extensions.untrustedUnsupportedExtensions.resetViewLocation
workbench.views.extensions.virtualPartiallySupportedExtensions.focus
workbench.views.extensions.virtualPartiallySupportedExtensions.open
workbench.views.extensions.virtualPartiallySupportedExtensions.resetViewLocation
workbench.views.extensions.virtualUnsupportedExtensions.focus
workbench.views.extensions.virtualUnsupportedExtensions.open
workbench.views.extensions.virtualUnsupportedExtensions.resetViewLocation
workbench.views.extensions.workspaceRecommendations.focus
workbench.views.extensions.workspaceRecommendations.open
workbench.views.extensions.workspaceRecommendations.resetViewLocation
workbench.views.mcp.installed.focus
workbench.views.mcp.installed.open
workbench.views.mcp.installed.resetViewLocation
workbench.views.mcp.marketplace.focus
workbench.views.mcp.marketplace.open
workbench.views.mcp.marketplace.resetViewLocation
workbench.views.sync.conflicts.focus
workbench.views.sync.conflicts.open
workbench.views.sync.conflicts.resetViewLocation
workbench.views.sync.externalActivity.focus
workbench.views.sync.externalActivity.open
workbench.views.sync.externalActivity.resetViewLocation
workbench.views.sync.localActivity.focus
workbench.views.sync.localActivity.open
workbench.views.sync.localActivity.resetViewLocation
workbench.views.sync.machines.focus
workbench.views.sync.machines.open
workbench.views.sync.machines.resetViewLocation
workbench.views.sync.remoteActivity.focus
workbench.views.sync.remoteActivity.open
workbench.views.sync.remoteActivity.resetViewLocation
workbench.views.sync.troubleshoot.focus
workbench.views.sync.troubleshoot.open
workbench.views.sync.troubleshoot.resetViewLocation
~remote.forwardedPorts.focus
~remote.forwardedPorts.open
~remote.forwardedPorts.removeView
~remote.forwardedPorts.resetViewLocation
~remote.forwardedPorts.toggleVisibility
~remote.forwardedPortsContainer
~remote.forwardedPortsContainer.resetViewContainerLocation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment