|
|
@@ -0,0 +1,1016 @@ |
|
|
-------------------------------------------- |
|
|
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 |