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