Skip to content

Instantly share code, notes, and snippets.

@ShevonKuan
Created August 18, 2023 06:06
Show Gist options
  • Select an option

  • Save ShevonKuan/bc09096b718d1ee9218bce2074fb016f to your computer and use it in GitHub Desktop.

Select an option

Save ShevonKuan/bc09096b718d1ee9218bce2074fb016f to your computer and use it in GitHub Desktop.
{"name":"code","settings":"{\"settings\":\"{\\n \\\"indentRainbow.colors\\\": [\\n \\\"rgba(255,255,64,0.03)\\\",\\n \\\"rgba(127,255,127,0.03)\\\",\\n \\\"rgba(255,127,255,0.03)\\\",\\n \\\"rgba(79,236,236,0.03)\\\"\\n ],\\n \\\"latex-workshop.view.pdf.viewer\\\": \\\"tab\\\",\\n \\\"background.customImages\\\": [\\n \\\"file:///C:/Users/shevon/Pictures/lp.png\\\",\\n \\\"file:///C:/Users/shevon/Pictures/creeper.png\\\"\\n ],\\n \\\"background.styles\\\": [\\n {\\n \\\"content\\\": \\\"''\\\",\\n \\\"pointer-events\\\": \\\"none\\\",\\n \\\"position\\\": \\\"absolute\\\", //图片位置\\n \\\"width\\\": \\\"100%\\\",\\n \\\"height\\\": \\\"100%\\\",\\n \\\"z-index\\\": \\\"99999\\\",\\n \\\"background.repeat\\\": \\\"no-repeat\\\",\\n \\\"background-size\\\": \\\"30%,30%\\\", //图片大小\\n \\\"opacity\\\": 0.2\\n }, //透明度\\n {\\n \\\"content\\\": \\\"''\\\",\\n \\\"pointer-events\\\": \\\"none\\\",\\n \\\"position\\\": \\\"absolute\\\", //图片位置\\n \\\"width\\\": \\\"100%\\\",\\n \\\"height\\\": \\\"100%\\\",\\n \\\"z-index\\\": \\\"99999\\\",\\n \\\"background.repeat\\\": \\\"no-repeat\\\",\\n \\\"background-size\\\": \\\"30%,30%\\\", //图片大小\\n \\\"opacity\\\": 0.2 //透明度\\n },\\n ],\\n \\\"background.useDefault\\\": false,\\n \\\"background.loop\\\": true,\\n \\\"files.autoSave\\\": \\\"onWindowChange\\\",\\n \\\"editor.fontSize\\\": 15,\\n \\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.formatOnType\\\": true,\\n \\\"editor.minimap.showSlider\\\": \\\"always\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"terminal.foreground\\\": \\\"#CBD6E2\\\",\\n \\\"terminalCursor.background\\\": \\\"#CBD6E2\\\",\\n \\\"terminalCursor.foreground\\\": \\\"#CBD6E2\\\",\\n \\\"terminal.ansiBlack\\\": \\\"#0B1C2C\\\",\\n \\\"terminal.ansiBlue\\\": \\\"#8B56BF\\\",\\n \\\"terminal.ansiBrightBlack\\\": \\\"#627E99\\\",\\n \\\"terminal.ansiBrightBlue\\\": \\\"#8B56BF\\\",\\n \\\"terminal.ansiBrightCyan\\\": \\\"#568BBF\\\",\\n \\\"terminal.ansiBrightGreen\\\": \\\"#56BF8B\\\",\\n \\\"terminal.ansiBrightMagenta\\\": \\\"#BF568B\\\",\\n \\\"terminal.ansiBrightRed\\\": \\\"#BF8B56\\\",\\n \\\"terminal.ansiBrightWhite\\\": \\\"#F7F9FB\\\",\\n \\\"terminal.ansiBrightYellow\\\": \\\"#8BBF56\\\",\\n \\\"terminal.ansiCyan\\\": \\\"#568BBF\\\",\\n \\\"terminal.ansiGreen\\\": \\\"#56BF8B\\\",\\n \\\"terminal.ansiMagenta\\\": \\\"#BF568B\\\",\\n \\\"terminal.ansiRed\\\": \\\"#BF8B56\\\",\\n \\\"terminal.ansiWhite\\\": \\\"#CBD6E2\\\",\\n \\\"terminal.ansiYellow\\\": \\\"#8BBF56\\\",\\n \\\"editor.lineHighlightBackground\\\": \\\"#1073cf2d\\\",\\n \\\"editor.lineHighlightBorder\\\": \\\"#9fced11f\\\",\\n \\\"statusBar.noFolderBackground\\\": \\\"#9fced11f\\\",\\n \\\"statusBar.debuggingBackground\\\": \\\"#d25386\\\",\\n \\\"statusBar.foreground\\\": \\\"#ffffff\\\"\\n },\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\n \\\"vim.cursorStylePerMode.normal\\\": \\\"block-outline\\\",\\n \\\"vim.startInInsertMode\\\": true,\\n \\\"vim.commandLineModeKeyBindings\\\": [],\\n \\\"liveServer.settings.wait\\\": 20,\\n \\\"editor.fontFamily\\\": \\\"Consolas,\\\\\\\"MesloLGS NF\\\\\\\",\\\\\\\"Roboto Mono for powerline\\\\\\\", \\\\\\\"TsukuBRdGothicStd\\\\\\\"\\\",\\n \\\"editor.mouseWheelZoom\\\": true,\\n \\\"editor.detectIndentation\\\": false,\\n \\\"editor.fontWeight\\\": \\\"300\\\",\\n\\n \\\"latex-workshop.latex.tools\\\": [\\n {\\n // 编译工具和命令\\n \\\"name\\\": \\\"xelatex\\\",\\n \\\"command\\\": \\\"xelatex\\\",\\n \\\"args\\\": [\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n \\\"-file-line-error\\\",\\n \\\"-shell-escape\\\",\\n \\\"%DOCFILE%\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"latexmk\\\",\\n \\\"command\\\": \\\"latexmk\\\",\\n \\\"args\\\": [\\n \\\"-xelatex\\\",\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n \\\"-file-line-error\\\",\\n \\\"-shell-escape\\\",\\n \\\"%DOCFILE%\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"latexmk_pdf\\\",\\n \\\"command\\\": \\\"latexmk\\\",\\n \\\"args\\\": [\\n \\\"-pdf\\\",\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n \\\"-file-line-error\\\",\\n \\\"-shell-escape\\\",\\n \\\"%DOCFILE%\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"pdflatex\\\",\\n \\\"command\\\": \\\"pdflatex\\\",\\n \\\"args\\\": [\\n \\\"-synctex=1\\\",\\n \\\"-interaction=nonstopmode\\\",\\n \\\"-file-line-error\\\",\\n \\\"%DOCFILE%\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"bibtex\\\",\\n \\\"command\\\": \\\"bibtex\\\",\\n \\\"args\\\": [\\n \\\"%DOCFILE%\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"texindy\\\",\\n \\\"command\\\": \\\"texindy\\\",\\n \\\"args\\\": [\\n \\\"%DOCFILE%.idx\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"makeindex\\\",\\n \\\"command\\\": \\\"makeindex\\\",\\n \\\"args\\\": [\\n \\\"%DOCFILE%.nlo\\\",\\n \\\"-s\\\",\\n \\\"nomencl.ist\\\",\\n \\\"-o\\\",\\n \\\"%DOCFILE%.nls\\\"\\n ]\\n }\\n ],\\n \\\"latex-workshop.latex.recipes\\\": [\\n {\\n \\\"name\\\": \\\"Auto Compile [XeLaTex]\\\",\\n \\\"tools\\\": [\\n \\\"latexmk\\\",\\n ]\\n },\\n {\\n \\\"name\\\": \\\"Auto Compile [pdfLaTex]\\\",\\n \\\"tools\\\": [\\n \\\"latexmk_pdf\\\",\\n ]\\n },\\n {\\n \\\"name\\\": \\\"Full_Compile [XeLaTex]\\\",\\n \\\"tools\\\": [\\n \\\"xelatex\\\",\\n \\\"makeindex\\\",\\n \\\"texindy\\\",\\n \\\"xelatex\\\",\\n \\\"xelatex\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"Full_Compile_bibtex\\\",\\n \\\"tools\\\": [\\n \\\"xelatex\\\",\\n \\\"bibtex\\\",\\n \\\"makeindex\\\",\\n \\\"texindy\\\",\\n \\\"xelatex\\\",\\n \\\"xelatex\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"xelatex\\\",\\n \\\"tools\\\": [\\n \\\"xelatex\\\"\\n ],\\n },\\n {\\n \\\"name\\\": \\\"pdflatex\\\",\\n \\\"tools\\\": [\\n \\\"pdflatex\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"xe->bib->xe->xe\\\",\\n \\\"tools\\\": [\\n \\\"xelatex\\\",\\n \\\"bibtex\\\",\\n \\\"xelatex\\\",\\n \\\"xelatex\\\"\\n ]\\n },\\n {\\n \\\"name\\\": \\\"pdf->bib->pdf->pdf\\\",\\n \\\"tools\\\": [\\n \\\"pdflatex\\\",\\n \\\"bibtex\\\",\\n \\\"pdflatex\\\",\\n \\\"pdflatex\\\"\\n ]\\n }\\n ],\\n \\\"latex-workshop.latex.autoClean.run\\\": \\\"onFailed\\\",\\n \\\"latex-workshop.latex.recipe.default\\\": \\\"lastUsed\\\",\\n \\\"latex-workshop.showContextMenu\\\": true,\\n \\\"latex-workshop.intellisense.package.enabled\\\": true,\\n \\\"bracket-pair-colorizer-2.activeScopeCSS\\\": [\\n \\\"borderStyle : solid\\\",\\n \\\"borderWidth : 1.5px\\\",\\n \\\"borderColor : {color}\\\",\\n ],\\n \\\"bracket-pair-colorizer-2.forceUniqueOpeningColor\\\": true,\\n \\\"bracket-pair-colorizer-2.highlightActiveScope\\\": true,\\n \\\"bracket-pair-colorizer-2.showBracketsInGutter\\\": true,\\n \\\"bracket-pair-colorizer-2.scopeLineCSS\\\": [\\n \\\"borderStyle : solid\\\",\\n \\\"borderWidth : 0.5px\\\",\\n \\\"borderColor : {color}\\\",\\n ],\\n \\\"Find replace\\\": true,\\n \\\"Format document with\\\": true,\\n \\\"Redo\\\": true,\\n \\\"Save active file\\\": true,\\n \\\"Switch header source\\\": true,\\n \\\"Save all\\\": true,\\n \\\"Toggle activity bar\\\": true,\\n \\\"Toggle line comment\\\": true,\\n \\\"Toggle render whitespace\\\": true,\\n \\\"Undo\\\": true,\\n \\\"workbench.activityBar.visible\\\": true,\\n \\\"sync.autoDownload\\\": true,\\n \\\"sync.autoUpload\\\": true,\\n \\\"sync.quietSync\\\": true,\\n \\\"sync.gist\\\": \\\"887667c321b94d6cb5d789526640195d\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\n \\\"python.languageServer\\\": \\\"Default\\\",\\n \\\"[python]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.python\\\",\\n \\\"editor.formatOnType\\\": true\\n },\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"git.autofetch\\\": true,\\n \\\"python.pythonPath\\\": \\\"C:\\\\\\\\ProgramData\\\\\\\\Anaconda3\\\\\\\\python.exe\\\",\\n \\\"python.autoComplete.addBrackets\\\": true,\\n \\\"background.style\\\": {\\n \\\"opacity\\\": 0.25,\\n },\\n \\\"markdown.extension.print.onFileSave\\\": true,\\n \\\"markdown.extension.toc.orderedList\\\": true,\\n \\\"markdown-preview-enhanced.previewTheme\\\": \\\"atom-dark.css\\\",\\n \\\"markdown-preview-enhanced.revealjsTheme\\\": \\\"night.css\\\",\\n \\\"markdown.extension.print.theme\\\": \\\"dark\\\",\\n \\\"markdown-preview-enhanced.mathRenderingOption\\\": \\\"MathJax\\\",\\n // \\\"markdown-pdf.convertOnSave\\\": true,\\n // \\\"markdown-pdf.highlightStyle\\\": \\\"darkula.css\\\",\\n \\\"markdown-preview-enhanced.codeBlockTheme\\\": \\\"vue.css\\\",\\n \\\"markdown-preview-enhanced.latexEngine\\\": \\\"xelatex\\\",\\n \\\"vim.useCtrlKeys\\\": false,\\n \\\"files.associations\\\": {\\n \\\"*.py\\\": \\\"python\\\",\\n \\\"*.cps\\\": \\\"javascript\\\"\\n },\\n \\\"php.validate.executablePath\\\": \\\"C://php-7.4.12//php.exe\\\",\\n \\\"[php]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"bmewburn.vscode-intelephense-client\\\"\\n },\\n \\\"jupyter.widgetScriptSources\\\": [\\n \\\"jsdelivr.com\\\",\\n \\\"unpkg.com\\\"\\n ],\\n \\\"remote.SSH.configFile\\\": \\\"~/.ssh/config\\\",\\n \\\"remote.SSH.remotePlatform\\\": {\\n \\\"shevonserver\\\": \\\"linux\\\",\\n \\\"test.mistgpu.com\\\": \\\"linux\\\",\\n \\\"120.196.189.233\\\": \\\"linux\\\",\\n \\\"dnomd\\\": \\\"linux\\\",\\n \\\"chandler\\\": \\\"linux\\\",\\n \\\"deepl_scut\\\": \\\"linux\\\",\\n \\\"aliyun\\\": \\\"linux\\\",\\n \\\"deepl\\\": \\\"linux\\\",\\n \\\"raspberry\\\": \\\"linux\\\"\\n },\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter-notebook\\\"\\n },\\n \\\"ShortcutMenuBar.compareWithSaved\\\": true,\\n \\\"ShortcutMenuBar.findReplace\\\": true,\\n \\\"ShortcutMenuBar.formatWith\\\": true,\\n \\\"ShortcutMenuBar.redo\\\": true,\\n \\\"ShortcutMenuBar.saveAll\\\": true,\\n \\\"ShortcutMenuBar.undo\\\": true,\\n \\\"ShortcutMenuBar.openFilesList\\\": false,\\n \\\"ShortcutMenuBar.commentLine\\\": true,\\n \\\"translation.api\\\": \\\"google\\\",\\n \\\"commentTranslate.targetLanguage\\\": \\\"zh-CN\\\",\\n \\\"jupyter.askForKernelRestart\\\": false,\\n \\\"remote.SSH.enableAgentForwarding\\\": false,\\n \\\"go.autocompleteUnimportedPackages\\\": true,\\n \\\"[nginx]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ahmadalli.vscode-nginx-conf\\\"\\n },\\n \\\"gitlens.defaultDateFormat\\\": null,\\n \\\"gitlens.hovers.currentLine.over\\\": \\\"line\\\",\\n \\\"git.confirmSync\\\": false,\\n \\\"debug.onTaskErrors\\\": \\\"showErrors\\\",\\n \\\"terminal.external.windowsExec\\\": \\\"pwsh\\\",\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"security.workspace.trust.enabled\\\": false,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"github.copilot.autocomplete.count\\\": 5,\\n \\\"github.copilot.autocomplete.enable\\\": true,\\n \\\"github.copilot.inlineSuggest.count\\\": 5,\\n \\\"notebook.cellToolbarLocation\\\": {\\n \\\"default\\\": \\\"right\\\",\\n \\\"jupyter-notebook\\\": \\\"left\\\"\\n },\\n \\\"settingsSync.ignoredExtensions\\\": [\\n \\n ],\\n \\\"sync.forceDownload\\\": false,\\n \\\"ShortcutMenuBar.goToDefinition\\\": true,\\n \\\"ShortcutMenuBar.userButton01Command\\\": \\\"\\\",\\n \\\"activitusbar.combineWorkspaceSettings\\\": true,\\n \\\"activitusbar.showSourceControlCounter\\\": true,\\n \\\"markdown.preview.fontFamily\\\": \\\"\\\\\\\"TsukuBRdGothicStd light\\\\\\\", 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif\\\",\\n \\\"sqltools.autoConnectTo\\\": \\\"\\\",\\n \\\"sqltools.connections\\\": [\\n {\\n \\\"mysqlOptions\\\": {\\n \\\"authProtocol\\\": \\\"default\\\"\\n },\\n \\\"previewLimit\\\": 500,\\n \\\"server\\\": \\\"localhost\\\",\\n \\\"port\\\": 3306,\\n \\\"driver\\\": \\\"MySQL\\\",\\n \\\"name\\\": \\\"本地服务器\\\",\\n \\\"database\\\": \\\"\\\",\\n \\\"username\\\": \\\"root\\\",\\n \\\"password\\\": \\\"GuanShuWen731008.\\\"\\n }\\n ],\\n \\\"github.copilot.enable\\\": {\\n \\\"*\\\": true,\\n \\\"yaml\\\": true,\\n \\\"plaintext\\\": true,\\n \\\"markdown\\\": true\\n },\\n \\\"liveshare.notebooks.allowGuestExecuteCells\\\": true,\\n \\\"notebook.cellToolbarVisibility\\\": \\\"hover\\\",\\n \\\"notebook.showFoldingControls\\\": \\\"always\\\",\\n \\\"python.analysis.completeFunctionParens\\\": true,\\n \\\"files.maxMemoryForLargeFilesMB\\\": 8192,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"bracket-pair-colorizer-2.depreciation-notice\\\": false,\\n \\\"python.terminal.launchArgs\\\": [\\n \\\"-m\\\",\\n \\\"IPython\\\"\\n ],\\n \\\"workbench.colorTheme\\\": \\\"Kary Pro Colors - Light\\\",\\n \\\"vscode_vibrancy.opacity\\\": 0.6,\\n \\\"vscode_vibrancy.type\\\": \\\"acrylic\\\",\\n \\\"vscode_vibrancy.theme\\\": \\\"Default Dark\\\",\\n \\\"notebook.cellFocusIndicator\\\": \\\"border\\\",\\n \\\"notebook.lineNumbers\\\": \\\"on\\\",\\n \\\"vscode-edge-devtools.mirrorEdits\\\": true,\\n \\\"blockman.n01LineHeight\\\": 0,\\n \\\"diffEditor.wordWrap\\\": \\\"off\\\",\\n \\\"editor.guides.bracketPairs\\\": true,\\n \\\"editor.inlayHints.enabled\\\": false,\\n \\\"editor.guides.indentation\\\": false,\\n \\\"terminal.integrated.gpuAcceleration\\\": \\\"on\\\",\\n \\\"windowColors.🌈 DeleteSettingsFileUponExit\\\": true,\\n \\\"python.formatting.blackArgs\\\": [\\n \\\"--skip-string-normalization\\\"\\n ],\\n \\\"[latex]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"James-Yu.latex-workshop\\\"\\n },\\n \\\"workbench.iconTheme\\\": \\\"Material Color\\\",\\n \\\"github.copilot.advanced\\\": {\\n \\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\n },\\n \\\"[html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\"\\n },\\n \\\"prettier.tabWidth\\\": 4,\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\n },\\n \\\"[vue]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"Vue.volar\\\"\\n },\\n \\\"python.formatting.provider\\\": \\\"none\\\",\\n \\\"gitlens.views.repositories.includeWorkingTree\\\": true,\\n \\\"[markdown]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"latex-workshop.mathpreviewpanel.cursor.enabled\\\": true,\\n \\\"latex-workshop.synctex.afterBuild.enabled\\\": true,\\n \\\"window.commandCenter\\\": true,\\n \\\"terminal.integrated.shellIntegration.history\\\": 500,\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"editor.stickyScroll.enabled\\\": true,\\n \\\"editor.suggest.matchOnWordStartOnly\\\": false,\\n \\\"terminal.integrated.smoothScrolling\\\": true,\\n \\\"[yaml]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-yaml\\\"\\n },\\n \\\"notebook.output.textLineLimit\\\": 80,\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"docker.containers.description\\\": [\\n \\\"ContainerId\\\",\\n \\\"FullTag\\\",\\n \\\"Status\\\"\\n ],\\n \\\"docker.containers.label\\\": \\\"ContainerName\\\",\\n \\\"breadcrumbs.enabled\\\": false,\\n \\\"go.toolsManagement.autoUpdate\\\": true,\\n \\\"gitlens.views.commitDetails.files.layout\\\": \\\"tree\\\",\\n \\\"terminal.integrated.shell.windows\\\": \\\"C:\\\\\\\\WINDOWS\\\\\\\\System32\\\\\\\\cmd.exe\\\",\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"PowerShell\\\",\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[xml]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-xml\\\"\\n },\\n \\\"[css]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"terminal.integrated.profiles.windows\\\": {\\n \\\"PowerShell\\\": {\\n \\\"source\\\": \\\"PowerShell\\\",\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\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 \\\"Windows PowerShell\\\": {\\n \\\"path\\\": \\\"C:\\\\\\\\WINDOWS\\\\\\\\System32\\\\\\\\WindowsPowerShell\\\\\\\\v1.0\\\\\\\\powershell.exe\\\"\\n }\\n },\\n \\\"notebook.output.fontSize\\\": 12,\\n \\\"notebook.output.scrolling\\\": true,\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\n \\\"latex-utilities.countWord.format\\\": \\\"${wordsBody} Words\\\",\\n \\\"editor.unicodeHighlight.allowedLocales\\\": {\\n \\\"zh-hant\\\": true\\n }\\n}\"}","snippets":"{\"snippets\":{\"html.json\":\"{\\n\\t// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"latex.json\":\"{\\n\\t// Place your snippets for latex here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\n}\",\"vue.json\":\"{\\n\\t// Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"python.json\":\"{\\n\\t// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"tex.json\":\"{\\n\\t// Place your snippets for tex here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"aeschli.vscode-css-formatter\",\"uuid\":\"3f770365-3682-44ee-a63e-5ef1b16c74d2\"},\"displayName\":\"CSS Formatter\"},{\"identifier\":{\"id\":\"ahmadalli.vscode-nginx-conf\",\"uuid\":\"9a97436d-76aa-479c-8ae9-db2f400a7b04\"},\"displayName\":\"NGINX Configuration Language Support\"},{\"identifier\":{\"id\":\"akamud.vscode-theme-onedark\",\"uuid\":\"9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6\"},\"displayName\":\"Atom One Dark Theme\"},{\"identifier\":{\"id\":\"avetis.horizon-dark\",\"uuid\":\"0bae9577-1624-46ee-974a-51ef26dd39df\"},\"displayName\":\"HorizonDark\"},{\"identifier\":{\"id\":\"avetis.neutron-palette\",\"uuid\":\"bc6e1d82-1a26-4a56-9793-a844953421ea\"},\"displayName\":\"Neutron Palette\"},{\"identifier\":{\"id\":\"bierner.color-info\",\"uuid\":\"0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9\"},\"displayName\":\"Color Info\"},{\"identifier\":{\"id\":\"changkaiyan.tf2snippets\",\"uuid\":\"d7b9c650-0a16-4d53-8392-2212d736a9de\"},\"displayName\":\"Tensorflow 2.0 Snippets\"},{\"identifier\":{\"id\":\"coolbear.systemd-unit-file\",\"uuid\":\"fe20f03a-2abf-470a-ab23-d671ec38ce42\"},\"displayName\":\"systemd-unit-file\"},{\"identifier\":{\"id\":\"darxeal.tampermonkey-snippets\",\"uuid\":\"262e2043-67b3-4f86-9cde-83f71fa7d9be\"},\"displayName\":\"Tampermonkey Snippets\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"equinusocio.vsc-community-material-theme\",\"uuid\":\"bf8aa94a-4051-42fe-9bd1-2becad466fe7\"},\"displayName\":\"Community Material Theme\"},{\"identifier\":{\"id\":\"ericsia.pythonsnippets3\",\"uuid\":\"6a6a4cee-4022-4904-81d7-59b3a2e0302a\"},\"displayName\":\"Python Snippets 3\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"evan-buss.font-switcher\",\"uuid\":\"d675f82f-f7bd-40a7-a99a-2fa418b8803b\"},\"displayName\":\"Font Switcher\"},{\"identifier\":{\"id\":\"flipphillips.wolfram-language\",\"uuid\":\"80758f96-7846-4e2e-aa04-44f81ab056fc\"},\"displayName\":\"Wolfram Language\"},{\"identifier\":{\"id\":\"ftsamoyed.theme-pink-cat-boo\",\"uuid\":\"71f8bc18-fb5f-401f-aa46-5a5484e605a7\"},\"displayName\":\"Pink-Cat-Boo Theme\"},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"displayName\":\"GitHub Theme\"},{\"identifier\":{\"id\":\"guobing.material-color\",\"uuid\":\"e22c848a-fbc6-4aa1-917e-1cdcba89438b\"},\"displayName\":\"Material Color\"},{\"identifier\":{\"id\":\"hangxingliu.vscode-nginx-conf-hint\",\"uuid\":\"c3d3e8fb-c61d-4edf-8fb8-32298bc763f9\"},\"displayName\":\"nginx.conf hint\"},{\"identifier\":{\"id\":\"hollowtree.vue-snippets\",\"uuid\":\"3620b114-6fe8-459b-8c68-99943147069b\"},\"displayName\":\"Vue 3 Snippets\"},{\"identifier\":{\"id\":\"jakebathman.nginx-log-highlighter\",\"uuid\":\"887d60d6-7519-4425-a463-6193cf20ce5c\"},\"displayName\":\"NGINX Log Highlighter\"},{\"identifier\":{\"id\":\"jet-c.vscode-theme-pink-puff\",\"uuid\":\"fc93d8bf-e038-48ad-86c6-69f595c13b91\"},\"displayName\":\"Pink Puff\"},{\"identifier\":{\"id\":\"karyfoundation.theme-karyfoundation-themes\",\"uuid\":\"a150991b-031b-457a-b823-ef4c45425a1b\"},\"displayName\":\"Kary Pro Colors\"},{\"identifier\":{\"id\":\"kuscamara.electron\",\"uuid\":\"975d187d-7d95-4292-92ef-ad9e8f083ca3\"},\"displayName\":\"Electron Color Theme\"},{\"identifier\":{\"id\":\"loilo.snazzy-light\",\"uuid\":\"20077bb9-6134-4ff3-8f68-23555bb241f3\"},\"displayName\":\"Snazzy Light\"},{\"identifier\":{\"id\":\"lolow.gams\",\"uuid\":\"555d302d-a93e-45c1-8d66-32ce08a53540\"},\"displayName\":\"gms\"},{\"identifier\":{\"id\":\"magson.material-dark-color-theme\",\"uuid\":\"2df5a22e-1411-48ea-8ff3-f742c5c21d09\"},\"displayName\":\"Material Dark Color Theme\"},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-powertoys\",\"uuid\":\"2e7e4dec-3b88-4f57-ae83-7c6a82994e6d\"},\"displayName\":\"Jupyter PowerToys\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\"},{\"identifier\":{\"id\":\"ms-vscode-remote.vscode-remote-extensionpack\",\"uuid\":\"23d72dfc-8dd1-4e30-926e-8783b4378f13\"},\"displayName\":\"Remote Development\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"displayName\":\"Live Share\"},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"displayName\":\"Color Highlight\"},{\"identifier\":{\"id\":\"nicolasdschmidt.lunar-pink\",\"uuid\":\"dffd7894-5799-424c-baa6-24ddde8a8938\"},\"displayName\":\"Lunar Pink Theme\"},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"}},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\"},{\"identifier\":{\"id\":\"tamasfe.even-better-toml\",\"uuid\":\"b2215d5f-675e-4a2b-b6ac-1ca737518b78\"},\"displayName\":\"Even Better TOML\"},{\"identifier\":{\"id\":\"truman.autocomplate-shell\",\"uuid\":\"f4d3cd15-6434-4267-a9d3-7e5f08c174da\"},\"displayName\":\"AutoComplate shell\"},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"displayName\":\"Error Lens\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"vscodevim.vim\",\"uuid\":\"d96e79c6-8b25-4be3-8545-0e0ecefcae03\"},\"displayName\":\"Vim\",\"disabled\":true},{\"identifier\":{\"id\":\"vue.volar\",\"uuid\":\"a5223b43-8621-4351-a14e-3d560f85f277\"},\"displayName\":\"Vue Language Features (Volar)\"},{\"identifier\":{\"id\":\"william-voyek.vscode-nginx\",\"uuid\":\"414b2873-c80e-4dc6-9031-bd185cfb3944\"},\"displayName\":\"NGINX Configuration\"},{\"identifier\":{\"id\":\"wraith13.file-path-bar\",\"uuid\":\"959dbe31-b15d-4410-a28a-2d6fa18ca646\"},\"displayName\":\"File Path Bar\"},{\"identifier\":{\"id\":\"xdebug.php-pack\",\"uuid\":\"1a9300c9-36a6-44d1-9d09-ada3641b8727\"},\"displayName\":\"PHP Extension Pack\"},{\"identifier\":{\"id\":\"zhuangtongfa.material-theme\",\"uuid\":\"26a529c9-2654-4b95-a63f-02f6a52429e6\"},\"displayName\":\"One Dark Pro\"}]","globalState":"{\"storage\":{\"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\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"functionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cncList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"machineList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"propertyList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gcode.views.navTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gcode.views.stats\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"leetCodeExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"postcode.request\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nvidia-gpus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.targets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.mirror-editing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.help-links\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"xmlTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqlite.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"filters\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vueComponentPreview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gomod\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.extension.latex\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.latex-workshop-activitybar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsActivityBarContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":21},{\\\"id\\\":\\\"workbench.view.extension.vscode-edge-devtools-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.gcode\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.kubernetesView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.pip-manager-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":23},{\\\"id\\\":\\\"workbench.view.extension.postcode\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":22},{\\\"id\\\":\\\"workbench.view.extension.makefile__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.commandList\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":24},{\\\"id\\\":\\\"workbench.view.extension.package-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.PowerShell\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":19},{\\\"id\\\":\\\"workbench.view.extension.leetcode\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.mintdocs\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"recently.opened\":\"{\\\"entries\\\":[]}\",\"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\\\":\\\"extension.firefox.loadedScripts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pythonDebugImageWatch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.statusbar.hidden\":\"[\\\"RandomFractalsInc.vscode-data-preview\\\",\\\"status.workspaceTrust.1673158013285\\\",\\\"Gruntfuggly.activitusbar\\\"]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sshHosts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteHub.views.workspaceRepositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.warnExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"问题\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"输出\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"调试控制台\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"测试结果\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"终端\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"name\\\":\\\"Ports\\\",\\\"pinned\\\":true,\\\"order\\\":5,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"name\\\":\\\"GitLens\\\",\\\"pinned\\\":true,\\\"order\\\":6,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"name\\\":\\\"Jupyter\\\",\\\"pinned\\\":true,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsPanelContainer\\\",\\\"name\\\":\\\"SQL Console\\\",\\\"pinned\\\":true,\\\"order\\\":8,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"name\\\":\\\"Comments\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"重构预览\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-vscode.remote-repositories#remoteRepositoriesWalkthrough\\\",{\\\"firstSeen\\\":1692338135886,\\\"stepIDs\\\":[\\\"editCommitRepo\\\",\\\"createGitHubPullRequest\\\",\\\"continueOn\\\",\\\"openRepo\\\",\\\"remoteIndicator\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome2\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment2\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.sidebars\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.commitGraph\\\",\\\"gitlens.welcome.workspaces\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.labs\\\",\\\"gitlens.welcome.preview\\\",\\\"gitlens.welcome.trial\\\",\\\"gitlens.welcome.services\\\",\\\"gitlens.welcome.additional\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"ipynb.newUntitledIpynb\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1692338181182,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}]]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs karyfoundation-theme-karyfoundation-themes-themes-kary-light-json\\\",\\\"label\\\":\\\"Kary Pro Colors - Light\\\",\\\"settingsId\\\":\\\"Kary Pro Colors - Light\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"background\\\":\\\"#F0F6FB\\\",\\\"foreground\\\":\\\"#65758D\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9BA6B5\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator, operator.annotation.type.keyword, var.expr.primitive.annotation.type.keyword.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"logical.operator.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"begin.expression.string, end.expression.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"expression.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.character, constant.other\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"module.meta, function.object.block.variable.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"super.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"property.field.declaration.class.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"this.class.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"variable.parameter, function.parameters.entity.name.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"var-single-variable.variable.readwrite.other.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CB4718\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"regexp.operator.keyword.meta, regex.operator.keyboard.meta\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.accessor.optional\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"enum\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"interface\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"struct\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"typeParameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"enumMember\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"decorator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"event\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"macro\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"label\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9BA6B5\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"number\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"struct\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.named.karyscript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.object-literal.key.karyscript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.language.placeholder.karyscript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"meta.jsx.children\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"punctuation.definition.tag.html, punctuation.definition.tag.begin, punctuation.definition.tag.end, entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"string.quoted.single.html, string.quoted.double.html, string.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"doctype.html.tag.meta, meta.tag.sgml.doctype.html, punctuation.definition.tag.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"character.constant.entity.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"text.html.derivative\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.tag.tagbraces.nunjucks\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"string.unquoted.filter-pipe.nunjucks\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"string.unquoted.tag-string.nunjucks\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.attr.nunjucks\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"markup.bold.markdown, markup.italic.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"markup.fenced_code.block.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.image.inline.markdown, string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.link.inline.markdown, string.other.link.title.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown, entity.name.section.markdown, markup.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.language.pageman-parts.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.markdown-header.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.type.liquid-g1.pageman, storage.type.liquid-g2.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"string.html-tag.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.legend.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.markdown-image-or-link.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.other.muliline-markdown-pre-box.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.inline-code-block-markdown.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"storage.type.markdown-table.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.html-special-chars.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.language.jekyll-header.pageman\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.selector.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"id.selector.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"tag.selector.css, tag.name.entity.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.type.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"constant.other.css, meta.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.constant.property-value.css, support.constant.color.w3c-standard-color-name.css, support.type.property-name.media-feature.media.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"function.meta.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.at-rule.media.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.type.property-name.media.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.at-rule.media.header.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"punctuation.definition.entity.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.css, variable.argument.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.logical.only.media.css, keyword.operator.logical.and.media.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.gradient.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.other.keyframe-offset.percentage.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.pseudo-class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"punctuation.definition.entity.css, entity.other.attribute-name.id.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.other.keyframe-offset.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.other.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.variable.object.process, support.variable.property.process, support.variable.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.other.object, support.constant.math, support.module.node, support.variable.dom, support.class.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.other.object.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.variable.property.dom, support.class.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.export\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.class.builtin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.default\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.new, keyword.operator.expression.of, keyword.operator.expression.typeof, keyword.operator.expression.in\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.modifier\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.type.builtin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.object-literal.key\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.type.object.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.namespace, storage.type.function, storage.type.class, storage.type.interface, storage.type.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.var.expr keyword.control.export\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.block.tag.jsdoc, storage.type.class.jsdoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.instance.jsdoc, punctuation.definition.bracket.curly.begin.jsdoc, punctuation.definition.bracket.curly.end.jsdoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.word.new.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.assignment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.namespace.declaration.ts, meta.namespace.declaration.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"meta.type.annotation.ts, meta.type.annotation.tsx, entity.name.type.ts, entity.name.type.tsx, meta.brace.angle.ts, meta.brace.angle.tsx, entity.name.type.interface.ts, entity.name.type.interface.tsx, entity.name.type.tx, entity.name.type.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.alias.ts, entity.name.type.alias.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.type.primitive.ts, support.type.primitive.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.indexer.mappedtype.declaration.ts, meta.indexer.mappedtype.declaration.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.definition.group.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"punctuation.definition.group.no-capture.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"keyword.operator.or.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"constant.character.numeric.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"keyword.operator.negation.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.control.anchor.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.expression.keyof\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.class.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.other.special-method.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"def.meta.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"separator.variable.punctuation.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"class.variable.ruby, instance.variable.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"global.variable.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"embedded.begin.string.punctuation.ruby, embedded.end.string.punctuation.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"embedded.string.punctuation.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.require.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.separator.other.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"function-call.python, meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.function-call.arguments.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"constant.character.escape.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.other.match.begin.regexp, support.other.match.end.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"constant.other.set.regexp, constant.character.set.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.separator.slice.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"support.type.python, punctuation.definition.decorator.python, entity.name.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.package.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.package.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.type.go, keyword.struct.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.numeric.integer.go, constant.numeric.floating-point.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.address.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.enum.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.enum\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.function.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.string.go, entity.name.type.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"constant.other.placeholder.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.numeric.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.separator.pointer-access.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise.shift.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.separator.namespace.access.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.delete.array.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.delete.array.bracket.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.name.scope-resolution.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.directive.conditional.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.other.member.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"constant.other.placeholder.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.function.definition.cpp, punctuation.section.block.end.bracket.curly.function.definition.cpp, punctuation.section.parameters.begin.bracket.round.cpp, punctuation.section.parameters.end.bracket.round.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"variable.other.macro.argument.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.parameter.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.function.definition.parameters\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.pointer.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.block.objc, source.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.objc, storage.type.built-in.objc, support.type.cocoa.objc, entity.name.type.objc, support.type.cocoa.leopard.objc, meta.argument-type.objc, storage.type.built-in.primitive.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.protocol-list.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"meta.function.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"meta.return-type.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"constant.other.placeholder.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"punctuation.separator.pointer-access.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"constant.other.variable.mac-classic.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"punctuation.separator.dot-access.objc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.fn.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.name.namespace.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"meta.use.rust, keyword.other.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.use.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.namespace.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"storage.modifier.mut.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"punctuation.semi.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.borrow.and.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.numeric.rust, entity.name.type.primitive.rust, entity.name.type.rust, type.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"constant.other.caps.rust, constant.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.rust, keyword.other.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.struct.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.attribute.rust, punctuation.brackets.attribute.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.attribute.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.module.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.definition.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.dereference.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"entity.name.type.option.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"entity.name.type.result.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.key-value.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.trait.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator.access.dot.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.brackets.angle.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.option.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.other.crate.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.using.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.static.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.name.type.namespace.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.namespace.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.namespace.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.class.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.class.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.name.variable.field.cs, entity.name.variable.parameter.cs, entity.name.variable.local.cs, entity.name.variable.tuple-element.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"keyword.type.cs, entity.name.variable.event.cs, storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.event.cs, keyword.other.delegate.cs, keyword.other.enum.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.other.set.cs, keyword.other.get.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.variable.enum-member.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.variable.property.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.interface.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.interface.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.preprocessor.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"punctuation.separator.hash.cs, keyword.preprocessor.pragma.cs, keyword.preprocessor.warning.cs, keyword.preprocessor.disable.cs, keyword.preprocessor.restore.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"variable.assignment.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.other.readwrite.instance.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.delete.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"support.package.hx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"name.tag.out.plain.unquoted.string.entity.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.fish\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.other.fixed.fish, variable.other.normal.fish\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"string.other.option.fish\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"operator.fish\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.property.nearley\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"keyword.operator.nearley\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"begin.brace.nearley, end.brace.nearley\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.nearley\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"source.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.variable.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"meta.scope.prerequisites.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"meta.scope.recipe.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.language.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.separator.comma.function-call.makefile\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.attribute.pegjs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.function.pegjs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.pegjs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"declaration.keyword.pegjs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"declaration.keyword.pegjs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"declaration.keyword.peggy\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.attribute.peggy\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.wat\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.word.wat\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.wat\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin.metatag.php, punctuation.section.embedded.end.metatag.php, punctuation.section.embedded.end.php, punctuation.section.embedded.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"meta.string-contents.quoted.single.php, meta.string-contents.quoted.double.php, constant.language.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"string.unquoted.heredoc.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.class.php, support.class.php, meta.function-call.static.php, meta.function-call.object.php, meta.function-call.php, entity.name.type.trait.php, support.other.namespace.use.php, support.other.namespace.use-as.php, support.class.exception.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.namespace.php, support.other.namespace.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"source.php, punctuation.terminator.expression.php, punctuation.separator.inheritance.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"punctuation.definition.variable.php, variable.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"source.sql.embedded.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.key.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"meta.function-call.php, punctuation.section.array.end.php, punctuation.section.array.begin.php, punctuation.definition.arguments.begin.bracket.round.php, punctuation.definition.arguments.end.bracket.round.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.fsharp.fsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.section.fsharp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.binding.fsharp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.binding.fsharp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.numeric.fsharp, constant.numeric.integer.nativeint.fsharp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.other.fsharp, constant.language.unit.fsharp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"keyword.other.DDL.create.II.sql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"string.quoted.double.sql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.numeric.sql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.other.module.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.module.haskell, keyword.other.import.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"meta.type-declaration.haskell, meta.function.type-declaration.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.dollar-sign.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.numeric.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"punctuation.definition.entity.haskell, keyword.operator.function.infix.haskell, keyword.operator.function.infix.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.double-colon.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.arrow.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.entity.dummy.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.class.haskell, keyword.other.instance.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.type.property-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.property-list.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"meta.property-list.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.const.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.primitive.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.primitive.double.dart, storage.type.primitive.int.dart, storage.type.primitive.bool.dart, storage.type.primitive.String.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.object-literal.key.dart, punctuation.separator.key-value.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type, entity.name.type.dart, entity.name.type, support.class.dart, entity.name.type.dart, entity.name.type.class.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"storage.type.annotation.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.class.dart, keyword.declaration.extends.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.class.declaration.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.modifier.final.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.type.primitive.var.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.primitive.void.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.typeparameter.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.parameter.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"string.interpolated.expression.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"punctuation.definition.interpolated-string.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"variable.parameter.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.with.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.required.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.typeparameter.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.abstract.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.modifier.late.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.modifier.static.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.get.dart, keyword.declaration.set.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.typedef.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.enum.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.declaration.extension.dart, keyword.declaration.on.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"entity.name.extension.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.is.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.async.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"variable.language.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.const.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.declaration.implements.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.default.dart\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.class.applescript, support.class.itunes.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"string.quoted.double.application-name.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.operator.word.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.operator.reference.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.statement.set.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.block.repeat.with.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.def.set.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.other.readwrite.set.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.function.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.block.tell.generic.applescript, meta.block.tell.application.generic.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.block.if.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.function.positional.applescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"variable.language.declaration.jison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"keyword.directive.preprocessor.glsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.glsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.glsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"constant.numeric.glsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic.glsl\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.def.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.control.module.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.lib.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.lib.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"keyword.control.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"support.function.kernel.crystal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.racket\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.function-call.racket\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"meta.import.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"support.other.module.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"entity.name.type.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.arrow.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.other.double-colon.purescript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"source.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.function.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"storage.type.bool.v, storage.type.bool.v, storage.type.byteptr.v, storage.type.charptr.v, storage.type.numeric.v, storage.type.rune.v, storage.type.size_t.v, storage.type.string.v, storage.type.voidptr.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"storage.type.struct.v, keyword.interface.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.struct.v, entity.name.type.v, entity.name.interface.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"storage.modifier.attribute.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"keyword.operator.optional.v\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"meta.embedded.source.haskell.alex\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"meta.definition.alex\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C94824\\\"},\\\"scope\\\":\\\"entity.name.type.head.idf\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"entity.name.type.query.idf\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B052A1\\\"},\\\"scope\\\":\\\"constant.language.boolean.idf\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9BA6B5\\\"},\\\"scope\\\":\\\"comment.sign.idf\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A56416\\\"},\\\"scope\\\":\\\"comment.text.idf\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"bracket.php, keyword.operator.type.annotation.ts, meta.brace, meta.brace.angle.ts, meta.brace.round.dart, meta.declaration.exports.haskell, meta.declaration.exports.purescript, meta.embedded.expression.jsx, meta.embedded.expression.tsx, meta.namespace.declaration.ts, meta.property-list.scss, punctuation.accessor.v, punctuation.brackets.angle.rust, punctuation.brackets.curly.rust, punctuation.brackets.round.rust, punctuation.brackets.square.rust, punctuation.comma.dart, punctuation.comma.rust, punctuation.cpp, punctuation.definition.arguments.begin.bracket.round.coffee, punctuation.definition.arguments.begin.python, punctuation.definition.arguments.end.bracket.round.coffee, punctuation.definition.arguments.end.python, punctuation.definition.array.begin.applescript, punctuation.definition.array.begin.bracket.square.coffee, punctuation.definition.array.end.applescript, punctuation.definition.array.end.bracket.square.coffee, punctuation.definition.begin.bracket.curly.go, punctuation.definition.begin.bracket.round.go, punctuation.definition.begin.bracket.square, punctuation.definition.begin.bracket.square.c, punctuation.definition.begin.bracket.square.v, punctuation.definition.binding-pattern.array.js, punctuation.definition.binding-pattern.array.ts, punctuation.definition.binding-pattern.array.tsx, punctuation.definition.binding-pattern.object.js, punctuation.definition.binding-pattern.object.jsx, punctuation.definition.binding-pattern.object.ts, punctuation.definition.binding-pattern.object.tsx, punctuation.definition.binding-pattern.object.tsx, punctuation.definition.block, punctuation.definition.block.dart, punctuation.definition.bracket.curly.begin.v, punctuation.definition.bracket.curly.end.v, punctuation.definition.bracket.round.begin.v, punctuation.definition.bracket.round.end.v, punctuation.definition.bracket.square.begin.v, punctuation.definition.bracket.square.end.v, punctuation.definition.bracket.square.go, punctuation.definition.constant.crystal, punctuation.definition.destructuring.begin.bracket.curly.coffee, punctuation.definition.destructuring.end.bracket.curly.coffee, punctuation.definition.dict.begin.python, punctuation.definition.dict.end.python, punctuation.definition.end.bracket.curly.go, punctuation.definition.end.bracket.round.go, punctuation.definition.end.bracket.square, punctuation.definition.end.bracket.square.c, punctuation.definition.end.bracket.square.v, punctuation.definition.entity.begin.bracket.square.css, punctuation.definition.entity.end.bracket.square.css, punctuation.definition.entity.other.inherited-class.objc, punctuation.definition.imports.begin.bracket.round.go, punctuation.definition.imports.end.bracket.round.go, punctuation.definition.inheritance.begin.python, punctuation.definition.inheritance.end.python, punctuation.definition.list.begin.python, punctuation.definition.list.end.python, punctuation.definition.parameters, punctuation.definition.section.case-statement.tsx, punctuation.definition.type.begin.objc, punctuation.definition.type.end.objc, punctuation.definition.typeparameters.begin.dart, punctuation.definition.typeparameters.begin.ts, punctuation.definition.typeparameters.begin.tsx, punctuation.definition.typeparameters.end.dart, punctuation.definition.typeparameters.end.ts, punctuation.definition.typeparameters.end.tsx, punctuation.definition.variables.begin.bracket.round.go, punctuation.definition.variables.end.bracket.round.go, punctuation.dot.dart, punctuation.fish, punctuation.go, punctuation.haskell, punctuation.objc, punctuation.other.colon.go, punctuation.other.comma.go, punctuation.other.period.go, punctuation.parenthesis.begin.python, punctuation.parenthesis.begin.python, punctuation.parenthesis.end.python, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp, punctuation.section.arguments.begin.bracket.round.c, punctuation.section.arguments.begin.bracket.round.function.call.cpp, punctuation.section.arguments.begin.bracket.round.function.member.cpp, punctuation.section.arguments.begin.bracket.round.objc, punctuation.section.arguments.begin.bracket.round.operator.sizeof.cpp, punctuation.section.arguments.end.bracket.round.c, punctuation.section.arguments.end.bracket.round.function.call.cpp, punctuation.section.arguments.end.bracket.round.function.member.cpp, punctuation.section.arguments.end.bracket.round.objc, punctuation.section.arguments.end.bracket.round.operator.sizeof.cpp, punctuation.section.array.crystal, punctuation.section.block.begin.bracket.curly.c, punctuation.section.block.begin.bracket.curly.cpp, punctuation.section.block.begin.bracket.curly.objc, punctuation.section.block.end.bracket.curly.c, punctuation.section.block.end.bracket.curly.cpp, punctuation.section.block.end.bracket.curly.objc, punctuation.section.class.begin.python, punctuation.section.function.begin.bracket.round.css, punctuation.section.function.begin.python, punctuation.section.function.crystal, punctuation.section.function.end.bracket.round.css, punctuation.section.group.applescript, punctuation.section.parameters.begin.bracket.round.c, punctuation.section.parameters.begin.bracket.round.objc, punctuation.section.parameters.end.bracket.round.c, punctuation.section.parameters.end.bracket.round.objc, punctuation.section.parens.begin.bracket.round.c, punctuation.section.parens.begin.bracket.round.cpp, punctuation.section.parens.begin.bracket.round.objc, punctuation.section.parens.end.bracket.round.c, punctuation.section.parens.end.bracket.round.cpp, punctuation.section.parens.end.bracket.round.objc, punctuation.section.scope.begin.objc, punctuation.section.scope.crystal, punctuation.section.scope.end.objc, punctuation.semi.rust, punctuation.separator.arguments.python, punctuation.separator.colon.python, punctuation.separator.comma, punctuation.separator.comma.makefile, punctuation.separator.dart, punctuation.separator.delimiter.c, punctuation.separator.delimiter.coffee, punctuation.separator.delimiter.comma.cpp, punctuation.separator.delimiter.objc, punctuation.separator.dict.python, punctuation.separator.dot-access.c, punctuation.separator.dot-access.cpp, punctuation.separator.element.python, punctuation.separator.key-value.css, punctuation.separator.list.comma.css, punctuation.separator.method.crystal, punctuation.separator.method.period.coffee, punctuation.separator.other.crystal, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx, punctuation.separator.parameters.python, punctuation.separator.period.python, punctuation.separator.property.period.coffee, punctuation.terminator.dart, punctuation.terminator.go, punctuation.terminator.statement, punctuation.terminator.statement.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#3778B7\\\"},\\\"scope\\\":\\\"punctuation.definition.tag.xml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9BA6B5\\\"},\\\"scope\\\":\\\"punctuation.definition.comment.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#65758D\\\"},\\\"scope\\\":\\\"punctuation.accessor\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#428226\\\"},\\\"scope\\\":\\\"jsx.children.objectliteral.expression.embedded.tag.string.block\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"karyfoundation.theme-karyfoundation-themes\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"theme-karyfoundation-themes\\\",\\\"_extensionPublisher\\\":\\\"karyfoundation\\\"},\\\"colorMap\\\":{\\\"activityBar.activeBackground\\\":\\\"#e2eefa\\\",\\\"activityBar.activeBorder\\\":\\\"#3778b7\\\",\\\"activityBar.background\\\":\\\"#f1f1f1\\\",\\\"activityBar.border\\\":\\\"#e5e5e5\\\",\\\"activityBar.foreground\\\":\\\"#3778b7\\\",\\\"activityBar.inactiveForeground\\\":\\\"#cccccc\\\",\\\"activityBarBadge.background\\\":\\\"#c94824\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#a56416\\\",\\\"badge.foreground\\\":\\\"#fff5d6\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#b357a0\\\",\\\"breadcrumb.focusForeground\\\":\\\"#1c7ab8\\\",\\\"breadcrumb.foreground\\\":\\\"#9b9b9b\\\",\\\"breadcrumbPicker.background\\\":\\\"#eeeeee\\\",\\\"button.background\\\":\\\"#863c9b\\\",\\\"button.border\\\":\\\"#00000000\\\",\\\"button.foreground\\\":\\\"#f3c7ff\\\",\\\"button.hoverBackground\\\":\\\"#502880\\\",\\\"commandCenter.activeBackground\\\":\\\"#ffffff\\\",\\\"commandCenter.activeForeground\\\":\\\"#000000\\\",\\\"commandCenter.background\\\":\\\"#e3e3e3\\\",\\\"commandCenter.border\\\":\\\"#00000000\\\",\\\"commandCenter.foreground\\\":\\\"#555555\\\",\\\"contrastBorder\\\":\\\"#e5e5e5\\\",\\\"dart.closingLabels\\\":\\\"#a5641686\\\",\\\"dart.flutterUiGuides\\\":\\\"#d9dde3\\\",\\\"debugConsole.errorForeground\\\":\\\"#c94824\\\",\\\"debugConsole.infoForeground\\\":\\\"#3778b7\\\",\\\"debugConsole.sourceForeground\\\":\\\"#3778b7\\\",\\\"debugConsole.warningForeground\\\":\\\"#b052a1\\\",\\\"debugExceptionWidget.background\\\":\\\"#fae2e2\\\",\\\"debugExceptionWidget.border\\\":\\\"#c94824\\\",\\\"debugIcon.breakpointDisabledForeground\\\":\\\"#9b9b9b\\\",\\\"debugIcon.breakpointForeground\\\":\\\"#e51500\\\",\\\"debugIcon.pauseForeground\\\":\\\"#b052a1\\\",\\\"debugIcon.restartForeground\\\":\\\"#428226\\\",\\\"debugIcon.stopForeground\\\":\\\"#c94824\\\",\\\"debugTokenExpression.boolean\\\":\\\"#3778b7\\\",\\\"debugTokenExpression.error\\\":\\\"#c94824\\\",\\\"debugTokenExpression.name\\\":\\\"#b052a1\\\",\\\"debugTokenExpression.number\\\":\\\"#3778b7\\\",\\\"debugTokenExpression.string\\\":\\\"#428226\\\",\\\"debugTokenExpression.value\\\":\\\"#a56416\\\",\\\"debugToolBar.background\\\":\\\"#e2eefa\\\",\\\"debugView.valueChangedHighlight\\\":\\\"#c9482470\\\",\\\"diffEditor.diagonalFill\\\":\\\"#dddddd\\\",\\\"diffEditor.insertedLineBackground\\\":\\\"#55fff91d\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#d1eaff40\\\",\\\"diffEditor.removedLineBackground\\\":\\\"#ffdb9256\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#fdc0c040\\\",\\\"diffEditor.removedTextBorder\\\":\\\"#00000000\\\",\\\"dropdown.background\\\":\\\"#e2eeff\\\",\\\"dropdown.border\\\":\\\"#c2d0e5\\\",\\\"dropdown.foreground\\\":\\\"#3377b9\\\",\\\"editor.background\\\":\\\"#f0f6fb\\\",\\\"editor.findMatchBackground\\\":\\\"#ffecac\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#d8ffdb\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#fff9ae\\\",\\\"editor.lineHighlightBackground\\\":\\\"#e7f0f7\\\",\\\"editor.lineHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#e2eefa\\\",\\\"editor.snippetFinalTabstopHighlightBorder\\\":\\\"#ff0000\\\",\\\"editor.snippetTabstopHighlightBackground\\\":\\\"#fef3a1\\\",\\\"editor.wordHighlightBackground\\\":\\\"#e2eefa\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#e2eefa\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#b052a1\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#3778b7\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#428226\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#b052a1\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#c94824\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#a56416\\\",\\\"editorBracketMatch.background\\\":\\\"#b1c2d365\\\",\\\"editorBracketMatch.border\\\":\\\"#3777b700\\\",\\\"editorCommentsWidget.rangeActiveBackground\\\":\\\"#fae2e2\\\",\\\"editorCommentsWidget.rangeActiveBorder\\\":\\\"#b052a1\\\",\\\"editorCommentsWidget.rangeBackground\\\":\\\"#fae2f5\\\",\\\"editorCommentsWidget.rangeBorder\\\":\\\"#fae2f5\\\",\\\"editorCommentsWidget.resolvedBorder\\\":\\\"#428226\\\",\\\"editorCommentsWidget.unresolvedBorder\\\":\\\"#c94824\\\",\\\"editorCursor.foreground\\\":\\\"#00bbec\\\",\\\"editorError.foreground\\\":\\\"#c94824\\\",\\\"editorGhostText.background\\\":\\\"#fff5d6\\\",\\\"editorGhostText.border\\\":\\\"#00000000\\\",\\\"editorGhostText.foreground\\\":\\\"#b07731\\\",\\\"editorGroup.border\\\":\\\"#e0e0e0\\\",\\\"editorGroup.dropBackground\\\":\\\"#f1f1f1\\\",\\\"editorGroupHeader.noTabsBackground\\\":\\\"#f1f1f1\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#f1f1f1\\\",\\\"editorGutter.addedBackground\\\":\\\"#428226\\\",\\\"editorGutter.commentGlyphForeground\\\":\\\"#f2f2f2\\\",\\\"editorGutter.commentRangeForeground\\\":\\\"#aab3c0\\\",\\\"editorGutter.deletedBackground\\\":\\\"#c94824\\\",\\\"editorGutter.foldingControlForeground\\\":\\\"#000000\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#3778b7\\\",\\\"editorHoverWidget.background\\\":\\\"#fff5d6\\\",\\\"editorHoverWidget.border\\\":\\\"#b0773150\\\",\\\"editorHoverWidget.foreground\\\":\\\"#a56416\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c94824\\\",\\\"editorIndentGuide.background\\\":\\\"#eeeeee\\\",\\\"editorInfo.foreground\\\":\\\"#3778b7\\\",\\\"editorInlayHint.background\\\":\\\"#fff5d6\\\",\\\"editorInlayHint.foreground\\\":\\\"#a56416\\\",\\\"editorLightBulb.foreground\\\":\\\"#e51500\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#c94824\\\",\\\"editorLineNumber.foreground\\\":\\\"#c5d2e0\\\",\\\"editorOverviewRuler.addedForeground\\\":\\\"#428226\\\",\\\"editorOverviewRuler.deletedForeground\\\":\\\"#c94824\\\",\\\"editorOverviewRuler.modifiedForeground\\\":\\\"#3778b7\\\",\\\"editorOverviewRuler.wordHighlightForeground\\\":\\\"#a56416\\\",\\\"editorOverviewRuler.wordHighlightStrongForeground\\\":\\\"#b052a1\\\",\\\"editorStickyScroll.background\\\":\\\"#eff3f5\\\",\\\"editorStickyScrollHover.background\\\":\\\"#f6fbfd\\\",\\\"editorSuggestWidget.background\\\":\\\"#f5faff\\\",\\\"editorSuggestWidget.border\\\":\\\"#3778b7\\\",\\\"editorSuggestWidget.focusHighlightForeground\\\":\\\"#aa630c\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#3778b7\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#295e94\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#fff5d6\\\",\\\"editorSuggestWidget.selectedForeground\\\":\\\"#aa630c\\\",\\\"editorSuggestWidget.selectedIconForeground\\\":\\\"#aa630c\\\",\\\"editorWarning.foreground\\\":\\\"#428226\\\",\\\"editorWidget.background\\\":\\\"#f4f4f4\\\",\\\"editorWidget.border\\\":\\\"#b052a1\\\",\\\"editorWidget.resizeBorder\\\":\\\"#b052a1\\\",\\\"errorLens.errorBackgroundLight\\\":\\\"#fae2e280\\\",\\\"errorLens.errorForegroundLight\\\":\\\"#c94824\\\",\\\"errorLens.infoBackgroundLight\\\":\\\"#e2eefa80\\\",\\\"errorLens.infoForegroundLight\\\":\\\"#3778b7\\\",\\\"errorLens.warningBackgroundLight\\\":\\\"#deffe280\\\",\\\"errorLens.warningForegroundLight\\\":\\\"#428226\\\",\\\"extensionIcon.starForeground\\\":\\\"#6d43c2\\\",\\\"extensionIcon.verifiedForeground\\\":\\\"#6d43c2\\\",\\\"focusBorder\\\":\\\"#3778b7\\\",\\\"icon.foreground\\\":\\\"#3778b7\\\",\\\"input.background\\\":\\\"#e2eefa\\\",\\\"input.border\\\":\\\"#00000000\\\",\\\"input.foreground\\\":\\\"#3778b7\\\",\\\"input.placeholderForeground\\\":\\\"#3777b785\\\",\\\"inputOption.activeBackground\\\":\\\"#fff5d6\\\",\\\"inputOption.activeBorder\\\":\\\"#00000000\\\",\\\"inputOption.activeForeground\\\":\\\"#a56416\\\",\\\"inputOption.hoverBackground\\\":\\\"#b9daf8\\\",\\\"inputValidation.errorBackground\\\":\\\"#c94824\\\",\\\"inputValidation.errorBorder\\\":\\\"#c94824\\\",\\\"inputValidation.errorForeground\\\":\\\"#ffe0c7\\\",\\\"inputValidation.infoBackground\\\":\\\"#3778b7\\\",\\\"inputValidation.infoBorder\\\":\\\"#3778b7\\\",\\\"inputValidation.infoForeground\\\":\\\"#e2eeff\\\",\\\"inputValidation.warningBackground\\\":\\\"#a56416\\\",\\\"inputValidation.warningBorder\\\":\\\"#a56416\\\",\\\"inputValidation.warningForeground\\\":\\\"#fffbc7\\\",\\\"list.activeSelectionBackground\\\":\\\"#e2eefa\\\",\\\"list.activeSelectionForeground\\\":\\\"#3778b7\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#3778b7\\\",\\\"list.errorForeground\\\":\\\"#b43c14\\\",\\\"list.filterMatchBackground\\\":\\\"#ffffff\\\",\\\"list.focusBackground\\\":\\\"#e2eefa\\\",\\\"list.focusForeground\\\":\\\"#3778b9\\\",\\\"list.focusHighlightForeground\\\":\\\"#2f6499\\\",\\\"list.highlightForeground\\\":\\\"#2f6499\\\",\\\"list.hoverBackground\\\":\\\"#e2eefa\\\",\\\"list.hoverForeground\\\":\\\"#3778b7\\\",\\\"list.inactiveFocusBackground\\\":\\\"#d0e8ff\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#e2eefa\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#3778b7\\\",\\\"listFilterWidget.background\\\":\\\"#ffffff\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#c94824\\\",\\\"listFilterWidget.outline\\\":\\\"#ffffff\\\",\\\"menu.background\\\":\\\"#e2eefa\\\",\\\"menu.border\\\":\\\"#00000000\\\",\\\"menu.foreground\\\":\\\"#3778b7\\\",\\\"menu.selectionBackground\\\":\\\"#b052a1\\\",\\\"menu.selectionBorder\\\":\\\"#ffffff00\\\",\\\"menu.selectionForeground\\\":\\\"#fae2f5\\\",\\\"menu.separatorBackground\\\":\\\"#3778b730\\\",\\\"menubar.selectionBackground\\\":\\\"#522500\\\",\\\"menubar.selectionForeground\\\":\\\"#ffd8b9\\\",\\\"notificationCenter.border\\\":\\\"#000000\\\",\\\"notificationCenterHeader.background\\\":\\\"#972885ee\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#f7d0ff\\\",\\\"notificationLink.foreground\\\":\\\"#ff0000\\\",\\\"notificationToast.border\\\":\\\"#e2eeff\\\",\\\"notifications.background\\\":\\\"#e2eeff\\\",\\\"notifications.border\\\":\\\"#e2eeff\\\",\\\"notifications.foreground\\\":\\\"#3778b7\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#3778b7\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#386491\\\",\\\"panel.background\\\":\\\"#eff7ff\\\",\\\"panel.border\\\":\\\"#3777b74a\\\",\\\"panel.dropBorder\\\":\\\"#3778b7\\\",\\\"panelInput.border\\\":\\\"#3777b741\\\",\\\"panelSection.dropBackground\\\":\\\"#ffffffac\\\",\\\"panelSectionHeader.background\\\":\\\"#ffffffac\\\",\\\"panelSectionHeader.foreground\\\":\\\"#3778b7\\\",\\\"panelTitle.activeBorder\\\":\\\"#3778b7\\\",\\\"panelTitle.activeForeground\\\":\\\"#3778b7\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#3777b797\\\",\\\"peekView.border\\\":\\\"#cccccc\\\",\\\"peekViewEditor.background\\\":\\\"#eeeeee\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#e2eefb\\\",\\\"peekViewEditorGutter.background\\\":\\\"#eeeeee\\\",\\\"peekViewResult.background\\\":\\\"#eaeaea\\\",\\\"peekViewResult.fileForeground\\\":\\\"#424242\\\",\\\"peekViewResult.lineForeground\\\":\\\"#424242\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#e9e2fb\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#e2eefb\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#3778b7\\\",\\\"peekViewTitle.background\\\":\\\"#eeeeee\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#3778b7\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#b052a1\\\",\\\"profileBadge.background\\\":\\\"#ffffff\\\",\\\"profileBadge.foreground\\\":\\\"#000000\\\",\\\"progressBar.background\\\":\\\"#b052a1\\\",\\\"sash.hoverBorder\\\":\\\"#b052a1\\\",\\\"scrollbar.shadow\\\":\\\"#3777b741\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#ffc800c4\\\",\\\"scrollbarSlider.background\\\":\\\"#ffdc519c\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#ffc8009c\\\",\\\"selection.background\\\":\\\"#b9daf8\\\",\\\"settings.checkboxBackground\\\":\\\"#e2eefa\\\",\\\"settings.checkboxBorder\\\":\\\"#e2eefa\\\",\\\"settings.checkboxForeground\\\":\\\"#3778b7\\\",\\\"settings.dropdownBackground\\\":\\\"#e2eefa\\\",\\\"settings.dropdownBorder\\\":\\\"#e2eefa\\\",\\\"settings.dropdownForeground\\\":\\\"#3778b7\\\",\\\"settings.dropdownListBorder\\\":\\\"#3778b7\\\",\\\"settings.headerForeground\\\":\\\"#c94824\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#b052a1\\\",\\\"settings.numberInputBackground\\\":\\\"#e2eefa\\\",\\\"settings.numberInputBorder\\\":\\\"#e2eefa\\\",\\\"settings.numberInputForeground\\\":\\\"#3778b7\\\",\\\"settings.textInputBackground\\\":\\\"#e2eefa\\\",\\\"settings.textInputBorder\\\":\\\"#e2eefa\\\",\\\"settings.textInputForeground\\\":\\\"#3778b7\\\",\\\"sideBar.background\\\":\\\"#f1f1f1\\\",\\\"sideBarSectionHeader.background\\\":\\\"#f6f6f6\\\",\\\"sideBarSectionHeader.border\\\":\\\"#dddddd\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#c94824\\\",\\\"sideBarTitle.foreground\\\":\\\"#a56416\\\",\\\"statusBar.background\\\":\\\"#57893a\\\",\\\"statusBar.debuggingBackground\\\":\\\"#c94824\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#c7e2b7\\\",\\\"statusBar.noFolderBackground\\\":\\\"#b052a1\\\",\\\"statusBar.noFolderForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#936329\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffe9a7\\\",\\\"symbolIcon.arrayForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.booleanForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.classForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.colorForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.constantForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.constructorForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.enumeratorForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.enumeratorMemberForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.eventForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.fieldForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.fileForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.folderForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.functionForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.interfaceForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.keyForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.keywordForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.methodForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.moduleForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.namespaceForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.nullForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.numberForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.objectForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.operatorForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.packageForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.propertyForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.referenceForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.snippetForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.stringForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.structForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.textForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.typeParameterForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.unitForeground\\\":\\\"#3778b7\\\",\\\"symbolIcon.variableForeground\\\":\\\"#3778b7\\\",\\\"tab.activeBackground\\\":\\\"#f1f1f1\\\",\\\"tab.activeBorder\\\":\\\"#c94824\\\",\\\"tab.activeForeground\\\":\\\"#a56416\\\",\\\"tab.border\\\":\\\"#e5e5e5\\\",\\\"tab.inactiveBackground\\\":\\\"#f1f1f1\\\",\\\"tab.inactiveForeground\\\":\\\"#aaaaaa\\\",\\\"tab.lastPinnedBorder\\\":\\\"#e0e0e0\\\",\\\"terminal.ansiBlack\\\":\\\"#1a1a1a\\\",\\\"terminal.ansiBlue\\\":\\\"#3778b7\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#9b9b9b\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#3778b7\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#3778b7\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#428226\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#b052a1\\\",\\\"terminal.ansiBrightRed\\\":\\\"#c94824\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#f7f7f7\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#a56416\\\",\\\"terminal.ansiCyan\\\":\\\"#3778b7\\\",\\\"terminal.ansiGreen\\\":\\\"#428226\\\",\\\"terminal.ansiMagenta\\\":\\\"#b052a1\\\",\\\"terminal.ansiRed\\\":\\\"#c94824\\\",\\\"terminal.ansiWhite\\\":\\\"#f7f7f7\\\",\\\"terminal.ansiYellow\\\":\\\"#a56416\\\",\\\"terminal.background\\\":\\\"#eff7ff\\\",\\\"terminal.foreground\\\":\\\"#3778b7\\\",\\\"terminal.selectionBackground\\\":\\\"#cff0f9\\\",\\\"terminalCommandDecoration.defaultBackground\\\":\\\"#a56416\\\",\\\"terminalCommandDecoration.errorBackground\\\":\\\"#c94824\\\",\\\"terminalCommandDecoration.successBackground\\\":\\\"#428226\\\",\\\"terminalCursor.background\\\":\\\"#ffffff\\\",\\\"terminalCursor.foreground\\\":\\\"#3cbaef\\\",\\\"textBlockQuote.background\\\":\\\"#eeeeee\\\",\\\"textBlockQuote.border\\\":\\\"#73921e\\\",\\\"textLink.activeForeground\\\":\\\"#b052a1\\\",\\\"textLink.foreground\\\":\\\"#3778b7\\\",\\\"textPreformat.foreground\\\":\\\"#a56416\\\",\\\"textSeparator.foreground\\\":\\\"#3778b7\\\",\\\"titleBar.activeBackground\\\":\\\"#f1f1f1\\\",\\\"titleBar.activeForeground\\\":\\\"#858585\\\",\\\"titleBar.inactiveForeground\\\":\\\"#bababa\\\",\\\"toolbar.activeBackground\\\":\\\"#eeeeee\\\",\\\"toolbar.hoverBackground\\\":\\\"#3777b721\\\",\\\"tree.indentGuidesStroke\\\":\\\"#c94824\\\",\\\"widget.border\\\":\\\"#00000000\\\",\\\"widget.shadow\\\":\\\"#ffffff\\\",\\\"editor.foreground\\\":\\\"#65758d\\\",\\\"editorWhitespace.foreground\\\":\\\"#e4e4e4\\\",\\\"editor.selectionBackground\\\":\\\"#cff0f9\\\"},\\\"watch\\\":false}\",\"themeUpdatedNotificationShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.installJupyterExt\\\":{\\\"done\\\":true},\\\"pickAFolderTask-WebWeb\\\":{\\\"done\\\":true},\\\"ms-vscode.remote-repositories#remoteRepositoriesWalkthrough#openRepo\\\":{\\\"done\\\":true}}\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"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.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"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.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchTrustRequired\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnStartExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnDemandExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"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},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"virtualfs\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.terminal.changeColor\\\",\\\"value\\\":178},{\\\"key\\\":\\\"blockman.helloWorld\\\",\\\"value\\\":196},{\\\"key\\\":\\\"sqlite.explorer.remove\\\",\\\"value\\\":198},{\\\"key\\\":\\\"sqlite.explorer.add\\\",\\\"value\\\":200},{\\\"key\\\":\\\"workbench.action.openRawDefaultSettings\\\",\\\"value\\\":203},{\\\"key\\\":\\\"editor.action.addCommentLine\\\",\\\"value\\\":215},{\\\"key\\\":\\\"comment-divider.makeMainHeader\\\",\\\"value\\\":216},{\\\"key\\\":\\\"extension.updateVibrancy\\\",\\\"value\\\":218},{\\\"key\\\":\\\"editor.action.jumpToBracket\\\",\\\"value\\\":219},{\\\"key\\\":\\\"snipped.start\\\",\\\"value\\\":235},{\\\"key\\\":\\\"synthwave84.enableNeon\\\",\\\"value\\\":249},{\\\"key\\\":\\\"workbench.action.openGlobalSettings\\\",\\\"value\\\":259},{\\\"key\\\":\\\"git-graph.view\\\",\\\"value\\\":261},{\\\"key\\\":\\\"git-graph.addGitRepository\\\",\\\"value\\\":262},{\\\"key\\\":\\\"gitlens.showContributorsView\\\",\\\"value\\\":263},{\\\"key\\\":\\\"workbench.view.extension.gitlens\\\",\\\"value\\\":264},{\\\"key\\\":\\\"gitlens.showCommitsView\\\",\\\"value\\\":265},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":266},{\\\"key\\\":\\\"C_Cpp.ConfigurationEditUI\\\",\\\"value\\\":268},{\\\"key\\\":\\\"editor.action.insertSnippet\\\",\\\"value\\\":270},{\\\"key\\\":\\\"markdown.showPreview\\\",\\\"value\\\":272},{\\\"key\\\":\\\"editor.action.commentLine\\\",\\\"value\\\":281},{\\\"key\\\":\\\"workbench.action.splitEditor\\\",\\\"value\\\":282},{\\\"key\\\":\\\"workbench.action.duplicateWorkspaceInNewWindow\\\",\\\"value\\\":286},{\\\"key\\\":\\\"latex-workshop-snippet-view.focus\\\",\\\"value\\\":291},{\\\"key\\\":\\\"es6-css-minify.minify\\\",\\\"value\\\":324},{\\\"key\\\":\\\"extension.uncssFile\\\",\\\"value\\\":326},{\\\"key\\\":\\\"es6-css-minify.minifyExplorer\\\",\\\"value\\\":327},{\\\"key\\\":\\\"github.copilot.collectDiagnostics\\\",\\\"value\\\":359},{\\\"key\\\":\\\"grapher.showGrapherToSide\\\",\\\"value\\\":367},{\\\"key\\\":\\\"go.import.add\\\",\\\"value\\\":369},{\\\"key\\\":\\\"font-switcher.setFontSize\\\",\\\"value\\\":377},{\\\"key\\\":\\\"font-switcher.switchFont\\\",\\\"value\\\":379},{\\\"key\\\":\\\"github.copilot.generate\\\",\\\"value\\\":384},{\\\"key\\\":\\\"C_Cpp.GenerateDoxygenComment\\\",\\\"value\\\":385},{\\\"key\\\":\\\"extension.vscode-counter.countInDirectory\\\",\\\"value\\\":390},{\\\"key\\\":\\\"editor.action.blockComment\\\",\\\"value\\\":393},{\\\"key\\\":\\\"editor.emmet.action.toggleComment\\\",\\\"value\\\":394},{\\\"key\\\":\\\"Andromeda84.enableNeon\\\",\\\"value\\\":397},{\\\"key\\\":\\\"jupyter.exportToHTML\\\",\\\"value\\\":416},{\\\"key\\\":\\\"jupyter.exportToPDF\\\",\\\"value\\\":417},{\\\"key\\\":\\\"editor.action.toggleWordWrap\\\",\\\"value\\\":419},{\\\"key\\\":\\\"markdown.extension.toc.create\\\",\\\"value\\\":421},{\\\"key\\\":\\\"extension.uninstallVibrancy\\\",\\\"value\\\":422},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":430},{\\\"key\\\":\\\"remote-wsl.reopenInWSL\\\",\\\"value\\\":432},{\\\"key\\\":\\\"latex-workshop.viewInBrowser\\\",\\\"value\\\":442},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":444},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":445},{\\\"key\\\":\\\"workbench.profiles.actions.exportProfile\\\",\\\"value\\\":448}]}\",\"commandPalette.mru.counter\":\"449\",\"expandSuggestionDocs\":\"false\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:editor.action.joinLines\\\",\\\"@command:extension.downloadSettings\\\",\\\"@command:comment-divider.insertSolidLine\\\",\\\"@command:comment-divider\\\",\\\"@command:comment-divider.\\\",\\\"co\\\",\\\"comm\\\",\\\"comment\\\",\\\"commentdi\\\",\\\"@command:synthwave84.enableNeon\\\",\\\"@command:snipped.start\\\",\\\"@command:go.build.package\\\",\\\"@command:extension.uninstallVibrancy\\\"]}\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"python_tests\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mocha\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.test.profile\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"test-explorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"hex\\\",\\\"nc\\\",\\\"nb\\\"]\",\"nps/lastSessionDate\":\"Wed Jul 21 2021\",\"cpp.1.lastSessionDate\":\"Tue Aug 08 2023\",\"java.2.lastSessionDate\":\"Tue Aug 08 2023\",\"javascript.1.lastSessionDate\":\"Wed Apr 27 2022\",\"typescript.1.lastSessionDate\":\"Tue Aug 08 2023\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.plannedSessions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.devtools\\\",\\\"isHidden\\\":false}]\",\"github-ShevonKuan\":\"[{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"ms-vscode.remote-server\\\",\\\"name\\\":\\\"Remote - Tunnels\\\",\\\"allowed\\\":true}]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"python\\\":[\\\"ms-python.python\\\"],\\\"c\\\":[\\\"ms-vscode.cpptools\\\"],\\\"vue\\\":[\\\"octref.vetur\\\"],\\\"cpp\\\":[\\\"ms-vscode.cpptools\\\"],\\\"makefile\\\":[\\\"ms-vscode.makefile-tools\\\"],\\\"powershell\\\":[\\\"ms-vscode.powershell\\\"],\\\"go\\\":[\\\"golang.go\\\"]}\",\"workbench.view.sync.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.sync.merges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.672866797\":\"[]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.1410244729\":\"[]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+test.mistgpu.com.1575956348\":\"[]\",\"workbench.view.extension.gcode.state.hidden\":\"[{\\\"id\\\":\\\"gcode.views.navTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gcode.views.stats\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.latex.state.hidden\":\"[{\\\"id\\\":\\\"latex-commands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-structure\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-snippet-view\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.1106368817\":\"[]\",\"workbench.view.extension.leetcode.state.hidden\":\"[{\\\"id\\\":\\\"leetCodeExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.postcode.state.hidden\":\"[{\\\"id\\\":\\\"postcode.request\\\",\\\"isHidden\\\":false}]\",\"memento/notebookGettingStarted2\":\"{\\\"hasOpenedNotebook\\\":true}\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.-1004306759\":\"[]\",\"remote.tunnels.toRestore.ssh-remote+dnomd.-1222964704\":\"[]\",\"microsoft-shevonkuan@shevon.tk\":\"[{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+dnomd.-243349100\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":44889,\\\"localPort\\\":44889,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:44889\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:44889\\\"},\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true}]\",\"ces/skipSurvey\":\"1.58.0\",\"workbench.view.extension.sqltoolsActivityBarContainer.state.hidden\":\"[{\\\"id\\\":\\\"sqltoolsViewConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewBookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewHistoryExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.sqltoolsPanelContainer.state.hidden\":\"[{\\\"id\\\":\\\"sqltoolsViewConsoleMessages\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.226245531\":\"[]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.58.2\",\"notebook.controller2TypeBindings\":\"[[\\\"jupyter-notebook\\\",\\\"ms-toolsai.jupyter/.jvsc74a57bd0b3ba2566441a7c06988d0923437866b63cedc61552a5af99d1f4fb67d367b25f.C:\\\\\\\\ProgramData\\\\\\\\Anaconda3\\\\\\\\python.exe.C:\\\\\\\\ProgramData\\\\\\\\Anaconda3\\\\\\\\python.exe.-m#ipykernel_launcher\\\"]]\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Tue Apr 26 2022\",\"tabs-list-width-horizontal\":\"190\",\"workbench.view.extension.commandList.state.hidden\":\"[{\\\"id\\\":\\\"workSpaceCommandExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"globalCommandExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.latex-workshop-activitybar.state.hidden\":\"[{\\\"id\\\":\\\"latex-workshop-commands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-structure\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-snippet-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.kubernetesView.state.hidden\":\"[{\\\"id\\\":\\\"extension.vsKubernetesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesHelmRepoExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"kubernetes.cloudExplorer\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.-1280909857\":\"[]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.1949590282\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3306,\\\"localPort\\\":3307,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3307\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3307\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"memento/notebookKeymap\":\"{\\\"hasRecommendedKeymap\\\":true}\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"center\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"workbench.view.extension.pip-manager-explorer.state.hidden\":\"[{\\\"id\\\":\\\"pip-manager-installed\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+deepl.-1885702900\":\"[]\",\"remote.tunnels.toRestore.ssh-remote+deepl_scut.-411903794\":\"[]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+shevonserver.1875704263\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"gitlens+-ShevonKuan\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.vscode-edge-devtools-view.state.hidden\":\"[{\\\"id\\\":\\\"vscode-edge-devtools-view.targets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.mirror-editing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.help-links\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.mxDev-sidebar.state.hidden\":\"[{\\\"id\\\":\\\"mxDev-start\\\",\\\"isHidden\\\":false}]\",\"cpp.1.editedCount\":\"2\",\"cpp.1.editedDate\":\"Sat Jun 10 2023\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.66.2\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"microsoft-关 舒文 - shevonkuan@datagrids.dev\":\"[{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true}]\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppReferencesView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.PowerShell.state.hidden\":\"[{\\\"id\\\":\\\"PowerShellCommands\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/php.code-snippets/Try Catch Block\\\",1662612601543],[\\\"snippets/python_snippets.json/apply.frozenset=>2\\\",1663003936857],[\\\"snippets/np_snippets.json/np.array.matrix\\\",1666622366769],[\\\"snippets/str_snippets.json/isascii\\\",1668531074475],[\\\"snippets/python_snippets.json/import module as newname\\\",1668613949947],[\\\"snippets/print_snippets.json/print(\\\\\\\"\\\\\\\")\\\",1668690685946],[\\\"snippets/class_snippets.json/__iter__\\\",1668692813095],[\\\"snippets/random_snippets.json/random.randrange\\\",1668693073504],[\\\"snippets/def_function.json/alternate constructor, 2\\\",1668753901720],[\\\"snippets/def_function.json/def(self-)\\\",1668776433958],[\\\"snippets/control_flow.json/else\\\",1668777480516],[\\\"snippets/str_snippets.json/join\\\",1673696951961],[\\\"snippets/str_snippets.json/split\\\",1673697637274],[\\\"snippets/def_function.json/def=>with_default_value\\\",1673711238633],[\\\"snippets/go.json/http.Serve\\\",1676214620916],[\\\"snippets/builtins.json/export\\\",1677590729525],[\\\"snippets/builtins.json/CDPATH\\\",1677590806088],[\\\"snippets/go.json/sort implementation\\\",1678080426042],[\\\"snippets/go.json/channel declaration\\\",1678273042009],[\\\"snippets/go.json/if statement\\\",1678274392538],[\\\"snippets/go.json/map declaration\\\",1679297197010],[\\\"snippets/go.json/http ResponseWriter *Request\\\",1679316231334],[\\\"snippets/go.json/new(...)\\\",1679751045435],[\\\"snippets/python_snippets.json/type\\\",1682420554818],[\\\"snippets/str_snippets.json/replace\\\",1682425999699],[\\\"snippets/python_snippets.json/range(start, end)\\\",1682600890333],[\\\"snippets/np_snippets.json/np.array\\\",1683465534143],[\\\"src/snippets.json/Code Frame of Mnist\\\",1683465766220],[\\\"snippets/shortcut.json/datatype.is.list\\\",1683466868087],[\\\"snippets/sets_snippets.json/update -set\\\",1683530481036],[\\\"snippets/print_snippets.json/print(debug)\\\",1683547840935],[\\\"snippets/sets_snippets.json/add\\\",1683798752174],[\\\"snippets/str_snippets.json/title\\\",1684858813043],[\\\"snippets/str_snippets.json/upper\\\",1684884835713],[\\\"snippets/javascript.json/routerPush\\\",1690354402035],[\\\"snippets/javascript.json/meta\\\",1690355153712],[\\\"snippets/javascript.json/updated\\\",1690359077518],[\\\"snippets/javascript.json/data\\\",1690361757919]]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.auxiliarybar.674fc976-33b6-46ec-a24b-f8863da231d0\\\":2},\\\"viewLocations\\\":{\\\"python_tests\\\":\\\"workbench.view.extension.test\\\",\\\"gitlens.views.commitDetails\\\":\\\"workbench.views.service.auxiliarybar.674fc976-33b6-46ec-a24b-f8863da231d0\\\"}}\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterKernelsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterContextualHelp\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+raspberry.-464167875\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":631,\\\"localPort\\\":631,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:631\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:631\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.view.extension.package-explorer.state.hidden\":\"[{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.makefile__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.674fc976-33b6-46ec-a24b-f8863da231d0\\\",\\\"name\\\":\\\"workbench.views.service.auxiliarybar.674fc976-33b6-46ec-a24b-f8863da231d0\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.views.service.auxiliarybar.674fc976-33b6-46ec-a24b-f8863da231d0.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+chandler.undefined\":\"[]\",\"remote.tunnels.toRestore.ssh-remote+deepl_scut.962188317\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":5000,\\\"localPort\\\":5000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:5000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:5000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"langugage.update.donotask\":\"true\",\"http.linkProtectionTrustedDomains\":\"[\\\"*\\\"]\",\"deprecatedExtensionMigrator.state\":\"{\\\"disablementLog\\\":[{\\\"extensionId\\\":\\\"coenraads.bracket-pair-colorizer\\\",\\\"disablementDateTime\\\":1673158324476}]}\",\"cpp.1.sessionCount\":\"92\",\"java.2.sessionCount\":\"92\",\"typescript.1.sessionCount\":\"92\",\"typescript.1.editedCount\":\"1\",\"typescript.1.editedDate\":\"Fri Mar 17 2023\",\"workbench.view.extension.mintdocs.state.hidden\":\"[{\\\"id\\\":\\\"docs\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"formatOptions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"progress\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"languageOptions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"team\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"hotkeyOptions\\\",\\\"isHidden\\\":false}]\",\"csharp.1.lastSessionDate\":\"Tue Aug 08 2023\",\"csharp.1.sessionCount\":\"53\",\"remote.tunnels.toRestore.wsl+fedoraremix.-1743330941\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36911,\\\"localAddress\\\":\\\"127.0.0.1:36911\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36911\\\"},\\\"localPort\\\":36911,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.1669974135\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37743,\\\"localAddress\\\":\\\"127.0.0.1:37743\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37743\\\"},\\\"localPort\\\":37743,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":44115,\\\"localPort\\\":44115,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:44115\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:44115\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37091,\\\"localPort\\\":37091,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:37091\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37091\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":41831,\\\"localPort\\\":41831,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:41831\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:41831\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33797,\\\"localPort\\\":33797,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:33797\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33797\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.821850704\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37405,\\\"localAddress\\\":\\\"127.0.0.1:37405\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37405\\\"},\\\"localPort\\\":37405,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-649125737\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":38543,\\\"localAddress\\\":\\\"127.0.0.1:38543\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:38543\\\"},\\\"localPort\\\":38543,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":32877,\\\"localPort\\\":32877,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:32877\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:32877\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35417,\\\"localPort\\\":35417,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:35417\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35417\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35659,\\\"localPort\\\":35659,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:35659\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35659\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40599,\\\"localPort\\\":40599,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40599\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40599\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"extensionsAssistant/deprecated\":\"[\\\"eyhn.vscode-vibrancy\\\",\\\"ms-vsliveshare.vsliveshare-audio\\\",\\\"olback.es6-css-minify\\\",\\\"shan.code-settings-sync\\\",\\\"bungcip.better-toml\\\"]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-214015271\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43351,\\\"localPort\\\":43351,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43351\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43351\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43769,\\\"localPort\\\":43769,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43769\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43769\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36101,\\\"localPort\\\":36101,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36101\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36101\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":46511,\\\"localPort\\\":46511,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:46511\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:46511\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40489,\\\"localPort\\\":40489,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40489\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40489\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":39471,\\\"localPort\\\":39471,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:39471\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:39471\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43875,\\\"localPort\\\":43875,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43875\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43875\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":46705,\\\"localPort\\\":46705,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:46705\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:46705\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":44409,\\\"localPort\\\":44409,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:44409\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:44409\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36805,\\\"localPort\\\":36805,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36805\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36805\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35759,\\\"localPort\\\":35759,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:35759\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35759\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42597,\\\"localPort\\\":42597,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42597\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42597\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40267,\\\"localPort\\\":40267,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40267\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40267\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33277,\\\"localPort\\\":33277,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:33277\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33277\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43153,\\\"localPort\\\":43153,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43153\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43153\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42025,\\\"localPort\\\":42025,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42025\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42025\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35915,\\\"localPort\\\":35915,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:35915\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35915\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":44255,\\\"localPort\\\":44255,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:44255\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:44255\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":46723,\\\"localPort\\\":46723,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:46723\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:46723\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43191,\\\"localPort\\\":43191,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43191\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43191\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":45637,\\\"localPort\\\":45637,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:45637\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:45637\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43225,\\\"localAddress\\\":\\\"127.0.0.1:43225\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43225\\\"},\\\"localPort\\\":43225,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-93110382\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33697,\\\"localAddress\\\":\\\"127.0.0.1:33697\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33697\\\"},\\\"localPort\\\":33697,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33809,\\\"localPort\\\":33809,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:33809\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33809\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":41927,\\\"localPort\\\":41927,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:41927\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:41927\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40287,\\\"localPort\\\":40287,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40287\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40287\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-1737816734\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":41685,\\\"localAddress\\\":\\\"127.0.0.1:41685\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:41685\\\"},\\\"localPort\\\":41685,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36393,\\\"localPort\\\":36393,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36393\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36393\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-1790550466\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37799,\\\"localAddress\\\":\\\"127.0.0.1:37799\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37799\\\"},\\\"localPort\\\":37799,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40911,\\\"localPort\\\":40911,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40911\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40911\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":34529,\\\"localPort\\\":34529,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:34529\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:34529\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33581,\\\"localPort\\\":33581,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:33581\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33581\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.-45721239\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37249,\\\"localPort\\\":37249,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:37249\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37249\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.1090463075\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":46177,\\\"localAddress\\\":\\\"127.0.0.1:46177\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:46177\\\"},\\\"localPort\\\":46177,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.1378624448\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37423,\\\"localPort\\\":37423,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:37423\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37423\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":6006,\\\"localPort\\\":6006,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:6006\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:6006\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.145523944\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":32899,\\\"localAddress\\\":\\\"127.0.0.1:32899\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:32899\\\"},\\\"localPort\\\":32899,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":39857,\\\"localPort\\\":39857,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:39857\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:39857\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.151367182\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35093,\\\"localAddress\\\":\\\"127.0.0.1:35093\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35093\\\"},\\\"localPort\\\":35093,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.238050690\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":41313,\\\"localAddress\\\":\\\"127.0.0.1:41313\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:41313\\\"},\\\"localPort\\\":41313,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+fedoraremix.2001483485\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36151,\\\"localAddress\\\":\\\"127.0.0.1:36151\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36151\\\"},\\\"localPort\\\":36151,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":38059,\\\"localPort\\\":38059,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:38059\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:38059\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42031,\\\"localPort\\\":42031,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42031\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42031\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment