-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpwalch.code-profile
More file actions
1 lines (1 loc) · 61.7 KB
/
pwalch.code-profile
File metadata and controls
1 lines (1 loc) · 61.7 KB
1
{"name":"pwalch","settings":"{\"settings\":\"{\\n \\\"telemetry.telemetryLevel\\\": \\\"off\\\",\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"files.insertFinalNewline\\\": true,\\n \\\"files.trimFinalNewlines\\\": true,\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"terminal.integrated.sendKeybindingsToShell\\\": true,\\n \\\"editor.rulers\\\": [\\n 89\\n ],\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"redhat.telemetry.enabled\\\": false,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"files.exclude\\\": {\\n \\\"**/.git\\\": true,\\n \\\"**/.svn\\\": true,\\n \\\"**/.hg\\\": true,\\n \\\"**/CVS\\\": true,\\n \\\"**/.DS_Store\\\": true,\\n \\\"**/Thumbs.db\\\": true,\\n \\\"**/.lonesnake/\\\": true\\n },\\n \\\"python.formatting.provider\\\": \\\"black\\\",\\n \\\"terminal.integrated.persistentSessionReviveProcess\\\": \\\"never\\\",\\n \\\"terminal.integrated.enablePersistentSessions\\\": false,\\n \\\"[python]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\"\\n },\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n }\\n}\\n\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"-editor.action.joinLines\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+up\\\",\\n \\\"command\\\": \\\"workbench.action.previousEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+cmd+8\\\",\\n \\\"command\\\": \\\"-workbench.action.previousEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+down\\\",\\n \\\"command\\\": \\\"workbench.action.nextEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+cmd+9\\\",\\n \\\"command\\\": \\\"-workbench.action.nextEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m\\\",\\n \\\"command\\\": \\\"workbench.view.explorer\\\",\\n \\\"when\\\": \\\"viewContainer.workbench.view.explorer.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"space\\\",\\n \\\"command\\\": \\\"explorer.openAndPassFocus\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceIsFolder && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+down\\\",\\n \\\"command\\\": \\\"-explorer.openAndPassFocus\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceIsFolder && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+[Backslash]\\\", // this is actually '#', not backslash\\n \\\"command\\\": \\\"workbench.action.splitEditorToRightGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+-\\\",\\n \\\"command\\\": \\\"editor.action.deleteLines\\\",\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+-\\\",\\n \\\"command\\\": \\\"-decreaseSearchEditorContextLines\\\",\\n \\\"when\\\": \\\"inSearchEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+up\\\",\\n \\\"command\\\": \\\"editor.action.insertCursorAbove\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+up\\\",\\n \\\"command\\\": \\\"-editor.action.insertCursorAbove\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+down\\\",\\n \\\"command\\\": \\\"editor.action.insertCursorBelow\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+down\\\",\\n \\\"command\\\": \\\"-editor.action.insertCursorBelow\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+down\\\",\\n \\\"command\\\": \\\"editor.action.copyLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+down\\\",\\n \\\"command\\\": \\\"-editor.action.copyLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+up\\\",\\n \\\"command\\\": \\\"editor.action.copyLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+up\\\",\\n \\\"command\\\": \\\"-editor.action.copyLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+l\\\",\\n \\\"command\\\": \\\"-expandLineSelection\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+l\\\",\\n \\\"command\\\": \\\"workbench.action.splitEditorDown\\\"\\n },\\n // Begin of cmd+k removals\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+shift+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+c\\\",\\n \\\"command\\\": \\\"-editor.action.addCommentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k m\\\",\\n \\\"command\\\": \\\"-workbench.action.editor.changeLanguageMode\\\",\\n \\\"when\\\": \\\"!notebookEditorFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+c\\\",\\n \\\"command\\\": \\\"-workbench.action.addComment\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+down\\\",\\n \\\"command\\\": \\\"-editor.action.nextCommentingRange\\\",\\n \\\"when\\\": \\\"accessibilityModeEnabled && commentFocused || accessibilityModeEnabled && editorFocus || accessibilityHelpIsShown && accessibilityModeEnabled && accessibleViewCurrentProviderId == 'comments'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+up\\\",\\n \\\"command\\\": \\\"-editor.action.previousCommentingRange\\\",\\n \\\"when\\\": \\\"accessibilityModeEnabled && commentFocused || accessibilityModeEnabled && editorFocus || accessibilityHelpIsShown && accessibilityModeEnabled && accessibleViewCurrentProviderId == 'comments'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+[Comma]\\\",\\n \\\"command\\\": \\\"-editor.createFoldingRangeFromSelection\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+i\\\",\\n \\\"command\\\": \\\"-editor.debug.action.showDebugHover\\\",\\n \\\"when\\\": \\\"editorTextFocus && inDebugMode\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+k\\\",\\n \\\"command\\\": \\\"-editor.action.defineKeybinding\\\",\\n \\\"when\\\": \\\"resource == 'vscode-userdata:/Users/pierre/Library/Application%20Support/Code/User/profiles/31829f97/keybindings.json'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k e\\\",\\n \\\"command\\\": \\\"-workbench.files.action.focusOpenEditorsView\\\",\\n \\\"when\\\": \\\"workbench.explorer.openEditorsView.active\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k c\\\",\\n \\\"command\\\": \\\"-workbench.files.action.compareWithClipboard\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k d\\\",\\n \\\"command\\\": \\\"-workbench.files.action.compareWithSaved\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+c\\\",\\n \\\"command\\\": \\\"-copyFilePath\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+alt+cmd+c\\\",\\n \\\"command\\\": \\\"-copyRelativeFilePath\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k s\\\",\\n \\\"command\\\": \\\"-workbench.action.files.saveWithoutFormatting\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+0\\\",\\n \\\"command\\\": \\\"-editor.foldAll\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+7\\\",\\n \\\"command\\\": \\\"-editor.foldAllBlockComments\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+-\\\",\\n \\\"command\\\": \\\"-editor.foldAllExcept\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+8\\\",\\n \\\"command\\\": \\\"-editor.foldAllMarkerRegions\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+1\\\",\\n \\\"command\\\": \\\"-editor.foldLevel1\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+2\\\",\\n \\\"command\\\": \\\"-editor.foldLevel2\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+3\\\",\\n \\\"command\\\": \\\"-editor.foldLevel3\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+4\\\",\\n \\\"command\\\": \\\"-editor.foldLevel4\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+5\\\",\\n \\\"command\\\": \\\"-editor.foldLevel5\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+6\\\",\\n \\\"command\\\": \\\"-editor.foldLevel6\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+7\\\",\\n \\\"command\\\": \\\"-editor.foldLevel7\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+alt+cmd+5\\\",\\n \\\"command\\\": \\\"-editor.foldRecursively\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+f\\\",\\n \\\"command\\\": \\\"-editor.action.formatSelection\\\",\\n \\\"when\\\": \\\"editorHasDocumentSelectionFormattingProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+r\\\",\\n \\\"command\\\": \\\"-git.revertSelectedRanges\\\",\\n \\\"when\\\": \\\"isInDiffEditor && !operationInProgress\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+s\\\",\\n \\\"command\\\": \\\"-git.stageSelectedRanges\\\",\\n \\\"when\\\": \\\"isInDiffEditor && !operationInProgress\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+n\\\",\\n \\\"command\\\": \\\"-git.unstageSelectedRanges\\\",\\n \\\"when\\\": \\\"isInDiffEditor && !operationInProgress\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+q\\\",\\n \\\"command\\\": \\\"-workbench.action.navigateToLastEditLocation\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+r\\\",\\n \\\"command\\\": \\\"-workbench.action.keybindingsReference\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k i\\\",\\n \\\"command\\\": \\\"-inlineChat.start\\\",\\n \\\"when\\\": \\\"editorFocus && inlineChatHasProvider && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k i\\\",\\n \\\"command\\\": \\\"-inlineChat.quickVoice.start\\\",\\n \\\"when\\\": \\\"editorFocus && hasSpeechProvider && !inlineChat.quickChatInProgress\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k i\\\",\\n \\\"command\\\": \\\"-inlineChat.quickVoice.stop\\\",\\n \\\"when\\\": \\\"hasSpeechProvider && inlineChat.quickChatInProgress\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k v\\\",\\n \\\"command\\\": \\\"-markdown.showPreviewToSide\\\",\\n \\\"when\\\": \\\"!notebookEditorFocused && editorLangId == 'markdown'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+d\\\",\\n \\\"command\\\": \\\"-editor.action.moveSelectionToNextFindMatch\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+c\\\",\\n \\\"command\\\": \\\"-notebook.cell.collapseCellInput\\\",\\n \\\"when\\\": \\\"notebookCellListFocused && !inputFocus && !notebookCellInputIsCollapsed\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k t\\\",\\n \\\"command\\\": \\\"-notebook.cell.collapseCellOutput\\\",\\n \\\"when\\\": \\\"notebookCellHasOutputs && notebookCellListFocused && !inputFocus && !notebookCellOutputIsCollapsed\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+c\\\",\\n \\\"command\\\": \\\"-notebook.cell.expandCellInput\\\",\\n \\\"when\\\": \\\"notebookCellInputIsCollapsed && notebookCellListFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k t\\\",\\n \\\"command\\\": \\\"-notebook.cell.expandCellOutput\\\",\\n \\\"when\\\": \\\"notebookCellListFocused && notebookCellOutputIsCollapsed\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-notebook.cell.split\\\",\\n \\\"when\\\": \\\"editorTextFocus && notebookCellEditable && notebookEditable && notebookEditorFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k y\\\",\\n \\\"command\\\": \\\"-notebook.cell.toggleOutputScrolling\\\",\\n \\\"when\\\": \\\"notebookCellHasOutputs && notebookCellListFocused && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+n\\\",\\n \\\"command\\\": \\\"-notifications.showList\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k f12\\\",\\n \\\"command\\\": \\\"-editor.action.revealDefinitionAside\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+f12\\\",\\n \\\"command\\\": \\\"-editor.action.revealDefinitionAside\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && isWeb && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+t\\\",\\n \\\"command\\\": \\\"-workbench.action.selectTheme\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+s\\\",\\n \\\"command\\\": \\\"-workbench.action.openGlobalKeybindings\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+u\\\",\\n \\\"command\\\": \\\"-editor.action.removeCommentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+[Period]\\\",\\n \\\"command\\\": \\\"-editor.removeManualFoldingRanges\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+k\\\",\\n \\\"command\\\": \\\"-editor.action.selectFromAnchorToCursor\\\",\\n \\\"when\\\": \\\"editorTextFocus && selectionAnchorSet\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+b\\\",\\n \\\"command\\\": \\\"-editor.action.setSelectionAnchor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+i\\\",\\n \\\"command\\\": \\\"-editor.action.showHover\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.clear\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated && !accessibilityModeEnabled || terminalFocus && terminalProcessSupported && !accessibilityModeEnabled || accessibilityModeEnabled && accessibleViewIsShown && terminalHasBeenCreated && accessibleViewCurrentProviderId == 'terminal' || accessibilityModeEnabled && accessibleViewIsShown && terminalProcessSupported && accessibleViewCurrentProviderId == 'terminal'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+i\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.focusHover\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalIsOpen || terminalFocus && terminalProcessSupported || terminalHasBeenCreated && terminalTabsFocus || terminalIsOpen && terminalTabsFocus || terminalProcessSupported && terminalTabsFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+l\\\",\\n \\\"command\\\": \\\"-editor.toggleFold\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+x\\\",\\n \\\"command\\\": \\\"-editor.action.trimTrailingWhitespace\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+j\\\",\\n \\\"command\\\": \\\"-editor.unfoldAll\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+0\\\",\\n \\\"command\\\": \\\"-editor.unfoldAllExcept\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+9\\\",\\n \\\"command\\\": \\\"-editor.unfoldAllMarkerRegions\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+alt+cmd+6\\\",\\n \\\"command\\\": \\\"-editor.unfoldRecursively\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+w\\\",\\n \\\"command\\\": \\\"-workbench.action.closeAllGroups\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+w\\\",\\n \\\"command\\\": \\\"-workbench.action.closeAllEditors\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k w\\\",\\n \\\"command\\\": \\\"-workbench.action.closeEditorsInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k u\\\",\\n \\\"command\\\": \\\"-workbench.action.closeUnmodifiedEditors\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k o\\\",\\n \\\"command\\\": \\\"-workbench.action.copyEditorToNewWindow\\\",\\n \\\"when\\\": \\\"activeEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+up\\\",\\n \\\"command\\\": \\\"-workbench.action.focusAboveGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+down\\\",\\n \\\"command\\\": \\\"-workbench.action.focusBelowGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+left\\\",\\n \\\"command\\\": \\\"-workbench.action.focusLeftGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+right\\\",\\n \\\"command\\\": \\\"-workbench.action.focusRightGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.joinEditorInGroup\\\",\\n \\\"when\\\": \\\"sideBySideEditorActive\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k enter\\\",\\n \\\"command\\\": \\\"-workbench.action.keepEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k down\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k left\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k right\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupRight\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k up\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+left\\\",\\n \\\"command\\\": \\\"-workbench.action.moveEditorLeftInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+cmd+right\\\",\\n \\\"command\\\": \\\"-workbench.action.moveEditorRightInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+right\\\",\\n \\\"command\\\": \\\"-workbench.action.nextEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k alt+cmd+left\\\",\\n \\\"command\\\": \\\"-workbench.action.previousEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+enter\\\",\\n \\\"command\\\": \\\"-workbench.action.pinEditor\\\",\\n \\\"when\\\": \\\"!activeEditorIsPinned\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorInGroup\\\",\\n \\\"when\\\": \\\"activeEditorCanSplitInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+shift+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+shift+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorOrthogonal\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+shift+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorRight\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k ctrl+shift+alt+cmd+7\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+m\\\",\\n \\\"command\\\": \\\"-workbench.action.toggleMaximizeEditorGroup\\\",\\n \\\"when\\\": \\\"editorPartMaximizedEditorGroup || editorPartMultipleEditorGroups\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k z\\\",\\n \\\"command\\\": \\\"-workbench.action.toggleZenMode\\\",\\n \\\"when\\\": \\\"!isAuxiliaryWindowFocusedContext\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+enter\\\",\\n \\\"command\\\": \\\"-workbench.action.unpinEditor\\\",\\n \\\"when\\\": \\\"activeEditorIsPinned\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k f\\\",\\n \\\"command\\\": \\\"-workbench.action.closeFolder\\\",\\n \\\"when\\\": \\\"emptyWorkspaceSupport && workbenchState != 'empty'\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+a\\\",\\n \\\"command\\\": \\\"-keybindings.editor.addKeybinding\\\",\\n \\\"when\\\": \\\"inKeybindings && keybindingFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+e\\\",\\n \\\"command\\\": \\\"-keybindings.editor.defineWhenExpression\\\",\\n \\\"when\\\": \\\"inKeybindings && keybindingFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k f2\\\",\\n \\\"command\\\": \\\"-togglePeekWidgetFocus\\\",\\n \\\"when\\\": \\\"inReferenceSearchEditor || referenceSearchVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k down\\\",\\n \\\"command\\\": \\\"-views.moveViewDown\\\",\\n \\\"when\\\": \\\"focusedView != ''\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k left\\\",\\n \\\"command\\\": \\\"-views.moveViewLeft\\\",\\n \\\"when\\\": \\\"focusedView != ''\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k right\\\",\\n \\\"command\\\": \\\"-views.moveViewRight\\\",\\n \\\"when\\\": \\\"focusedView != ''\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k up\\\",\\n \\\"command\\\": \\\"-views.moveViewUp\\\",\\n \\\"when\\\": \\\"focusedView != ''\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k shift+o\\\",\\n \\\"command\\\": \\\"-workbench.action.compareEditor.openSide\\\",\\n \\\"when\\\": \\\"inDiffEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k p\\\",\\n \\\"command\\\": \\\"-workbench.action.files.copyPathOfActiveFile\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k r\\\",\\n \\\"command\\\": \\\"-workbench.action.files.revealActiveFileInWindows\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+i\\\",\\n \\\"command\\\": \\\"-workbench.action.showTreeHover\\\",\\n \\\"when\\\": \\\"customTreeView && listFocus && !inputFocus && !treestickyScrollFocused\\\"\\n },\\n // End of cmd+k removals\\n {\\n \\\"key\\\": \\\"cmd+k\\\",\\n \\\"command\\\": \\\"workbench.action.splitEditorRight\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+j\\\",\\n \\\"command\\\": \\\"-workbench.action.togglePanel\\\"\\n }\\n]\\n\",\"platform\":1}","extensions":"[{\"identifier\":{\"id\":\"bierner.markdown-mermaid\",\"uuid\":\"f8d0ffc4-66bb-4a9c-8149-ef8f043691a1\"},\"displayName\":\"Markdown Preview Mermaid Support\"},{\"identifier\":{\"id\":\"charliermarsh.ruff\",\"uuid\":\"c2ca9b43-fa38-44fc-928e-5125970b9c00\"},\"displayName\":\"Ruff\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"earshinov.permute-lines\",\"uuid\":\"35750bd1-5814-41de-b99f-ee57a443450f\"},\"displayName\":\"Permute Lines\"},{\"identifier\":{\"id\":\"earthly.earthfile-syntax-highlighting\",\"uuid\":\"4ca1c108-76fd-49b1-b507-78a50ca3982a\"},\"displayName\":\"Earthfile Syntax Highlighting\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"golang.go\",\"uuid\":\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\"},\"displayName\":\"Go\"},{\"identifier\":{\"id\":\"hashicorp.terraform\",\"uuid\":\"4a23294b-fd16-4c51-9759-da9936474cf8\"},\"displayName\":\"HashiCorp Terraform\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-python.black-formatter\",\"uuid\":\"859e640c-c157-47da-8699-9080b81c8371\"},\"displayName\":\"Black Formatter\"},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\"},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\"},{\"identifier\":{\"id\":\"ms-python.mypy-type-checker\",\"uuid\":\"2203dd65-f4f9-40ea-a900-d0878231c22d\"},\"displayName\":\"Mypy Type Checker\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh\",\"uuid\":\"607fd052-be03-4363-b657-2bd62b83d28a\"},\"displayName\":\"Remote - SSH\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh-edit\",\"uuid\":\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\"},\"displayName\":\"Remote - SSH: Editing Configuration Files\"},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"displayName\":\"C/C++\"},{\"identifier\":{\"id\":\"ms-vscode.remote-explorer\",\"uuid\":\"11858313-52cc-4e57-b3e4-d7b65281e34b\"},\"displayName\":\"Remote Explorer\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"displayName\":\"Live Share\"},{\"identifier\":{\"id\":\"nhoizey.gremlins\",\"uuid\":\"0fcefdd8-e09c-4b96-9998-f5dc891893dd\"},\"displayName\":\"Gremlins tracker for Visual Studio Code\"},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"}},{\"identifier\":{\"id\":\"redhat.ansible\",\"uuid\":\"f8cb4642-bc5c-46a1-be34-0977e817406c\"},\"displayName\":\"Ansible\"},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\"},{\"identifier\":{\"id\":\"samuelcolvin.jinjahtml\",\"uuid\":\"8b477a76-974c-403d-a454-58028c1709d1\"},\"displayName\":\"Better Jinja\"},{\"identifier\":{\"id\":\"tamasfe.even-better-toml\",\"uuid\":\"b2215d5f-675e-4a2b-b6ac-1ca737518b78\"},\"displayName\":\"Even Better TOML\"},{\"identifier\":{\"id\":\"twxs.cmake\",\"uuid\":\"2be7cf14-2603-402e-9771-fd79df83cdf8\"},\"displayName\":\"CMake\"},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"displayName\":\"Error Lens\"},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\"},{\"identifier\":{\"id\":\"wayou.vscode-todo-highlight\",\"uuid\":\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\"},\"displayName\":\"TODO Highlight\"}]","globalState":"{\"storage\":{\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.terraform\\\",\\\"pinned\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.terraform-cloud\\\",\\\"pinned\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.ansible-explorer\\\",\\\"pinned\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.terraform-cloud-panel\\\",\\\"pinned\\\":true,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.lightspeed-training-match-panel\\\",\\\"pinned\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"order\\\":3}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.terraform.state.hidden\":\"[{\\\"id\\\":\\\"terraform.providers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"terraform.modules\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.terraform-cloud.state.hidden\":\"[{\\\"id\\\":\\\"terraform.cloud.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"terraform.cloud.runs\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.devtools\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.ansible-explorer.state.hidden\":\"[{\\\"id\\\":\\\"ansible-creator\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"lightspeed-explorer-treeview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"lightspeed-feedback-webview\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1707000700078,\\\"stepIDs\\\":[\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome2\\\",{\\\"firstSeen\\\":1707000700078,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment2\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1707000700078,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1707130023571,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.sidebars\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.commitGraph\\\",\\\"gitlens.welcome.workspaces\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.labs\\\",\\\"gitlens.welcome.preview\\\",\\\"gitlens.welcome.trial\\\",\\\"gitlens.welcome.services\\\",\\\"gitlens.welcome.additional\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1707130023571,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1707130023571,\\\"stepIDs\\\":[\\\"awaiting.activation.mac\\\",\\\"awaiting.activation.linux\\\",\\\"awaiting.activation.windows\\\",\\\"awaiting.activation.windows10\\\",\\\"awaiting.activation.windows11\\\",\\\"no.compilers.found.mac\\\",\\\"no.compilers.found.linux\\\",\\\"no.compilers.found.windows\\\",\\\"no.compilers.found.windows10\\\",\\\"no.compilers.found.windows11\\\",\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"verify.compiler.windows10\\\",\\\"verify.compiler.windows11\\\",\\\"create.cpp.file\\\",\\\"relaunch.developer.command.prompt.windows\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"customize.debugging.linux\\\",\\\"customize.debugging.windows\\\",\\\"customize.debugging.mac\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.test.profile\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.alignment\":\"center\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false}]\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.createPythonFile\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome2#python.createPythonFile\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#create.cpp.file\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.additional\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true}}\",\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"side\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.97a2cfd4d552cfe2652075fca77e8110\\\",\\\"status.workspaceTrust.228bbb921c13c0653a24f514c1fe6b63\\\",\\\"status.workspaceTrust.2f1a3a2337e870c6c64e7a080435b412\\\",\\\"status.workspaceTrust.9a5b358f223a64f539152ba159ee5348\\\",\\\"status.workspaceTrust.b50d473320a476f26eb9f1ac8e2f14f1\\\",\\\"status.workspaceTrust.2f1960f96d2378e4435ba5c75e454bff\\\",\\\"status.workspaceTrust.c9abfe170aa72753e16b945be7a3436c\\\",\\\"status.workspaceTrust.e2201c03ad0a1570be01fe306986f59c\\\"]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"editor.action.sortLinesAscending\\\",\\\"value\\\":26},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":52}]}\",\"commandPalette.mru.counter\":\"53\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_modern-json\\\",\\\"label\\\":\\\"Dark Modern\\\",\\\"settingsId\\\":\\\"Default Dark Modern\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\",\\\"variable.legacy.builtin.python\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.name.tag.css\\\",\\\"entity.name.tag.less\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"source.css entity.other.attribute-name.class\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.parent.less\\\",\\\"source.css entity.other.attribute-name.pseudo-class\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"source.css variable\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.directive.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#3c3c3c\\\",\\\"editor.background\\\":\\\"#1f1f1f\\\",\\\"editor.foreground\\\":\\\"#cccccc\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background1\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground1\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#0078d4\\\",\\\"sideBarTitle.foreground\\\":\\\"#cccccc\\\",\\\"input.placeholderForeground\\\":\\\"#989898\\\",\\\"menu.background\\\":\\\"#1f1f1f\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#0078d4\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#181818\\\",\\\"sideBarSectionHeader.border\\\":\\\"#2b2b2b\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#313131\\\",\\\"actionBar.toggledBackground\\\":\\\"#383a49\\\",\\\"activityBar.activeBorder\\\":\\\"#0078d4\\\",\\\"activityBar.background\\\":\\\"#181818\\\",\\\"activityBar.border\\\":\\\"#2b2b2b\\\",\\\"activityBar.foreground\\\":\\\"#d7d7d7\\\",\\\"activityBar.inactiveForeground\\\":\\\"#868686\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#616161\\\",\\\"badge.foreground\\\":\\\"#f8f8f8\\\",\\\"button.background\\\":\\\"#0078d4\\\",\\\"button.border\\\":\\\"#ffffff12\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#026ec1\\\",\\\"button.secondaryBackground\\\":\\\"#313131\\\",\\\"button.secondaryForeground\\\":\\\"#cccccc\\\",\\\"button.secondaryHoverBackground\\\":\\\"#3c3c3c\\\",\\\"chat.slashCommandBackground\\\":\\\"#34414b\\\",\\\"chat.slashCommandForeground\\\":\\\"#40a6ff\\\",\\\"checkbox.background\\\":\\\"#313131\\\",\\\"debugToolBar.background\\\":\\\"#181818\\\",\\\"descriptionForeground\\\":\\\"#9d9d9d\\\",\\\"dropdown.background\\\":\\\"#313131\\\",\\\"dropdown.border\\\":\\\"#3c3c3c\\\",\\\"dropdown.foreground\\\":\\\"#cccccc\\\",\\\"dropdown.listBackground\\\":\\\"#1f1f1f\\\",\\\"editor.findMatchBackground\\\":\\\"#9e6a03\\\",\\\"editorGroup.border\\\":\\\"#ffffff17\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#181818\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#2b2b2b\\\",\\\"editorGutter.addedBackground\\\":\\\"#2ea043\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f85149\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#0078d4\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#cccccc\\\",\\\"editorLineNumber.foreground\\\":\\\"#6e7681\\\",\\\"editorOverviewRuler.border\\\":\\\"#010409\\\",\\\"editorWidget.background\\\":\\\"#202020\\\",\\\"errorForeground\\\":\\\"#f85149\\\",\\\"focusBorder\\\":\\\"#0078d4\\\",\\\"foreground\\\":\\\"#cccccc\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"input.background\\\":\\\"#313131\\\",\\\"input.border\\\":\\\"#3c3c3c\\\",\\\"input.foreground\\\":\\\"#cccccc\\\",\\\"inputOption.activeBackground\\\":\\\"#2489db82\\\",\\\"inputOption.activeBorder\\\":\\\"#2488db\\\",\\\"keybindingLabel.foreground\\\":\\\"#cccccc\\\",\\\"notificationCenterHeader.background\\\":\\\"#1f1f1f\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cccccc\\\",\\\"notifications.background\\\":\\\"#1f1f1f\\\",\\\"notifications.border\\\":\\\"#2b2b2b\\\",\\\"notifications.foreground\\\":\\\"#cccccc\\\",\\\"panel.background\\\":\\\"#181818\\\",\\\"panel.border\\\":\\\"#2b2b2b\\\",\\\"panelInput.border\\\":\\\"#2b2b2b\\\",\\\"panelTitle.activeBorder\\\":\\\"#0078d4\\\",\\\"panelTitle.activeForeground\\\":\\\"#cccccc\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"peekViewEditor.background\\\":\\\"#1f1f1f\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewResult.background\\\":\\\"#1f1f1f\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"pickerGroup.border\\\":\\\"#3c3c3c\\\",\\\"progressBar.background\\\":\\\"#0078d4\\\",\\\"quickInput.background\\\":\\\"#222222\\\",\\\"quickInput.foreground\\\":\\\"#cccccc\\\",\\\"settings.dropdownBackground\\\":\\\"#313131\\\",\\\"settings.dropdownBorder\\\":\\\"#3c3c3c\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#bb800966\\\",\\\"sideBar.background\\\":\\\"#181818\\\",\\\"sideBar.border\\\":\\\"#2b2b2b\\\",\\\"sideBar.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.background\\\":\\\"#181818\\\",\\\"statusBar.border\\\":\\\"#2b2b2b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#0078d4\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBar.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.noFolderBackground\\\":\\\"#1f1f1f\\\",\\\"statusBarItem.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#6e768166\\\",\\\"tab.activeBackground\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorder\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorderTop\\\":\\\"#0078d4\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.border\\\":\\\"#2b2b2b\\\",\\\"tab.hoverBackground\\\":\\\"#1f1f1f\\\",\\\"tab.inactiveBackground\\\":\\\"#181818\\\",\\\"tab.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#1f1f1f\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#2b2b2b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#1f1f1f\\\",\\\"terminal.foreground\\\":\\\"#cccccc\\\",\\\"terminal.tab.activeBorder\\\":\\\"#0078d4\\\",\\\"textBlockQuote.background\\\":\\\"#2b2b2b\\\",\\\"textBlockQuote.border\\\":\\\"#616161\\\",\\\"textCodeBlock.background\\\":\\\"#2b2b2b\\\",\\\"textLink.activeForeground\\\":\\\"#4daafc\\\",\\\"textLink.foreground\\\":\\\"#4daafc\\\",\\\"textPreformat.foreground\\\":\\\"#d0d0d0\\\",\\\"textPreformat.background\\\":\\\"#3c3c3c\\\",\\\"textSeparator.foreground\\\":\\\"#21262d\\\",\\\"titleBar.activeBackground\\\":\\\"#181818\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.border\\\":\\\"#2b2b2b\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1f1f1f\\\",\\\"titleBar.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"welcomePage.tileBackground\\\":\\\"#2b2b2b\\\",\\\"welcomePage.progress.foreground\\\":\\\"#0078d4\\\"},\\\"watch\\\":false}\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"select \\\",\\\"select alt\\\",\\\"select\\\",\\\"\\\\\\\"alt+up\\\\\\\"\\\",\\\"\\\\\\\"ctrl+up\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt-up\\\\\\\"\\\",\\\"s\\\",\\\"select up\\\",\\\"add cursor abo\\\",\\\"move line\\\",\\\"\\\\\\\"ctrl+shift+down\\\\\\\"\\\",\\\"add c\\\",\\\"add cus\\\",\\\"\\\\\\\"shift+alt+up\\\\\\\"\\\",\\\"add cursor above\\\",\\\"add cursor below\\\",\\\"copy\\\",\\\"copy line down\\\",\\\"copy line up\\\",\\\"move line up\\\",\\\"split\\\",\\\"split bot\\\",\\\"split bottom\\\",\\\"\\\\\\\"cmd+l\\\\\\\"\\\",\\\"down\\\",\\\"\\\\\\\"cmd+k\\\\\\\"\\\",\\\"split up\\\",\\\"split down\\\",\\\"split right\\\",\\\"switch\\\",\\\"editor\\\",\\\"next editor\\\",\\\"next\\\",\\\"\\\\\\\"cmd+j\\\\\\\"\\\"]}\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}