-
-
Save JamesIslan/5e7156c785f903f25aeabf07bbce8097 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"Rust","settings":"{\"settings\":\"{\\n \\\"code-runner.executorMap\\\": {\\n \\\"python\\\": \\\"clear ; python -u\\\",\\n \\\"javascript\\\": \\\"bun $fullFileName\\\",\\n \\\"typescript\\\": \\\"bun $fullFileName\\\"\\n },\\n \\\"code-runner.saveFileBeforeRun\\\": true,\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"code-runner.ignoreSelection\\\": true,\\n \\\"code-runner.clearPreviousOutput\\\": true,\\n \\\"code-runner.saveAllFilesBeforeRun\\\": true,\\n \\\"chat.editor.fontFamily\\\": \\\"CartographCF Nerd Font\\\",\\n \\\"chat.editor.fontWeight\\\": \\\"CartographCF Nerd Font\\\",\\n \\\"css.format.newlineBetweenRules\\\": false,\\n \\\"css.format.newlineBetweenSelectors\\\": false,\\n \\\"debug.console.fontFamily\\\": \\\"CartographCF Nerd Font\\\",\\n \\\"debug.disassemblyView.showSourceCode\\\": true,\\n \\\"debug.javascript.automaticallyTunnelRemoteServer\\\": false,\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\n \\\"editor.unicodeHighlight.ambiguousCharacters\\\": false,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.autoClosingBrackets\\\": \\\"always\\\",\\n \\\"editor.fontLigatures\\\": true,\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"editor.fontFamily\\\": \\\"'CartographCF Nerd Font', 'CartographCF Nerd Font', monospace\\\",\\n \\\"emmet.includeLanguages\\\": {\\n \\\"django-html\\\": \\\"html\\\"\\n },\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"explorer.fileNesting.enabled\\\": true,\\n \\\"explorer.fileNesting.patterns\\\": {\\n \\\"*.ts\\\": \\\"${capture}.js\\\",\\n \\\"*.js\\\": \\\"${capture}.js.map, ${capture}.min.js, ${capture}.d.ts\\\",\\n \\\"*.jsx\\\": \\\"${capture}.js\\\",\\n \\\"*.tsx\\\": \\\"${capture}.ts\\\",\\n \\\"tsconfig.json\\\": \\\"tsconfig.*.json\\\",\\n \\\"package.json\\\": \\\"package-lock.json, yarn.lock, pnpm-lock.yaml, bun.lockb\\\",\\n \\\"pyproject.toml\\\": \\\"poetry.lock\\\",\\n \\\".env\\\": \\\".env*\\\"\\n },\\n \\\"editor.multiDocumentOccurrencesHighlight\\\": true,\\n \\\"files.associations\\\": {\\n \\\"*.js\\\": \\\"javascript\\\",\\n \\\"*.jsx\\\": \\\"javascriptreact\\\",\\n \\\"*.xml\\\": \\\"html\\\",\\n \\\"*.svg\\\": \\\"html\\\",\\n \\\"*.html\\\": \\\"html\\\",\\n \\\"django-html\\\": \\\"html\\\",\\n \\\"**/*.html\\\": \\\"html\\\",\\n \\\"**/templates/**/*.html\\\": \\\"django-html\\\",\\n \\\"**/base_templates/**/*.html\\\": \\\"django-html\\\",\\n \\\"**/requirements{/**,*}.{txt,in}\\\": \\\"pip-requirements\\\",\\n \\\"*.css\\\": \\\"css\\\",\\n \\\"css\\\": \\\"css\\\"\\n },\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"git.autofetch\\\": true,\\n \\\"github.copilot.enable\\\": {\\n \\\"*\\\": false,\\n \\\"plaintext\\\": false,\\n \\\"markdown\\\": false,\\n \\\"scminput\\\": false,\\n \\\"yaml\\\": false,\\n \\\"html\\\": false,\\n \\\"css\\\": false,\\n \\\"python\\\": false,\\n \\\"javascript\\\": false\\n },\\n \\\"html.format.maxPreserveNewLines\\\": 0,\\n // Javascript\\n \\\"[javascript]\\\": {\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\n },\\n \\\"javascript.suggest.paths\\\": false,\\n \\\"javascript.suggest.completeFunctionCalls\\\": true,\\n \\\"github.copilot.advanced\\\": {\\n \\\"indentationMode\\\": {\\n \\\"python\\\": false,\\n \\\"javascript\\\": false,\\n \\\"javascriptreact\\\": false,\\n \\\"jsx\\\": false,\\n \\\"typescript\\\": false,\\n \\\"typescriptreact\\\": false,\\n \\\"go\\\": false,\\n \\\"ruby\\\": false,\\n \\\"*\\\": true\\n }\\n },\\n \\\"liveServer.settings.CustomBrowser\\\": \\\"microsoft-edge\\\",\\n \\\"liveServer.settings.useLocalIp\\\": true,\\n \\\"livePreview.openPreviewTarget\\\": \\\"External Browser\\\",\\n \\\"livePreview.customExternalBrowser\\\": \\\"Edge\\\",\\n \\\"path-intellisense.showHiddenFiles\\\": true,\\n // HTML\\n \\\"[html]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\",\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"comments\\\": true,\\n \\\"strings\\\": true\\n }\\n },\\n // Django HTML\\n \\\"[django-html]\\\": {\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\",\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"comments\\\": true,\\n \\\"strings\\\": true\\n }\\n },\\n // Python\\n \\\"[python]\\\": {\\n \\\"editor.glyphMargin\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"charliermarsh.ruff\\\",\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.tabSize\\\": 4,\\n \\\"editor.insertSpaces\\\": true,\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": \\\"always\\\",\\n \\\"source.fixAll.unusedImports\\\": \\\"explicit\\\",\\n \\\"source.organizeImports\\\": \\\"explicit\\\" // Should keep on explicit\\n }\\n },\\n \\\"python.defaultInterpreterPath\\\": \\\"./.venv/bin/python\\\",\\n \\\"python.testing.pytestEnabled\\\": true,\\n \\\"python.analysis.autoFormatStrings\\\": true,\\n \\\"python.analysis.autoSearchPaths\\\": true,\\n \\\"python.analysis.typeCheckingMode\\\": \\\"basic\\\",\\n \\\"python.analysis.autoImportCompletions\\\": true,\\n \\\"python.analysis.completeFunctionParens\\\": true,\\n \\\"python.analysis.diagnosticSeverityOverrides\\\": {},\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"settingsSync.keybindingsPerPlatform\\\": false,\\n \\\"terminal.integrated.gpuAcceleration\\\": \\\"on\\\",\\n \\\"terminal.integrated.env.linux\\\": {},\\n \\\"typescript.suggest.paths\\\": false,\\n \\\"window.enableMenuBarMnemonics\\\": false,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.editor.labelFormat\\\": \\\"short\\\",\\n \\\"terminal.integrated.profiles.windows\\\": {\\n \\\"PowerShell clear\\\": {\\n \\\"source\\\": \\\"PowerShell\\\",\\n \\\"icon\\\": \\\"terminal-powershell\\\",\\n \\\"args\\\": []\\n },\\n \\\"Command Prompt\\\": {\\n \\\"path\\\": [\\n \\\"${env:windir}\\\\\\\\Sysnative\\\\\\\\cmd.exe\\\",\\n \\\"${env:windir}\\\\\\\\System32\\\\\\\\cmd.exe\\\"\\n ],\\n \\\"args\\\": [],\\n \\\"icon\\\": \\\"terminal-cmd\\\"\\n },\\n \\\"Git Bash\\\": {\\n \\\"source\\\": \\\"Git Bash\\\"\\n }\\n },\\n \\\"vscode-edge-devtools.browserFlavor\\\": \\\"Default\\\",\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.mouseWheelZoom\\\": true,\\n \\\"[css]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"workbench.editor.centeredLayoutAutoResize\\\": false,\\n \\\"editor.occurrencesHighlight\\\": \\\"off\\\",\\n \\\"livePreview.autoRefreshPreview\\\": \\\"Never\\\",\\n \\\"liveServer.settings.fullReload\\\": true,\\n \\\"liveServer.settings.ignoreFiles\\\": [\\\"**/**\\\"],\\n \\\"markdown.preview.fontFamily\\\": \\\"-apple-system, BlinkMacSystemFont, 'Cartograph CF', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif\\\",\\n \\\"python.analysis.logLevel\\\": \\\"Information\\\",\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"files.autoSaveDelay\\\": 3000,\\n \\\"editor.overviewRulerBorder\\\": false,\\n \\\"less.format.spaceAroundSelectorSeparator\\\": true,\\n \\\"scss.format.spaceAroundSelectorSeparator\\\": true,\\n \\\"editor.lineNumbers\\\": \\\"off\\\",\\n \\\"editor.lineHeight\\\": 1.5,\\n // Settings from Bedesqui\\n \\\"editor.linkedEditing\\\": true,\\n \\\"editor.unicodeHighlight.nonBasicASCII\\\": false,\\n \\\"editor.cursorBlinking\\\": \\\"smooth\\\",\\n \\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\n \\\"breadcrumbs.enabled\\\": false,\\n \\\"window.title\\\": \\\" \\\",\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"gitlens.mode.active\\\": \\\"zen\\\",\\n \\\"search.quickOpen.includeSymbols\\\": true,\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": true,\\n \\\"task.quickOpen.history\\\": 10,\\n \\\"editor.hideCursorInOverviewRuler\\\": true,\\n \\\"editor.minimap.renderCharacters\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.scrollbar.horizontalScrollbarSize\\\": 0,\\n \\\"editor.scrollbar.verticalScrollbarSize\\\": 0,\\n \\\"output.smartScroll.enabled\\\": false,\\n \\\"testing.automaticallyOpenPeekView\\\": \\\"never\\\",\\n \\\"editor.guides.bracketPairsHorizontal\\\": true,\\n \\\"editor.renderLineHighlight\\\": \\\"none\\\",\\n \\\"editor.semanticHighlighting.enabled\\\": true,\\n \\\"workbench.tree.renderIndentGuides\\\": \\\"always\\\",\\n \\\"editor.guides.highlightActiveIndentation\\\": true,\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"editorIndentGuide.background1\\\": \\\"#ffffff20\\\",\\n \\\"editorIndentGuide.activeBackground1\\\": \\\"#ffffff89\\\",\\n \\\"editor.selectionBackground\\\": \\\"#a177ea4d\\\",\\n \\\"editor.selectionHighlightBackground\\\": \\\"#a177ea4d\\\"\\n },\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"editor.guides.bracketPairs\\\": \\\"active\\\",\\n \\\"editor.formatOnSave\\\": true,\\n \\\"explorer.compactFolders\\\": false,\\n \\\"window.commandCenter\\\": false,\\n \\\"workbench.layoutControl.enabled\\\": false,\\n \\\"workbench.editor.editorActionsLocation\\\": \\\"titleBar\\\",\\n \\\"workbench.editor.showTabs\\\": \\\"multiple\\\",\\n \\\"window.menuBarVisibility\\\": \\\"toggle\\\",\\n \\\"fluent-ui-vscode.wallpaperPath\\\": \\\"C:/Users/Joamerson/Pictures/Arc Inspired Wallpapers (1)/Arc-Wallpaper-10.png\\\",\\n \\\"fluent-ui-vscode.darkBackground\\\": \\\"#1c1c20\\\",\\n \\\"fluent-ui-vscode.accent\\\": \\\"#a177ea\\\",\\n \\\"terminal.external.windowsExec\\\": \\\"C:\\\\\\\\Program Files\\\\\\\\WindowsApps\\\\\\\\Microsoft.WindowsTerminal_1.18.10301.0_x64__8wekyb3d8bbwe\\\\\\\\wt.exe\\\",\\n \\\"code-runner.showRunCommandInExplorerContextMenu\\\": false,\\n \\\"code-runner.showRunCommandInEditorContextMenu\\\": false,\\n \\\"github.copilot.editor.enableCodeActions\\\": false,\\n \\\"editor.stickyScroll.enabled\\\": false,\\n \\\"editor.scrollbar.vertical\\\": \\\"hidden\\\",\\n \\\"editor.scrollbar.horizontal\\\": \\\"hidden\\\",\\n \\\"terminal.integrated.cursorStyleInactive\\\": \\\"line\\\",\\n \\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\n \\\"debug.internalConsoleOptions\\\": \\\"openOnSessionStart\\\",\\n \\\"editor.glyphMargin\\\": false,\\n \\\"accessibility.signals.lineHasError\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.lineHasFoldedArea\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.lineHasBreakpoint\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.terminalQuickFix\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.onDebugBreak\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.noInlayHints\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.taskCompleted\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.taskFailed\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.terminalCommandFailed\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.notebookCellCompleted\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.notebookCellFailed\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.diffLineInserted\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.diffLineDeleted\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"accessibility.signals.diffLineModified\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"outline.collapseItems\\\": \\\"alwaysCollapse\\\",\\n \\\"search.collapseResults\\\": \\\"alwaysCollapse\\\",\\n \\\"interactiveWindow.collapseCellInputCode\\\": \\\"always\\\",\\n \\\"accessibility.signals.progress\\\": {\\n \\\"sound\\\": \\\"off\\\"\\n },\\n \\\"search.quickOpen.includeHistory\\\": false,\\n \\\"codesnap.backgroundColor\\\": \\\"#bbf7d0\\\",\\n \\\"editor.wordSeparators\\\": \\\"`~!@#$%^&*()-=+[{]}\\\\\\\\|;:'\\\\\\\",.<>/?_\\\",\\n \\\"testing.openTesting\\\": \\\"openOnTestFailure\\\",\\n \\\"debug.console.closeOnEnd\\\": true,\\n \\\"debug.openDebug\\\": \\\"neverOpen\\\",\\n \\\"github.copilot.editor.enableAutoCompletions\\\": true,\\n \\\"terminal.integrated.suggest.enabled\\\": true,\\n \\\"workbench.tree.enableStickyScroll\\\": false,\\n \\\"editor.fontSize\\\": 18,\\n \\\"editor.peekWidgetDefaultFocus\\\": \\\"editor\\\",\\n \\\"debug.terminal.clearBeforeReusing\\\": true,\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"focusBorder\\\": \\\"#473a5f\\\",\\n \\\"editor.selectionBackground\\\": \\\"#473a5f\\\"\\n },\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\n \\\"apc.stylesheet\\\": {\\n \\\".tab\\\": \\\"border-radius: 10px 10px 0 0\\\"\\n },\\n \\\"symbols.hidesExplorerArrows\\\": false,\\n \\\"window.customTitleBarVisibility\\\": \\\"auto\\\",\\n \\\"workbench.colorTheme\\\": \\\"zh'red\\\"\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaults\\n[\\n {\\n \\\"key\\\": \\\"ctrl+shift+down\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.selectToNextCommand\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+down\\\",\\n \\\"command\\\": \\\"-cursorDownSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+up\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.selectToPreviousCommand\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+up\\\",\\n \\\"command\\\": \\\"-cursorUpSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+enter\\\",\\n \\\"command\\\": \\\"editor.action.insertLineAfter\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+enter\\\",\\n \\\"command\\\": \\\"-editor.action.insertLineAfter\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"editor.action.insertLineBefore\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"-editor.action.insertLineBefore\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"-notebook.cell.insertCodeCellAbove\\\",\\n \\\"when\\\": \\\"notebookCellListFocused && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"-list.toggleSelection\\\",\\n \\\"when\\\": \\\"listFocus && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"-search.action.replaceAllInFile\\\",\\n \\\"when\\\": \\\"fileMatchFocus && isEditableItem && replaceActive && searchViewletVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\n \\\"command\\\": \\\"-search.action.replaceAllInFolder\\\",\\n \\\"when\\\": \\\"folderMatchFocus && isEditableItem && replaceActive && searchViewletVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+down\\\",\\n \\\"command\\\": \\\"editor.action.moveLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+down\\\",\\n \\\"command\\\": \\\"-editor.action.moveLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+up\\\",\\n \\\"command\\\": \\\"editor.action.moveLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"-editor.action.moveLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+w\\\",\\n \\\"command\\\": \\\"-workbench.action.closeWindow\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+w\\\",\\n \\\"command\\\": \\\"editor.emmet.action.wrapWithAbbreviation\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+right\\\",\\n \\\"command\\\": \\\"-workbench.action.moveEditorToNextGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+oem_5\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorRight\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+oem_5\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+d\\\",\\n \\\"command\\\": \\\"-editor.action.addSelectionToNextFindMatch\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"-editor.action.pageUpHover\\\",\\n \\\"when\\\": \\\"editorHoverFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"-scm.forceViewPreviousCommit\\\",\\n \\\"when\\\": \\\"scmRepository\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"-history.showPrevious\\\",\\n \\\"when\\\": \\\"historyNavigationBackwardsEnabled && historyNavigationWidgetFocus && !isComposing && !suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"-showPrevParameterHint\\\",\\n \\\"when\\\": \\\"editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+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\\\": \\\"alt+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\\\": \\\"alt+down\\\",\\n \\\"command\\\": \\\"-history.showNext\\\",\\n \\\"when\\\": \\\"historyNavigationForwardsEnabled && historyNavigationWidgetFocus && !isComposing && !suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+down\\\",\\n \\\"command\\\": \\\"-scm.forceViewNextCommit\\\",\\n \\\"when\\\": \\\"scmRepository\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+down\\\",\\n \\\"command\\\": \\\"-showNextParameterHint\\\",\\n \\\"when\\\": \\\"editorFocus && parameterHintsMultipleSignatures && parameterHintsVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+down\\\",\\n \\\"command\\\": \\\"-editor.action.pageDownHover\\\",\\n \\\"when\\\": \\\"editorHoverFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"-editor.action.replaceAll\\\",\\n \\\"when\\\": \\\"editorFocus && findWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"-search.action.replaceAll\\\",\\n \\\"when\\\": \\\"replaceActive && searchViewletVisible && !findWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"-notebook.cell.execute\\\",\\n \\\"when\\\": \\\"notebookCellListFocused && notebookMissingKernelExtension && !notebookCellExecuting && notebookCellType == 'code' || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelCount > 0 || notebookCellListFocused && !notebookCellExecuting && notebookCellType == 'code' && notebookKernelSourceCount > 0\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"-workbench.action.chat.runInTerminal\\\",\\n \\\"when\\\": \\\"hasChatProvider && inChat\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"-notebook.cell.quitEdit\\\",\\n \\\"when\\\": \\\"inputFocus && notebookEditorFocused && notebookCellType == 'markup'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"python.execInTerminal-icon\\\",\\n \\\"when\\\": \\\"editorLangId == 'python'\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+delete\\\",\\n \\\"command\\\": \\\"editor.action.deleteLines\\\",\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+k\\\",\\n \\\"command\\\": \\\"-editor.action.deleteLines\\\",\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+delete\\\",\\n \\\"command\\\": \\\"-editor.action.clipboardCutAction\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+delete\\\",\\n \\\"command\\\": \\\"-deleteFile\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+numpad_divide\\\",\\n \\\"command\\\": \\\"editor.action.commentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_2\\\",\\n \\\"command\\\": \\\"-editor.action.commentLine\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+backspace\\\",\\n \\\"command\\\": \\\"editor.emmet.action.removeTag\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_plus\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_minus\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+-\\\",\\n \\\"command\\\": \\\"workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_minus\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+numpad_add\\\",\\n \\\"command\\\": \\\"workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_plus\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"tab\\\",\\n \\\"command\\\": \\\"editor.action.indentLines\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly && !suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_6\\\",\\n \\\"command\\\": \\\"-editor.action.indentLines\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+z\\\",\\n \\\"command\\\": \\\"editor.action.formatDocument\\\",\\n \\\"when\\\": \\\"editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+f\\\",\\n \\\"command\\\": \\\"-editor.action.formatDocument\\\",\\n \\\"when\\\": \\\"editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k right\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupRight\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k up\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k left\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k down\\\",\\n \\\"command\\\": \\\"-workbench.action.moveActiveEditorGroupDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+up\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToAboveGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+down\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToBelowGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"doubleClick\\\",\\n \\\"command\\\": \\\"workbench.action.minimizeOtherEditors\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"extension.liveServer.goOnline\\\",\\n \\\"when\\\": \\\"editorLangId == 'html'\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+l alt+o\\\",\\n \\\"command\\\": \\\"-extension.liveServer.goOnline\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+f\\\",\\n \\\"command\\\": \\\"runCommands\\\",\\n \\\"args\\\": {\\n \\\"commands\\\": [\\n \\\"workbench.action.toggleActivityBarVisibility\\\",\\n \\\"workbench.action.toggleStatusbarVisibility\\\"\\n ]\\n }\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"code-runner.run\\\",\\n \\\"when\\\": \\\"editorLangId == 'javascript' | editorLangId == 'typescript'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+n\\\",\\n \\\"command\\\": \\\"-code-runner.run\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+z\\\",\\n \\\"command\\\": \\\"prettier.forceFormatDocument\\\",\\n \\\"when\\\": \\\"editorLangId == 'javascript' | editorLangId == 'typescript'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+oem_3\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.new\\\",\\n \\\"when\\\": \\\"terminalProcessSupported || terminalWebExtensionContributedProfile\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+t\\\",\\n \\\"command\\\": \\\"-workbench.action.reopenClosedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+o\\\",\\n \\\"command\\\": \\\"-workbench.action.gotoSymbol\\\",\\n \\\"when\\\": \\\"!accessibilityHelpIsShown && !accessibleViewIsShown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.toggleTerminal\\\",\\n \\\"when\\\": \\\"terminal.active\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_3\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.toggleTerminal\\\",\\n \\\"when\\\": \\\"terminal.active\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+p\\\",\\n \\\"command\\\": \\\"-extension.vim_ctrl+p\\\",\\n \\\"when\\\": \\\"editorTextFocus && vim.active && vim.use<C-p> && !inDebugRepl || vim.active && vim.use<C-p> && !inDebugRepl && vim.mode == 'CommandlineInProgress' || vim.active && vim.use<C-p> && !inDebugRepl && vim.mode == 'SearchInProgressMode'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.openNativeConsole\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+c\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.openNativeConsole\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+oem_102\\\",\\n \\\"command\\\": \\\"debugpy.debugUsingLaunchConfig\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+enter\\\",\\n \\\"command\\\": \\\"workbench.action.debug.start\\\",\\n \\\"when\\\": \\\"debuggersAvailable && debugState == 'inactive'\\\"\\n },\\n {\\n \\\"key\\\": \\\"f5\\\",\\n \\\"command\\\": \\\"-workbench.action.debug.start\\\",\\n \\\"when\\\": \\\"debuggersAvailable && debugState == 'inactive'\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+l\\\",\\n \\\"command\\\": \\\"workbench.files.action.collapseExplorerFolders\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+p\\\",\\n \\\"command\\\": \\\"workbench.action.quickTextSearch\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+p\\\",\\n \\\"command\\\": \\\"-workbench.action.quickOpenNavigatePreviousInFilePicker\\\",\\n \\\"when\\\": \\\"inFilesPicker && inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+p\\\",\\n \\\"command\\\": \\\"-workbench.action.showCommands\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r r\\\",\\n \\\"command\\\": \\\"testing.runAtCursor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_1 c\\\",\\n \\\"command\\\": \\\"-testing.runAtCursor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+1\\\",\\n \\\"command\\\": \\\"workbench.action.focusFirstEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+1\\\",\\n \\\"command\\\": \\\"-workbench.action.focusFirstEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+2\\\",\\n \\\"command\\\": \\\"workbench.action.focusSecondEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+2\\\",\\n \\\"command\\\": \\\"-workbench.action.focusSecondEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+2\\\",\\n \\\"command\\\": \\\"workbench.view.scm\\\",\\n \\\"when\\\": \\\"workbench.scm.active\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+g\\\",\\n \\\"command\\\": \\\"-workbench.view.scm\\\",\\n \\\"when\\\": \\\"workbench.scm.active\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+4\\\",\\n \\\"command\\\": \\\"workbench.view.testing.focus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+3\\\",\\n \\\"command\\\": \\\"workbench.view.debug\\\",\\n \\\"when\\\": \\\"viewContainer.workbench.view.debug.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+d\\\",\\n \\\"command\\\": \\\"-workbench.view.debug\\\",\\n \\\"when\\\": \\\"viewContainer.workbench.view.debug.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+h\\\",\\n \\\"command\\\": \\\"workbench.explorer.fileView.toggleVisibility\\\",\\n \\\"when\\\": \\\"filesExplorerFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+b\\\",\\n \\\"command\\\": \\\"-workbench.action.toggleSidebarVisibility\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+tab\\\",\\n \\\"command\\\": \\\"-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup\\\",\\n \\\"when\\\": \\\"!activeEditorGroupEmpty\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+tab\\\",\\n \\\"command\\\": \\\"-workbench.action.quickOpenNavigateNextInEditorPicker\\\",\\n \\\"when\\\": \\\"inEditorsPicker && inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+l\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorRightInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+pagedown\\\",\\n \\\"command\\\": \\\"-workbench.action.moveEditorRightInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+1\\\",\\n \\\"command\\\": \\\"-workbench.action.openEditorAtIndex1\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+2\\\",\\n \\\"command\\\": \\\"-workbench.action.openEditorAtIndex2\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+3\\\",\\n \\\"command\\\": \\\"-workbench.action.openEditorAtIndex3\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+4\\\",\\n \\\"command\\\": \\\"-workbench.action.openEditorAtIndex4\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+t\\\",\\n \\\"command\\\": \\\"workbench.action.toggleSidebarVisibility\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+1\\\",\\n \\\"command\\\": \\\"workbench.view.explorer\\\",\\n \\\"when\\\": \\\"viewContainer.workbench.view.explorer.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+e\\\",\\n \\\"command\\\": \\\"-workbench.view.explorer\\\",\\n \\\"when\\\": \\\"viewContainer.workbench.view.explorer.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+right\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToRightGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+pageup\\\",\\n \\\"command\\\": \\\"-workbench.action.previousEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+left\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToLeftGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+left\\\",\\n \\\"command\\\": \\\"-workbench.action.moveEditorToPreviousGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+right\\\",\\n \\\"command\\\": \\\"workbench.action.nextEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+pagedown\\\",\\n \\\"command\\\": \\\"-workbench.action.nextEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+b\\\",\\n \\\"command\\\": \\\"editor.debug.action.toggleBreakpoint\\\",\\n \\\"when\\\": \\\"debuggersAvailable && disassemblyViewFocus || debuggersAvailable && editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r d\\\",\\n \\\"command\\\": \\\"testing.debugAtCursor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+oem_1 ctrl+c\\\",\\n \\\"command\\\": \\\"-testing.debugAtCursor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+d\\\",\\n \\\"command\\\": \\\"workbench.panel.repl.view.focus\\\",\\n \\\"when\\\": \\\"inDebugRepl\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+left\\\",\\n \\\"command\\\": \\\"workbench.action.previousEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+pageup\\\",\\n \\\"command\\\": \\\"-workbench.action.previousEditorInGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+space\\\",\\n \\\"command\\\": \\\"editor.action.peekDefinition\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+f12\\\",\\n \\\"command\\\": \\\"-editor.action.peekDefinition\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+f10\\\",\\n \\\"command\\\": \\\"editor.action.showContextMenu\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+f10\\\",\\n \\\"command\\\": \\\"-editor.action.showContextMenu\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+down\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.resizePaneDown\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"-workbench.action.showAllSymbols\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"workbench.action.closePanel\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"workbench.action.closeActiveEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+f4\\\",\\n \\\"command\\\": \\\"-workbench.action.closeActiveEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+down\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.scrollDown\\\",\\n \\\"when\\\": \\\"terminalFocusInAny && terminalHasBeenCreated && !terminalAltBufferActive || terminalFocusInAny && terminalProcessSupported && !terminalAltBufferActive\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+pagedown\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.scrollDown\\\",\\n \\\"when\\\": \\\"terminalFocusInAny && terminalHasBeenCreated && !terminalAltBufferActive || terminalFocusInAny && terminalProcessSupported && !terminalAltBufferActive\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+up\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.scrollUp\\\",\\n \\\"when\\\": \\\"terminalFocusInAny && terminalHasBeenCreated && !terminalAltBufferActive || terminalFocusInAny && terminalProcessSupported && !terminalAltBufferActive\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+pageup\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.scrollUp\\\",\\n \\\"when\\\": \\\"terminalFocusInAny && terminalHasBeenCreated && !terminalAltBufferActive || terminalFocusInAny && terminalProcessSupported && !terminalAltBufferActive\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+space\\\",\\n \\\"command\\\": \\\"editor.action.goToDeclaration\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+up\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.resizePaneUp\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+q\\\",\\n \\\"command\\\": \\\"-workbench.action.quit\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+q\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenView\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+home\\\",\\n \\\"command\\\": \\\"-cursorTopSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"home\\\",\\n \\\"command\\\": \\\"-editor.action.goToTopHover\\\",\\n \\\"when\\\": \\\"editorHoverFocused\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+home\\\",\\n \\\"command\\\": \\\"cursorTop\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+end\\\",\\n \\\"command\\\": \\\"cursorBottom\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+end\\\",\\n \\\"command\\\": \\\"-cursorBottomSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n }\\n]\",\"platform\":2}","extensions":"[{\"identifier\":{\"id\":\"rust-lang.rust-analyzer\",\"uuid\":\"06574cb4-e5dc-4631-8174-a543a4533621\"},\"displayName\":\"rust-analyzer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"shwuy.zhxo-themes\",\"uuid\":\"cf8a18a9-5e4f-4f6c-a2dc-2f8d52be0def\"},\"displayName\":\"zh'themes\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"tamasfe.even-better-toml\",\"uuid\":\"b2215d5f-675e-4a2b-b6ac-1ca737518b78\"},\"displayName\":\"Even Better TOML\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vadimcn.vscode-lldb\",\"uuid\":\"bee31e34-a44b-4a76-9ec2-e9fd1439a0f6\"},\"displayName\":\"CodeLLDB\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.alignment\":\"center\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark shwuy-zhxo-themes-themes-Red-Object-Contrast-NoGutter-color-theme-json\\\",\\\"label\\\":\\\"zh'red\\\",\\\"settingsId\\\":\\\"zh'red\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#f7eae2\\\"},\\\"scope\\\":\\\"variable.other.property,variable.other.object.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"punctuation.definition.string.begin,punctuation.definition.string.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9a9ea3\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6ff2ae\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9a9ea3\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cbbce6\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e09e77\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9a9ea3\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5fcff\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6e2f0\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#9a9ea3\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9a9ea3\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ababab\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e08282\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control.import.python,keyword.control.flow.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e08282\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e09e77\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f5fcff\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ffffff\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"shwuy.zhxo-themes\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"zhxo-themes\\\",\\\"_extensionPublisher\\\":\\\"shwuy\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"foreground\\\":\\\"#cccccc\\\",\\\"focusBorder\\\":\\\"#ffffff0e\\\",\\\"selection.background\\\":\\\"#ffffff0e\\\",\\\"scrollbar.shadow\\\":\\\"#0000001e\\\",\\\"activityBar.foreground\\\":\\\"#ffffffcd\\\",\\\"activityBar.background\\\":\\\"#19191c\\\",\\\"activityBar.inactiveForeground\\\":\\\"#ffffff3e\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"activityBarBadge.background\\\":\\\"#a88ade\\\",\\\"activityBar.border\\\":\\\"#ffffff00\\\",\\\"activityBar.activeBackground\\\":\\\"#ffffff00\\\",\\\"sideBar.background\\\":\\\"#19191c\\\",\\\"sideBar.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc00\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"sideBar.border\\\":\\\"#ff000000\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#ffffff0c\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#e8e8e8\\\",\\\"list.hoverBackground\\\":\\\"#1e1e21\\\",\\\"list.hoverForeground\\\":\\\"#cfcfcf\\\",\\\"list.activeSelectionBackground\\\":\\\"#252528\\\",\\\"list.activeSelectionForeground\\\":\\\"#ffffff\\\",\\\"tree.indentGuidesStroke\\\":\\\"#5858581e\\\",\\\"list.dropBackground\\\":\\\"#00000042\\\",\\\"list.highlightForeground\\\":\\\"#a177ea\\\",\\\"list.focusBackground\\\":\\\"#a177ea20\\\",\\\"list.focusForeground\\\":\\\"#cccccc\\\",\\\"listFilterWidget.background\\\":\\\"#ffffff0a\\\",\\\"listFilterWidget.outline\\\":\\\"#00000000\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#ee7f7452\\\",\\\"statusBar.foreground\\\":\\\"#ffffff66\\\",\\\"statusBar.background\\\":\\\"#1c1c20\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#00000034\\\",\\\"statusBar.border\\\":\\\"#ff000000\\\",\\\"statusBar.debuggingBackground\\\":\\\"#a177ea\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.debuggingBorder\\\":\\\"#00fba900\\\",\\\"statusBar.noFolderBackground\\\":\\\"#141417f9\\\",\\\"statusBar.noFolderForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#a177ea\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"titleBar.activeBackground\\\":\\\"#19191c\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.inactiveBackground\\\":\\\"#3c3c3c99\\\",\\\"titleBar.inactiveForeground\\\":\\\"#cccccc99\\\",\\\"titleBar.border\\\":\\\"#00000000\\\",\\\"menubar.selectionForeground\\\":\\\"#cccccc\\\",\\\"menubar.selectionBackground\\\":\\\"#ffffff1a\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.selectionForeground\\\":\\\"#ffffff\\\",\\\"menu.selectionBackground\\\":\\\"#a177ea\\\",\\\"menu.selectionBorder\\\":\\\"#00000000\\\",\\\"menu.separatorBackground\\\":\\\"#bbbbbb10\\\",\\\"menu.border\\\":\\\"#00000000\\\",\\\"button.background\\\":\\\"#a177ea\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#a177ea87\\\",\\\"button.secondaryForeground\\\":\\\"#ffffff\\\",\\\"button.secondaryBackground\\\":\\\"#303032\\\",\\\"button.secondaryHoverBackground\\\":\\\"#343436\\\",\\\"input.background\\\":\\\"#1d1d20\\\",\\\"input.border\\\":\\\"#00000000\\\",\\\"input.foreground\\\":\\\"#f0f0f0\\\",\\\"inputOption.activeBackground\\\":\\\"#a177ea00\\\",\\\"inputOption.activeBorder\\\":\\\"#007acc00\\\",\\\"inputOption.activeForeground\\\":\\\"#ffffff\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"textLink.foreground\\\":\\\"#b393ea\\\",\\\"editor.background\\\":\\\"#1a1a1d\\\",\\\"editor.foreground\\\":\\\"#ababab\\\",\\\"editorLineNumber.foreground\\\":\\\"#85858560\\\",\\\"editorCursor.foreground\\\":\\\"#aeafad\\\",\\\"editorCursor.background\\\":\\\"#000000\\\",\\\"editor.selectionBackground\\\":\\\"#a177ea18\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#41414122\\\",\\\"editorWhitespace.foreground\\\":\\\"#e3e4e229\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#a149ea00\\\",\\\"editor.findMatchBackground\\\":\\\"#a177ea34\\\",\\\"editor.findMatchBorder\\\":\\\"#74879f00\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#a177ea36\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#3a3d4166\\\",\\\"editor.findRangeHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#ffffff0b\\\",\\\"editor.rangeHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#264f7840\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#a177ea32\\\",\\\"editor.wordHighlightBackground\\\":\\\"#575757b8\\\",\\\"editor.lineHighlightBackground\\\":\\\"#dbdae804\\\",\\\"editor.lineHighlightBorder\\\":\\\"#28282800\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#ffffffb3\\\",\\\"editorLink.activeForeground\\\":\\\"#a177ea\\\",\\\"editorIndentGuide.background\\\":\\\"#ffffff1e\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#ffffff2a\\\",\\\"editorRuler.foreground\\\":\\\"#5a5a5a38\\\",\\\"editorBracketMatch.background\\\":\\\"#0064001a\\\",\\\"editorBracketMatch.border\\\":\\\"#888888\\\",\\\"editor.foldBackground\\\":\\\"#a177ea16\\\",\\\"editorOverviewRuler.background\\\":\\\"#25252500\\\",\\\"editorOverviewRuler.border\\\":\\\"#7f7f7f4d\\\",\\\"editorError.foreground\\\":\\\"#f47771\\\",\\\"editorError.background\\\":\\\"#b73a3400\\\",\\\"editorError.border\\\":\\\"#ffffff00\\\",\\\"editorWarning.foreground\\\":\\\"#e29a5b\\\",\\\"editorWarning.background\\\":\\\"#a9904000\\\",\\\"editorWarning.border\\\":\\\"#ffffff00\\\",\\\"editorInfo.foreground\\\":\\\"#7577ff\\\",\\\"editorInfo.background\\\":\\\"#4490bf00\\\",\\\"editorInfo.border\\\":\\\"#4490bf00\\\",\\\"editorGutter.background\\\":\\\"#1a1a1d\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#9575ee\\\",\\\"editorGutter.addedBackground\\\":\\\"#7ae49e\\\",\\\"editorGutter.deletedBackground\\\":\\\"#d76e73\\\",\\\"editorGutter.foldingControlForeground\\\":\\\"#c5c5c5\\\",\\\"editorCodeLens.foreground\\\":\\\"#888888\\\",\\\"editorGroup.border\\\":\\\"#4444444c\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#559db926\\\",\\\"diffEditor.insertedTextBorder\\\":\\\"#ff000000\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#db646420\\\",\\\"diffEditor.removedTextBorder\\\":\\\"#ff000000\\\",\\\"diffEditor.border\\\":\\\"#44444444\\\",\\\"panel.background\\\":\\\"#1c1c20\\\",\\\"panel.border\\\":\\\"#80808016\\\",\\\"panelTitle.activeBorder\\\":\\\"#e7e7e70e\\\",\\\"panelTitle.activeForeground\\\":\\\"#e7e7e7cb\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#e7e7e73e\\\",\\\"badge.background\\\":\\\"#4d4d4d\\\",\\\"badge.foreground\\\":\\\"#ffffff\\\",\\\"terminal.foreground\\\":\\\"#d3d3d3\\\",\\\"terminal.selectionBackground\\\":\\\"#acb5ff0a\\\",\\\"terminalCursor.background\\\":\\\"#6358e4\\\",\\\"terminalCursor.foreground\\\":\\\"#ffffff\\\",\\\"terminal.border\\\":\\\"#8080800c\\\",\\\"terminal.ansiBlack\\\":\\\"#3b3b3b\\\",\\\"terminal.ansiBlue\\\":\\\"#668be2\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#66676f\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#81a6fd\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4deaea\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#3fe6a3\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#c970d6\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f08359\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#fbfb7b\\\",\\\"terminal.ansiCyan\\\":\\\"#10ccd5\\\",\\\"terminal.ansiGreen\\\":\\\"#22cd8b\\\",\\\"terminal.ansiMagenta\\\":\\\"#a34bb0\\\",\\\"terminal.ansiRed\\\":\\\"#e03c3c\\\",\\\"terminal.ansiWhite\\\":\\\"#cbcbcb\\\",\\\"terminal.ansiYellow\\\":\\\"#eec051\\\",\\\"breadcrumb.background\\\":\\\"#1e1e21\\\",\\\"breadcrumb.foreground\\\":\\\"#cccccccc\\\",\\\"breadcrumb.focusForeground\\\":\\\"#e0e0e0\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#19191b\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.border\\\":\\\"#25252600\\\",\\\"tab.activeBackground\\\":\\\"#1e1e20\\\",\\\"tab.activeBorder\\\":\\\"#06d0ff00\\\",\\\"tab.activeBorderTop\\\":\\\"#00000000\\\",\\\"tab.inactiveBackground\\\":\\\"#2d2d2d00\\\",\\\"tab.inactiveForeground\\\":\\\"#ffffffab\\\",\\\"tab.hoverBackground\\\":\\\"#e2e2e214\\\",\\\"tab.hoverForeground\\\":\\\"#ffffffcd\\\",\\\"tab.hoverBorder\\\":\\\"#ff000000\\\",\\\"scrollbarSlider.background\\\":\\\"#7979790a\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#6464642c\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#bfbfbf1e\\\",\\\"progressBar.background\\\":\\\"#a177ea\\\",\\\"widget.shadow\\\":\\\"#00000018\\\",\\\"editorWidget.foreground\\\":\\\"#dae0ea\\\",\\\"editorWidget.background\\\":\\\"#171719\\\",\\\"editorWidget.resizeBorder\\\":\\\"#5f5f5f\\\",\\\"pickerGroup.border\\\":\\\"#3f3f46\\\",\\\"pickerGroup.foreground\\\":\\\"#b18dee\\\",\\\"debugToolBar.background\\\":\\\"#333333\\\",\\\"debugToolBar.border\\\":\\\"#474747\\\",\\\"notifications.foreground\\\":\\\"#a9a9a9\\\",\\\"notifications.background\\\":\\\"#242426\\\",\\\"notificationToast.border\\\":\\\"#47474700\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#f25f41\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#ead369\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#556be4\\\",\\\"notificationCenter.border\\\":\\\"#28282a\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cccccc\\\",\\\"notificationCenterHeader.background\\\":\\\"#28282a\\\",\\\"notifications.border\\\":\\\"#28282a\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#94d19f\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#8e8ee6\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#d97968\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#b4b4b4\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#e0c59d\\\",\\\"gitDecoration.stageDeletedResourceForeground\\\":\\\"#5a5a5a\\\",\\\"gitDecoration.stageModifiedResourceForeground\\\":\\\"#a08de2\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#df8de2\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#83d5a0\\\",\\\"editorMarkerNavigation.background\\\":\\\"#18181a\\\",\\\"editorMarkerNavigationError.background\\\":\\\"#f47171\\\",\\\"editorMarkerNavigationWarning.background\\\":\\\"#e4c952\\\",\\\"editorMarkerNavigationInfo.background\\\":\\\"#6a72ea\\\",\\\"merge.currentHeaderBackground\\\":\\\"#367366\\\",\\\"merge.currentContentBackground\\\":\\\"#27403b\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#395f8f\\\",\\\"merge.incomingContentBackground\\\":\\\"#28384b\\\",\\\"merge.commonHeaderBackground\\\":\\\"#383838\\\",\\\"merge.commonContentBackground\\\":\\\"#282828\\\",\\\"editorSuggestWidget.background\\\":\\\"#18181a\\\",\\\"editorSuggestWidget.border\\\":\\\"#45454500\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#b0b0b0\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#a177ea\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#a177ea1a\\\",\\\"editorHoverWidget.foreground\\\":\\\"#9b9b9b\\\",\\\"editorHoverWidget.background\\\":\\\"#232326\\\",\\\"editorHoverWidget.border\\\":\\\"#45454500\\\",\\\"peekView.border\\\":\\\"#ffffff0a\\\",\\\"peekViewEditor.background\\\":\\\"#1a1a1d\\\",\\\"peekViewEditorGutter.background\\\":\\\"#1a1a1d\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bf77ea3a\\\",\\\"peekViewEditor.matchHighlightBorder\\\":\\\"#1eaaee00\\\",\\\"peekViewResult.background\\\":\\\"#1e1e21\\\",\\\"peekViewResult.fileForeground\\\":\\\"#ffffff\\\",\\\"peekViewResult.lineForeground\\\":\\\"#bbbbbb\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#a177ea4d\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#a177ea22\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#ffffff\\\",\\\"peekViewTitle.background\\\":\\\"#1e1e1e\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#ccccccb3\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#ffffff\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"checkbox.background\\\":\\\"#1d1d20\\\",\\\"checkbox.foreground\\\":\\\"#f0f0f0\\\",\\\"checkbox.border\\\":\\\"#00000000\\\",\\\"dropdown.background\\\":\\\"#1d1d20\\\",\\\"dropdown.foreground\\\":\\\"#f0f0f0\\\",\\\"dropdown.border\\\":\\\"#00000000\\\",\\\"minimapGutter.addedBackground\\\":\\\"#7ae49e\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#9575ee\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#d76e73\\\",\\\"minimap.findMatchHighlight\\\":\\\"#a177ea34\\\",\\\"minimap.selectionHighlight\\\":\\\"#a177ea18\\\",\\\"minimap.errorHighlight\\\":\\\"#f47771\\\",\\\"minimap.warningHighlight\\\":\\\"#e29a5b\\\",\\\"minimap.background\\\":\\\"#1a1a1d\\\",\\\"sideBar.dropBackground\\\":\\\"#00000042\\\",\\\"editorGroup.emptyBackground\\\":\\\"#1a1a1d\\\",\\\"panelSection.border\\\":\\\"#8080800c\\\",\\\"statusBarItem.activeBackground\\\":\\\"#ffffff25\\\",\\\"settings.headerForeground\\\":\\\"#cccccc\\\",\\\"settings.focusedRowBackground\\\":\\\"#ffffff07\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#00000050\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#e0e0e0\\\",\\\"editorGutter.commentRangeForeground\\\":\\\"#c5c5c5\\\",\\\"debugExceptionWidget.background\\\":\\\"#333333\\\",\\\"debugExceptionWidget.border\\\":\\\"#474747\\\"},\\\"watch\\\":false}\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"hidden-files\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workspaceEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.patchDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"figma.views.login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"figma.views.dummyLoginNotifications\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"figma.views.files\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"figma.views.notifications\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rustDependencies\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilot-chat-requests\\\",\\\"isHidden\\\":false}]\",\"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}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"\\\\\\\"shift+2\\\\\\\"\\\",\\\"\\\\\\\"ctrl+tab\\\\\\\"\\\",\\\"\\\\\\\"alt+right\\\\\\\"\\\",\\\"open editor\\\",\\\"open editor in group\\\",\\\"place cur\\\",\\\"place cursor\\\",\\\"\\\\\\\"ctrl\\\\\\\"\\\",\\\"cursor\\\",\\\"multi curso\\\",\\\"multi cursor\\\",\\\"\\\\\\\"ctrl+alt+l\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+oem_period\\\\\\\"\\\",\\\"multicursor\\\",\\\"collapse\\\",\\\"collapse range\\\",\\\"close peek\\\",\\\"peek\\\",\\\"@source:user\\\",\\\"\\\\\\\"backspace shift\\\\\\\"\\\",\\\"\\\\\\\"backspace shift+f10\\\\\\\"\\\",\\\"\\\\\\\"shift+f10\\\\\\\"\\\",\\\"context menu\\\",\\\"r\\\",\\\"resiz\\\",\\\"resize terminal\\\",\\\"terminalc\\\",\\\"terminalfocus\\\",\\\"\\\\\\\"ctrl+t\\\\\\\"\\\",\\\"\\\\\\\"ctrl+t ctrl+a\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+t\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+t ctrl+a\\\\\\\"\\\",\\\"hide terminal\\\",\\\"hide panel\\\",\\\"\\\\\\\"ctrl+w\\\\\\\"\\\",\\\"close terminal\\\",\\\"temi\\\",\\\"teminal\\\",\\\"hide teminal\\\",\\\"exit temr\\\",\\\"exit t\\\",\\\"exit terminal\\\",\\\"\\\\\\\"ctrl+f4\\\\\\\"\\\",\\\"t\\\",\\\"tests\\\",\\\"expandtests\\\",\\\"expand tests\\\",\\\"show tests\\\",\\\"resize termin\\\",\\\"re\\\",\\\"resize debug\\\",\\\"resize\\\",\\\"debug \\\",\\\"debug focus\\\",\\\"temrinal\\\",\\\"terminal\\\",\\\"file\\\",\\\"o\\\",\\\"=go \\\",\\\"go to file\\\",\\\"declaration\\\",\\\"\\\\\\\"ctrl+shift+up\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+up ctrl\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+down\\\\\\\"\\\",\\\"resize termina\\\",\\\"show\\\",\\\"show act\\\",\\\"act\\\",\\\"activity\\\",\\\"activity bar\\\",\\\"side bar\\\",\\\"quick open vie\\\",\\\"quick open view\\\",\\\"\\\\\\\"ctrl+shift+/\\\\\\\"\\\",\\\"\\\\\\\"ctrl+q\\\\\\\"\\\",\\\"quick open\\\",\\\"ww\\\",\\\"\\\\\\\"ctrl+shift+=\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+= ctrl\\\\\\\"\\\",\\\"view zoom\\\",\\\"view zoom out\\\",\\\"\\\\\\\"ctrl+numpad7\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+home ctrl\\\\\\\"\\\",\\\"top \\\",\\\"top page\\\",\\\"file beg\\\",\\\"file \\\",\\\"file end\\\",\\\"end\\\",\\\"begin\\\",\\\"top\\\",\\\"go to top\\\",\\\"\\\\\\\"ctrl+shift+home alt\\\\\\\"\\\",\\\"cursor \\\",\\\"cursor line end\\\",\\\"add cursor\\\",\\\"\\\\\\\"ctrl+shift+home\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+end\\\\\\\"\\\",\\\"\\\\\\\"ctrl+w ctrl+w\\\\\\\"\\\"]}\",\"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.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"default\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"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\\\":\\\"lldb.loadedModules\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"lldb.excludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#welcome#more\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\":{\\\"done\\\":true},\\\"rust-lang.rust-analyzer#landing#setup\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.createPythonFolder\\\":{\\\"done\\\":true}}\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"eamodio.gitlens#welcome\\\",{\\\"firstSeen\\\":1725023193971,\\\"stepIDs\\\":[\\\"get-started\\\",\\\"core-features\\\",\\\"pro-features\\\",\\\"pro-trial\\\",\\\"pro-upgrade\\\",\\\"pro-reactivate\\\",\\\"pro-paid\\\",\\\"visualize\\\",\\\"launchpad\\\",\\\"code-collab\\\",\\\"integrations\\\",\\\"more\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1725023193971,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.chatWin\\\",\\\"copilot.chatNonWin\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1725023193971,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1725023193971,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"rust-lang.rust-analyzer#landing\\\",{\\\"firstSeen\\\":1725023271820,\\\"stepIDs\\\":[\\\"setup\\\",\\\"docs\\\",\\\"faq\\\",\\\"changelog\\\"],\\\"manaullyOpened\\\":false}]]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"gitlens.gitCommands.merge\\\",\\\"value\\\":166},{\\\"key\\\":\\\"workbench.action.toggleZenMode\\\",\\\"value\\\":273},{\\\"key\\\":\\\"extension.installVibrancy\\\",\\\"value\\\":314},{\\\"key\\\":\\\"git.merge\\\",\\\"value\\\":320},{\\\"key\\\":\\\"testing.runAtCursor\\\",\\\"value\\\":325},{\\\"key\\\":\\\"testing.debugAtCursor\\\",\\\"value\\\":326},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":327},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":328},{\\\"key\\\":\\\"extension.uninstallVibrancy\\\",\\\"value\\\":331},{\\\"key\\\":\\\"workbench.action.webview.reloadWebviewAction\\\",\\\"value\\\":341},{\\\"key\\\":\\\"python.launchTensorBoard\\\",\\\"value\\\":354},{\\\"key\\\":\\\"debugpy.debugUsingLaunchConfig\\\",\\\"value\\\":356},{\\\"key\\\":\\\"ruff.executeFormat\\\",\\\"value\\\":388},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":427},{\\\"key\\\":\\\"workbench.view.explorer\\\",\\\"value\\\":455},{\\\"key\\\":\\\"welcome.showNewFileEntries\\\",\\\"value\\\":457},{\\\"key\\\":\\\"workbench.action.moveActiveEditorGroupRight\\\",\\\"value\\\":460},{\\\"key\\\":\\\"workbench.action.moveEditorToRightGroup\\\",\\\"value\\\":461},{\\\"key\\\":\\\"workbench.action.chat.open\\\",\\\"value\\\":462},{\\\"key\\\":\\\"testing.runAll\\\",\\\"value\\\":467},{\\\"key\\\":\\\"workbench.debug.viewlet.action.addDataBreakpointOnAddress\\\",\\\"value\\\":495},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":507},{\\\"key\\\":\\\"testing.refreshTests\\\",\\\"value\\\":519},{\\\"key\\\":\\\"remoteHub.views.workspaceRepositories.focus\\\",\\\"value\\\":521},{\\\"key\\\":\\\"editor.action.accessibleView\\\",\\\"value\\\":528},{\\\"key\\\":\\\"editor.action.peekDeclaration\\\",\\\"value\\\":529},{\\\"key\\\":\\\"editor.action.peekTypeDefinition\\\",\\\"value\\\":531},{\\\"key\\\":\\\"editor.action.peekDefinition\\\",\\\"value\\\":533},{\\\"key\\\":\\\"codesnap.start\\\",\\\"value\\\":537},{\\\"key\\\":\\\"workbench.action.terminal.resizePaneDown\\\",\\\"value\\\":540},{\\\"key\\\":\\\"explorer.newFile\\\",\\\"value\\\":541},{\\\"key\\\":\\\"fluent.reload\\\",\\\"value\\\":544},{\\\"key\\\":\\\"extension.updateVibrancy\\\",\\\"value\\\":545},{\\\"key\\\":\\\"glassit.decrease\\\",\\\"value\\\":546},{\\\"key\\\":\\\"glassit.minimize\\\",\\\"value\\\":547},{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":548},{\\\"key\\\":\\\"ruff.executeOrganizeImports\\\",\\\"value\\\":550},{\\\"key\\\":\\\"ruff.restart\\\",\\\"value\\\":551},{\\\"key\\\":\\\"ruff.executeAutofix\\\",\\\"value\\\":552},{\\\"key\\\":\\\"fluent.enableEffects\\\",\\\"value\\\":554},{\\\"key\\\":\\\"fluent-ui-vscode.reloadEffects\\\",\\\"value\\\":555},{\\\"key\\\":\\\"fluent-ui-vscode.enableEffects\\\",\\\"value\\\":556},{\\\"key\\\":\\\"fluent-ui-vscode.disableEffects\\\",\\\"value\\\":557},{\\\"key\\\":\\\"fluent.enableCompactLite\\\",\\\"value\\\":558},{\\\"key\\\":\\\"fluent.enableLite\\\",\\\"value\\\":559},{\\\"key\\\":\\\"fluent.disableEffects\\\",\\\"value\\\":560},{\\\"key\\\":\\\"workbench.action.webview.openDeveloperTools\\\",\\\"value\\\":561},{\\\"key\\\":\\\"workbench.action.toggleDevTools\\\",\\\"value\\\":562},{\\\"key\\\":\\\"workbench.debug.viewlet.action.removeAllBreakpoints\\\",\\\"value\\\":571},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":572}]}\",\"commandPalette.mru.counter\":\"573\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment