見出し画像

VSCode のキーバインドのCommandIDメモ

ハムさんのVSCodeCommandIDのアクセス頻度高いため、転載許可もらって自分のnoteにもメモ。
この内容は公式からなので、ハムさん許可は不要とは言われましたがw

Value is not accepted. Valid values: 
"history.showPrevious"
"-history.showPrevious"
"history.showNext"
"-history.showNext"
"setContext"
"-setContext"
"columnSelect"
"-columnSelect"
"cursorColumnSelectLeft"
"-cursorColumnSelectLeft"
"cursorColumnSelectRight"
"-cursorColumnSelectRight"
"cursorColumnSelectUp"
"-cursorColumnSelectUp"
"cursorColumnSelectPageUp"
"-cursorColumnSelectPageUp"
"cursorColumnSelectDown"
"-cursorColumnSelectDown"
"cursorColumnSelectPageDown"
"-cursorColumnSelectPageDown"
"cursorMove"
"-cursorMove"
"cursorLeft"
"-cursorLeft"
"cursorLeftSelect"
"-cursorLeftSelect"
"cursorRight"
"-cursorRight"
"cursorRightSelect"
"-cursorRightSelect"
"cursorUp"
"-cursorUp"
"cursorUpSelect"
"-cursorUpSelect"
"cursorPageUp"
"-cursorPageUp"
"cursorPageUpSelect"
"-cursorPageUpSelect"
"cursorDown"
"-cursorDown"
"cursorDownSelect"
"-cursorDownSelect"
"cursorPageDown"
"-cursorPageDown"
"cursorPageDownSelect"
"-cursorPageDownSelect"
"createCursor"
"-createCursor"
"cursorHome"
"-cursorHome"
"cursorHomeSelect"
"-cursorHomeSelect"
"cursorLineStart"
"-cursorLineStart"
"cursorEnd"
"-cursorEnd"
"cursorEndSelect"
"-cursorEndSelect"
"cursorLineEnd"
"-cursorLineEnd"
"cursorTop"
"-cursorTop"
"cursorTopSelect"
"-cursorTopSelect"
"cursorBottom"
"-cursorBottom"
"cursorBottomSelect"
"-cursorBottomSelect"
"editorScroll"
"-editorScroll"
"scrollLineUp"
"-scrollLineUp"
"scrollPageUp"
"-scrollPageUp"
"scrollLineDown"
"-scrollLineDown"
"scrollPageDown"
"-scrollPageDown"
"lastCursorWordSelect"
"-lastCursorWordSelect"
"lastCursorLineSelect"
"-lastCursorLineSelect"
"lastCursorLineSelectDrag"
"-lastCursorLineSelectDrag"
"expandLineSelection"
"-expandLineSelection"
"cancelSelection"
"-cancelSelection"
"removeSecondaryCursors"
"-removeSecondaryCursors"
"revealLine"
"-revealLine"
"selectAll"
"-selectAll"
"setSelection"
"-setSelection"
"lineBreakInsert"
"-lineBreakInsert"
"outdent"
"-outdent"
"tab"
"-tab"
"deleteLeft"
"-deleteLeft"
"deleteRight"
"-deleteRight"
"editor.action.selectAll"
"-editor.action.selectAll"
"undo"
"-undo"
"default:undo"
"-default:undo"
"redo"
"-redo"
"default:redo"
"-default:redo"
"default:type"
"-default:type"
"type"
"-type"
"default:replacePreviousChar"
"-default:replacePreviousChar"
"replacePreviousChar"
"-replacePreviousChar"
"default:compositionStart"
"-default:compositionStart"
"compositionStart"
"-compositionStart"
"default:compositionEnd"
"-default:compositionEnd"
"compositionEnd"
"-compositionEnd"
"default:paste"
"-default:paste"
"paste"
"-paste"
"default:cut"
"-default:cut"
"cut"
"-cut"
"editor.cancelOperation"
"-editor.cancelOperation"
"editor.action.moveCarretLeftAction"
"-editor.action.moveCarretLeftAction"
"editor.action.moveCarretRightAction"
"-editor.action.moveCarretRightAction"
"editor.action.transposeLetters"
"-editor.action.transposeLetters"
"editor.action.clipboardCutAction"
"-editor.action.clipboardCutAction"
"editor.action.clipboardCopyAction"
"-editor.action.clipboardCopyAction"
"editor.action.clipboardPasteAction"
"-editor.action.clipboardPasteAction"
"editor.action.clipboardCopyWithSyntaxHighlightingAction"
"-editor.action.clipboardCopyWithSyntaxHighlightingAction"
"editor.action.commentLine"
"-editor.action.commentLine"
"editor.action.addCommentLine"
"-editor.action.addCommentLine"
"editor.action.removeCommentLine"
"-editor.action.removeCommentLine"
"editor.action.blockComment"
"-editor.action.blockComment"
"editor.action.showContextMenu"
"-editor.action.showContextMenu"
"cursorUndo"
"-cursorUndo"
"cursorRedo"
"-cursorRedo"
"editor.action.fontZoomIn"
"-editor.action.fontZoomIn"
"editor.action.fontZoomOut"
"-editor.action.fontZoomOut"
"editor.action.fontZoomReset"
"-editor.action.fontZoomReset"
"editor.action.formatDocument"
"-editor.action.formatDocument"
"editor.action.formatSelection"
"-editor.action.formatSelection"
"editor.action.format"
"-editor.action.format"
"editor.gotoNextSymbolFromResult"
"-editor.gotoNextSymbolFromResult"
"editor.gotoNextSymbolFromResult.cancel"
"-editor.gotoNextSymbolFromResult.cancel"
"editor.action.indentationToSpaces"
"-editor.action.indentationToSpaces"
"editor.action.indentationToTabs"
"-editor.action.indentationToTabs"
"editor.action.indentUsingTabs"
"-editor.action.indentUsingTabs"
"editor.action.indentUsingSpaces"
"-editor.action.indentUsingSpaces"
"editor.action.detectIndentation"
"-editor.action.detectIndentation"
"editor.action.reindentlines"
"-editor.action.reindentlines"
"editor.action.reindentselectedlines"
"-editor.action.reindentselectedlines"
"editor.action.copyLinesUpAction"
"-editor.action.copyLinesUpAction"
"editor.action.copyLinesDownAction"
"-editor.action.copyLinesDownAction"
"editor.action.duplicateSelection"
"-editor.action.duplicateSelection"
"editor.action.moveLinesUpAction"
"-editor.action.moveLinesUpAction"
"editor.action.moveLinesDownAction"
"-editor.action.moveLinesDownAction"
"editor.action.sortLinesAscending"
"-editor.action.sortLinesAscending"
"editor.action.sortLinesDescending"
"-editor.action.sortLinesDescending"
"editor.action.trimTrailingWhitespace"
"-editor.action.trimTrailingWhitespace"
"editor.action.deleteLines"
"-editor.action.deleteLines"
"editor.action.indentLines"
"-editor.action.indentLines"
"editor.action.outdentLines"
"-editor.action.outdentLines"
"editor.action.insertLineBefore"
"-editor.action.insertLineBefore"
"editor.action.insertLineAfter"
"-editor.action.insertLineAfter"
"deleteAllLeft"
"-deleteAllLeft"
"deleteAllRight"
"-deleteAllRight"
"editor.action.joinLines"
"-editor.action.joinLines"
"editor.action.transpose"
"-editor.action.transpose"
"editor.action.transformToUppercase"
"-editor.action.transformToUppercase"
"editor.action.transformToLowercase"
"-editor.action.transformToLowercase"
"editor.action.transformToTitlecase"
"-editor.action.transformToTitlecase"
"editor.action.smartSelect.grow"
"-editor.action.smartSelect.grow"
"editor.action.smartSelect.expand"
"-editor.action.smartSelect.expand"
"editor.action.smartSelect.shrink"
"-editor.action.smartSelect.shrink"
"editor.action.toggleTabFocusMode"
"-editor.action.toggleTabFocusMode"
"editor.action.forceRetokenize"
"-editor.action.forceRetokenize"
"cursorWordStartLeft"
"-cursorWordStartLeft"
"cursorWordEndLeft"
"-cursorWordEndLeft"
"cursorWordLeft"
"-cursorWordLeft"
"cursorWordStartLeftSelect"
"-cursorWordStartLeftSelect"
"cursorWordEndLeftSelect"
"-cursorWordEndLeftSelect"
"cursorWordLeftSelect"
"-cursorWordLeftSelect"
"cursorWordStartRight"
"-cursorWordStartRight"
"cursorWordEndRight"
"-cursorWordEndRight"
"cursorWordRight"
"-cursorWordRight"
"cursorWordStartRightSelect"
"-cursorWordStartRightSelect"
"cursorWordEndRightSelect"
"-cursorWordEndRightSelect"
"cursorWordRightSelect"
"-cursorWordRightSelect"
"cursorWordAccessibilityLeft"
"-cursorWordAccessibilityLeft"
"cursorWordAccessibilityLeftSelect"
"-cursorWordAccessibilityLeftSelect"
"cursorWordAccessibilityRight"
"-cursorWordAccessibilityRight"
"cursorWordAccessibilityRightSelect"
"-cursorWordAccessibilityRightSelect"
"deleteWordStartLeft"
"-deleteWordStartLeft"
"deleteWordEndLeft"
"-deleteWordEndLeft"
"deleteWordLeft"
"-deleteWordLeft"
"deleteWordStartRight"
"-deleteWordStartRight"
"deleteWordEndRight"
"-deleteWordEndRight"
"deleteWordRight"
"-deleteWordRight"
"cursorWordPartStartLeft"
"-cursorWordPartStartLeft"
"cursorWordPartStartLeftSelect"
"-cursorWordPartStartLeftSelect"
"deleteWordPartLeft"
"-deleteWordPartLeft"
"deleteWordPartRight"
"-deleteWordPartRight"
"cursorWordPartLeft"
"-cursorWordPartLeft"
"cursorWordPartLeftSelect"
"-cursorWordPartLeftSelect"
"cursorWordPartRight"
"-cursorWordPartRight"
"cursorWordPartRightSelect"
"-cursorWordPartRightSelect"
"editor.action.diffReview.next"
"-editor.action.diffReview.next"
"editor.action.diffReview.prev"
"-editor.action.diffReview.prev"
"editor.action.selectToBracket"
"-editor.action.selectToBracket"
"editor.action.jumpToBracket"
"-editor.action.jumpToBracket"
"actions.find"
"-actions.find"
"actions.findWithSelection"
"-actions.findWithSelection"
"editor.action.nextMatchFindAction"
"-editor.action.nextMatchFindAction"
"editor.action.previousMatchFindAction"
"-editor.action.previousMatchFindAction"
"editor.action.nextSelectionMatchFindAction"
"-editor.action.nextSelectionMatchFindAction"
"editor.action.previousSelectionMatchFindAction"
"-editor.action.previousSelectionMatchFindAction"
"editor.action.startFindReplaceAction"
"-editor.action.startFindReplaceAction"
"closeFindWidget"
"-closeFindWidget"
"toggleFindCaseSensitive"
"-toggleFindCaseSensitive"
"toggleFindWholeWord"
"-toggleFindWholeWord"
"toggleFindRegex"
"-toggleFindRegex"
"toggleFindInSelection"
"-toggleFindInSelection"
"editor.action.replaceOne"
"-editor.action.replaceOne"
"editor.action.replaceAll"
"-editor.action.replaceAll"
"editor.action.selectAllMatches"
"-editor.action.selectAllMatches"
"editor.unfold"
"-editor.unfold"
"editor.unfoldRecursively"
"-editor.unfoldRecursively"
"editor.fold"
"-editor.fold"
"editor.foldRecursively"
"-editor.foldRecursively"
"editor.foldAll"
"-editor.foldAll"
"editor.unfoldAll"
"-editor.unfoldAll"
"editor.foldAllBlockComments"
"-editor.foldAllBlockComments"
"editor.foldAllMarkerRegions"
"-editor.foldAllMarkerRegions"
"editor.unfoldAllMarkerRegions"
"-editor.unfoldAllMarkerRegions"
"editor.toggleFold"
"-editor.toggleFold"
"editor.foldLevel1"
"-editor.foldLevel1"
"editor.foldLevel2"
"-editor.foldLevel2"
"editor.foldLevel3"
"-editor.foldLevel3"
"editor.foldLevel4"
"-editor.foldLevel4"
"editor.foldLevel5"
"-editor.foldLevel5"
"editor.foldLevel6"
"-editor.foldLevel6"
"editor.foldLevel7"
"-editor.foldLevel7"
"editor.action.inPlaceReplace.up"
"-editor.action.inPlaceReplace.up"
"editor.action.inPlaceReplace.down"
"-editor.action.inPlaceReplace.down"
"editor.action.openLink"
"-editor.action.openLink"
"leaveEditorMessage"
"-leaveEditorMessage"
"editor.action.quickFix"
"-editor.action.quickFix"
"editor.action.refactor"
"-editor.action.refactor"
"editor.action.sourceAction"
"-editor.action.sourceAction"
"editor.action.organizeImports"
"-editor.action.organizeImports"
"editor.action.autoFix"
"-editor.action.autoFix"
"editor.action.fixAll"
"-editor.action.fixAll"
"editor.action.codeAction"
"-editor.action.codeAction"
"editor.action.insertCursorAbove"
"-editor.action.insertCursorAbove"
"editor.action.insertCursorBelow"
"-editor.action.insertCursorBelow"
"editor.action.insertCursorAtEndOfEachLineSelected"
"-editor.action.insertCursorAtEndOfEachLineSelected"
"editor.action.addSelectionToNextFindMatch"
"-editor.action.addSelectionToNextFindMatch"
"editor.action.addSelectionToPreviousFindMatch"
"-editor.action.addSelectionToPreviousFindMatch"
"editor.action.moveSelectionToNextFindMatch"
"-editor.action.moveSelectionToNextFindMatch"
"editor.action.moveSelectionToPreviousFindMatch"
"-editor.action.moveSelectionToPreviousFindMatch"
"editor.action.selectHighlights"
"-editor.action.selectHighlights"
"editor.action.changeAll"
"-editor.action.changeAll"
"editor.action.addCursorsToBottom"
"-editor.action.addCursorsToBottom"
"editor.action.addCursorsToTop"
"-editor.action.addCursorsToTop"
"editor.action.triggerParameterHints"
"-editor.action.triggerParameterHints"
"closeParameterHints"
"-closeParameterHints"
"showPrevParameterHint"
"-showPrevParameterHint"
"showNextParameterHint"
"-showNextParameterHint"
"editor.action.rename"
"-editor.action.rename"
"acceptRenameInput"
"-acceptRenameInput"
"acceptRenameInputWithPreview"
"-acceptRenameInputWithPreview"
"cancelRenameInput"
"-cancelRenameInput"
"editor.action.wordHighlight.next"
"-editor.action.wordHighlight.next"
"editor.action.wordHighlight.prev"
"-editor.action.wordHighlight.prev"
"editor.action.wordHighlight.trigger"
"-editor.action.wordHighlight.trigger"
"editor.action.marker.next"
"-editor.action.marker.next"
"editor.action.marker.prev"
"-editor.action.marker.prev"
"editor.action.marker.nextInFiles"
"-editor.action.marker.nextInFiles"
"editor.action.marker.prevInFiles"
"-editor.action.marker.prevInFiles"
"closeMarkersNavigation"
"-closeMarkersNavigation"
"togglePeekWidgetFocus"
"-togglePeekWidgetFocus"
"goToNextReference"
"-goToNextReference"
"goToPreviousReference"
"-goToPreviousReference"
"goToNextReferenceFromEmbeddedEditor"
"-goToNextReferenceFromEmbeddedEditor"
"goToPreviousReferenceFromEmbeddedEditor"
"-goToPreviousReferenceFromEmbeddedEditor"
"closeReferenceSearchEditor"
"-closeReferenceSearchEditor"
"closeReferenceSearch"
"-closeReferenceSearch"
"openReferenceToSide"
"-openReferenceToSide"
"openReference"
"-openReference"
"editor.action.goToDeclaration"
"-editor.action.goToDeclaration"
"editor.action.revealDefinition"
"-editor.action.revealDefinition"
"editor.action.openDeclarationToTheSide"
"-editor.action.openDeclarationToTheSide"
"editor.action.revealDefinitionAside"
"-editor.action.revealDefinitionAside"
"editor.action.previewDeclaration"
"-editor.action.previewDeclaration"
"editor.action.peekDefinition"
"-editor.action.peekDefinition"
"editor.action.revealDeclaration"
"-editor.action.revealDeclaration"
"editor.action.peekDeclaration"
"-editor.action.peekDeclaration"
"editor.action.goToTypeDefinition"
"-editor.action.goToTypeDefinition"
"editor.action.peekTypeDefinition"
"-editor.action.peekTypeDefinition"
"editor.action.goToImplementation"
"-editor.action.goToImplementation"
"editor.action.peekImplementation"
"-editor.action.peekImplementation"
"editor.action.goToReferences"
"-editor.action.goToReferences"
"editor.action.referenceSearch.trigger"
"-editor.action.referenceSearch.trigger"
"editor.action.goToLocations"
"-editor.action.goToLocations"
"editor.action.peekLocations"
"-editor.action.peekLocations"
"editor.action.findReferences"
"-editor.action.findReferences"
"editor.action.showReferences"
"-editor.action.showReferences"
"editor.action.showHover"
"-editor.action.showHover"
"editor.action.showDefinitionPreviewHover"
"-editor.action.showDefinitionPreviewHover"
"jumpToNextSnippetPlaceholder"
"-jumpToNextSnippetPlaceholder"
"jumpToPrevSnippetPlaceholder"
"-jumpToPrevSnippetPlaceholder"
"leaveSnippet"
"-leaveSnippet"
"acceptSnippet"
"-acceptSnippet"
"editor.action.triggerSuggest"
"-editor.action.triggerSuggest"
"acceptSelectedSuggestion"
"-acceptSelectedSuggestion"
"acceptAlternativeSelectedSuggestion"
"-acceptAlternativeSelectedSuggestion"
"acceptSelectedSuggestionOnEnter"
"-acceptSelectedSuggestionOnEnter"
"hideSuggestWidget"
"-hideSuggestWidget"
"selectNextSuggestion"
"-selectNextSuggestion"
"selectNextPageSuggestion"
"-selectNextPageSuggestion"
"selectLastSuggestion"
"-selectLastSuggestion"
"selectPrevSuggestion"
"-selectPrevSuggestion"
"selectPrevPageSuggestion"
"-selectPrevPageSuggestion"
"selectFirstSuggestion"
"-selectFirstSuggestion"
"toggleSuggestionDetails"
"-toggleSuggestionDetails"
"toggleExplainMode"
"-toggleExplainMode"
"toggleSuggestionFocus"
"-toggleSuggestionFocus"
"insertBestCompletion"
"-insertBestCompletion"
"insertNextSuggestion"
"-insertNextSuggestion"
"insertPrevSuggestion"
"-insertPrevSuggestion"
"list.focusDown"
"-list.focusDown"
"list.expandSelectionDown"
"-list.expandSelectionDown"
"list.focusUp"
"-list.focusUp"
"list.expandSelectionUp"
"-list.expandSelectionUp"
"list.collapse"
"-list.collapse"
"list.collapseAll"
"-list.collapseAll"
"list.focusParent"
"-list.focusParent"
"list.expand"
"-list.expand"
"list.focusPageUp"
"-list.focusPageUp"
"list.focusPageDown"
"-list.focusPageDown"
"list.focusFirst"
"-list.focusFirst"
"list.focusFirstChild"
"-list.focusFirstChild"
"list.focusLast"
"-list.focusLast"
"list.focusLastChild"
"-list.focusLastChild"
"list.select"
"-list.select"
"list.selectAll"
"-list.selectAll"
"list.toggleExpand"
"-list.toggleExpand"
"list.clear"
"-list.clear"
"list.toggleKeyboardNavigation"
"-list.toggleKeyboardNavigation"
"list.toggleFilterOnType"
"-list.toggleFilterOnType"
"list.scrollUp"
"-list.scrollUp"
"list.scrollDown"
"-list.scrollDown"
"84256"
"-84256"
"list.scrollRight"
"-list.scrollRight"
"workbench.action.quickOpen"
"-workbench.action.quickOpen"
"workbench.action.quickOpenPreviousEditor"
"-workbench.action.quickOpenPreviousEditor"
"workbench.action.keybindingsReference"
"-workbench.action.keybindingsReference"
"workbench.action.openDocumentationUrl"
"-workbench.action.openDocumentationUrl"
"workbench.action.openIntroductoryVideosUrl"
"-workbench.action.openIntroductoryVideosUrl"
"workbench.action.openTipsAndTricksUrl"
"-workbench.action.openTipsAndTricksUrl"
"workbench.action.openNewsletterSignupUrl"
"-workbench.action.openNewsletterSignupUrl"
"workbench.action.openTwitterUrl"
"-workbench.action.openTwitterUrl"
"workbench.action.openRequestFeatureUrl"
"-workbench.action.openRequestFeatureUrl"
"workbench.action.openLicenseUrl"
"-workbench.action.openLicenseUrl"
"workbench.action.openPrivacyStatementUrl"
"-workbench.action.openPrivacyStatementUrl"
"workbench.action.installCommandLine"
"-workbench.action.installCommandLine"
"workbench.action.uninstallCommandLine"
"-workbench.action.uninstallCommandLine"
"editor.action.showAccessibilityHelp"
"-editor.action.showAccessibilityHelp"
"closeAccessibilityHelp"
"-closeAccessibilityHelp"
"editor.action.toggleMinimap"
"-editor.action.toggleMinimap"
"workbench.action.toggleMultiCursorModifier"
"-workbench.action.toggleMultiCursorModifier"
"editor.action.toggleRenderControlCharacter"
"-editor.action.toggleRenderControlCharacter"
"editor.action.toggleRenderWhitespace"
"-editor.action.toggleRenderWhitespace"
"execCut"
"-execCut"
"execCopy"
"-execCopy"
"execPaste"
"-execPaste"
"workbench.action.showEmmetCommands"
"-workbench.action.showEmmetCommands"
"workbench.action.openLogsFolder"
"-workbench.action.openLogsFolder"
"editor.action.insertSnippet"
"-editor.action.insertSnippet"
"editor.action.showSnippets"
"-editor.action.showSnippets"
"vscode.openFolder"
"-vscode.openFolder"
"vscode.newWindow"
"-vscode.newWindow"
"vscode.diff"
"-vscode.diff"
"vscode.open"
"-vscode.open"
"vscode.openWith"
"-vscode.openWith"
"vscode.removeFromRecentlyOpened"
"-vscode.removeFromRecentlyOpened"
"vscode.setEditorLayout"
"-vscode.setEditorLayout"
"editor.showCallHierarchy"
"-editor.showCallHierarchy"
"editor.toggleCallHierarchy"
"-editor.toggleCallHierarchy"
"editor.refocusCallHierarchy"
"-editor.refocusCallHierarchy"
"editor.closeCallHierarchy"
"-editor.closeCallHierarchy"
"workbench.action.inspectKeyMappings"
"-workbench.action.inspectKeyMappings"
"workbench.action.inspectKeyMappingsJSON"
"-workbench.action.inspectKeyMappingsJSON"
"editor.action.dirtydiff.previous"
"-editor.action.dirtydiff.previous"
"editor.action.dirtydiff.next"
"-editor.action.dirtydiff.next"
"workbench.action.editor.previousChange"
"-workbench.action.editor.previousChange"
"workbench.action.editor.nextChange"
"-workbench.action.editor.nextChange"
"closeDirtyDiff"
"-closeDirtyDiff"
"workbench.action.url.openUrl"
"-workbench.action.url.openUrl"
"workbench.action.manageTrustedDomain"
"-workbench.action.manageTrustedDomain"
"workbench.action.reportPerformanceIssueUsingReporter"
"-workbench.action.reportPerformanceIssueUsingReporter"
"workbench.action.openIssueReporter"
"-workbench.action.openIssueReporter"
"workbench.action.openProcessExplorer"
"-workbench.action.openProcessExplorer"
"editor.action.formatDocument.multiple"
"-editor.action.formatDocument.multiple"
"editor.action.formatSelection.multiple"
"-editor.action.formatSelection.multiple"
"editor.action.measureExtHostLatency"
"-editor.action.measureExtHostLatency"
"workbench.extensions.action.manageAuthorizedExtensionURIs"
"-workbench.extensions.action.manageAuthorizedExtensionURIs"
"editor.action.defineKeybinding"
"-editor.action.defineKeybinding"
"insertSnippet"
"-insertSnippet"
"editor.action.nextCommentThreadAction"
"-editor.action.nextCommentThreadAction"
"workbench.action.addComment"
"-workbench.action.addComment"
"workbench.action.submitComment"
"-workbench.action.submitComment"
"workbench.action.hideComment"
"-workbench.action.hideComment"
"breakpointWidget.action.acceptInput"
"-breakpointWidget.action.acceptInput"
"closeBreakpointWidget"
"-closeBreakpointWidget"
"workbench.action.setLogLevel"
"-workbench.action.setLogLevel"
"workbench.action.restartExtensionHost"
"-workbench.action.restartExtensionHost"
"editor.emmet.action.expandAbbreviation"
"-editor.emmet.action.expandAbbreviation"
"workbench.action.quickPickManyToggle"
"-workbench.action.quickPickManyToggle"
"workbench.action.quickInputBack"
"-workbench.action.quickInputBack"
"workbench.action.closeQuickOpen"
"-workbench.action.closeQuickOpen"
"workbench.action.acceptSelectedQuickOpenItem"
"-workbench.action.acceptSelectedQuickOpenItem"
"workbench.action.focusQuickOpen"
"-workbench.action.focusQuickOpen"
"workbench.action.quickOpenSelectNext"
"-workbench.action.quickOpenSelectNext"
"workbench.action.quickOpenSelectPrevious"
"-workbench.action.quickOpenSelectPrevious"
"workbench.action.quickOpenNavigateNext"
"-workbench.action.quickOpenNavigateNext"
"workbench.action.quickOpenNavigatePrevious"
"-workbench.action.quickOpenNavigatePrevious"
"workbench.action.removeFromEditorHistory"
"-workbench.action.removeFromEditorHistory"
"workbench.action.quickOpenNavigateNextInFilePicker"
"-workbench.action.quickOpenNavigateNextInFilePicker"
"workbench.action.quickOpenNavigatePreviousInFilePicker"
"-workbench.action.quickOpenNavigatePreviousInFilePicker"
"workbench.action.focusCommentsPanel"
"-workbench.action.focusCommentsPanel"
"workbench.action.showRuntimeExtensions"
"-workbench.action.showRuntimeExtensions"
"workbench.extensions.action.debugExtensionHost"
"-workbench.extensions.action.debugExtensionHost"
"workbench.extensions.action.extensionHostProfile"
"-workbench.extensions.action.extensionHostProfile"
"workbench.extensions.action.stopExtensionHostProfile"
"-workbench.extensions.action.stopExtensionHostProfile"
"workbench.extensions.action.saveExtensionHostProfile"
"-workbench.extensions.action.saveExtensionHostProfile"
"openInTerminal"
"-openInTerminal"
"workbench.action.terminal.openNativeConsole"
"-workbench.action.terminal.openNativeConsole"
"workbench.action.showCommands"
"-workbench.action.showCommands"
"workbench.action.openSnippets"
"-workbench.action.openSnippets"
"update.showCurrentReleaseNotes"
"-update.showCurrentReleaseNotes"
"update.checkForVSCodeUpdate"
"-update.checkForVSCodeUpdate"
"workbench.action.showInterfaceOverview"
"-workbench.action.showInterfaceOverview"
"workbench.action.hideInterfaceOverview"
"-workbench.action.hideInterfaceOverview"
"workbench.action.showWelcomePage"
"-workbench.action.showWelcomePage"
"workbench.action.showInteractivePlayground"
"-workbench.action.showInteractivePlayground"
"workbench.action.interactivePlayground.arrowUp"
"-workbench.action.interactivePlayground.arrowUp"
"workbench.action.interactivePlayground.arrowDown"
"-workbench.action.interactivePlayground.arrowDown"
"workbench.action.interactivePlayground.pageUp"
"-workbench.action.interactivePlayground.pageUp"
"workbench.action.interactivePlayground.pageDown"
"-workbench.action.interactivePlayground.pageDown"
"editor.action.toggleWordWrap"
"-editor.action.toggleWordWrap"
"breadcrumbs.toggle"
"-breadcrumbs.toggle"
"breadcrumbs.focusAndSelect"
"-breadcrumbs.focusAndSelect"
"breadcrumbs.focus"
"-breadcrumbs.focus"
"breadcrumbs.toggleToOn"
"-breadcrumbs.toggleToOn"
"breadcrumbs.focusNext"
"-breadcrumbs.focusNext"
"breadcrumbs.focusPrevious"
"-breadcrumbs.focusPrevious"
"breadcrumbs.focusNextWithPicker"
"-breadcrumbs.focusNextWithPicker"
"breadcrumbs.focusPreviousWithPicker"
"-breadcrumbs.focusPreviousWithPicker"
"breadcrumbs.selectFocused"
"-breadcrumbs.selectFocused"
"breadcrumbs.revealFocused"
"-breadcrumbs.revealFocused"
"breadcrumbs.selectEditor"
"-breadcrumbs.selectEditor"
"breadcrumbs.revealFocusedFromTreeAside"
"-breadcrumbs.revealFocusedFromTreeAside"
"editor.action.inspectTMScopes"
"-editor.action.inspectTMScopes"
"workbench.action.navigateUp"
"-workbench.action.navigateUp"
"workbench.action.navigateDown"
"-workbench.action.navigateDown"
"workbench.action.navigateLeft"
"-workbench.action.navigateLeft"
"workbench.action.navigateRight"
"-workbench.action.navigateRight"
"refactorPreview.apply"
"-refactorPreview.apply"
"refactorPreview.discard"
"-refactorPreview.discard"
"refactorPreview.toggleCheckedState"
"-refactorPreview.toggleCheckedState"
"refactorPreview.groupByFile"
"-refactorPreview.groupByFile"
"refactorPreview.groupByType"
"-refactorPreview.groupByType"
"refactorPreview.toggleGrouping"
"-refactorPreview.toggleGrouping"
"editor.debug.action.toggleBreakpoint"
"-editor.debug.action.toggleBreakpoint"
"editor.debug.action.conditionalBreakpoint"
"-editor.debug.action.conditionalBreakpoint"
"editor.debug.action.toggleLogPoint"
"-editor.debug.action.toggleLogPoint"
"editor.debug.action.runToCursor"
"-editor.debug.action.runToCursor"
"editor.debug.action.selectionToRepl"
"-editor.debug.action.selectionToRepl"
"editor.debug.action.selectionToWatch"
"-editor.debug.action.selectionToWatch"
"editor.debug.action.showDebugHover"
"-editor.debug.action.showDebugHover"
"editor.debug.action.goToNextBreakpoint"
"-editor.debug.action.goToNextBreakpoint"
"editor.debug.action.goToPreviousBreakpoint"
"-editor.debug.action.goToPreviousBreakpoint"
"repl.action.acceptInput"
"-repl.action.acceptInput"
"repl.action.copyAll"
"-repl.action.copyAll"
"repl.action.filter"
"-repl.action.filter"
"editor.action.formatDocument.none"
"-editor.action.formatDocument.none"
"workbench.action.configureLocale"
"-workbench.action.configureLocale"
"workbench.action.clearCommandHistory"
"-workbench.action.clearCommandHistory"
"workbench.action.gotoLine"
"-workbench.action.gotoLine"
"workbench.action.gotoSymbol"
"-workbench.action.gotoSymbol"
"workbench.action.openView"
"-workbench.action.openView"
"workbench.action.quickOpenView"
"-workbench.action.quickOpenView"
"workbench.action.quickOpenNavigateNextInViewPicker"
"-workbench.action.quickOpenNavigateNextInViewPicker"
"workbench.action.quickOpenNavigatePreviousInViewPicker"
"-workbench.action.quickOpenNavigatePreviousInViewPicker"
"remote.tunnel.label"
"-remote.tunnel.label"
"remote.tunnel.forwardInline"
"-remote.tunnel.forwardInline"
"remote.tunnel.forwardCommandPalette"
"-remote.tunnel.forwardCommandPalette"
"remote.tunnel.closeInline"
"-remote.tunnel.closeInline"
"remote.tunnel.closeCommandPalette"
"-remote.tunnel.closeCommandPalette"
"remote.tunnel.open"
"-remote.tunnel.open"
"remote.tunnel.copyAddressInline"
"-remote.tunnel.copyAddressInline"
"remote.tunnel.copyAddressCommandPalette"
"-remote.tunnel.copyAddressCommandPalette"
"remote.tunnel.refresh"
"-remote.tunnel.refresh"
"remote.tunnel.changeLocalPort"
"-remote.tunnel.changeLocalPort"
"workbench.action.selectTheme"
"-workbench.action.selectTheme"
"workbench.action.selectIconTheme"
"-workbench.action.selectIconTheme"
"workbench.action.generateColorTheme"
"-workbench.action.generateColorTheme"
"perfview.show"
"-perfview.show"
"workbench.action.inspectContextKeys"
"-workbench.action.inspectContextKeys"
"workbench.action.toggleScreencastMode"
"-workbench.action.toggleScreencastMode"
"workbench.action.logStorage"
"-workbench.action.logStorage"
"workbench.action.logWorkingCopies"
"-workbench.action.logWorkingCopies"
"workbench.action.toggleActivityBarVisibility"
"-workbench.action.toggleActivityBarVisibility"
"workbench.action.toggleCenteredLayout"
"-workbench.action.toggleCenteredLayout"
"workbench.action.toggleEditorGroupLayout"
"-workbench.action.toggleEditorGroupLayout"
"workbench.action.toggleSidebarPosition"
"-workbench.action.toggleSidebarPosition"
"workbench.action.toggleEditorVisibility"
"-workbench.action.toggleEditorVisibility"
"workbench.action.toggleSidebarVisibility"
"-workbench.action.toggleSidebarVisibility"
"workbench.action.toggleStatusbarVisibility"
"-workbench.action.toggleStatusbarVisibility"
"workbench.action.toggleTabsVisibility"
"-workbench.action.toggleTabsVisibility"
"workbench.action.toggleZenMode"
"-workbench.action.toggleZenMode"
"workbench.action.exitZenMode"
"-workbench.action.exitZenMode"
"workbench.action.increaseViewSize"
"-workbench.action.increaseViewSize"
"workbench.action.decreaseViewSize"
"-workbench.action.decreaseViewSize"
"workbench.action.newWindow"
"-workbench.action.newWindow"
"workbench.action.quickOpenRecent"
"-workbench.action.quickOpenRecent"
"workbench.action.openRecent"
"-workbench.action.openRecent"
"workbench.action.toggleFullScreen"
"-workbench.action.toggleFullScreen"
"workbench.action.reloadWindow"
"-workbench.action.reloadWindow"
"workbench.action.showAboutDialog"
"-workbench.action.showAboutDialog"
"workbench.action.quickOpenNavigateNextInRecentFilesPicker"
"-workbench.action.quickOpenNavigateNextInRecentFilesPicker"
"workbench.action.quickOpenNavigatePreviousInRecentFilesPicker"
"-workbench.action.quickOpenNavigatePreviousInRecentFilesPicker"
"workbench.action.focusSideBar"
"-workbench.action.focusSideBar"
"workbench.action.editor.changeLanguageMode"
"-workbench.action.editor.changeLanguageMode"
"workbench.action.editor.changeEOL"
"-workbench.action.editor.changeEOL"
"workbench.action.editor.changeEncoding"
"-workbench.action.editor.changeEncoding"
"workbench.action.nextEditor"
"-workbench.action.nextEditor"
"workbench.action.previousEditor"
"-workbench.action.previousEditor"
"workbench.action.nextEditorInGroup"
"-workbench.action.nextEditorInGroup"
"workbench.action.previousEditorInGroup"
"-workbench.action.previousEditorInGroup"
"workbench.action.openNextRecentlyUsedEditor"
"-workbench.action.openNextRecentlyUsedEditor"
"workbench.action.openPreviousRecentlyUsedEditor"
"-workbench.action.openPreviousRecentlyUsedEditor"
"workbench.action.openNextRecentlyUsedEditorInGroup"
"-workbench.action.openNextRecentlyUsedEditorInGroup"
"workbench.action.openPreviousRecentlyUsedEditorInGroup"
"-workbench.action.openPreviousRecentlyUsedEditorInGroup"
"workbench.action.firstEditorInGroup"
"-workbench.action.firstEditorInGroup"
"workbench.action.lastEditorInGroup"
"-workbench.action.lastEditorInGroup"
"workbench.action.reopenClosedEditor"
"-workbench.action.reopenClosedEditor"
"workbench.action.showAllEditors"
"-workbench.action.showAllEditors"
"workbench.action.showAllEditorsByMostRecentlyUsed"
"-workbench.action.showAllEditorsByMostRecentlyUsed"
"workbench.action.showEditorsInActiveGroup"
"-workbench.action.showEditorsInActiveGroup"
"workbench.action.clearRecentFiles"
"-workbench.action.clearRecentFiles"
"workbench.action.closeAllEditors"
"-workbench.action.closeAllEditors"
"workbench.action.closeAllGroups"
"-workbench.action.closeAllGroups"
"workbench.action.closeEditorsToTheLeft"
"-workbench.action.closeEditorsToTheLeft"
"workbench.action.closeEditorsInOtherGroups"
"-workbench.action.closeEditorsInOtherGroups"
"workbench.action.closeEditorInAllGroups"
"-workbench.action.closeEditorInAllGroups"
"workbench.action.splitEditor"
"-workbench.action.splitEditor"
"workbench.action.splitEditorOrthogonal"
"-workbench.action.splitEditorOrthogonal"
"workbench.action.splitEditorLeft"
"-workbench.action.splitEditorLeft"
"workbench.action.splitEditorRight"
"-workbench.action.splitEditorRight"
"workbench.action.splitEditorUp"
"-workbench.action.splitEditorUp"
"workbench.action.splitEditorDown"
"-workbench.action.splitEditorDown"
"workbench.action.joinTwoGroups"
"-workbench.action.joinTwoGroups"
"workbench.action.joinAllGroups"
"-workbench.action.joinAllGroups"
"workbench.action.navigateEditorGroups"
"-workbench.action.navigateEditorGroups"
"workbench.action.evenEditorWidths"
"-workbench.action.evenEditorWidths"
"workbench.action.toggleEditorWidths"
"-workbench.action.toggleEditorWidths"
"workbench.action.maximizeEditor"
"-workbench.action.maximizeEditor"
"workbench.action.minimizeOtherEditors"
"-workbench.action.minimizeOtherEditors"
"workbench.action.moveEditorLeftInGroup"
"-workbench.action.moveEditorLeftInGroup"
"workbench.action.moveEditorRightInGroup"
"-workbench.action.moveEditorRightInGroup"
"workbench.action.moveActiveEditorGroupLeft"
"-workbench.action.moveActiveEditorGroupLeft"
"workbench.action.moveActiveEditorGroupRight"
"-workbench.action.moveActiveEditorGroupRight"
"workbench.action.moveActiveEditorGroupUp"
"-workbench.action.moveActiveEditorGroupUp"
"workbench.action.moveActiveEditorGroupDown"
"-workbench.action.moveActiveEditorGroupDown"
"workbench.action.moveEditorToPreviousGroup"
"-workbench.action.moveEditorToPreviousGroup"
"workbench.action.moveEditorToNextGroup"
"-workbench.action.moveEditorToNextGroup"
"workbench.action.moveEditorToFirstGroup"
"-workbench.action.moveEditorToFirstGroup"
"workbench.action.moveEditorToLastGroup"
"-workbench.action.moveEditorToLastGroup"
"workbench.action.moveEditorToLeftGroup"
"-workbench.action.moveEditorToLeftGroup"
"workbench.action.moveEditorToRightGroup"
"-workbench.action.moveEditorToRightGroup"
"workbench.action.moveEditorToAboveGroup"
"-workbench.action.moveEditorToAboveGroup"
"workbench.action.moveEditorToBelowGroup"
"-workbench.action.moveEditorToBelowGroup"
"workbench.action.focusActiveEditorGroup"
"-workbench.action.focusActiveEditorGroup"
"workbench.action.focusFirstEditorGroup"
"-workbench.action.focusFirstEditorGroup"
"workbench.action.focusLastEditorGroup"
"-workbench.action.focusLastEditorGroup"
"workbench.action.focusPreviousGroup"
"-workbench.action.focusPreviousGroup"
"workbench.action.focusNextGroup"
"-workbench.action.focusNextGroup"
"workbench.action.focusLeftGroup"
"-workbench.action.focusLeftGroup"
"workbench.action.focusRightGroup"
"-workbench.action.focusRightGroup"
"workbench.action.focusAboveGroup"
"-workbench.action.focusAboveGroup"
"workbench.action.focusBelowGroup"
"-workbench.action.focusBelowGroup"
"workbench.action.newGroupLeft"
"-workbench.action.newGroupLeft"
"workbench.action.newGroupRight"
"-workbench.action.newGroupRight"
"workbench.action.newGroupAbove"
"-workbench.action.newGroupAbove"
"workbench.action.newGroupBelow"
"-workbench.action.newGroupBelow"
"workbench.action.navigateForward"
"-workbench.action.navigateForward"
"workbench.action.navigateBack"
"-workbench.action.navigateBack"
"workbench.action.navigateToLastEditLocation"
"-workbench.action.navigateToLastEditLocation"
"workbench.action.navigateLast"
"-workbench.action.navigateLast"
"workbench.action.clearEditorHistory"
"-workbench.action.clearEditorHistory"
"workbench.action.revertAndCloseActiveEditor"
"-workbench.action.revertAndCloseActiveEditor"
"workbench.action.editorLayoutSingle"
"-workbench.action.editorLayoutSingle"
"workbench.action.editorLayoutTwoColumns"
"-workbench.action.editorLayoutTwoColumns"
"workbench.action.editorLayoutThreeColumns"
"-workbench.action.editorLayoutThreeColumns"
"workbench.action.editorLayoutTwoRows"
"-workbench.action.editorLayoutTwoRows"
"workbench.action.editorLayoutThreeRows"
"-workbench.action.editorLayoutThreeRows"
"workbench.action.editorLayoutTwoByTwoGrid"
"-workbench.action.editorLayoutTwoByTwoGrid"
"workbench.action.editorLayoutTwoRowsRight"
"-workbench.action.editorLayoutTwoRowsRight"
"workbench.action.editorLayoutTwoColumnsBottom"
"-workbench.action.editorLayoutTwoColumnsBottom"
"workbench.action.quickOpenPreviousRecentlyUsedEditor"
"-workbench.action.quickOpenPreviousRecentlyUsedEditor"
"workbench.action.quickOpenLeastRecentlyUsedEditor"
"-workbench.action.quickOpenLeastRecentlyUsedEditor"
"workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup"
"-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup"
"workbench.action.quickOpenLeastRecentlyUsedEditorInGroup"
"-workbench.action.quickOpenLeastRecentlyUsedEditorInGroup"
"workbench.action.openPreviousEditorFromHistory"
"-workbench.action.openPreviousEditorFromHistory"
"workbench.action.quickOpenNavigateNextInEditorPicker"
"-workbench.action.quickOpenNavigateNextInEditorPicker"
"workbench.action.quickOpenNavigatePreviousInEditorPicker"
"-workbench.action.quickOpenNavigatePreviousInEditorPicker"
"moveActiveEditor"
"-moveActiveEditor"
"layoutEditorGroups"
"-layoutEditorGroups"
"workbench.action.compareEditor.nextChange"
"-workbench.action.compareEditor.nextChange"
"workbench.action.compareEditor.previousChange"
"-workbench.action.compareEditor.previousChange"
"toggle.diff.renderSideBySide"
"-toggle.diff.renderSideBySide"
"toggle.diff.ignoreTrimWhitespace"
"-toggle.diff.ignoreTrimWhitespace"
"workbench.action.openEditorAtIndex"
"-workbench.action.openEditorAtIndex"
"workbench.action.openEditorAtIndex1"
"-workbench.action.openEditorAtIndex1"
"workbench.action.openEditorAtIndex2"
"-workbench.action.openEditorAtIndex2"
"workbench.action.openEditorAtIndex3"
"-workbench.action.openEditorAtIndex3"
"workbench.action.openEditorAtIndex4"
"-workbench.action.openEditorAtIndex4"
"workbench.action.openEditorAtIndex5"
"-workbench.action.openEditorAtIndex5"
"workbench.action.openEditorAtIndex6"
"-workbench.action.openEditorAtIndex6"
"workbench.action.openEditorAtIndex7"
"-workbench.action.openEditorAtIndex7"
"workbench.action.openEditorAtIndex8"
"-workbench.action.openEditorAtIndex8"
"workbench.action.openEditorAtIndex9"
"-workbench.action.openEditorAtIndex9"
"workbench.action.closeUnmodifiedEditors"
"-workbench.action.closeUnmodifiedEditors"
"workbench.action.closeEditorsInGroup"
"-workbench.action.closeEditorsInGroup"
"workbench.action.closeActiveEditor"
"-workbench.action.closeActiveEditor"
"workbench.action.closeGroup"
"-workbench.action.closeGroup"
"workbench.action.closeOtherEditors"
"-workbench.action.closeOtherEditors"
"workbench.action.closeEditorsToTheRight"
"-workbench.action.closeEditorsToTheRight"
"workbench.action.keepEditor"
"-workbench.action.keepEditor"
"workbench.action.showEditorsInGroup"
"-workbench.action.showEditorsInGroup"
"workbench.action.closeEditorsAndGroup"
"-workbench.action.closeEditorsAndGroup"
"workbench.action.focusSecondEditorGroup"
"-workbench.action.focusSecondEditorGroup"
"workbench.action.focusThirdEditorGroup"
"-workbench.action.focusThirdEditorGroup"
"workbench.action.focusFourthEditorGroup"
"-workbench.action.focusFourthEditorGroup"
"workbench.action.focusFifthEditorGroup"
"-workbench.action.focusFifthEditorGroup"
"workbench.action.focusSixthEditorGroup"
"-workbench.action.focusSixthEditorGroup"
"workbench.action.focusSeventhEditorGroup"
"-workbench.action.focusSeventhEditorGroup"
"workbench.action.focusEighthEditorGroup"
"-workbench.action.focusEighthEditorGroup"
"reOpenWith"
"-reOpenWith"
"editor.action.customEditor.undo"
"-editor.action.customEditor.undo"
"editor.action.customEditor.redo"
"-editor.action.customEditor.redo"
"editor.action.customEditor.toggle"
"-editor.action.customEditor.toggle"
"debug.copyStackTrace"
"-debug.copyStackTrace"
"workbench.action.debug.reverseContinue"
"-workbench.action.debug.reverseContinue"
"workbench.action.debug.stepBack"
"-workbench.action.debug.stepBack"
"workbench.action.debug.terminateThread"
"-workbench.action.debug.terminateThread"
"debug.jumpToCursor"
"-debug.jumpToCursor"
"workbench.action.debug.restart"
"-workbench.action.debug.restart"
"workbench.action.debug.stepOver"
"-workbench.action.debug.stepOver"
"workbench.action.debug.stepInto"
"-workbench.action.debug.stepInto"
"workbench.action.debug.stepOut"
"-workbench.action.debug.stepOut"
"workbench.action.debug.pause"
"-workbench.action.debug.pause"
"workbench.action.debug.disconnect"
"-workbench.action.debug.disconnect"
"workbench.action.debug.stop"
"-workbench.action.debug.stop"
"workbench.action.debug.restartFrame"
"-workbench.action.debug.restartFrame"
"workbench.action.debug.continue"
"-workbench.action.debug.continue"
"workbench.debug.action.focusRepl"
"-workbench.debug.action.focusRepl"
"debug.startFromConfig"
"-debug.startFromConfig"
"debug.toggleBreakpoint"
"-debug.toggleBreakpoint"
"debug.enableOrDisableBreakpoint"
"-debug.enableOrDisableBreakpoint"
"debug.renameWatchExpression"
"-debug.renameWatchExpression"
"debug.setVariable"
"-debug.setVariable"
"debug.removeWatchExpression"
"-debug.removeWatchExpression"
"debug.removeBreakpoint"
"-debug.removeBreakpoint"
"debug.installAdditionalDebuggers"
"-debug.installAdditionalDebuggers"
"debug.addConfiguration"
"-debug.addConfiguration"
"editor.debug.action.toggleInlineBreakpoint"
"-editor.debug.action.toggleInlineBreakpoint"
"debug.openBreakpointToSide"
"-debug.openBreakpointToSide"
"workbench.debug.action.toggleRepl"
"-workbench.debug.action.toggleRepl"
"workbench.view.debug"
"-workbench.view.debug"
"workbench.action.debug.start"
"-workbench.action.debug.start"
"workbench.action.debug.configure"
"-workbench.action.debug.configure"
"workbench.debug.viewlet.action.addFunctionBreakpointAction"
"-workbench.debug.viewlet.action.addFunctionBreakpointAction"
"workbench.debug.viewlet.action.reapplyBreakpointsAction"
"-workbench.debug.viewlet.action.reapplyBreakpointsAction"
"workbench.action.debug.run"
"-workbench.action.debug.run"
"workbench.debug.viewlet.action.removeAllBreakpoints"
"-workbench.debug.viewlet.action.removeAllBreakpoints"
"workbench.debug.viewlet.action.enableAllBreakpoints"
"-workbench.debug.viewlet.action.enableAllBreakpoints"
"workbench.debug.viewlet.action.disableAllBreakpoints"
"-workbench.debug.viewlet.action.disableAllBreakpoints"
"workbench.action.debug.selectandstart"
"-workbench.action.debug.selectandstart"
"workbench.debug.panel.action.clearReplAction"
"-workbench.debug.panel.action.clearReplAction"
"workbench.action.output.toggleOutput"
"-workbench.action.output.toggleOutput"
"workbench.output.action.clearOutput"
"-workbench.output.action.clearOutput"
"workbench.action.showLogs"
"-workbench.action.showLogs"
"workbench.action.openLogFile"
"-workbench.action.openLogFile"
"editor.action.clearoutput"
"-editor.action.clearoutput"
"workbench.action.openActiveLogOutputFile"
"-workbench.action.openActiveLogOutputFile"
"workbench.view.remote"
"-workbench.view.remote"
"workbench.view.scm"
"-workbench.view.scm"
"scm.acceptInput"
"-scm.acceptInput"
"workbench.action.tasks.manageAutomaticRunning"
"-workbench.action.tasks.manageAutomaticRunning"
"workbench.action.zoomIn"
"-workbench.action.zoomIn"
"workbench.action.zoomOut"
"-workbench.action.zoomOut"
"workbench.action.zoomReset"
"-workbench.action.zoomReset"
"workbench.action.closeWindow"
"-workbench.action.closeWindow"
"workbench.action.switchWindow"
"-workbench.action.switchWindow"
"workbench.action.quickSwitchWindow"
"-workbench.action.quickSwitchWindow"
"workbench.action.quit"
"-workbench.action.quit"
"workbench.action.newWindowTab"
"-workbench.action.newWindowTab"
"workbench.action.showPreviousWindowTab"
"-workbench.action.showPreviousWindowTab"
"workbench.action.showNextWindowTab"
"-workbench.action.showNextWindowTab"
"workbench.action.moveWindowTabToNewWindow"
"-workbench.action.moveWindowTabToNewWindow"
"workbench.action.mergeAllWindowTabs"
"-workbench.action.mergeAllWindowTabs"
"workbench.action.toggleWindowTabsBar"
"-workbench.action.toggleWindowTabsBar"
"workbench.action.toggleSharedProcess"
"-workbench.action.toggleSharedProcess"
"workbench.action.reloadWindowWithExtensionsDisabled"
"-workbench.action.reloadWindowWithExtensionsDisabled"
"workbench.action.toggleDevTools"
"-workbench.action.toggleDevTools"
"workbench.action.configureRuntimeArguments"
"-workbench.action.configureRuntimeArguments"
"workbench.action.files.openLocalFileFolder"
"-workbench.action.files.openLocalFileFolder"
"workbench.action.files.saveLocalFile"
"-workbench.action.files.saveLocalFile"
"workbench.action.files.openFileFolderInNewWindow"
"-workbench.action.files.openFileFolderInNewWindow"
"workbench.action.files.openFolderInNewWindow"
"-workbench.action.files.openFolderInNewWindow"
"workbench.action.files.openFileInNewWindow"
"-workbench.action.files.openFileInNewWindow"
"workbench.action.openWorkspaceInNewWindow"
"-workbench.action.openWorkspaceInNewWindow"
"addRootFolder"
"-addRootFolder"
"workbench.action.addRootFolder"
"-workbench.action.addRootFolder"
"workbench.action.removeRootFolder"
"-workbench.action.removeRootFolder"
"workbench.action.closeFolder"
"-workbench.action.closeFolder"
"workbench.action.saveWorkspaceAs"
"-workbench.action.saveWorkspaceAs"
"workbench.action.duplicateWorkspaceInNewWindow"
"-workbench.action.duplicateWorkspaceInNewWindow"
"workbench.action.openWorkspaceConfigFile"
"-workbench.action.openWorkspaceConfigFile"
"workbench.action.previousSideBarView"
"-workbench.action.previousSideBarView"
"workbench.action.nextSideBarView"
"-workbench.action.nextSideBarView"
"workbench.action.togglePanel"
"-workbench.action.togglePanel"
"workbench.action.focusPanel"
"-workbench.action.focusPanel"
"workbench.action.toggleMaximizedPanel"
"-workbench.action.toggleMaximizedPanel"
"workbench.action.closePanel"
"-workbench.action.closePanel"
"workbench.action.previousPanelView"
"-workbench.action.previousPanelView"
"workbench.action.nextPanelView"
"-workbench.action.nextPanelView"
"workbench.action.positionPanelLeft"
"-workbench.action.positionPanelLeft"
"workbench.action.positionPanelRight"
"-workbench.action.positionPanelRight"
"workbench.action.positionPanelBottom"
"-workbench.action.positionPanelBottom"
"workbench.extensions.action.showExtensionsForLanguage"
"-workbench.extensions.action.showExtensionsForLanguage"
"workbench.extensions.action.showExtensionsWithIds"
"-workbench.extensions.action.showExtensionsWithIds"
"editor.action.extensioneditor.showfind"
"-editor.action.extensioneditor.showfind"
"editor.action.extensioneditor.findNext"
"-editor.action.extensioneditor.findNext"
"editor.action.extensioneditor.findPrevious"
"-editor.action.extensioneditor.findPrevious"
"explorer.openToSide"
"-explorer.openToSide"
"workbench.files.action.compareWithSaved"
"-workbench.files.action.compareWithSaved"
"selectForCompare"
"-selectForCompare"
"compareSelected"
"-compareSelected"
"compareFiles"
"-compareFiles"
"copyFilePath"
"-copyFilePath"
"copyRelativeFilePath"
"-copyRelativeFilePath"
"workbench.action.files.copyPathOfActiveFile"
"-workbench.action.files.copyPathOfActiveFile"
"revealInExplorer"
"-revealInExplorer"
"workbench.action.files.save"
"-workbench.action.files.save"
"workbench.action.files.saveWithoutFormatting"
"-workbench.action.files.saveWithoutFormatting"
"workbench.action.files.saveAs"
"-workbench.action.files.saveAs"
"saveAll"
"-saveAll"
"workbench.files.action.saveAllInGroup"
"-workbench.files.action.saveAllInGroup"
"workbench.action.files.saveFiles"
"-workbench.action.files.saveFiles"
"workbench.action.files.revert"
"-workbench.action.files.revert"
"removeRootFolder"
"-removeRootFolder"
"previousCompressedFolder"
"-previousCompressedFolder"
"nextCompressedFolder"
"-nextCompressedFolder"
"firstCompressedFolder"
"-firstCompressedFolder"
"lastCompressedFolder"
"-lastCompressedFolder"
"explorer.newFile"
"-explorer.newFile"
"explorer.newFolder"
"-explorer.newFolder"
"explorer.download"
"-explorer.download"
"workbench.action.files.saveAll"
"-workbench.action.files.saveAll"
"workbench.files.action.compareFileWith"
"-workbench.files.action.compareFileWith"
"workbench.files.action.focusFilesExplorer"
"-workbench.files.action.focusFilesExplorer"
"workbench.files.action.showActiveFileInExplorer"
"-workbench.files.action.showActiveFileInExplorer"
"workbench.files.action.collapseExplorerFolders"
"-workbench.files.action.collapseExplorerFolders"
"workbench.files.action.refreshFilesExplorer"
"-workbench.files.action.refreshFilesExplorer"
"workbench.action.files.newUntitledFile"
"-workbench.action.files.newUntitledFile"
"workbench.files.action.compareWithClipboard"
"-workbench.files.action.compareWithClipboard"
"workbench.action.toggleAutoSave"
"-workbench.action.toggleAutoSave"
"workbench.action.openWorkspace"
"-workbench.action.openWorkspace"
"workbench.action.files.openFileFolder"
"-workbench.action.files.openFileFolder"
"renameFile"
"-renameFile"
"moveFileToTrash"
"-moveFileToTrash"
"deleteFile"
"-deleteFile"
"filesExplorer.cut"
"-filesExplorer.cut"
"filesExplorer.copy"
"-filesExplorer.copy"
"filesExplorer.paste"
"-filesExplorer.paste"
"filesExplorer.cancelCut"
"-filesExplorer.cancelCut"
"filesExplorer.openFilePreserveFocus"
"-filesExplorer.openFilePreserveFocus"
"workbench.files.action.acceptLocalChanges"
"-workbench.files.action.acceptLocalChanges"
"workbench.files.action.revertLocalChanges"
"-workbench.files.action.revertLocalChanges"
"workbench.view.explorer"
"-workbench.view.explorer"
"revealFileInOS"
"-revealFileInOS"
"workbench.action.files.revealActiveFileInWindows"
"-workbench.action.files.revealActiveFileInWindows"
"workbench.action.files.showOpenedFileInNewWindow"
"-workbench.action.files.showOpenedFileInNewWindow"
"problems.action.openToSide"
"-problems.action.openToSide"
"workbench.action.showErrorsWarnings"
"-workbench.action.showErrorsWarnings"
"problems.action.showQuickFixes"
"-problems.action.showQuickFixes"
"workbench.actions.view.problems"
"-workbench.actions.view.problems"
"workbench.action.problems.focus"
"-workbench.action.problems.focus"
"problems.action.copy"
"-problems.action.copy"
"problems.action.copyMessage"
"-problems.action.copyMessage"
"problems.action.copyRelatedInformationMessage"
"-problems.action.copyRelatedInformationMessage"
"problems.action.focusProblemsFromFilter"
"-problems.action.focusProblemsFromFilter"
"problems.action.focusFilter"
"-problems.action.focusFilter"
"problems.action.showMultilineMessage"
"-problems.action.showMultilineMessage"
"problems.action.showSinglelineMessage"
"-problems.action.showSinglelineMessage"
"workbench.actions.view.toggleProblems"
"-workbench.actions.view.toggleProblems"
"workbench.view.extensions"
"-workbench.view.extensions"
"workbench.extensions.action.installExtensions"
"-workbench.extensions.action.installExtensions"
"workbench.extensions.action.listOutdatedExtensions"
"-workbench.extensions.action.listOutdatedExtensions"
"workbench.extensions.action.showRecommendedExtensions"
"-workbench.extensions.action.showRecommendedExtensions"
"workbench.extensions.action.showRecommendedKeymapExtensions"
"-workbench.extensions.action.showRecommendedKeymapExtensions"
"workbench.extensions.action.showLanguageExtensions"
"-workbench.extensions.action.showLanguageExtensions"
"workbench.extensions.action.showAzureExtensions"
"-workbench.extensions.action.showAzureExtensions"
"workbench.extensions.action.showPopularExtensions"
"-workbench.extensions.action.showPopularExtensions"
"workbench.extensions.action.showEnabledExtensions"
"-workbench.extensions.action.showEnabledExtensions"
"workbench.extensions.action.showInstalledExtensions"
"-workbench.extensions.action.showInstalledExtensions"
"workbench.extensions.action.showDisabledExtensions"
"-workbench.extensions.action.showDisabledExtensions"
"workbench.extensions.action.listBuiltInExtensions"
"-workbench.extensions.action.listBuiltInExtensions"
"workbench.extensions.action.updateAllExtensions"
"-workbench.extensions.action.updateAllExtensions"
"workbench.extensions.action.installVSIX"
"-workbench.extensions.action.installVSIX"
"workbench.extensions.action.disableAll"
"-workbench.extensions.action.disableAll"
"workbench.extensions.action.disableAllWorkspace"
"-workbench.extensions.action.disableAllWorkspace"
"workbench.extensions.action.enableAll"
"-workbench.extensions.action.enableAll"
"workbench.extensions.action.enableAllWorkspace"
"-workbench.extensions.action.enableAllWorkspace"
"workbench.extensions.action.checkForUpdates"
"-workbench.extensions.action.checkForUpdates"
"workbench.extensions.action.enableAutoUpdate"
"-workbench.extensions.action.enableAutoUpdate"
"workbench.extensions.action.disableAutoUpdate"
"-workbench.extensions.action.disableAutoUpdate"
"workbench.extensions.action.install.specificVersion"
"-workbench.extensions.action.install.specificVersion"
"workbench.extensions.action.reinstall"
"-workbench.extensions.action.reinstall"
"extension.open"
"-extension.open"
"workbench.extensions.installExtension"
"-workbench.extensions.installExtension"
"workbench.extensions.uninstallExtension"
"-workbench.extensions.uninstallExtension"
"workbench.extensions.action.copyExtension"
"-workbench.extensions.action.copyExtension"
"workbench.extensions.action.copyExtensionId"
"-workbench.extensions.action.copyExtensionId"
"workbench.extensions.action.configure"
"-workbench.extensions.action.configure"
"workbench.action.openRawDefaultSettings"
"-workbench.action.openRawDefaultSettings"
"workbench.action.openSettingsJson"
"-workbench.action.openSettingsJson"
"workbench.action.openSettings2"
"-workbench.action.openSettings2"
"workbench.action.openGlobalSettings"
"-workbench.action.openGlobalSettings"
"workbench.action.openGlobalKeybindings"
"-workbench.action.openGlobalKeybindings"
"workbench.action.openDefaultKeybindingsFile"
"-workbench.action.openDefaultKeybindingsFile"
"workbench.action.openGlobalKeybindingsFile"
"-workbench.action.openGlobalKeybindingsFile"
"workbench.action.configureLanguageBasedSettings"
"-workbench.action.configureLanguageBasedSettings"
"workbench.action.openSettings"
"-workbench.action.openSettings"
"keybindings.editor.defineKeybinding"
"-keybindings.editor.defineKeybinding"
"keybindings.editor.defineWhenExpression"
"-keybindings.editor.defineWhenExpression"
"keybindings.editor.removeKeybinding"
"-keybindings.editor.removeKeybinding"
"keybindings.editor.resetKeybinding"
"-keybindings.editor.resetKeybinding"
"keybindings.editor.searchKeybindings"
"-keybindings.editor.searchKeybindings"
"keybindings.editor.recordSearchKeys"
"-keybindings.editor.recordSearchKeys"
"keybindings.editor.toggleSortByPrecedence"
"-keybindings.editor.toggleSortByPrecedence"
"keybindings.editor.showConflicts"
"-keybindings.editor.showConflicts"
"keybindings.editor.copyKeybindingEntry"
"-keybindings.editor.copyKeybindingEntry"
"keybindings.editor.copyCommandKeybindingEntry"
"-keybindings.editor.copyCommandKeybindingEntry"
"keybindings.editor.focusKeybindings"
"-keybindings.editor.focusKeybindings"
"workbench.action.openFolderSettings"
"-workbench.action.openFolderSettings"
"workbench.action.openWorkspaceSettings"
"-workbench.action.openWorkspaceSettings"
"keybindings.editor.clearSearchResults"
"-keybindings.editor.clearSearchResults"
"keybindings.editor.showDefaultKeybindings"
"-keybindings.editor.showDefaultKeybindings"
"keybindings.editor.showUserKeybindings"
"-keybindings.editor.showUserKeybindings"
"settings.action.search"
"-settings.action.search"
"settings.action.clearSearchResults"
"-settings.action.clearSearchResults"
"settings.action.focusSettingsFile"
"-settings.action.focusSettingsFile"
"settings.action.focusSettingsFromSearch"
"-settings.action.focusSettingsFromSearch"
"settings.action.focusNextSetting"
"-settings.action.focusNextSetting"
"settings.action.focusPreviousSetting"
"-settings.action.focusPreviousSetting"
"settings.action.editFocusedSetting"
"-settings.action.editFocusedSetting"
"settings.action.focusSettingsList"
"-settings.action.focusSettingsList"
"settings.action.showContextMenu"
"-settings.action.showContextMenu"
"settings.switchToJSON"
"-settings.switchToJSON"
"settings.filterByModified"
"-settings.filterByModified"
"settings.filterByOnline"
"-settings.filterByOnline"
"search.action.replaceAll"
"-search.action.replaceAll"
"workbench.action.search.toggleQueryDetails"
"-workbench.action.search.toggleQueryDetails"
"search.action.focusSearchFromResults"
"-search.action.focusSearchFromResults"
"search.action.openResultToSide"
"-search.action.openResultToSide"
"search.action.cancel"
"-search.action.cancel"
"search.action.remove"
"-search.action.remove"
"search.action.replace"
"-search.action.replace"
"search.action.replaceAllInFile"
"-search.action.replaceAllInFile"
"search.action.replaceAllInFolder"
"-search.action.replaceAllInFolder"
"closeReplaceInFilesWidget"
"-closeReplaceInFilesWidget"
"search.focus.nextInputBox"
"-search.focus.nextInputBox"
"search.focus.previousInputBox"
"-search.focus.previousInputBox"
"search.action.copyMatch"
"-search.action.copyMatch"
"search.action.copyPath"
"-search.action.copyPath"
"search.action.copyAll"
"-search.action.copyAll"
"search.action.clearHistory"
"-search.action.clearHistory"
"search.action.revealInSideBar"
"-search.action.revealInSideBar"
"search.action.focusSearchList"
"-search.action.focusSearchList"
"filesExplorer.findInFolder"
"-filesExplorer.findInFolder"
"search.action.clearSearchResults"
"-search.action.clearSearchResults"
"search.action.refreshSearchResults"
"-search.action.refreshSearchResults"
"filesExplorer.findInWorkspace"
"-filesExplorer.findInWorkspace"
"workbench.view.search"
"-workbench.view.search"
"workbench.action.findInFiles"
"-workbench.action.findInFiles"
"search.action.focusNextSearchResult"
"-search.action.focusNextSearchResult"
"search.action.focusPreviousSearchResult"
"-search.action.focusPreviousSearchResult"
"workbench.action.replaceInFiles"
"-workbench.action.replaceInFiles"
"toggleSearchCaseSensitive"
"-toggleSearchCaseSensitive"
"toggleSearchWholeWord"
"-toggleSearchWholeWord"
"toggleSearchRegex"
"-toggleSearchRegex"
"toggleSearchEditorCaseSensitive"
"-toggleSearchEditorCaseSensitive"
"toggleSearchEditorWholeWord"
"-toggleSearchEditorWholeWord"
"toggleSearchEditorRegex"
"-toggleSearchEditorRegex"
"toggleSearchEditorContextLines"
"-toggleSearchEditorContextLines"
"addCursorsAtSearchResults"
"-addCursorsAtSearchResults"
"search.action.collapseSearchResults"
"-search.action.collapseSearchResults"
"search.action.expandSearchResults"
"-search.action.expandSearchResults"
"workbench.action.showAllSymbols"
"-workbench.action.showAllSymbols"
"workbench.action.toggleSearchOnType"
"-workbench.action.toggleSearchOnType"
"searchEditor.rerunSerach"
"-searchEditor.rerunSerach"
"search.action.openInEditor"
"-search.action.openInEditor"
"search.action.openNewEditor"
"-search.action.openNewEditor"
"workbench.action.quickOpenNavigateNextInTerminalPicker"
"-workbench.action.quickOpenNavigateNextInTerminalPicker"
"workbench.action.quickOpenNavigatePreviousInTerminalPicker"
"-workbench.action.quickOpenNavigatePreviousInTerminalPicker"
"workbench.action.quickOpenTerm"
"-workbench.action.quickOpenTerm"
"workbench.action.terminal.kill"
"-workbench.action.terminal.kill"
"workbench.action.terminal.new"
"-workbench.action.terminal.new"
"workbench.action.terminal.clearSelection"
"-workbench.action.terminal.clearSelection"
"workbench.action.terminal.newInActiveWorkspace"
"-workbench.action.terminal.newInActiveWorkspace"
"workbench.action.terminal.focus"
"-workbench.action.terminal.focus"
"workbench.action.terminal.focusNext"
"-workbench.action.terminal.focusNext"
"workbench.action.terminal.focusPrevious"
"-workbench.action.terminal.focusPrevious"
"workbench.action.terminal.selectAll"
"-workbench.action.terminal.selectAll"
"workbench.action.terminal.runSelectedText"
"-workbench.action.terminal.runSelectedText"
"workbench.action.terminal.runActiveFile"
"-workbench.action.terminal.runActiveFile"
"workbench.action.terminal.toggleTerminal"
"-workbench.action.terminal.toggleTerminal"
"workbench.action.terminal.scrollDown"
"-workbench.action.terminal.scrollDown"
"workbench.action.terminal.scrollDownPage"
"-workbench.action.terminal.scrollDownPage"
"workbench.action.terminal.scrollToBottom"
"-workbench.action.terminal.scrollToBottom"
"workbench.action.terminal.scrollUp"
"-workbench.action.terminal.scrollUp"
"workbench.action.terminal.scrollUpPage"
"-workbench.action.terminal.scrollUpPage"
"workbench.action.terminal.scrollToTop"
"-workbench.action.terminal.scrollToTop"
"workbench.action.terminal.clear"
"-workbench.action.terminal.clear"
"workbench.action.terminal.selectDefaultShell"
"-workbench.action.terminal.selectDefaultShell"
"workbench.action.terminal.manageWorkspaceShellPermissions"
"-workbench.action.terminal.manageWorkspaceShellPermissions"
"workbench.action.terminal.rename"
"-workbench.action.terminal.rename"
"workbench.action.terminal.focusFindWidget"
"-workbench.action.terminal.focusFindWidget"
"workbench.action.terminal.hideFindWidget"
"-workbench.action.terminal.hideFindWidget"
"workbench.action.terminal.deleteWordLeft"
"-workbench.action.terminal.deleteWordLeft"
"workbench.action.terminal.deleteWordRight"
"-workbench.action.terminal.deleteWordRight"
"workbench.action.terminal.deleteToLineStart"
"-workbench.action.terminal.deleteToLineStart"
"workbench.action.terminal.moveToLineStart"
"-workbench.action.terminal.moveToLineStart"
"workbench.action.terminal.moveToLineEnd"
"-workbench.action.terminal.moveToLineEnd"
"workbench.action.terminal.split"
"-workbench.action.terminal.split"
"workbench.action.terminal.splitInActiveWorkspace"
"-workbench.action.terminal.splitInActiveWorkspace"
"workbench.action.terminal.focusPreviousPane"
"-workbench.action.terminal.focusPreviousPane"
"workbench.action.terminal.focusNextPane"
"-workbench.action.terminal.focusNextPane"
"workbench.action.terminal.resizePaneLeft"
"-workbench.action.terminal.resizePaneLeft"
"workbench.action.terminal.resizePaneRight"
"-workbench.action.terminal.resizePaneRight"
"workbench.action.terminal.resizePaneUp"
"-workbench.action.terminal.resizePaneUp"
"workbench.action.terminal.resizePaneDown"
"-workbench.action.terminal.resizePaneDown"
"workbench.action.terminal.scrollToPreviousCommand"
"-workbench.action.terminal.scrollToPreviousCommand"
"workbench.action.terminal.scrollToNextCommand"
"-workbench.action.terminal.scrollToNextCommand"
"workbench.action.terminal.selectToPreviousCommand"
"-workbench.action.terminal.selectToPreviousCommand"
"workbench.action.terminal.selectToNextCommand"
"-workbench.action.terminal.selectToNextCommand"
"workbench.action.terminal.navigationModeExit"
"-workbench.action.terminal.navigationModeExit"
"workbench.action.terminal.navigationModeFocusPrevious"
"-workbench.action.terminal.navigationModeFocusPrevious"
"workbench.action.terminal.navigationModeFocusNext"
"-workbench.action.terminal.navigationModeFocusNext"
"workbench.action.terminal.selectToPreviousLine"
"-workbench.action.terminal.selectToPreviousLine"
"workbench.action.terminal.selectToNextLine"
"-workbench.action.terminal.selectToNextLine"
"toggleEscapeSequenceLogging"
"-toggleEscapeSequenceLogging"
"workbench.action.terminal.toggleFindRegex"
"-workbench.action.terminal.toggleFindRegex"
"workbench.action.terminal.toggleFindWholeWord"
"-workbench.action.terminal.toggleFindWholeWord"
"workbench.action.terminal.toggleFindCaseSensitive"
"-workbench.action.terminal.toggleFindCaseSensitive"
"workbench.action.terminal.findNext"
"-workbench.action.terminal.findNext"
"workbench.action.terminal.findPrevious"
"-workbench.action.terminal.findPrevious"
"workbench.action.terminal.copySelection"
"-workbench.action.terminal.copySelection"
"workbench.action.terminal.paste"
"-workbench.action.terminal.paste"
"workbench.action.terminal.sendSequence"
"-workbench.action.terminal.sendSequence"
"workbench.action.terminal.newWithCwd"
"-workbench.action.terminal.newWithCwd"
"workbench.action.terminal.renameWithArg"
"-workbench.action.terminal.renameWithArg"
"workbench.action.terminal.focusAtIndex1"
"-workbench.action.terminal.focusAtIndex1"
"workbench.action.terminal.focusAtIndex2"
"-workbench.action.terminal.focusAtIndex2"
"workbench.action.terminal.focusAtIndex3"
"-workbench.action.terminal.focusAtIndex3"
"workbench.action.terminal.focusAtIndex4"
"-workbench.action.terminal.focusAtIndex4"
"workbench.action.terminal.focusAtIndex5"
"-workbench.action.terminal.focusAtIndex5"
"workbench.action.terminal.focusAtIndex6"
"-workbench.action.terminal.focusAtIndex6"
"workbench.action.terminal.focusAtIndex7"
"-workbench.action.terminal.focusAtIndex7"
"workbench.action.terminal.focusAtIndex8"
"-workbench.action.terminal.focusAtIndex8"
"workbench.action.terminal.focusAtIndex9"
"-workbench.action.terminal.focusAtIndex9"
"editor.action.webvieweditor.showFind"
"-editor.action.webvieweditor.showFind"
"editor.action.webvieweditor.hideFind"
"-editor.action.webvieweditor.hideFind"
"editor.action.webvieweditor.findNext"
"-editor.action.webvieweditor.findNext"
"editor.action.webvieweditor.findPrevious"
"-editor.action.webvieweditor.findPrevious"
"workbench.action.webview.reloadWebviewAction"
"-workbench.action.webview.reloadWebviewAction"
"workbench.action.webview.openDeveloperTools"
"-workbench.action.webview.openDeveloperTools"
"editor.action.webvieweditor.selectAll"
"-editor.action.webvieweditor.selectAll"
"editor.action.webvieweditor.copy"
"-editor.action.webvieweditor.copy"
"editor.action.webvieweditor.paste"
"-editor.action.webvieweditor.paste"
"editor.action.webvieweditor.cut"
"-editor.action.webvieweditor.cut"
"editor.action.webvieweditor.undo"
"-editor.action.webvieweditor.undo"
"editor.action.webvieweditor.redo"
"-editor.action.webvieweditor.redo"
"workbench.extensions.action.openExtensionsFolder"
"-workbench.extensions.action.openExtensionsFolder"
"workbench.view.extension.test"
"-workbench.view.extension.test"
"workbench.action.remote.showMenu"
"-workbench.action.remote.showMenu"
"showEditorScreenReaderNotification"
"-showEditorScreenReaderNotification"
"changeEditorIndentation"
"-changeEditorIndentation"
"notifications.showList"
"-notifications.showList"
"notifications.hideList"
"-notifications.hideList"
"notifications.toggleList"
"-notifications.toggleList"
"notification.clear"
"-notification.clear"
"notification.expand"
"-notification.expand"
"notification.collapse"
"-notification.collapse"
"notification.toggle"
"-notification.toggle"
"notifications.hideToasts"
"-notifications.hideToasts"
"notifications.focusToasts"
"-notifications.focusToasts"
"notifications.focusNextToast"
"-notifications.focusNextToast"
"notifications.focusPreviousToast"
"-notifications.focusPreviousToast"
"notifications.focusFirstToast"
"-notifications.focusFirstToast"
"notifications.focusLastToast"
"-notifications.focusLastToast"
"notifications.clearAll"
"-notifications.clearAll"
"refactorPreview.focus"
"-refactorPreview.focus"
"refactorPreview.moveView"
"-refactorPreview.moveView"
"workbench.panel.repl.view.focus"
"-workbench.panel.repl.view.focus"
"workbench.panel.repl.view.moveView"
"-workbench.panel.repl.view.moveView"
"workbench.panel.markers.view.focus"
"-workbench.panel.markers.view.focus"
"workbench.panel.markers.view.moveView"
"-workbench.panel.markers.view.moveView"
"workbench.debug.action.focusVariablesView"
"-workbench.debug.action.focusVariablesView"
"workbench.debug.variablesView.moveView"
"-workbench.debug.variablesView.moveView"
"workbench.debug.action.focusWatchView"
"-workbench.debug.action.focusWatchView"
"workbench.debug.watchExpressionsView.moveView"
"-workbench.debug.watchExpressionsView.moveView"
"workbench.debug.action.focusCallStackView"
"-workbench.debug.action.focusCallStackView"
"workbench.debug.callStackView.moveView"
"-workbench.debug.callStackView.moveView"
"workbench.debug.action.focusBreakpointsView"
"-workbench.debug.action.focusBreakpointsView"
"workbench.debug.breakPointsView.moveView"
"-workbench.debug.breakPointsView.moveView"
"workbench.debug.startView.focus"
"-workbench.debug.startView.focus"
"workbench.debug.startView.moveView"
"-workbench.debug.startView.moveView"
"workbench.debug.loadedScriptsView.focus"
"-workbench.debug.loadedScriptsView.focus"
"workbench.debug.loadedScriptsView.moveView"
"-workbench.debug.loadedScriptsView.moveView"
"outline.focus"
"-outline.focus"
"outline.moveView"
"-outline.moveView"
"workbench.files.action.focusOpenEditorsView"
"-workbench.files.action.focusOpenEditorsView"
"workbench.explorer.openEditorsView.moveView"
"-workbench.explorer.openEditorsView.moveView"
"workbench.explorer.fileView.focus"
"-workbench.explorer.fileView.focus"
"workbench.explorer.fileView.moveView"
"-workbench.explorer.fileView.moveView"
"extensions.listView.focus"
"-extensions.listView.focus"
"extensions.listView.moveView"
"-extensions.listView.moveView"
"extensions.enabledExtensionList.focus"
"-extensions.enabledExtensionList.focus"
"extensions.enabledExtensionList.moveView"
"-extensions.enabledExtensionList.moveView"
"extensions.disabledExtensionList.focus"
"-extensions.disabledExtensionList.focus"
"extensions.disabledExtensionList.moveView"
"-extensions.disabledExtensionList.moveView"
"extensions.popularExtensionsList.focus"
"-extensions.popularExtensionsList.focus"
"extensions.popularExtensionsList.moveView"
"-extensions.popularExtensionsList.moveView"
"extensions.enabledExtensionList2.focus"
"-extensions.enabledExtensionList2.focus"
"extensions.enabledExtensionList2.moveView"
"-extensions.enabledExtensionList2.moveView"
"extensions.disabledExtensionList2.focus"
"-extensions.disabledExtensionList2.focus"
"extensions.disabledExtensionList2.moveView"
"-extensions.disabledExtensionList2.moveView"
"extensions.builtInExtensionsList.focus"
"-extensions.builtInExtensionsList.focus"
"extensions.builtInExtensionsList.moveView"
"-extensions.builtInExtensionsList.moveView"
"extensions.builtInBasicsExtensionsList.focus"
"-extensions.builtInBasicsExtensionsList.focus"
"extensions.builtInBasicsExtensionsList.moveView"
"-extensions.builtInBasicsExtensionsList.moveView"
"extensions.builtInThemesExtensionsList.focus"
"-extensions.builtInThemesExtensionsList.focus"
"extensions.builtInThemesExtensionsList.moveView"
"-extensions.builtInThemesExtensionsList.moveView"
"extensions.recommendedList.focus"
"-extensions.recommendedList.focus"
"extensions.recommendedList.moveView"
"-extensions.recommendedList.moveView"
"extensions.otherrecommendedList.focus"
"-extensions.otherrecommendedList.focus"
"extensions.otherrecommendedList.moveView"
"-extensions.otherrecommendedList.moveView"
"extensions.workspaceRecommendedList.focus"
"-extensions.workspaceRecommendedList.focus"
"extensions.workspaceRecommendedList.moveView"
"-extensions.workspaceRecommendedList.moveView"
"extensions.vscode-local.installed.focus"
"-extensions.vscode-local.installed.focus"
"extensions.vscode-local.installed.moveView"
"-extensions.vscode-local.installed.moveView"
"extensions.vscode-local.outdated.focus"
"-extensions.vscode-local.outdated.focus"
"extensions.vscode-local.outdated.moveView"
"-extensions.vscode-local.outdated.moveView"
"extensions.vscode-local.default.focus"
"-extensions.vscode-local.default.focus"
"extensions.vscode-local.default.moveView"
"-extensions.vscode-local.default.moveView"
"workbench.view.search.focus"
"-workbench.view.search.focus"
"workbench.view.search.moveView"
"-workbench.view.search.moveView"
"workbench.action.revealPathInFinder8"
"-workbench.action.revealPathInFinder8"
"workbench.action.revealPathInFinder7"
"-workbench.action.revealPathInFinder7"
"workbench.action.revealPathInFinder6"
"-workbench.action.revealPathInFinder6"
"workbench.action.revealPathInFinder5"
"-workbench.action.revealPathInFinder5"
"workbench.action.revealPathInFinder4"
"-workbench.action.revealPathInFinder4"
"workbench.action.revealPathInFinder3"
"-workbench.action.revealPathInFinder3"
"workbench.action.revealPathInFinder2"
"-workbench.action.revealPathInFinder2"
"workbench.action.revealPathInFinder1"
"-workbench.action.revealPathInFinder1"
"update.check"
"-update.check"
"update.checking"
"-update.checking"
"update.downloadNow"
"-update.downloadNow"
"update.downloading"
"-update.downloading"
"update.install"
"-update.install"
"update.updating"
"-update.updating"
"update.restart"
"-update.restart"
"workbench.action.tasks.runTask"
"-workbench.action.tasks.runTask"
"workbench.action.tasks.reRunTask"
"-workbench.action.tasks.reRunTask"
"workbench.action.tasks.restartTask"
"-workbench.action.tasks.restartTask"
"workbench.action.tasks.terminate"
"-workbench.action.tasks.terminate"
"workbench.action.tasks.showLog"
"-workbench.action.tasks.showLog"
"workbench.action.tasks.build"
"-workbench.action.tasks.build"
"workbench.action.tasks.test"
"-workbench.action.tasks.test"
"workbench.action.tasks.configureTaskRunner"
"-workbench.action.tasks.configureTaskRunner"
"workbench.action.tasks.configureDefaultBuildTask"
"-workbench.action.tasks.configureDefaultBuildTask"
"workbench.action.tasks.configureDefaultTestTask"
"-workbench.action.tasks.configureDefaultTestTask"
"workbench.action.tasks.showTasks"
"-workbench.action.tasks.showTasks"
"workbench.action.tasks.toggleProblems"
"-workbench.action.tasks.toggleProblems"
"workbench.action.tasks.openUserTasks"
"-workbench.action.tasks.openUserTasks"
"workbench.action.tasks.openWorkspaceFileTasks"
"-workbench.action.tasks.openWorkspaceFileTasks"
"workbench.view.extension.references-view"
"-workbench.view.extension.references-view"
"workbench.view.extension.gitlens"
"-workbench.view.extension.gitlens"
"references-view.tree.focus"
"-references-view.tree.focus"
"references-view.tree.moveView"
"-references-view.tree.moveView"
"npm.focus"
"-npm.focus"
"npm.moveView"
"-npm.moveView"
"gitlens.views.repositories:gitlens.focus"
"-gitlens.views.repositories:gitlens.focus"
"gitlens.views.repositories:gitlens.moveView"
"-gitlens.views.repositories:gitlens.moveView"
"gitlens.views.fileHistory:gitlens.focus"
"-gitlens.views.fileHistory:gitlens.focus"
"gitlens.views.fileHistory:gitlens.moveView"
"-gitlens.views.fileHistory:gitlens.moveView"
"gitlens.views.lineHistory:gitlens.focus"
"-gitlens.views.lineHistory:gitlens.focus"
"gitlens.views.lineHistory:gitlens.moveView"
"-gitlens.views.lineHistory:gitlens.moveView"
"gitlens.views.compare:gitlens.focus"
"-gitlens.views.compare:gitlens.focus"
"gitlens.views.compare:gitlens.moveView"
"-gitlens.views.compare:gitlens.moveView"
"gitlens.views.search:gitlens.focus"
"-gitlens.views.search:gitlens.focus"
"gitlens.views.search:gitlens.moveView"
"-gitlens.views.search:gitlens.moveView"
"gitlens.views.repositories:explorer.focus"
"-gitlens.views.repositories:explorer.focus"
"gitlens.views.repositories:explorer.moveView"
"-gitlens.views.repositories:explorer.moveView"
"gitlens.views.fileHistory:explorer.focus"
"-gitlens.views.fileHistory:explorer.focus"
"gitlens.views.fileHistory:explorer.moveView"
"-gitlens.views.fileHistory:explorer.moveView"
"gitlens.views.lineHistory:explorer.focus"
"-gitlens.views.lineHistory:explorer.focus"
"gitlens.views.lineHistory:explorer.moveView"
"-gitlens.views.lineHistory:explorer.moveView"
"gitlens.views.compare:explorer.focus"
"-gitlens.views.compare:explorer.focus"
"gitlens.views.compare:explorer.moveView"
"-gitlens.views.compare:explorer.moveView"
"gitlens.views.search:explorer.focus"
"-gitlens.views.search:explorer.focus"
"gitlens.views.search:explorer.moveView"
"-gitlens.views.search:explorer.moveView"
"gitlens.views.repositories:scm.focus"
"-gitlens.views.repositories:scm.focus"
"gitlens.views.repositories:scm.moveView"
"-gitlens.views.repositories:scm.moveView"
"gitlens.views.fileHistory:scm.focus"
"-gitlens.views.fileHistory:scm.focus"
"gitlens.views.fileHistory:scm.moveView"
"-gitlens.views.fileHistory:scm.moveView"
"gitlens.views.lineHistory:scm.focus"
"-gitlens.views.lineHistory:scm.focus"
"gitlens.views.lineHistory:scm.moveView"
"-gitlens.views.lineHistory:scm.moveView"
"gitlens.views.compare:scm.focus"
"-gitlens.views.compare:scm.focus"
"gitlens.views.compare:scm.moveView"
"-gitlens.views.compare:scm.moveView"
"gitlens.views.search:scm.focus"
"-gitlens.views.search:scm.focus"
"gitlens.views.search:scm.moveView"
"-gitlens.views.search:scm.moveView"
"exceptions.focus"
"-exceptions.focus"
"exceptions.moveView"
"-exceptions.moveView"
"workbench.action.openRemoteSettings"
"-workbench.action.openRemoteSettings"
"extension.node-debug.toggleAutoAttach"
"-extension.node-debug.toggleAutoAttach"
"editor.emmet.action.wrapIndividualLinesWithAbbreviation"
"-editor.emmet.action.wrapIndividualLinesWithAbbreviation"
"editor.emmet.action.wrapWithAbbreviation"
"-editor.emmet.action.wrapWithAbbreviation"
"editor.emmet.action.removeTag"
"-editor.emmet.action.removeTag"
"editor.emmet.action.updateTag"
"-editor.emmet.action.updateTag"
"editor.emmet.action.matchTag"
"-editor.emmet.action.matchTag"
"editor.emmet.action.balanceIn"
"-editor.emmet.action.balanceIn"
"editor.emmet.action.balanceOut"
"-editor.emmet.action.balanceOut"
"editor.emmet.action.prevEditPoint"
"-editor.emmet.action.prevEditPoint"
"editor.emmet.action.nextEditPoint"
"-editor.emmet.action.nextEditPoint"
"editor.emmet.action.mergeLines"
"-editor.emmet.action.mergeLines"
"editor.emmet.action.selectPrevItem"
"-editor.emmet.action.selectPrevItem"
"editor.emmet.action.selectNextItem"
"-editor.emmet.action.selectNextItem"
"editor.emmet.action.splitJoinTag"
"-editor.emmet.action.splitJoinTag"
"editor.emmet.action.toggleComment"
"-editor.emmet.action.toggleComment"
"editor.emmet.action.evaluateMathExpression"
"-editor.emmet.action.evaluateMathExpression"
"editor.emmet.action.updateImageSize"
"-editor.emmet.action.updateImageSize"
"editor.emmet.action.incrementNumberByOneTenth"
"-editor.emmet.action.incrementNumberByOneTenth"
"editor.emmet.action.incrementNumberByOne"
"-editor.emmet.action.incrementNumberByOne"
"editor.emmet.action.incrementNumberByTen"
"-editor.emmet.action.incrementNumberByTen"
"editor.emmet.action.decrementNumberByOneTenth"
"-editor.emmet.action.decrementNumberByOneTenth"
"editor.emmet.action.decrementNumberByOne"
"-editor.emmet.action.decrementNumberByOne"
"editor.emmet.action.decrementNumberByTen"
"-editor.emmet.action.decrementNumberByTen"
"editor.emmet.action.reflectCSSValue"
"-editor.emmet.action.reflectCSSValue"
"git.setLogLevel"
"-git.setLogLevel"
"git.clone"
"-git.clone"
"git.init"
"-git.init"
"git.openRepository"
"-git.openRepository"
"git.close"
"-git.close"
"git.refresh"
"-git.refresh"
"git.openChange"
"-git.openChange"
"git.openFile"
"-git.openFile"
"git.openFile2"
"-git.openFile2"
"git.openHEADFile"
"-git.openHEADFile"
"git.stage"
"-git.stage"
"git.stageAll"
"-git.stageAll"
"git.stageAllTracked"
"-git.stageAllTracked"
"git.stageAllUntracked"
"-git.stageAllUntracked"
"git.stageSelectedRanges"
"-git.stageSelectedRanges"
"git.revertSelectedRanges"
"-git.revertSelectedRanges"
"git.stageChange"
"-git.stageChange"
"git.revertChange"
"-git.revertChange"
"git.unstage"
"-git.unstage"
"git.unstageAll"
"-git.unstageAll"
"git.unstageSelectedRanges"
"-git.unstageSelectedRanges"
"git.clean"
"-git.clean"
"git.cleanAll"
"-git.cleanAll"
"git.cleanAllTracked"
"-git.cleanAllTracked"
"git.cleanAllUntracked"
"-git.cleanAllUntracked"
"git.commit"
"-git.commit"
"git.commitStaged"
"-git.commitStaged"
"git.commitEmpty"
"-git.commitEmpty"
"git.commitStagedSigned"
"-git.commitStagedSigned"
"git.commitStagedAmend"
"-git.commitStagedAmend"
"git.commitAll"
"-git.commitAll"
"git.commitAllSigned"
"-git.commitAllSigned"
"git.commitAllAmend"
"-git.commitAllAmend"
"git.restoreCommitTemplate"
"-git.restoreCommitTemplate"
"git.undoCommit"
"-git.undoCommit"
"git.checkout"
"-git.checkout"
"git.branch"
"-git.branch"
"git.branchFrom"
"-git.branchFrom"
"git.deleteBranch"
"-git.deleteBranch"
"git.renameBranch"
"-git.renameBranch"
"git.merge"
"-git.merge"
"git.createTag"
"-git.createTag"
"git.deleteTag"
"-git.deleteTag"
"git.fetch"
"-git.fetch"
"git.fetchPrune"
"-git.fetchPrune"
"git.fetchAll"
"-git.fetchAll"
"git.pull"
"-git.pull"
"git.pullRebase"
"-git.pullRebase"
"git.pullFrom"
"-git.pullFrom"
"git.push"
"-git.push"
"git.pushForce"
"-git.pushForce"
"git.pushTo"
"-git.pushTo"
"git.pushToForce"
"-git.pushToForce"
"git.pushWithTags"
"-git.pushWithTags"
"git.pushWithTagsForce"
"-git.pushWithTagsForce"
"git.addRemote"
"-git.addRemote"
"git.removeRemote"
"-git.removeRemote"
"git.sync"
"-git.sync"
"git.syncRebase"
"-git.syncRebase"
"git.publish"
"-git.publish"
"git.showOutput"
"-git.showOutput"
"git.ignore"
"-git.ignore"
"git.revealInExplorer"
"-git.revealInExplorer"
"git.stashIncludeUntracked"
"-git.stashIncludeUntracked"
"git.stash"
"-git.stash"
"git.stashPop"
"-git.stashPop"
"git.stashPopLatest"
"-git.stashPopLatest"
"git.stashApply"
"-git.stashApply"
"git.stashApplyLatest"
"-git.stashApplyLatest"
"git.stashDrop"
"-git.stashDrop"
"imagePreview.zoomIn"
"-imagePreview.zoomIn"
"imagePreview.zoomOut"
"-imagePreview.zoomOut"
"markdown.showPreview"
"-markdown.showPreview"
"markdown.showPreviewToSide"
"-markdown.showPreviewToSide"
"markdown.showLockedPreviewToSide"
"-markdown.showLockedPreviewToSide"
"markdown.showSource"
"-markdown.showSource"
"markdown.showPreviewSecuritySelector"
"-markdown.showPreviewSecuritySelector"
"markdown.preview.refresh"
"-markdown.preview.refresh"
"markdown.preview.toggleLock"
"-markdown.preview.toggleLock"
"merge-conflict.accept.all-current"
"-merge-conflict.accept.all-current"
"merge-conflict.accept.all-incoming"
"-merge-conflict.accept.all-incoming"
"merge-conflict.accept.all-both"
"-merge-conflict.accept.all-both"
"merge-conflict.accept.current"
"-merge-conflict.accept.current"
"merge-conflict.accept.incoming"
"-merge-conflict.accept.incoming"
"merge-conflict.accept.selection"
"-merge-conflict.accept.selection"
"merge-conflict.accept.both"
"-merge-conflict.accept.both"
"merge-conflict.next"
"-merge-conflict.next"
"merge-conflict.previous"
"-merge-conflict.previous"
"merge-conflict.compare"
"-merge-conflict.compare"
"extension.node-debug.pickLoadedScript"
"-extension.node-debug.pickLoadedScript"
"extension.node-debug.attachNodeProcess"
"-extension.node-debug.attachNodeProcess"
"extension.node-debug.toggleSkippingFile"
"-extension.node-debug.toggleSkippingFile"
"extension.node-debug.startWithStopOnEntry"
"-extension.node-debug.startWithStopOnEntry"
"extension.node-debug2.toggleSkippingFile"
"-extension.node-debug2.toggleSkippingFile"
"references-view.find"
"-references-view.find"
"references-view.findImplementations"
"-references-view.findImplementations"
"references-view.clearHistory"
"-references-view.clearHistory"
"references-view.clear"
"-references-view.clear"
"references-view.refresh"
"-references-view.refresh"
"references-view.pickFromHistory"
"-references-view.pickFromHistory"
"references-view.remove"
"-references-view.remove"
"references-view.copy"
"-references-view.copy"
"references-view.copyAll"
"-references-view.copyAll"
"references-view.copyPath"
"-references-view.copyPath"
"references-view.refind"
"-references-view.refind"
"references-view.showCallHierarchy"
"-references-view.showCallHierarchy"
"references-view.showOutgoingCalls"
"-references-view.showOutgoingCalls"
"references-view.showIncomingCalls"
"-references-view.showIncomingCalls"
"npm.runScript"
"-npm.runScript"
"npm.debugScript"
"-npm.debugScript"
"npm.openScript"
"-npm.openScript"
"npm.runInstall"
"-npm.runInstall"
"npm.refresh"
"-npm.refresh"
"npm.runSelectedScript"
"-npm.runSelectedScript"
"npm.runScriptFromFolder"
"-npm.runScriptFromFolder"
"php.untrustValidationExecutable"
"-php.untrustValidationExecutable"
"typescript.reloadProjects"
"-typescript.reloadProjects"
"javascript.reloadProjects"
"-javascript.reloadProjects"
"typescript.selectTypeScriptVersion"
"-typescript.selectTypeScriptVersion"
"typescript.goToProjectConfig"
"-typescript.goToProjectConfig"
"javascript.goToProjectConfig"
"-javascript.goToProjectConfig"
"typescript.openTsServerLog"
"-typescript.openTsServerLog"
"typescript.restartTsServer"
"-typescript.restartTsServer"
"bracket-pair-colorizer.expandBracketSelection"
"-bracket-pair-colorizer.expandBracketSelection"
"bracket-pair-colorizer.undoBracketSelection"
"-bracket-pair-colorizer.undoBracketSelection"
"gitlens.supportGitLens"
"-gitlens.supportGitLens"
"gitlens.showSettingsPage"
"-gitlens.showSettingsPage"
"gitlens.showSettingsPage#repositories-view"
"-gitlens.showSettingsPage#repositories-view"
"gitlens.showSettingsPage#file-history-view"
"-gitlens.showSettingsPage#file-history-view"
"gitlens.showSettingsPage#line-history-view"
"-gitlens.showSettingsPage#line-history-view"
"gitlens.showSettingsPage#search-commits-view"
"-gitlens.showSettingsPage#search-commits-view"
"gitlens.showSettingsPage#compare-view"
"-gitlens.showSettingsPage#compare-view"
"gitlens.showWelcomePage"
"-gitlens.showWelcomePage"
"gitlens.showCompareView"
"-gitlens.showCompareView"
"gitlens.showFileHistoryView"
"-gitlens.showFileHistoryView"
"gitlens.showLineHistoryView"
"-gitlens.showLineHistoryView"
"gitlens.showRepositoriesView"
"-gitlens.showRepositoriesView"
"gitlens.showSearchView"
"-gitlens.showSearchView"
"gitlens.diffDirectory"
"-gitlens.diffDirectory"
"gitlens.diffDirectoryWithHead"
"-gitlens.diffDirectoryWithHead"
"gitlens.diffHeadWith"
"-gitlens.diffHeadWith"
"gitlens.diffWorkingWith"
"-gitlens.diffWorkingWith"
"gitlens.diffWithRef"
"-gitlens.diffWithRef"
"gitlens.diffWithNext"
"-gitlens.diffWithNext"
"gitlens.diffWithNextInDiffLeft"
"-gitlens.diffWithNextInDiffLeft"
"gitlens.diffWithPrevious"
"-gitlens.diffWithPrevious"
"gitlens.diffWithPreviousInDiffRight"
"-gitlens.diffWithPreviousInDiffRight"
"gitlens.diffLineWithPrevious"
"-gitlens.diffLineWithPrevious"
"gitlens.diffWithRevision"
"-gitlens.diffWithRevision"
"gitlens.diffWithWorking"
"-gitlens.diffWithWorking"
"gitlens.diffLineWithWorking"
"-gitlens.diffLineWithWorking"
"gitlens.toggleFileBlame"
"-gitlens.toggleFileBlame"
"gitlens.clearFileAnnotations"
"-gitlens.clearFileAnnotations"
"gitlens.computingFileAnnotations"
"-gitlens.computingFileAnnotations"
"gitlens.toggleFileHeatmap"
"-gitlens.toggleFileHeatmap"
"gitlens.toggleFileRecentChanges"
"-gitlens.toggleFileRecentChanges"
"gitlens.toggleLineBlame"
"-gitlens.toggleLineBlame"
"gitlens.toggleCodeLens"
"-gitlens.toggleCodeLens"
"gitlens.gitCommands"
"-gitlens.gitCommands"
"gitlens.switchMode"
"-gitlens.switchMode"
"gitlens.toggleReviewMode"
"-gitlens.toggleReviewMode"
"gitlens.toggleZenMode"
"-gitlens.toggleZenMode"
"gitlens.showCommitSearch"
"-gitlens.showCommitSearch"
"gitlens.showLastQuickPick"
"-gitlens.showLastQuickPick"
"gitlens.revealCommitInView"
"-gitlens.revealCommitInView"
"gitlens.showCommitInView"
"-gitlens.showCommitInView"
"gitlens.showCommitsInView"
"-gitlens.showCommitsInView"
"gitlens.showFileHistoryInView"
"-gitlens.showFileHistoryInView"
"gitlens.showQuickCommitDetails"
"-gitlens.showQuickCommitDetails"
"gitlens.showQuickCommitFileDetails"
"-gitlens.showQuickCommitFileDetails"
"gitlens.showQuickRevisionDetails"
"-gitlens.showQuickRevisionDetails"
"gitlens.showQuickFileHistory"
"-gitlens.showQuickFileHistory"
"gitlens.showQuickBranchHistory"
"-gitlens.showQuickBranchHistory"
"gitlens.showQuickRepoHistory"
"-gitlens.showQuickRepoHistory"
"gitlens.showQuickRepoStatus"
"-gitlens.showQuickRepoStatus"
"gitlens.showQuickStashList"
"-gitlens.showQuickStashList"
"gitlens.copyMessageToClipboard"
"-gitlens.copyMessageToClipboard"
"gitlens.copyRemoteFileUrlToClipboard"
"-gitlens.copyRemoteFileUrlToClipboard"
"gitlens.copyShaToClipboard"
"-gitlens.copyShaToClipboard"
"gitlens.closeUnchangedFiles"
"-gitlens.closeUnchangedFiles"
"gitlens.openChangedFiles"
"-gitlens.openChangedFiles"
"gitlens.openBranchesInRemote"
"-gitlens.openBranchesInRemote"
"gitlens.openBranchInRemote"
"-gitlens.openBranchInRemote"
"gitlens.openCommitInRemote"
"-gitlens.openCommitInRemote"
"gitlens.openFileInRemote"
"-gitlens.openFileInRemote"
"gitlens.openFileRevision"
"-gitlens.openFileRevision"
"gitlens.openFileRevisionFrom"
"-gitlens.openFileRevisionFrom"
"gitlens.openRepoInRemote"
"-gitlens.openRepoInRemote"
"gitlens.openRevisionFile"
"-gitlens.openRevisionFile"
"gitlens.openWorkingFile"
"-gitlens.openWorkingFile"
"gitlens.stashApply"
"-gitlens.stashApply"
"gitlens.stashDelete"
"-gitlens.stashDelete"
"gitlens.stashSave"
"-gitlens.stashSave"
"gitlens.stashSaveFiles"
"-gitlens.stashSaveFiles"
"gitlens.externalDiff"
"-gitlens.externalDiff"
"gitlens.externalDiffAll"
"-gitlens.externalDiffAll"
"gitlens.resetSuppressedWarnings"
"-gitlens.resetSuppressedWarnings"
"gitlens.inviteToLiveShare"
"-gitlens.inviteToLiveShare"
"gitlens.exploreRepoAtRevision"
"-gitlens.exploreRepoAtRevision"
"gitlens.views.exploreRepoAtRevision"
"-gitlens.views.exploreRepoAtRevision"
"gitlens.fetchRepositories"
"-gitlens.fetchRepositories"
"gitlens.pullRepositories"
"-gitlens.pullRepositories"
"gitlens.pushRepositories"
"-gitlens.pushRepositories"
"gitlens.views.addRemote"
"-gitlens.views.addRemote"
"gitlens.views.highlightChanges"
"-gitlens.views.highlightChanges"
"gitlens.views.highlightRevisionChanges"
"-gitlens.views.highlightRevisionChanges"
"gitlens.views.restore"
"-gitlens.views.restore"
"gitlens.views.switchToBranch"
"-gitlens.views.switchToBranch"
"gitlens.views.switchToCommit"
"-gitlens.views.switchToCommit"
"gitlens.views.switchToTag"
"-gitlens.views.switchToTag"
"gitlens.views.copy"
"-gitlens.views.copy"
"gitlens.views.repositories.copy"
"-gitlens.views.repositories.copy"
"gitlens.views.fileHistory.copy"
"-gitlens.views.fileHistory.copy"
"gitlens.views.lineHistory.copy"
"-gitlens.views.lineHistory.copy"
"gitlens.views.compare.copy"
"-gitlens.views.compare.copy"
"gitlens.views.search.copy"
"-gitlens.views.search.copy"
"gitlens.views.pruneRemote"
"-gitlens.views.pruneRemote"
"gitlens.views.fetch"
"-gitlens.views.fetch"
"gitlens.views.pull"
"-gitlens.views.pull"
"gitlens.views.push"
"-gitlens.views.push"
"gitlens.views.pushWithForce"
"-gitlens.views.pushWithForce"
"gitlens.views.openInTerminal"
"-gitlens.views.openInTerminal"
"gitlens.views.setAsDefault"
"-gitlens.views.setAsDefault"
"gitlens.views.unsetAsDefault"
"-gitlens.views.unsetAsDefault"
"gitlens.views.stageDirectory"
"-gitlens.views.stageDirectory"
"gitlens.views.stageFile"
"-gitlens.views.stageFile"
"gitlens.views.unstageDirectory"
"-gitlens.views.unstageDirectory"
"gitlens.views.unstageFile"
"-gitlens.views.unstageFile"
"gitlens.views.star"
"-gitlens.views.star"
"gitlens.views.unstar"
"-gitlens.views.unstar"
"gitlens.views.openDirectoryDiff"
"-gitlens.views.openDirectoryDiff"
"gitlens.views.openDirectoryDiffWithWorking"
"-gitlens.views.openDirectoryDiffWithWorking"
"gitlens.views.openChanges"
"-gitlens.views.openChanges"
"gitlens.views.openChangesWithWorking"
"-gitlens.views.openChangesWithWorking"
"gitlens.views.openFile"
"-gitlens.views.openFile"
"gitlens.views.openFileRevision"
"-gitlens.views.openFileRevision"
"gitlens.views.openFileRevisionInRemote"
"-gitlens.views.openFileRevisionInRemote"
"gitlens.views.openChangedFiles"
"-gitlens.views.openChangedFiles"
"gitlens.views.openChangedFileDiffs"
"-gitlens.views.openChangedFileDiffs"
"gitlens.views.openChangedFileDiffsWithWorking"
"-gitlens.views.openChangedFileDiffsWithWorking"
"gitlens.views.openChangedFileRevisions"
"-gitlens.views.openChangedFileRevisions"
"gitlens.views.applyChanges"
"-gitlens.views.applyChanges"
"gitlens.views.closeRepository"
"-gitlens.views.closeRepository"
"gitlens.views.compareAncestryWithWorking"
"-gitlens.views.compareAncestryWithWorking"
"gitlens.views.compareWithHead"
"-gitlens.views.compareWithHead"
"gitlens.views.compareWithRemote"
"-gitlens.views.compareWithRemote"
"gitlens.views.compareWithSelected"
"-gitlens.views.compareWithSelected"
"gitlens.views.selectForCompare"
"-gitlens.views.selectForCompare"
"gitlens.views.compareFileWithSelected"
"-gitlens.views.compareFileWithSelected"
"gitlens.views.selectFileForCompare"
"-gitlens.views.selectFileForCompare"
"gitlens.views.compareWithWorking"
"-gitlens.views.compareWithWorking"
"gitlens.views.contributors.addAuthors"
"-gitlens.views.contributors.addAuthors"
"gitlens.views.contributor.addAuthor"
"-gitlens.views.contributor.addAuthor"
"gitlens.views.contributor.copyToClipboard"
"-gitlens.views.contributor.copyToClipboard"
"gitlens.views.setComparisonToTwoDot"
"-gitlens.views.setComparisonToTwoDot"
"gitlens.views.setComparisonToThreeDot"
"-gitlens.views.setComparisonToThreeDot"
"gitlens.views.cherryPick"
"-gitlens.views.cherryPick"
"gitlens.views.createBranch"
"-gitlens.views.createBranch"
"gitlens.views.deleteBranch"
"-gitlens.views.deleteBranch"
"gitlens.views.renameBranch"
"-gitlens.views.renameBranch"
"gitlens.views.createTag"
"-gitlens.views.createTag"
"gitlens.views.deleteTag"
"-gitlens.views.deleteTag"
"gitlens.views.mergeBranchInto"
"-gitlens.views.mergeBranchInto"
"gitlens.views.rebaseOntoBranch"
"-gitlens.views.rebaseOntoBranch"
"gitlens.views.rebaseOntoCommit"
"-gitlens.views.rebaseOntoCommit"
"gitlens.views.rebaseOntoUpstream"
"-gitlens.views.rebaseOntoUpstream"
"gitlens.views.reset"
"-gitlens.views.reset"
"gitlens.views.revert"
"-gitlens.views.revert"
"gitlens.views.terminalPushCommit"
"-gitlens.views.terminalPushCommit"
"gitlens.views.terminalRemoveRemote"
"-gitlens.views.terminalRemoveRemote"
"gitlens.views.repositories.refresh"
"-gitlens.views.repositories.refresh"
"gitlens.views.repositories.setBranchComparisonToWorking"
"-gitlens.views.repositories.setBranchComparisonToWorking"
"gitlens.views.repositories.setBranchComparisonToBranch"
"-gitlens.views.repositories.setBranchComparisonToBranch"
"gitlens.views.repositories.setBranchesLayoutToList"
"-gitlens.views.repositories.setBranchesLayoutToList"
"gitlens.views.repositories.setBranchesLayoutToTree"
"-gitlens.views.repositories.setBranchesLayoutToTree"
"gitlens.views.repositories.setFilesLayoutToAuto"
"-gitlens.views.repositories.setFilesLayoutToAuto"
"gitlens.views.repositories.setFilesLayoutToList"
"-gitlens.views.repositories.setFilesLayoutToList"
"gitlens.views.repositories.setFilesLayoutToTree"
"-gitlens.views.repositories.setFilesLayoutToTree"
"gitlens.views.repositories.setAutoRefreshToOn"
"-gitlens.views.repositories.setAutoRefreshToOn"
"gitlens.views.repositories.setAutoRefreshToOff"
"-gitlens.views.repositories.setAutoRefreshToOff"
"gitlens.views.fileHistory.refresh"
"-gitlens.views.fileHistory.refresh"
"gitlens.views.fileHistory.changeBase"
"-gitlens.views.fileHistory.changeBase"
"gitlens.views.fileHistory.setEditorFollowingOn"
"-gitlens.views.fileHistory.setEditorFollowingOn"
"gitlens.views.fileHistory.setEditorFollowingOff"
"-gitlens.views.fileHistory.setEditorFollowingOff"
"gitlens.views.fileHistory.setRenameFollowingOn"
"-gitlens.views.fileHistory.setRenameFollowingOn"
"gitlens.views.fileHistory.setRenameFollowingOff"
"-gitlens.views.fileHistory.setRenameFollowingOff"
"gitlens.views.lineHistory.refresh"
"-gitlens.views.lineHistory.refresh"
"gitlens.views.lineHistory.changeBase"
"-gitlens.views.lineHistory.changeBase"
"gitlens.views.lineHistory.setEditorFollowingOn"
"-gitlens.views.lineHistory.setEditorFollowingOn"
"gitlens.views.lineHistory.setEditorFollowingOff"
"-gitlens.views.lineHistory.setEditorFollowingOff"
"gitlens.views.lineHistory.setRenameFollowingOn"
"-gitlens.views.lineHistory.setRenameFollowingOn"
"gitlens.views.lineHistory.setRenameFollowingOff"
"-gitlens.views.lineHistory.setRenameFollowingOff"
"gitlens.views.compare.selectForCompare"
"-gitlens.views.compare.selectForCompare"
"gitlens.views.compare.clear"
"-gitlens.views.compare.clear"
"gitlens.views.compare.refresh"
"-gitlens.views.compare.refresh"
"gitlens.views.compare.setFilesLayoutToAuto"
"-gitlens.views.compare.setFilesLayoutToAuto"
"gitlens.views.compare.setFilesLayoutToList"
"-gitlens.views.compare.setFilesLayoutToList"
"gitlens.views.compare.setFilesLayoutToTree"
"-gitlens.views.compare.setFilesLayoutToTree"
"gitlens.views.compare.setKeepResultsToOn"
"-gitlens.views.compare.setKeepResultsToOn"
"gitlens.views.compare.setKeepResultsToOff"
"-gitlens.views.compare.setKeepResultsToOff"
"gitlens.views.compare.pinComparison"
"-gitlens.views.compare.pinComparison"
"gitlens.views.compare.unpinComparison"
"-gitlens.views.compare.unpinComparison"
"gitlens.views.compare.swapComparison"
"-gitlens.views.compare.swapComparison"
"gitlens.views.search.searchCommits"
"-gitlens.views.search.searchCommits"
"gitlens.views.search.clear"
"-gitlens.views.search.clear"
"gitlens.views.search.refresh"
"-gitlens.views.search.refresh"
"gitlens.views.search.setFilesLayoutToAuto"
"-gitlens.views.search.setFilesLayoutToAuto"
"gitlens.views.search.setFilesLayoutToList"
"-gitlens.views.search.setFilesLayoutToList"
"gitlens.views.search.setFilesLayoutToTree"
"-gitlens.views.search.setFilesLayoutToTree"
"gitlens.views.search.setKeepResultsToOn"
"-gitlens.views.search.setKeepResultsToOn"
"gitlens.views.search.setKeepResultsToOff"
"-gitlens.views.search.setKeepResultsToOff"
"gitlens.views.dismissNode"
"-gitlens.views.dismissNode"
"gitlens.views.expandNode"
"-gitlens.views.expandNode"
"gitlens.views.refreshNode"
"-gitlens.views.refreshNode"
"gitlens.views.showMoreChildren"
"-gitlens.views.showMoreChildren"
"gitlens.views.showAllChildren"
"-gitlens.views.showAllChildren"
"eppz.code.popUpReview"
"-eppz.code.popUpReview"
"eppz.code.resetReviewCounters"
"-eppz.code.resetReviewCounters"
"csharpextensions.createClass"
"-csharpextensions.createClass"
"csharpextensions.createInterface"
"-csharpextensions.createInterface"
"extension.enableZenkaku"
"-extension.enableZenkaku"
"extension.disableZenkaku"
"-extension.disableZenkaku"
"extension.changeCase.commands"
"-extension.changeCase.commands"
"extension.changeCase.camel"
"-extension.changeCase.camel"
"extension.changeCase.constant"
"-extension.changeCase.constant"
"extension.changeCase.dot"
"-extension.changeCase.dot"
"extension.changeCase.kebab"
"-extension.changeCase.kebab"
"extension.changeCase.lower"
"-extension.changeCase.lower"
"extension.changeCase.lowerFirst"
"-extension.changeCase.lowerFirst"
"extension.changeCase.no"
"-extension.changeCase.no"
"extension.changeCase.param"
"-extension.changeCase.param"
"extension.changeCase.pascal"
"-extension.changeCase.pascal"
"extension.changeCase.path"
"-extension.changeCase.path"
"extension.changeCase.sentence"
"-extension.changeCase.sentence"
"extension.changeCase.snake"
"-extension.changeCase.snake"
"extension.changeCase.swap"
"-extension.changeCase.swap"
"extension.changeCase.title"
"-extension.changeCase.title"
"extension.changeCase.upper"
"-extension.changeCase.upper"
"extension.changeCase.upperFirst"
"-extension.changeCase.upperFirst"
"o.restart"
"-o.restart"
"o.pickProjectAndStart"
"-o.pickProjectAndStart"
"o.reanalyze.allProjects"
"-o.reanalyze.allProjects"
"o.reanalyze.currentProject"
"-o.reanalyze.currentProject"
"dotnet.generateAssets"
"-dotnet.generateAssets"
"dotnet.restore.project"
"-dotnet.restore.project"
"dotnet.restore.all"
"-dotnet.restore.all"
"csharp.downloadDebugger"
"-csharp.downloadDebugger"
"csharp.listProcess"
"-csharp.listProcess"
"csharp.listRemoteProcess"
"-csharp.listRemoteProcess"
"csharp.reportIssue"
"-csharp.reportIssue"
"extension.showRazorCSharpWindow"
"-extension.showRazorCSharpWindow"
"extension.showRazorHtmlWindow"
"-extension.showRazorHtmlWindow"
"razor.reportIssue"
"-razor.reportIssue"
"trailing-spaces.deleteTrailingSpaces"
"-trailing-spaces.deleteTrailingSpaces"
"trailing-spaces.deleteTrailingSpacesModifiedLinesOnly"
"-trailing-spaces.deleteTrailingSpacesModifiedLinesOnly"
"trailing-spaces.highlightTrailingSpaces"
"-trailing-spaces.highlightTrailingSpaces"
"cSpell.addWordToWorkspaceDictionary"
"-cSpell.addWordToWorkspaceDictionary"
"cSpell.addWordToDictionary"
"-cSpell.addWordToDictionary"
"cSpell.addWordToUserDictionary"
"-cSpell.addWordToUserDictionary"
"cSpell.enableForWorkspace"
"-cSpell.enableForWorkspace"
"cSpell.disableForWorkspace"
"-cSpell.disableForWorkspace"
"cSpell.enableCurrentLanguage"
"-cSpell.enableCurrentLanguage"
"cSpell.disableCurrentLanguage"
"-cSpell.disableCurrentLanguage"
"cSpell.displayCSpellInfo"
"-cSpell.displayCSpellInfo"
"cSpell.toggleEnableSpellChecker"
"-cSpell.toggleEnableSpellChecker"
"cSpell.removeWordFromFolderDictionary"
"-cSpell.removeWordFromFolderDictionary"
"cSpell.removeWordFromWorkspaceDictionary"
"-cSpell.removeWordFromWorkspaceDictionary"
"cSpell.removeWordFromUserDictionary"
"-cSpell.removeWordFromUserDictionary"
"cSpell.logPerfTimeline"
"-cSpell.logPerfTimeline"
"cSpell.addIgnoreWord"
"-cSpell.addIgnoreWord"
"cSpell.addIgnoreWordToFolder"
"-cSpell.addIgnoreWordToFolder"
"cSpell.addIgnoreWordToWorkspace"
"-cSpell.addIgnoreWordToWorkspace"
"cSpell.addIgnoreWordToUser"
"-cSpell.addIgnoreWordToUser"
"unity-tools.OpenDocs"
"-unity-tools.OpenDocs"
"unity-tools.SearchDocs"
"-unity-tools.SearchDocs"
"unity-tools.SearchMSFTDocs"
"-unity-tools.SearchMSFTDocs"
"unity-tools.OpenVSCodeDocs"
"-unity-tools.OpenVSCodeDocs"
"unity-tools.CreateDirectories"
"-unity-tools.CreateDirectories"
"attach.attachToDebugger"
"-attach.attachToDebugger"
"exceptions.addEntry"
"-exceptions.addEntry"
"exceptions.always"
"-exceptions.always"
"exceptions.never"
"-exceptions.never".(1)

この記事が気に入ったらサポートをしてみませんか?