Skip to content

Instantly share code, notes, and snippets.

@Brian-Pob
Created March 6, 2023 03:29
Show Gist options
  • Save Brian-Pob/8a1a65c25a4ca148d7fc013ffc49b9dc to your computer and use it in GitHub Desktop.
Save Brian-Pob/8a1a65c25a4ca148d7fc013ffc49b9dc to your computer and use it in GitHub Desktop.
{"name":"T480","settings":"{\"settings\":\"{\\n \\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n \\\"zenMode.hideTabs\\\": false,\\n \\\"breadcrumbs.enabled\\\": true,\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"editor.rulers\\\": [80],\\n \\\"sync.gist\\\": \\\"\\\",\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter.notebook.ipynb\\\",\\n \\\"*.pdf\\\": \\\"pdf.preview\\\"\\n },\\n\\\"explorer.confirmDelete\\\": false,\\n \\\"git.ignoreLegacyWarning\\\": true,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\n \\\"files.exclude\\\": {\\n \\\"**/.classpath\\\": true,\\n \\\"**/.project\\\": true,\\n \\\"**/.settings\\\": true,\\n \\\"**/.factorypath\\\": true\\n },\\n \\\"tabnine.experimentalAutoImports\\\": true,\\n \\\"github.copilot.enable\\\": {\\n \\\"*\\\": true,\\n \\\"yaml\\\": true,\\n \\\"plaintext\\\": true,\\n \\\"markdown\\\": true,\\n \\\"rust\\\": true\\n },\\n \\\"liveshare.connectionMode\\\": \\\"relay\\\",\\n \\\"liveServer.settings.fullReload\\\": true,\\n \\\"liveServer.settings.useLocalIp\\\": true,\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.guides.bracketPairs\\\": \\\"active\\\",\\n \\\"editor.linkedEditing\\\": true,\\n \\\"vscode-edge-devtools.mirrorEdits\\\": true,\\n \\\"workbench.colorTheme\\\": \\\"One Dark Pro\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"[One Dark Pro]\\\": {\\n \\\"editor.background\\\": \\\"#212835\\\"\\n }\\n },\\n \\\"editor.fontFamily\\\": \\\"FiraCode\\\",\\n \\\"git.confirmSync\\\": false,\\n \\\"oneDarkPro.vivid\\\": true,\\n \\\"gitlens.advanced.messages\\\": {\\n \\\"suppressGitMissingWarning\\\": true\\n },\\n\\\"terminal.integrated.defaultProfile.windows\\\": \\\"Ubuntu-20.04 (WSL)\\\",\\n \\\"php-cs-fixer.executablePath\\\": \\\"${extensionPath}/php-cs-fixer.phar\\\",\\n \\\"[php]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"kokororin.vscode-phpfmt\\\"\\n},\\n \\\"php-cs-fixer.lastDownload\\\": 1676229169995,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"colorize.languages\\\": [\\n \\\"css\\\",\\n \\\"sass\\\",\\n \\\"scss\\\",\\n \\\"less\\\",\\n \\\"postcss\\\",\\n \\\"sss\\\",\\n \\\"stylus\\\",\\n \\\"xml\\\",\\n \\\"svg\\\",\\n \\\"javascript\\\"\\n ],\\n \\\"explorer.fileNesting.enabled\\\": true,\\n \\\"explorer.fileNesting.patterns\\\": {\\n \\\"*.ts\\\": \\\"${capture}.js\\\",\\n \\\"*.js\\\": \\\"${capture}.js.map, ${capture}.min.js, ${capture}.d.ts, ${capture}.test.js\\\",\\n \\\"*.jsx\\\": \\\"${capture}.js\\\",\\n \\\"tsconfig.json\\\": \\\"tsconfig.*.json\\\",\\n \\\"package.json\\\": \\\"package-lock.json, yarn.lock\\\",\\n \\\"*.tsx\\\": \\\"index.tsx\\\"\\n },\\n \\\"[markdown]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"DavidAnson.vscode-markdownlint\\\"\\n },\\n \\\"yaml.schemas\\\": {\\n \\\"file:///Users/brian/.vscode/extensions/atlassian.atlascode-2.10.12/resources/schemas/pipelines-schema.json\\\": \\\"bitbucket-pipelines.yml\\\"\\n },\\n \\\"redhat.telemetry.enabled\\\": false,\\n \\\"explorer.sortOrder\\\": \\\"filesFirst\\\",\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": true,\\n \\\"source.sortImports\\\": true\\n },\\n \\\"[rust]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"rust-lang.rust-analyzer\\\"\\n },\\n \\\"debug.allowBreakpointsEverywhere\\\": true,\\n \\\"[c]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\n },\\n \\\"[svg]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"jock.svg\\\"\\n },\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": true,\\n \\\"[twig]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"mblode.twig-language-2\\\"\\n },\\n \\\"highlight-matching-tag.styles\\\": {\\n \\\"opening\\\": {\\n \\\"name\\\": {\\n \\\"highlight\\\": \\\"yellow\\\"\\n }\\n }\\n },\\n\\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"terminal.integrated.smoothScrolling\\\": true,\\n \\\"editor.lineNumbers\\\": \\\"relative\\\",\\n \\\"files.associations\\\": {\\n \\\"*.twig\\\": \\\"twig\\\"\\n },\\n \\\"python.linting.pylintEnabled\\\": true,\\n \\\"[python]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.python\\\"\\n },\\n\\\"terminal.integrated.fontFamily\\\": \\\"monospace\\\",\\n \\\"[cpp]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\n },\\n \\\"editor.renderWhitespace\\\": \\\"boundary\\\",\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"themeswitcher.utcOffset\\\": -5, // Example\\n \\\"themeswitcher.mappings\\\": [\\n {\\n \\\"time\\\": \\\"07:00\\\",\\n \\\"theme\\\": \\\"Default Light+\\\"\\n },\\n {\\n \\\"time\\\": \\\"18:00\\\",\\n \\\"theme\\\": \\\"One Dark Pro\\\"\\n }\\n ],\\n \\\"auto-close-tag.activationOnLanguage\\\": [\\n \\\"xml\\\",\\n \\\"php\\\",\\n \\\"blade\\\",\\n \\\"ejs\\\",\\n \\\"jinja\\\",\\n \\\"javascript\\\",\\n \\\"javascriptreact\\\",\\n \\\"typescript\\\",\\n \\\"typescriptreact\\\",\\n \\\"plaintext\\\",\\n \\\"markdown\\\",\\n \\\"vue\\\",\\n \\\"liquid\\\",\\n \\\"erb\\\",\\n \\\"lang-cfml\\\",\\n \\\"cfml\\\",\\n \\\"HTML (Eex)\\\",\\n \\\"twig\\\"\\n ],\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"prettier.singleQuote\\\": true,\\n \\\"editor.detectIndentation\\\": false,\\n \\\"editor.tabSize\\\": 2,\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"emmet.preferences\\\": {},\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n\\\"git.autofetch\\\": true,\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"svelte.enable-ts-plugin\\\": true,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"vim.useSystemClipboard\\\": true,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.formatOnType\\\": true,\\n \\\"svg.preview.mode\\\": \\\"svg\\\",\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"git.enableCommitSigning\\\": true,\\n \\\"git-graph.repository.commits.showSignatureStatus\\\": true,\\n \\\"git-graph.repository.sign.commits\\\": true\\n}\\n\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"-extension.vim_ctrl+j\\\",\\n \\\"when\\\": \\\"editorTextFocus && vim.active && vim.use<C-j> && !inDebugRepl\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+e ctrl+o\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+e ctrl+i\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceIn\\\"\\n }\\n]\\n\",\"platform\":2}","snippets":"{\"snippets\":{\"cpp.json\":\"{\\n\\t// Place your snippets for cpp 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\\n\\t// template<typename T>\\n\\n\\t\\\"template <typename T>\\\": {\\n\\t\\t\\\"prefix\\\": \\\"templ\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"template<typename T>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"insert template\\\"\\n\\t},\\n\\n\\t\\\"template <typename K, typename V>\\\": {\\n\\t\\t\\\"prefix\\\": \\\"kvp\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"template<typename K, typename V>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"key-value pair template\\\"\\n\\t}\\n}\",\"html.json\":\"{\\n\\t\\\"php\\\": {\\n\\t\\t\\\"prefix\\\": \\\"php\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<?php $1 ?>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"one line php tag\\\"\\n\\t}\\n\\t,\\n\\n\\t\\\"multiline php\\\": {\\n\\t\\t\\\"prefix\\\": [\\\"mphp\\\", \\\"phpm\\\", \\\"pm\\\", \\\"mp\\\"], \\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<?php\\\",\\n\\t\\t\\t\\\" \\\",\\n\\t\\t\\t\\\"$1\\\",\\n\\t\\t\\t\\\" \\\",\\n\\t\\t\\t\\\"?>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"multi line php tag\\\"\\n\\t}\\n\\t// ,\\n\\n\\t// \\\"php with html\\\": {\\n\\t// \\t\\\"prefix\\\": [\\\"phphtml\\\", \\\"phtml\\\", \\\"php-html\\\", \\\"php-htm\\\", \\\"phtml\\\", \\\"phtm\\\"],\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"<?php\\\",\\n\\t// \\t\\t\\\" \\\",\\n\\t// \\t\\t\\\"echo $1;\\\",\\n\\t// \\t\\t\\\" \\\",\\n\\t// \\t\\t\\\"?>\\\",\\n\\t// \\t\\t\\\" \\\",\\n\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"php tag with html\\\"\\n\\t// }\\n\\t// ,\\n\\t\\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}\",\"php.json\":\"{\\n\\t\\\"Arrow Operator\\\": {\\n\\t\\t\\\"prefix\\\": \\\"arrow\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"->\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Arrow operator\\\"\\n\\t}\\n\\t// Place your snippets for php 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}\",\"rust.json\":\"{\\n\\t// Place your snippets for rust 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\":\"aaron-bond.better-comments\",\"uuid\":\"7a0110bb-231a-4598-aa1b-0769ea46d28b\"},\"displayName\":\"Better Comments\"},{\"identifier\":{\"id\":\"adpyke.codesnap\",\"uuid\":\"8c1fc960-44b1-45e8-89b5-85f982fdaf27\"},\"displayName\":\"CodeSnap\"},{\"identifier\":{\"id\":\"akamud.vscode-theme-onedark\",\"uuid\":\"9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6\"},\"displayName\":\"Atom One Dark Theme\"},{\"identifier\":{\"id\":\"albert.tabout\",\"uuid\":\"4ef6c2d5-de36-45a1-9015-18c1d4a3a25e\"},\"displayName\":\"TabOut\"},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"displayName\":\"Bookmarks\"},{\"identifier\":{\"id\":\"astro-build.astro-vscode\",\"uuid\":\"1fbbc8b0-7432-4b7e-8774-3336151da2f3\"},\"displayName\":\"Astro\"},{\"identifier\":{\"id\":\"blinkshellinc.blink-fs\",\"uuid\":\"36e89c61-e8f2-4e17-9077-a041410e66bc\"},\"displayName\":\"Blink-FS\"},{\"identifier\":{\"id\":\"christian-kohler.npm-intellisense\",\"uuid\":\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\"},\"displayName\":\"npm Intellisense\"},{\"identifier\":{\"id\":\"clinyong.vscode-css-modules\",\"uuid\":\"5f362e62-15b7-4fd3-a839-3a240d18c49d\"},\"displayName\":\"CSS Modules\"},{\"identifier\":{\"id\":\"davidanson.vscode-markdownlint\",\"uuid\":\"daf8b44d-8aae-4da2-80c5-1f770219f643\"},\"displayName\":\"markdownlint\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"displayName\":\"HTML CSS Support\"},{\"identifier\":{\"id\":\"emmanuelbeziat.vscode-great-icons\",\"uuid\":\"829a192d-496c-44ac-87f3-0a84ce36a853\"},\"displayName\":\"VSCode Great Icons\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"exodiusstudios.comment-anchors\",\"uuid\":\"5cf10212-681f-48c7-b66f-bcce5dc44a64\"},\"displayName\":\"Comment Anchors\"},{\"identifier\":{\"id\":\"firefox-devtools.vscode-firefox-debug\",\"uuid\":\"c5f4d87f-a524-462c-ac01-923eb19cf3e9\"},\"displayName\":\"Debugger for Firefox\"},{\"identifier\":{\"id\":\"flydreame.docblocker\",\"uuid\":\"f47eb891-234c-423d-a0c4-018fd6c9765a\"},\"displayName\":\"DocBlocker\"},{\"identifier\":{\"id\":\"formulahendry.auto-close-tag\",\"uuid\":\"d3836729-9cc1-42c1-b2af-d50071f57d29\"},\"displayName\":\"Auto Close Tag\"},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\"},{\"identifier\":{\"id\":\"github.codespaces\",\"uuid\":\"4023d3e5-c840-4cdd-8b54-51c77548aa3f\"},\"displayName\":\"GitHub Codespaces\"},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\"},{\"identifier\":{\"id\":\"github.copilot-labs\",\"uuid\":\"327edf3f-193d-4147-9bd5-e3763272116f\"},\"displayName\":\"GitHub Copilot Labs\"},{\"identifier\":{\"id\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests and Issues\"},{\"identifier\":{\"id\":\"ibm.output-colorizer\",\"uuid\":\"113b22c8-8125-42ec-8c6b-80c3f5d5fa5f\"},\"displayName\":\"Output Colorizer\"},{\"identifier\":{\"id\":\"jock.svg\",\"uuid\":\"4ae6dc82-7981-4f10-bd81-2d72aec37f39\"},\"displayName\":\"SVG\"},{\"identifier\":{\"id\":\"kamikillerto.vscode-colorize\",\"uuid\":\"445ba381-f232-4150-9056-d790bd76d698\"},\"displayName\":\"colorize\"},{\"identifier\":{\"id\":\"lllllllqw.jsdoc\",\"uuid\":\"e830906f-e167-461e-90f2-998014d23c5f\"},\"displayName\":\"jsdoc\"},{\"identifier\":{\"id\":\"mblode.twig-language-2\",\"uuid\":\"bfcc4184-7b55-410e-a012-20ee54be9264\"},\"displayName\":\"Twig Language 2\"},{\"identifier\":{\"id\":\"mcright.auto-save\",\"uuid\":\"ec48f994-2c5c-4341-a456-9a744a6a4723\"},\"displayName\":\"Auto-Save on Window Change\"},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\"},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"identifier\":{\"id\":\"mrmlnc.vscode-scss\",\"uuid\":\"beb68b20-7c55-471c-9b63-3486f9423566\"},\"displayName\":\"SCSS IntelliSense\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh\",\"uuid\":\"607fd052-be03-4363-b657-2bd62b83d28a\"},\"displayName\":\"Remote - SSH\",\"preRelease\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh-edit\",\"uuid\":\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\"},\"displayName\":\"Remote - SSH: Editing Configuration Files\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\"},{\"identifier\":{\"id\":\"ms-vscode.remote-explorer\",\"uuid\":\"11858313-52cc-4e57-b3e4-d7b65281e34b\"},\"displayName\":\"Remote Explorer\",\"preRelease\":true},{\"identifier\":{\"id\":\"ms-vscode.vscode-typescript-next\",\"uuid\":\"15305aca-2588-4ca0-8147-ab2c64730b82\"},\"displayName\":\"JavaScript and TypeScript Nightly\"},{\"identifier\":{\"id\":\"mtxr.sqltools\",\"uuid\":\"6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b\"},\"displayName\":\"SQLTools\"},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"displayName\":\"Color Highlight\"},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"}},{\"identifier\":{\"id\":\"pranaygp.vscode-css-peek\",\"uuid\":\"0b8f8d63-11a2-4194-969c-ca7488b3413a\"},\"displayName\":\"CSS Peek\"},{\"identifier\":{\"id\":\"quicktype.quicktype\",\"uuid\":\"e05d98bf-3735-4c1e-9fae-86ef0a52e19f\"},\"displayName\":\"Paste JSON as Code\"},{\"identifier\":{\"id\":\"reactreedev.reactree\",\"uuid\":\"6ef94008-800a-4021-8f8b-8bea01194615\"},\"displayName\":\"ReacTree\"},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\"},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"displayName\":\"Live Server\"},{\"identifier\":{\"id\":\"skyapps.fish-vscode\",\"uuid\":\"b78d2f2b-8801-40a5-ae88-27d420197d49\"},\"displayName\":\"fish-vscode\"},{\"identifier\":{\"id\":\"solidjs-community.solid-snippets\",\"uuid\":\"a8bd11de-120e-43af-b5c5-da5f16e66cea\"},\"displayName\":\"SolidJS Snippets\"},{\"identifier\":{\"id\":\"styled-components.vscode-styled-components\",\"uuid\":\"22a740c5-ec07-4bf0-a58f-1a38aabea310\"},\"displayName\":\"vscode-styled-components\"},{\"identifier\":{\"id\":\"svelte.svelte-vscode\",\"uuid\":\"c5463f77-75d9-4a25-8cc4-d8541a461285\"},\"displayName\":\"Svelte for VS Code\"},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"4386e6f6-ec10-4463-9d23-c24278718947\"},\"displayName\":\"vscode-pdf\"},{\"identifier\":{\"id\":\"vincaslt.highlight-matching-tag\",\"uuid\":\"aae00486-7e92-42b3-91b0-2b419e4f3875\"},\"displayName\":\"Highlight Matching Tag\"},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\"},{\"identifier\":{\"id\":\"vscodevim.vim\",\"uuid\":\"d96e79c6-8b25-4be3-8545-0e0ecefcae03\"},\"displayName\":\"Vim\"},{\"identifier\":{\"id\":\"wix.glean\",\"uuid\":\"b2afde1a-6cef-4f77-971f-24e66ff2ae38\"},\"displayName\":\"glean\"},{\"identifier\":{\"id\":\"yzhang.markdown-all-in-one\",\"uuid\":\"98790d67-10fa-497c-9113-f6c7489207b2\"},\"displayName\":\"Markdown All in One\"},{\"identifier\":{\"id\":\"zhuangtongfa.material-theme\",\"uuid\":\"26a529c9-2654-4b95-a63f-02f6a52429e6\"},\"displayName\":\"One Dark Pro\"},{\"identifier\":{\"id\":\"zignd.html-css-class-completion\",\"uuid\":\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\"},\"displayName\":\"IntelliSense for CSS class names in HTML\"}]","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.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewConsoleMessages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewBookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewHistoryExplorer\\\",\\\"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\\\":\\\"terraform.providers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"terraform.modules\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqlite.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"effectiveMetadata\\\",\\\"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\\\":true},{\\\"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\\\":true},{\\\"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.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"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.package-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.makefile__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.databaseExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.copilot-sidebar-webview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.CppRenameActivityBar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.vscode-edge-devtools-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.tabnine-access\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.atlascode-drawer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.cmake__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.wallaby\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.comment-anchors\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsActivityBarContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"nps/lastSessionDate\":\"Fri Nov 19 2021\",\"nps/sessionCount\":\"9\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.firefox.loadedScripts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"loadedModules\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.13470e7185a8fc0dbaa45b5bed736137\\\",\\\"status.workspaceTrust.18fe6799311baa0b90e05241e04e3069\\\",\\\"status.workspaceTrust.3ac48743cda0c4eb54abd427d0bdcce7\\\",\\\"status.workspaceTrust.1623867143866\\\",\\\"status.workspaceTrust.651c9067dffae1d5f1d048112c09710d\\\",\\\"status.workspaceTrust.4053af00497f9dc3774146f8559fef71\\\",\\\"status.workspaceTrust.1623896956013\\\",\\\"status.workspaceTrust.88b6c42a234ee576b59440b20d4f5762\\\",\\\"status.workspaceTrust.1623968593034\\\",\\\"status.workspaceTrust.1623968608669\\\",\\\"status.workspaceTrust.1624032905006\\\",\\\"status.workspaceTrust.90452e6ebe720199ec43026bdab768e8\\\",\\\"status.workspaceTrust.1630882024296\\\",\\\"status.workspaceTrust.d0467becc596f7917a4c0d60f0b01b22\\\",\\\"status.workspaceTrust.1632085291331\\\",\\\"status.workspaceTrust.ce825464fceaa369634d1deffdfda64e\\\",\\\"status.workspaceTrust.1632233060349\\\",\\\"status.workspaceTrust.1632233114605\\\",\\\"status.workspaceTrust.36419446c54d3319930f234cf4f00a0c\\\",\\\"status.workspaceTrust.1632253258462\\\",\\\"status.workspaceTrust.1632258229886\\\",\\\"status.workspaceTrust.5f03a8d43b3fdbb935c828757fde075c\\\",\\\"status.workspaceTrust.03cff5fcad5bc17b732104cfe4502369\\\",\\\"status.workspaceTrust.1632353498378\\\",\\\"status.workspaceTrust.1632353530979\\\",\\\"status.workspaceTrust.4d71986624802b81e17563215647e5f9\\\",\\\"status.workspaceTrust.1632854985586\\\",\\\"status.workspaceTrust.1632855006887\\\",\\\"status.workspaceTrust.1632855089561\\\",\\\"status.workspaceTrust.8e2cb65b008cc56306bdbe9293a0ed2c\\\",\\\"status.workspaceTrust.1633306667268\\\",\\\"status.workspaceTrust.1633541627074\\\",\\\"status.workspaceTrust.1634211931738\\\",\\\"status.workspaceTrust.1634211952535\\\",\\\"status.workspaceTrust.c3b34c52715c63d171a963bf7d66d78d\\\",\\\"status.workspaceTrust.1634225864044\\\",\\\"status.workspaceTrust.1634231137870\\\",\\\"status.workspaceTrust.1634252942516\\\",\\\"status.workspaceTrust.707e07b43f3fadc9778a23a82edb46c7\\\",\\\"status.workspaceTrust.57341cd8bf00ba59248d0422199ec5ed\\\",\\\"status.workspaceTrust.1635263748173\\\",\\\"status.workspaceTrust.234557a20c92af5868d9cb8f191de870\\\",\\\"status.workspaceTrust.e706b294361cd451ac97c734d18077be\\\",\\\"status.workspaceTrust.1635454126630\\\",\\\"status.workspaceTrust.1635454157788\\\",\\\"status.workspaceTrust.1635875158511\\\",\\\"status.workspaceTrust.70bf0a19aac19e262b48cddc4f1b8346\\\",\\\"status.workspaceTrust.4edbeb4cf6bc166257d06888b2e37186\\\",\\\"status.workspaceTrust.1636269206209\\\",\\\"status.workspaceTrust.db7af7d1162c3d7777973b0f81655664\\\",\\\"status.workspaceTrust.c822f75213cdd71d0aa731d93dda7ac6\\\",\\\"status.workspaceTrust.4bc40c9f6f818ec09864a3ce225a0882\\\",\\\"status.workspaceTrust.8e88ad51ee50b2189f4fb27ceed88a89\\\",\\\"status.workspaceTrust.be6cea5b3f520ce3b90f692c633b0731\\\",\\\"status.workspaceTrust.dbf67c20d1cfa0253308aa5450cd59e8\\\",\\\"status.workspaceTrust.1637256941953\\\",\\\"status.workspaceTrust.85afa3ada447d24eeea635f69f67fa9a\\\",\\\"status.workspaceTrust.1637259654425\\\",\\\"status.workspaceTrust.8528fd423c4c7c2eb3bcdf063b231631\\\",\\\"status.workspaceTrust.1637267521225\\\",\\\"status.workspaceTrust.9f76172aaf97a2368faa963fde2f8baf\\\",\\\"status.workspaceTrust.cf200948d4853bbb2ee29450fa91a71d\\\",\\\"status.workspaceTrust.160363cec73c0fb1d964b6a96e17eeaf\\\",\\\"status.workspaceTrust.52c95666089a15a22778de8986d58c35\\\",\\\"status.workspaceTrust.1639797606761\\\",\\\"status.workspaceTrust.c3af77790115afe2e9e688a91d855993\\\",\\\"status.workspaceTrust.1640006317986\\\",\\\"status.workspaceTrust.c33e632a0f1ff982b86771132f17cc92\\\",\\\"status.workspaceTrust.0bf0edecc6b8e3dd610f6c68d62c0361\\\",\\\"status.workspaceTrust.1640186013312\\\",\\\"status.workspaceTrust.1640197869695\\\",\\\"status.workspaceTrust.11ff4f6e10d950238432b8d1d036bee5\\\",\\\"status.workspaceTrust.1640204677851\\\",\\\"status.workspaceTrust.1640553960911\\\",\\\"status.workspaceTrust.1640553960834\\\",\\\"status.workspaceTrust.1640553961070\\\",\\\"status.workspaceTrust.1d8d656feb9245bf78652d6194e64360\\\",\\\"status.workspaceTrust.1640744175532\\\",\\\"status.workspaceTrust.6fd7737cb629c6e1d6fd2fbdf6b55bb9\\\",\\\"status.workspaceTrust.187aece68f8bb7bde0ee4c75f36c2798\\\",\\\"status.workspaceTrust.5269f7a904cb70142bcc2f285adbc3ac\\\",\\\"status.workspaceTrust.3e6ffa549e25e9651044639c371517fa\\\",\\\"status.workspaceTrust.a9ba1b22b9d8c2402e7a648af8a6c662\\\",\\\"status.workspaceTrust.b0ad35888b426319d194c2eca2f4cc4f\\\",\\\"status.workspaceTrust.481cfc4e840b44c52f85b5ed5d76ba80\\\",\\\"status.workspaceTrust.3deff99be3476fac75fc3edcd8903ae5\\\",\\\"status.workspaceTrust.1642451112658\\\",\\\"status.workspaceTrust.1642625230193\\\",\\\"status.workspaceTrust.8d7bba133515f03509322b6786738bc3\\\",\\\"status.workspaceTrust.1642719747666\\\",\\\"status.workspaceTrust.1e4d3fe266efc836f3910510e4892110\\\",\\\"status.workspaceTrust.1642736276111\\\",\\\"status.workspaceTrust.1642736329577\\\",\\\"status.workspaceTrust.a61beeb3fd85541537ad2f308c34b099\\\",\\\"status.workspaceTrust.1642736526466\\\",\\\"status.workspaceTrust.1643002702162\\\",\\\"status.workspaceTrust.daa8e8999a4a3c1b1ca63859a3b8f66f\\\",\\\"status.workspaceTrust.a38037883d49a0ad0bcaa42b3e041705\\\",\\\"status.workspaceTrust.1643077857361\\\",\\\"status.workspaceTrust.5f5048468b84e083ab7b5a81d4ad5042\\\",\\\"status.workspaceTrust.aef47a6553a1baa26267ee86ec204d6e\\\",\\\"status.workspaceTrust.1643203894046\\\",\\\"status.workspaceTrust.bfd2ee96b36c501af44f53edf32ec2ea\\\",\\\"status.workspaceTrust.1cf92f08572c14fd4cf371ec2044e042\\\",\\\"status.workspaceTrust.1643578822111\\\",\\\"status.workspaceTrust.1643579114334\\\",\\\"status.workspaceTrust.1643579132028\\\",\\\"status.workspaceTrust.0ca920e59ffaeba6e50c6db637d49db5\\\",\\\"status.workspaceTrust.27b35223d2b5af96780fe5a30f9b59b1\\\",\\\"status.workspaceTrust.1643679355086\\\",\\\"status.workspaceTrust.1643742573892\\\",\\\"status.workspaceTrust.1643758876240\\\",\\\"status.workspaceTrust.1643820056765\\\",\\\"status.workspaceTrust.1643820065556\\\",\\\"status.workspaceTrust.af342999526392b776c066595cb0e1c8\\\",\\\"status.workspaceTrust.1644007169071\\\",\\\"status.workspaceTrust.1644121775586\\\",\\\"status.workspaceTrust.1644125524724\\\",\\\"status.workspaceTrust.1644125530253\\\",\\\"status.workspaceTrust.22c383bf801dc6bd0a934d6468372b2f\\\",\\\"status.workspaceTrust.1644127019506\\\",\\\"status.workspaceTrust.1644338000980\\\",\\\"status.workspaceTrust.d110b54e9ec034f97c7e335fec74490a\\\",\\\"status.workspaceTrust.1644339549932\\\",\\\"status.workspaceTrust.85fcd1190e4d801f9223d962edcf94f3\\\",\\\"status.workspaceTrust.1644435953859\\\",\\\"status.workspaceTrust.1644501329686\\\",\\\"status.workspaceTrust.1644627314862\\\",\\\"status.workspaceTrust.1644627344614\\\",\\\"status.workspaceTrust.1644627353710\\\",\\\"status.workspaceTrust.1644627391430\\\",\\\"status.workspaceTrust.1644627407133\\\",\\\"status.workspaceTrust.1644627426794\\\",\\\"status.workspaceTrust.1644627441882\\\",\\\"status.workspaceTrust.1644627465815\\\",\\\"status.workspaceTrust.1644627535587\\\",\\\"status.workspaceTrust.1644627648173\\\",\\\"status.workspaceTrust.1644627666821\\\",\\\"status.workspaceTrust.1644627934723\\\",\\\"status.workspaceTrust.1644628090581\\\",\\\"status.workspaceTrust.1644628105052\\\",\\\"status.workspaceTrust.1644628404708\\\",\\\"status.workspaceTrust.1644628419115\\\",\\\"status.workspaceTrust.1644628615242\\\",\\\"status.workspaceTrust.1644639648235\\\",\\\"status.workspaceTrust.1644639694590\\\",\\\"status.workspaceTrust.1644639704500\\\",\\\"status.workspaceTrust.1644689044710\\\",\\\"status.workspaceTrust.1644796084726\\\",\\\"status.workspaceTrust.1644810555844\\\",\\\"status.workspaceTrust.1644876459709\\\",\\\"status.workspaceTrust.1644896727096\\\",\\\"status.workspaceTrust.94d62517a2683784824d0c8140228d9a\\\",\\\"status.workspaceTrust.aa3e8d4b08f2491f1d25fe30fd06cd15\\\",\\\"status.workspaceTrust.1644930708351\\\",\\\"status.workspaceTrust.1644953628993\\\",\\\"status.workspaceTrust.1644953636269\\\",\\\"status.workspaceTrust.1645054665635\\\",\\\"status.workspaceTrust.1645055554457\\\",\\\"status.workspaceTrust.1645068828059\\\",\\\"status.workspaceTrust.1645069068285\\\",\\\"status.workspaceTrust.1645069257607\\\",\\\"status.workspaceTrust.1645069299093\\\",\\\"status.workspaceTrust.1645069421649\\\",\\\"status.workspaceTrust.1645069610507\\\",\\\"status.workspaceTrust.1645070035808\\\",\\\"status.workspaceTrust.1645070087615\\\",\\\"status.workspaceTrust.1645070175992\\\",\\\"status.workspaceTrust.1645070361746\\\",\\\"status.workspaceTrust.1645070401114\\\",\\\"status.workspaceTrust.1645070549055\\\",\\\"status.workspaceTrust.1645070627396\\\",\\\"status.workspaceTrust.1645070663914\\\",\\\"status.workspaceTrust.1645070874564\\\",\\\"status.workspaceTrust.1645128810413\\\",\\\"status.workspaceTrust.1645129261998\\\",\\\"status.workspaceTrust.1645129281699\\\",\\\"status.workspaceTrust.1645129548328\\\",\\\"status.workspaceTrust.1645129899229\\\",\\\"status.workspaceTrust.1645129999862\\\",\\\"status.workspaceTrust.1645130091309\\\",\\\"status.workspaceTrust.1645130386888\\\",\\\"status.workspaceTrust.1645130739092\\\",\\\"status.workspaceTrust.1645130793066\\\",\\\"status.workspaceTrust.1645130889134\\\",\\\"status.workspaceTrust.1645130970961\\\",\\\"status.workspaceTrust.1645131704939\\\",\\\"status.workspaceTrust.1645131736489\\\",\\\"status.workspaceTrust.1645152140508\\\",\\\"status.workspaceTrust.1645152153721\\\",\\\"status.workspaceTrust.1645562123822\\\",\\\"status.workspaceTrust.1645562271364\\\",\\\"status.workspaceTrust.1645562472965\\\",\\\"status.workspaceTrust.1645570639621\\\",\\\"status.workspaceTrust.1645583429892\\\",\\\"status.workspaceTrust.1645830219125\\\",\\\"status.workspaceTrust.1645832706297\\\",\\\"status.workspaceTrust.1646077521812\\\",\\\"status.workspaceTrust.1646082591200\\\",\\\"status.workspaceTrust.1646082695307\\\",\\\"status.workspaceTrust.1646082779081\\\",\\\"status.workspaceTrust.1646082796375\\\",\\\"status.workspaceTrust.1646083002473\\\",\\\"status.workspaceTrust.1646083010201\\\",\\\"status.workspaceTrust.1646086094082\\\",\\\"status.workspaceTrust.1646091098675\\\",\\\"status.workspaceTrust.1646094392413\\\",\\\"status.workspaceTrust.1646116855419\\\",\\\"status.workspaceTrust.1646140308147\\\",\\\"status.workspaceTrust.1646143976788\\\",\\\"status.workspaceTrust.1646181588785\\\",\\\"status.workspaceTrust.edaf70488c4b721e686490ddfaa1b91f\\\",\\\"status.workspaceTrust.1646247298517\\\",\\\"status.workspaceTrust.1646247303708\\\",\\\"status.workspaceTrust.1646247400517\\\",\\\"status.workspaceTrust.1646247456299\\\",\\\"status.workspaceTrust.1646247665805\\\",\\\"status.workspaceTrust.1646247670779\\\",\\\"status.workspaceTrust.1646247682519\\\",\\\"status.workspaceTrust.1646248423981\\\",\\\"status.workspaceTrust.1646248428913\\\",\\\"status.workspaceTrust.1646249953127\\\",\\\"status.workspaceTrust.1646256318176\\\",\\\"status.workspaceTrust.1646265947636\\\",\\\"status.workspaceTrust.1646265953042\\\",\\\"status.workspaceTrust.1646422547817\\\",\\\"status.workspaceTrust.2d6d4e44bb76a7e641285e56481361bd\\\",\\\"status.workspaceTrust.1647030309812\\\",\\\"status.workspaceTrust.134dbb8cebcc14e61180206e970186ab\\\",\\\"status.workspaceTrust.1647033457446\\\",\\\"status.workspaceTrust.1647494603080\\\",\\\"status.workspaceTrust.1647496151136\\\",\\\"status.workspaceTrust.1647579335337\\\",\\\"status.workspaceTrust.1647667008274\\\",\\\"status.workspaceTrust.1647749329465\\\",\\\"status.workspaceTrust.1647989653485\\\",\\\"status.workspaceTrust.1648066028416\\\",\\\"status.workspaceTrust.1648218867200\\\",\\\"status.workspaceTrust.59a80a1d8d7b8199db4bb4304ac745dc\\\",\\\"status.workspaceTrust.063d72c40554e2f6324123bb5e342e80\\\",\\\"status.workspaceTrust.1648428956882\\\",\\\"status.workspaceTrust.1648496819890\\\",\\\"status.workspaceTrust.1648666815777\\\",\\\"status.workspaceTrust.1648671939048\\\",\\\"status.workspaceTrust.1648683554528\\\",\\\"status.workspaceTrust.1648685368949\\\",\\\"status.workspaceTrust.1648752035008\\\",\\\"status.workspaceTrust.1648752059816\\\",\\\"status.workspaceTrust.1648761201920\\\",\\\"status.workspaceTrust.1648960974542\\\",\\\"status.workspaceTrust.950fb151cd732fd463bfe1cce582d0aa\\\",\\\"status.workspaceTrust.1649081465617\\\",\\\"status.workspaceTrust.1649112019691\\\",\\\"status.workspaceTrust.1649116305248\\\",\\\"status.workspaceTrust.1649165641760\\\",\\\"status.workspaceTrust.1649177841649\\\",\\\"status.workspaceTrust.4be7ffea86cb7be7f8a812bf71d4e1c0\\\",\\\"status.workspaceTrust.1649198029952\\\",\\\"status.workspaceTrust.1649374687373\\\",\\\"status.workspaceTrust.025f48dc0ecb2507d911dbf11b85cc5a\\\",\\\"status.workspaceTrust.1649611026006\\\",\\\"status.workspaceTrust.1649611040317\\\",\\\"status.workspaceTrust.1649651018054\\\",\\\"status.workspaceTrust.1649685884122\\\",\\\"status.workspaceTrust.ef30c34298d0290a3366723981361259\\\",\\\"status.workspaceTrust.1649703653869\\\",\\\"status.workspaceTrust.1649708602831\\\",\\\"status.workspaceTrust.1649781277758\\\",\\\"status.workspaceTrust.1649781388813\\\",\\\"status.workspaceTrust.1649958409009\\\",\\\"status.workspaceTrust.1650036946599\\\",\\\"status.workspaceTrust.1650037031949\\\",\\\"status.workspaceTrust.1650037135570\\\",\\\"status.workspaceTrust.b6249449c617ca02cf3d7f1d2dca7ea2\\\",\\\"status.workspaceTrust.1a11be78c4749b99dd6383471ab62d7a\\\",\\\"status.workspaceTrust.1650039725911\\\",\\\"status.workspaceTrust.1650052786775\\\",\\\"status.workspaceTrust.6fbeb78d1331ebfd4cffaeb227b394b9\\\",\\\"status.workspaceTrust.1650054413394\\\",\\\"status.workspaceTrust.1650398618767\\\",\\\"status.workspaceTrust.1650404652892\\\",\\\"status.workspaceTrust.27815801100525d9e0745f0915c843b3\\\",\\\"status.workspaceTrust.1651276881130\\\",\\\"status.workspaceTrust.1651595590166\\\",\\\"status.workspaceTrust.56302dfed2a9b38de120ffc359130c8b\\\",\\\"status.workspaceTrust.1651865555255\\\",\\\"status.workspaceTrust.f7362c329d12aa44fa0b5096dfc87c0a\\\",\\\"status.workspaceTrust.59c10f7ab54c6ecbdbe215a63313bef4\\\",\\\"status.workspaceTrust.1652203432710\\\",\\\"status.workspaceTrust.942c05b11b50eb3f4f900b57510cc72b\\\",\\\"status.workspaceTrust.1652227883307\\\",\\\"status.workspaceTrust.1652234340376\\\",\\\"status.workspaceTrust.1652285430760\\\",\\\"status.workspaceTrust.76217470656aa8cb80d1c304a8dfc7ab\\\",\\\"status.workspaceTrust.5f7e17260935c41df924dcf1c2488ec2\\\",\\\"status.workspaceTrust.1652892960287\\\",\\\"status.workspaceTrust.1653063160519\\\",\\\"status.workspaceTrust.5b00c895c2194ad704e4823848674c86\\\",\\\"status.workspaceTrust.1653089751966\\\",\\\"status.workspaceTrust.1653090043796\\\",\\\"status.workspaceTrust.422f1c1e1d669cee7e71bcb16993ea9a\\\",\\\"status.workspaceTrust.1653091073023\\\",\\\"status.workspaceTrust.1653107346608\\\",\\\"status.workspaceTrust.1653109617812\\\",\\\"status.workspaceTrust.1c8a3bc2b9b51967bed081410be7733a\\\",\\\"status.workspaceTrust.7123b4e4cade998a4b97db667b057e98\\\",\\\"status.workspaceTrust.1653552282689\\\",\\\"status.workspaceTrust.1653558855010\\\",\\\"status.workspaceTrust.f0d62d2973e33289f0e1418ac291150b\\\",\\\"status.workspaceTrust.1653604314893\\\",\\\"status.workspaceTrust.1653607464918\\\",\\\"status.workspaceTrust.1653607913858\\\",\\\"status.workspaceTrust.1653634409395\\\",\\\"status.workspaceTrust.b536cfaf26f533c30e6e44466cb3f86f\\\",\\\"status.workspaceTrust.00b3982133116be268d8cbe906873a3d\\\",\\\"status.workspaceTrust.1653681692097\\\",\\\"status.workspaceTrust.1653699266315\\\",\\\"status.workspaceTrust.025f0e0e48cf3c0ce05e9cfbab65e180\\\",\\\"status.workspaceTrust.1653703447066\\\",\\\"status.workspaceTrust.1653703501018\\\",\\\"status.workspaceTrust.1653704040187\\\",\\\"status.workspaceTrust.1653725541270\\\",\\\"status.workspaceTrust.1653959416367\\\",\\\"status.workspaceTrust.1654096871803\\\",\\\"status.workspaceTrust.8d910b0c5ffe0b6d63793b5831cc4105\\\",\\\"status.workspaceTrust.1654275161027\\\",\\\"status.workspaceTrust.1654668522412\\\",\\\"status.workspaceTrust.1655288464196\\\",\\\"status.workspaceTrust.b9ce4d7104f4d2a1ced7fae805e60feb\\\",\\\"status.workspaceTrust.1655497156981\\\",\\\"status.workspaceTrust.1657308119928\\\",\\\"status.workspaceTrust.1657505502626\\\",\\\"status.workspaceTrust.1657510159927\\\",\\\"status.workspaceTrust.1657724289302\\\",\\\"status.workspaceTrust.1659125364234\\\",\\\"status.workspaceTrust.1659162824615\\\",\\\"status.workspaceTrust.26e9fc85de53924905b02197bed51d9b\\\",\\\"status.workspaceTrust.ed8b32d8b590325b04be054703a3d8c9\\\",\\\"status.workspaceTrust.fcfa252aa02f5229444e09874e2c24a4\\\",\\\"status.workspaceTrust.bcc070555980c9ebe44c4c5a6b9d8a86\\\",\\\"status.workspaceTrust.ba6e5ea65b0701470bd4c8fa644d68e6\\\",\\\"status.workspaceTrust.1659343259343\\\",\\\"status.workspaceTrust.1659344524977\\\",\\\"status.workspaceTrust.1659775226556\\\",\\\"status.workspaceTrust.1659775793297\\\",\\\"status.workspaceTrust.90caf0b2ae6a9de7b4ef3150f028b321\\\",\\\"status.workspaceTrust.834a8a0dfe09312b7ff3a47a4cb49d02\\\",\\\"status.workspaceTrust.1dd15ef84e6974d87ff3386c3013e5d0\\\",\\\"status.workspaceTrust.1660281564171\\\",\\\"status.workspaceTrust.1660294344597\\\",\\\"status.workspaceTrust.1660295945644\\\",\\\"status.workspaceTrust.dab57d07edc0a485250febd4f2137da4\\\",\\\"status.workspaceTrust.a272687edaf732de723a6b1676551858\\\",\\\"status.workspaceTrust.1660383223015\\\",\\\"status.workspaceTrust.1660383515461\\\",\\\"status.workspaceTrust.1660392756340\\\",\\\"status.workspaceTrust.1660394378323\\\",\\\"status.workspaceTrust.1660400212596\\\",\\\"status.workspaceTrust.1660462285860\\\",\\\"status.workspaceTrust.285a679457d3a81a83adcda9c71d373e\\\",\\\"status.workspaceTrust.24e1e9d822a61e3bd24cea0c23f84990\\\",\\\"status.workspaceTrust.1660629150616\\\",\\\"status.workspaceTrust.1660941392875\\\",\\\"status.workspaceTrust.9f7cba5dd3ddc6df54c108f41c4ee349\\\",\\\"status.workspaceTrust.1661057266182\\\",\\\"status.workspaceTrust.1661064141548\\\",\\\"status.workspaceTrust.1661068332815\\\",\\\"status.workspaceTrust.640374ff69a71eb13b893e1985490ce5\\\",\\\"status.workspaceTrust.2aaf8678f2d36fe3cf2475d3ea9b7686\\\",\\\"status.workspaceTrust.1661313808177\\\",\\\"status.workspaceTrust.1661456759867\\\",\\\"status.workspaceTrust.1661456766864\\\",\\\"status.workspaceTrust.1661456813189\\\",\\\"status.workspaceTrust.1661463550230\\\",\\\"status.workspaceTrust.1661482417206\\\",\\\"status.workspaceTrust.1661482421107\\\",\\\"status.workspaceTrust.991b780e9ed8cf7fde680a13ba7baf11\\\",\\\"status.workspaceTrust.1661488001864\\\",\\\"status.workspaceTrust.1661552899492\\\",\\\"status.workspaceTrust.1661799278703\\\",\\\"status.workspaceTrust.1661803052110\\\",\\\"status.workspaceTrust.fb818d1d0d2b4ac945030e78186a64e7\\\",\\\"status.workspaceTrust.1661849336883\\\",\\\"status.workspaceTrust.1661849343235\\\",\\\"status.workspaceTrust.1661883322225\\\",\\\"status.workspaceTrust.1661885619804\\\",\\\"status.workspaceTrust.1661890287052\\\",\\\"status.workspaceTrust.1661894269820\\\",\\\"status.workspaceTrust.1661925827259\\\",\\\"status.workspaceTrust.1661926721973\\\",\\\"status.workspaceTrust.1661927424598\\\",\\\"status.workspaceTrust.1661931594650\\\",\\\"status.workspaceTrust.1662007102658\\\",\\\"status.workspaceTrust.1662007344439\\\",\\\"status.workspaceTrust.5ace4dc8330abd6c01e6cedf1b44df3f\\\",\\\"status.workspaceTrust.1662008130488\\\",\\\"status.workspaceTrust.1662008140313\\\",\\\"status.workspaceTrust.97eb522a8225e7182731dfd689aeff8a\\\",\\\"status.workspaceTrust.1662013246773\\\",\\\"status.workspaceTrust.1662072071223\\\",\\\"status.workspaceTrust.1662074789699\\\",\\\"status.workspaceTrust.1662075944000\\\",\\\"status.workspaceTrust.1662093445451\\\",\\\"status.workspaceTrust.1662094022732\\\",\\\"status.workspaceTrust.1662138968029\\\",\\\"status.workspaceTrust.1662139014137\\\",\\\"status.workspaceTrust.1662145780925\\\",\\\"status.workspaceTrust.f98ceb25e2f4f94fcc6b744743fc3ee8\\\",\\\"status.workspaceTrust.1662146590247\\\",\\\"status.workspaceTrust.1662147171867\\\",\\\"status.workspaceTrust.1662148819441\\\",\\\"status.workspaceTrust.1662148843885\\\",\\\"status.workspaceTrust.96adf0983740099037f977c860f8946f\\\",\\\"status.workspaceTrust.1662173308336\\\",\\\"status.workspaceTrust.b4a28ab9765f91a47d007f9e828e0e77\\\",\\\"status.workspaceTrust.1662260069855\\\",\\\"status.workspaceTrust.1662283079099\\\",\\\"status.workspaceTrust.1662283129856\\\",\\\"status.workspaceTrust.1662283885432\\\",\\\"status.workspaceTrust.1662283932525\\\",\\\"status.workspaceTrust.1662341918616\\\",\\\"status.workspaceTrust.1662342853793\\\",\\\"status.workspaceTrust.1662537206988\\\",\\\"status.workspaceTrust.1662537222731\\\",\\\"status.workspaceTrust.1662537229159\\\",\\\"status.workspaceTrust.1662537256757\\\",\\\"status.workspaceTrust.1662538362049\\\",\\\"status.workspaceTrust.1662538426222\\\",\\\"status.workspaceTrust.1662798746108\\\",\\\"status.workspaceTrust.1662798775557\\\",\\\"status.workspaceTrust.1662798906923\\\",\\\"status.workspaceTrust.1662968994340\\\",\\\"status.workspaceTrust.b4cc415dd7510fb7f34e0f9b5fabd3b2\\\",\\\"status.workspaceTrust.1663188282202\\\",\\\"status.workspaceTrust.1663291821186\\\",\\\"status.workspaceTrust.1663291839824\\\",\\\"status.workspaceTrust.42a3e68b6f59a8f63fc9e849f8638928\\\",\\\"status.workspaceTrust.1663614430629\\\",\\\"status.workspaceTrust.0a10f781e3dde5f8e4d2b62a7c4cce22\\\",\\\"status.workspaceTrust.083f6d38baf993048a1f12eb4b9eb06a\\\",\\\"status.workspaceTrust.1663679490132\\\",\\\"status.workspaceTrust.1663872329013\\\",\\\"status.workspaceTrust.1663872335857\\\",\\\"status.workspaceTrust.e2ca46aba5233d2117856bf8400d6fb2\\\",\\\"status.workspaceTrust.2036ce9e6b30ba5252c9dccac28b4f35\\\",\\\"status.workspaceTrust.1665035199365\\\",\\\"status.workspaceTrust.1665035215972\\\",\\\"status.workspaceTrust.1665035481900\\\",\\\"status.workspaceTrust.1665035537375\\\",\\\"status.workspaceTrust.1665035569726\\\",\\\"status.workspaceTrust.a8b83e9b44cc0fc36bbf25bc1c23388b\\\",\\\"status.workspaceTrust.d4b8831d4070b76c4c1245e125cba47b\\\",\\\"status.workspaceTrust.1665196079933\\\",\\\"status.workspaceTrust.1665253369736\\\",\\\"status.workspaceTrust.1665253378836\\\",\\\"status.workspaceTrust.1b36ea3a6773bfe64f24838eed11f4f5\\\",\\\"status.workspaceTrust.1665545238614\\\",\\\"status.workspaceTrust.1666145801442\\\",\\\"status.workspaceTrust.1666145873207\\\",\\\"status.workspaceTrust.3b922245d1077243d40aa90ab667cdcc\\\",\\\"status.workspaceTrust.d44f9b74baa1f408f631ece58556a3a2\\\",\\\"status.workspaceTrust.1666227472715\\\",\\\"status.workspaceTrust.1666227480430\\\",\\\"status.workspaceTrust.1666227602177\\\",\\\"status.workspaceTrust.1666227642763\\\",\\\"status.workspaceTrust.1666227745419\\\",\\\"status.workspaceTrust.74b10b8c324e9ae1ee7b3965cda34c7b\\\",\\\"status.workspaceTrust.1666331560335\\\",\\\"status.workspaceTrust.1666331918288\\\",\\\"status.workspaceTrust.04ff6f08e06880cf9a02bf5f800edde5\\\",\\\"status.workspaceTrust.1666418063901\\\",\\\"status.workspaceTrust.bc356acde32bf4ec9048f21b9843a585\\\",\\\"status.workspaceTrust.1666553612525\\\",\\\"status.workspaceTrust.2a0cfe46e08159c004578eeb2abf406c\\\",\\\"status.workspaceTrust.eb15f1e6d9c2285f8e2a1ac7b9a2e07b\\\",\\\"status.workspaceTrust.b630166ccc03da5665b91f0302df9131\\\",\\\"status.workspaceTrust.1666986190319\\\",\\\"status.workspaceTrust.1667654585417\\\",\\\"status.workspaceTrust.a6eec5dd06048d28401a15a267abe219\\\",\\\"status.workspaceTrust.4bd54f3b87815eb9813880822b5ac934\\\",\\\"status.workspaceTrust.1668463030225\\\",\\\"status.workspaceTrust.1668463442311\\\",\\\"status.workspaceTrust.1668463662852\\\",\\\"status.workspaceTrust.1668562917052\\\",\\\"status.workspaceTrust.1669088341233\\\",\\\"status.workspaceTrust.1669088359238\\\",\\\"status.workspaceTrust.0c3661131dd5a72487a360321d7a674e\\\",\\\"status.workspaceTrust.1669088920931\\\",\\\"status.workspaceTrust.1669088927731\\\",\\\"status.workspaceTrust.1669089103516\\\",\\\"status.workspaceTrust.134528262e61d72a5f9ca72d0dcb1e35\\\",\\\"status.workspaceTrust.1669089223583\\\",\\\"status.workspaceTrust.1669089596756\\\",\\\"status.workspaceTrust.1669090132180\\\",\\\"status.workspaceTrust.1669141606256\\\",\\\"status.workspaceTrust.1669553091233\\\",\\\"status.workspaceTrust.52b2b54753e4cc89a7871f46e191791b\\\",\\\"status.workspaceTrust.1670310292911\\\",\\\"status.workspaceTrust.1670315869342\\\",\\\"status.workspaceTrust.de7ab13be88315a33730d60f46c66517\\\",\\\"status.workspaceTrust.4db45c0977da82ee87263df3f77d7dd6\\\",\\\"status.workspaceTrust.1670438365867\\\",\\\"status.workspaceTrust.2d3ff3429c5764a4d8e134bae464f943\\\",\\\"status.workspaceTrust.27395a1277fcbad6edb334a3c85394e5\\\",\\\"status.workspaceTrust.1670629522236\\\",\\\"status.workspaceTrust.5263ae9a0844b6ae4f94c72eebdeeffd\\\",\\\"status.workspaceTrust.1670703745663\\\",\\\"status.workspaceTrust.1670877691452\\\",\\\"status.workspaceTrust.1671048456741\\\",\\\"status.workspaceTrust.3629afe6babe7b2cd9c7b58cc736c0aa\\\",\\\"status.workspaceTrust.1671114466550\\\",\\\"status.workspaceTrust.1671121237815\\\",\\\"status.workspaceTrust.98a7ef641bb2a1652c0c28a6cab9a81f\\\",\\\"status.workspaceTrust.3d048a3783e905c778c2d56b1755ea0a\\\",\\\"status.workspaceTrust.1672102341999\\\",\\\"status.workspaceTrust.1672102352128\\\",\\\"status.workspaceTrust.1672795260104\\\",\\\"status.workspaceTrust.1672845892719\\\",\\\"status.workspaceTrust.6d8905f2140d3cd11443483b90c4a418\\\",\\\"status.workspaceTrust.1673343194776\\\",\\\"status.workspaceTrust.1674074781922\\\",\\\"status.workspaceTrust.1674521335269\\\",\\\"status.workspaceTrust.1674663211711\\\",\\\"status.workspaceTrust.df79791792272b560fbd502ee4b00e1c\\\",\\\"status.workspaceTrust.1674665335458\\\",\\\"status.workspaceTrust.1674747029087\\\",\\\"status.workspaceTrust.db14a4ae4d5f36225ee14f0ae891226a\\\",\\\"status.workspaceTrust.1674756739608\\\",\\\"status.workspaceTrust.1674950757716\\\",\\\"status.workspaceTrust.46bd0176cc5fde254f96f68881b42d7a\\\",\\\"status.workspaceTrust.a06067934dbcb08b1e14bea0b5536ac9\\\",\\\"status.workspaceTrust.de4c80bf44fed6cfccd26dc9547f1461\\\",\\\"status.workspaceTrust.069a508880bccc5a3421e5fcd0e0d41b\\\",\\\"status.workspaceTrust.c1e6d8d3e2295b187dfae065d142ee05\\\",\\\"status.workspaceTrust.1675457347486\\\",\\\"status.workspaceTrust.84f73e0af47d1d27acc9ea52dec72672\\\",\\\"status.workspaceTrust.1675629852569\\\",\\\"status.workspaceTrust.a68933b231f6aca8b48814ec6deead58\\\",\\\"status.workspaceTrust.1675809382676\\\",\\\"status.workspaceTrust.1675821023760\\\",\\\"status.workspaceTrust.1675891805020\\\",\\\"status.workspaceTrust.1675898454758\\\",\\\"status.workspaceTrust.1675898463725\\\",\\\"status.workspaceTrust.9992b71673cea9b6f2247e3cac4cd9f0\\\",\\\"status.workspaceTrust.f7df7a880d1e9500a002a55233e040c8\\\",\\\"status.workspaceTrust.26838058f236e129d24ba13dbad6c333\\\",\\\"status.workspaceTrust.9ea0e462605e7b900fe24b0827461248\\\",\\\"status.workspaceTrust.1675999621305\\\",\\\"status.workspaceTrust.43c3fded8c2487143254e41713816df3\\\",\\\"status.workspaceTrust.1676299129748\\\",\\\"status.workspaceTrust.1676410775932\\\",\\\"status.workspaceTrust.1676489918802\\\",\\\"status.workspaceTrust.1676516502254\\\",\\\"status.workspaceTrust.1676557290460\\\",\\\"status.workspaceTrust.1676572547041\\\",\\\"status.workspaceTrust.1676606036033\\\",\\\"status.workspaceTrust.1676644931886\\\",\\\"status.workspaceTrust.1676645201547\\\",\\\"status.workspaceTrust.1676646615665\\\",\\\"status.workspaceTrust.1676651840136\\\",\\\"status.workspaceTrust.20ebee8feb37d4c626792a6fd29b4b7c\\\",\\\"status.workspaceTrust.1676676476985\\\",\\\"status.workspaceTrust.e9459e079fa1b843ced4505ae2e97def\\\",\\\"status.workspaceTrust.1676870128508\\\",\\\"status.workspaceTrust.1676944917190\\\",\\\"status.workspaceTrust.1677003725802\\\",\\\"status.workspaceTrust.1677004226704\\\",\\\"status.workspaceTrust.783c810a90cc44fe730e199c2b9d8b41\\\",\\\"status.workspaceTrust.b185aab2461fd2a06b97559c1b0e8212\\\",\\\"status.workspaceTrust.e4c9b9f9c8a18fb38a92915aa6b57fcb\\\",\\\"status.workspaceTrust.1677125136005\\\",\\\"status.workspaceTrust.2938389eb28f5fdc9530bfd6d355af23\\\",\\\"status.workspaceTrust.1677189196301\\\",\\\"status.workspaceTrust.856f07469b8a023bac396703825cf5a5\\\",\\\"status.workspaceTrust.1677213113809\\\",\\\"status.workspaceTrust.0c3fafca0a63f352e880eadfa08f72b4\\\",\\\"status.workspaceTrust.1677213907799\\\",\\\"status.workspaceTrust.1677254617038\\\",\\\"status.workspaceTrust.1677261581908\\\",\\\"status.workspaceTrust.cd868ac72102b036a55554836cd92704\\\",\\\"status.workspaceTrust.1677277832660\\\",\\\"status.workspaceTrust.163d63fcde72081817742fce92fbcddd\\\",\\\"status.workspaceTrust.1677446389915\\\",\\\"status.workspaceTrust.1677504259288\\\",\\\"status.workspaceTrust.1677543356683\\\",\\\"status.workspaceTrust.1677549995934\\\",\\\"status.workspaceTrust.1677553806366\\\",\\\"status.workspaceTrust.1677592947083\\\",\\\"status.workspaceTrust.1677593686272\\\",\\\"status.workspaceTrust.1677599521196\\\",\\\"status.workspaceTrust.1677600725842\\\",\\\"status.workspaceTrust.b2758205b0c93b62c40309b8938e228f\\\",\\\"status.workspaceTrust.1677610649770\\\",\\\"status.workspaceTrust.1677623474581\\\",\\\"status.workspaceTrust.1677679729259\\\",\\\"status.workspaceTrust.1677679865900\\\",\\\"status.workspaceTrust.d071c3094045c8cda6ab73decbb1235e\\\",\\\"status.workspaceTrust.1677956893676\\\",\\\"status.workspaceTrust.b3d356943c38aed9fa9a68fa3742c2d7\\\"]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\",\\\"label\\\":\\\"One Dark Pro\\\",\\\"settingsId\\\":\\\"One Dark Pro\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.embedded\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.cls.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"keyword.operator.word\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"markup.raw.monospace.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.list.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"markup.link.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.unquoted.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"invalid.illegal.unrecognized-tag.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"invalid.deprecated.entity.other.attribute-name.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\",\\\"constant.language.symbol.double-quoted.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.variable.parameter.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"entity.name.variable.field.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89ca78\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BE5046\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"support.other.namespace.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"variable.other.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"variable.other.constant.property\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":\\\"variable.other.readwrite.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d55fde\\\"},\\\"scope\\\":[\\\"constant.numeric.decimal.asm.x86_64\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2bbac5\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ef596f\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#2bbac5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"annotation:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"parameter.label:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#abb2bf\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"macro\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"tomlArrayKey\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"zhuangtongfa.material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"material-theme\\\",\\\"_extensionPublisher\\\":\\\"zhuangtongfa\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"activityBar.background\\\":\\\"#282c34\\\",\\\"activityBar.foreground\\\":\\\"#d7dae0\\\",\\\"activityBarBadge.background\\\":\\\"#4d78cc\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8fafd\\\",\\\"badge.background\\\":\\\"#282c34\\\",\\\"button.background\\\":\\\"#404754\\\",\\\"button.secondaryBackground\\\":\\\"#30333d\\\",\\\"button.secondaryForeground\\\":\\\"#c0bdbd\\\",\\\"checkbox.border\\\":\\\"#404754\\\",\\\"debugToolBar.background\\\":\\\"#21252b\\\",\\\"descriptionForeground\\\":\\\"#abb2bf\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#21252b\\\",\\\"dropdown.border\\\":\\\"#21252b\\\",\\\"editor.background\\\":\\\"#282c34\\\",\\\"editor.findMatchBackground\\\":\\\"#42557b\\\",\\\"editor.findMatchBorder\\\":\\\"#457dff\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#6199ff2f\\\",\\\"editor.foreground\\\":\\\"#abb2bf\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#d19a66\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#c678dd\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#56b6c2\\\",\\\"editorHoverWidget.highlightForeground\\\":\\\"#61afef\\\",\\\"editorInlayHint.foreground\\\":\\\"#abb2bf\\\",\\\"editorInlayHint.background\\\":\\\"#2c313c\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2c313c\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#abb2bf\\\",\\\"editorGutter.addedBackground\\\":\\\"#109868\\\",\\\"editorGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"editorOverviewRuler.addedBackground\\\":\\\"#109868\\\",\\\"editorOverviewRuler.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorOverviewRuler.modifiedBackground\\\":\\\"#948b60\\\",\\\"editor.selectionBackground\\\":\\\"#67769660\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffffff10\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#dddddd\\\",\\\"editor.wordHighlightBackground\\\":\\\"#d2e0ff2f\\\",\\\"editor.wordHighlightBorder\\\":\\\"#7f848e\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#abb2bf26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#7f848e\\\",\\\"editorBracketMatch.background\\\":\\\"#515a6b\\\",\\\"editorBracketMatch.border\\\":\\\"#515a6b\\\",\\\"editorCursor.background\\\":\\\"#ffffffc9\\\",\\\"editorCursor.foreground\\\":\\\"#528bff\\\",\\\"editorError.foreground\\\":\\\"#c24038\\\",\\\"editorGroup.background\\\":\\\"#181a1f\\\",\\\"editorGroup.border\\\":\\\"#181a1f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#21252b\\\",\\\"editorHoverWidget.background\\\":\\\"#21252b\\\",\\\"editorHoverWidget.border\\\":\\\"#181a1f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c8c8c859\\\",\\\"editorIndentGuide.background\\\":\\\"#3b4048\\\",\\\"editorLineNumber.foreground\\\":\\\"#495162\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21252b\\\",\\\"editorRuler.foreground\\\":\\\"#abb2bf26\\\",\\\"editorSuggestWidget.background\\\":\\\"#21252b\\\",\\\"editorSuggestWidget.border\\\":\\\"#181a1f\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#2c313a\\\",\\\"editorWarning.foreground\\\":\\\"#d19a66\\\",\\\"editorWhitespace.foreground\\\":\\\"#ffffff1d\\\",\\\"editorWidget.background\\\":\\\"#21252b\\\",\\\"focusBorder\\\":\\\"#3e4452\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#636b78\\\",\\\"input.background\\\":\\\"#1d1f23\\\",\\\"input.foreground\\\":\\\"#abb2bf\\\",\\\"list.activeSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.activeSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.focusBackground\\\":\\\"#323842\\\",\\\"list.focusForeground\\\":\\\"#f0f0f0\\\",\\\"list.highlightForeground\\\":\\\"#ecebeb\\\",\\\"list.hoverBackground\\\":\\\"#2c313a\\\",\\\"list.hoverForeground\\\":\\\"#abb2bf\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#323842\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.warningForeground\\\":\\\"#d19a66\\\",\\\"menu.foreground\\\":\\\"#abb2bf\\\",\\\"menu.separatorBackground\\\":\\\"#343a45\\\",\\\"minimapGutter.addedBackground\\\":\\\"#109868\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"panel.border\\\":\\\"#3e4452\\\",\\\"panelSectionHeader.background\\\":\\\"#21252b\\\",\\\"peekViewEditor.background\\\":\\\"#1b1d23\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#29244b\\\",\\\"peekViewResult.background\\\":\\\"#22262b\\\",\\\"scrollbar.shadow\\\":\\\"#23252c\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566660\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"settings.focusedRowBackground\\\":\\\"#282c34\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"sideBar.background\\\":\\\"#21252b\\\",\\\"sideBar.foreground\\\":\\\"#abb2bf\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282c34\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#abb2bf\\\",\\\"statusBar.background\\\":\\\"#21252b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#cc6633\\\",\\\"statusBar.debuggingBorder\\\":\\\"#ff000000\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#9da5b4\\\",\\\"statusBar.noFolderBackground\\\":\\\"#21252b\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#4d78cc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#f8fafd\\\",\\\"tab.activeBackground\\\":\\\"#282c34\\\",\\\"tab.activeBorder\\\":\\\"#b4b4b4\\\",\\\"tab.activeForeground\\\":\\\"#dcdcdc\\\",\\\"tab.border\\\":\\\"#181a1f\\\",\\\"tab.hoverBackground\\\":\\\"#323842\\\",\\\"tab.inactiveBackground\\\":\\\"#21252b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#323842\\\",\\\"terminal.ansiBlack\\\":\\\"#3f4451\\\",\\\"terminal.ansiBlue\\\":\\\"#4aa5f0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#4f5666\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#4dc4ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4cd1e0\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a5e075\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#de73ff\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff616e\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#e6e6e6\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#f0a45d\\\",\\\"terminal.ansiCyan\\\":\\\"#42b3c2\\\",\\\"terminal.ansiGreen\\\":\\\"#8cc265\\\",\\\"terminal.ansiMagenta\\\":\\\"#c162de\\\",\\\"terminal.ansiRed\\\":\\\"#e05561\\\",\\\"terminal.ansiWhite\\\":\\\"#d7dae0\\\",\\\"terminal.ansiYellow\\\":\\\"#d18f52\\\",\\\"terminal.background\\\":\\\"#282c34\\\",\\\"terminal.border\\\":\\\"#3e4452\\\",\\\"terminal.foreground\\\":\\\"#abb2bf\\\",\\\"terminal.selectionBackground\\\":\\\"#abb2bf30\\\",\\\"textBlockQuote.background\\\":\\\"#2e3440\\\",\\\"textBlockQuote.border\\\":\\\"#4b5362\\\",\\\"textLink.foreground\\\":\\\"#61afef\\\",\\\"textPreformat.foreground\\\":\\\"#d19a66\\\",\\\"titleBar.activeBackground\\\":\\\"#282c34\\\",\\\"titleBar.activeForeground\\\":\\\"#9da5b4\\\",\\\"titleBar.inactiveBackground\\\":\\\"#21252b\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6b717d\\\",\\\"tree.indentGuidesStroke\\\":\\\"#ffffff1d\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#2e3440\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#404754\\\"},\\\"watch\\\":false}\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.plus#gitlens.plus.intro\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#install.cmake.tools\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.plus#gitlens.plus.worktrees\\\":{\\\"done\\\":true}}\",\"workbench.panel.alignment\":\"center\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"name\\\":\\\"Ports\\\",\\\"pinned\\\":true,\\\"order\\\":5,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"name\\\":\\\"Jupyter\\\",\\\"pinned\\\":true,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"name\\\":\\\"GitLens\\\",\\\"pinned\\\":true,\\\"order\\\":6,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsPanelContainer\\\",\\\"name\\\":\\\"SQL Console\\\",\\\"pinned\\\":true,\\\"order\\\":7,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"name\\\":\\\"Comments\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"ces/skipSurvey\":\"1.56.2\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.view.extensions\\\",\\\"value\\\":273},{\\\"key\\\":\\\"workbench.action.focusActivityBar\\\",\\\"value\\\":275},{\\\"key\\\":\\\"workbench.action.editor.changeLanguageMode\\\",\\\"value\\\":291},{\\\"key\\\":\\\"prettier.forceFormatDocument\\\",\\\"value\\\":299},{\\\"key\\\":\\\"python.runLinting\\\",\\\"value\\\":307},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":320},{\\\"key\\\":\\\"editor.action.organizeImports\\\",\\\"value\\\":321},{\\\"key\\\":\\\"python.setLinter\\\",\\\"value\\\":330},{\\\"key\\\":\\\"python.setInterpreter\\\",\\\"value\\\":331},{\\\"key\\\":\\\"python.enableLinting\\\",\\\"value\\\":334},{\\\"key\\\":\\\"C_Cpp.BuildAndDebugFile\\\",\\\"value\\\":340},{\\\"key\\\":\\\"C_Cpp.AddDebugConfiguration\\\",\\\"value\\\":341},{\\\"key\\\":\\\"workbench.action.toggleActivityBarVisibility\\\",\\\"value\\\":345},{\\\"key\\\":\\\"workbench.view.explorer\\\",\\\"value\\\":346},{\\\"key\\\":\\\"editor.action.inPlaceReplace.down\\\",\\\"value\\\":350},{\\\"key\\\":\\\"actions.findWithSelection\\\",\\\"value\\\":351},{\\\"key\\\":\\\"editor.action.reindentselectedlines\\\",\\\"value\\\":352},{\\\"key\\\":\\\"editor.action.toggleRenderWhitespace\\\",\\\"value\\\":353},{\\\"key\\\":\\\"editor.action.indentationToTabs\\\",\\\"value\\\":355},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":356},{\\\"key\\\":\\\"editor.action.startFindReplaceAction\\\",\\\"value\\\":358},{\\\"key\\\":\\\"editor.emmet.action.balanceIn\\\",\\\"value\\\":398},{\\\"key\\\":\\\"gitlens.showWorktreesView\\\",\\\"value\\\":402},{\\\"key\\\":\\\"github.codespaces.signIn\\\",\\\"value\\\":403},{\\\"key\\\":\\\"markdownlint.openConfigFile\\\",\\\"value\\\":415},{\\\"key\\\":\\\"github.copilot.generate\\\",\\\"value\\\":427},{\\\"key\\\":\\\"workbench.action.toggleAuxiliaryBar\\\",\\\"value\\\":429},{\\\"key\\\":\\\"workbench.action.focusAuxiliaryBar\\\",\\\"value\\\":430},{\\\"key\\\":\\\"remote-containers.createDevContainer\\\",\\\"value\\\":445},{\\\"key\\\":\\\"workbench.remoteTunnel.actions.configure\\\",\\\"value\\\":446},{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":448},{\\\"key\\\":\\\"extension.resetSettings\\\",\\\"value\\\":449},{\\\"key\\\":\\\"workbench.action.showRuntimeExtensions\\\",\\\"value\\\":451},{\\\"key\\\":\\\"browse-lite.open\\\",\\\"value\\\":457},{\\\"key\\\":\\\"codesnap.start\\\",\\\"value\\\":473},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":482},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":491},{\\\"key\\\":\\\"typescript.goToProjectConfig\\\",\\\"value\\\":495},{\\\"key\\\":\\\"npm.focus\\\",\\\"value\\\":502},{\\\"key\\\":\\\"workbench.files.action.collapseExplorerFolders\\\",\\\"value\\\":503},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":505},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":514},{\\\"key\\\":\\\"editor.emmet.action.wrapWithAbbreviation\\\",\\\"value\\\":518},{\\\"key\\\":\\\"editor.action.formatSelection\\\",\\\"value\\\":520},{\\\"key\\\":\\\"workbench.action.openWorkspaceSettings\\\",\\\"value\\\":524},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":526},{\\\"key\\\":\\\"prettier.createConfigFile\\\",\\\"value\\\":527},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":529},{\\\"key\\\":\\\"workbench.action.openWorkspace\\\",\\\"value\\\":531},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":534}]}\",\"commandPalette.mru.counter\":\"535\",\"cpp.1.editedCount\":\"7\",\"cpp.1.editedDate\":\"Sat Oct 23 2021\",\"cpp.1.isCandidate\":\"false\",\"cpp.1.lastSessionDate\":\"Sat Oct 23 2021\",\"cpp.1.sessionCount\":\"32\",\"cpp.1.skipVersion\":\"1.60.0\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"njk\\\",\\\"asm\\\",\\\"tfvars\\\"]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"java\\\":[\\\"vscjava.vscode-java-pack\\\"],\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"c\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"makefile\\\":[\\\"ms-vscode.makefile-tools\\\"],\\\"python\\\":[\\\"ms-python.python\\\"]}\",\"github-Brian-Pob\":\"[{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.remotehub\\\",\\\"name\\\":\\\"GitHub Repositories\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-labs\\\",\\\"name\\\":\\\"GitHub Copilot Labs\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.codespaces\\\",\\\"name\\\":\\\"GitHub Codespaces\\\",\\\"allowed\\\":true}]\",\"hasNotifiedOfSettingsAutosave\":\"true\",\"java.2.editedCount\":\"1\",\"java.2.editedDate\":\"Tue Nov 02 2021\",\"java.2.lastSessionDate\":\"Sun Mar 05 2023\",\"java.2.sessionCount\":\"93\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Fri Apr 08 2022\",\"javascript.1.lastSessionDate\":\"Wed Jun 29 2022\",\"javascript.1.sessionCount\":\"54\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:lorem-ipsum.line\\\",\\\"@command:lorem-ipsum.l\\\",\\\"@command:lorem-ipsum\\\",\\\"lorem\\\",\\\"\\\\\\\"ctrl+shift+i\\\\\\\"\\\",\\\"emmet\\\",\\\"@command:editor.emmet.action.wrapWithAbbreviation\\\",\\\"@command:github.copilot.generate\\\",\\\"A\\\",\\\"Alt+\\\",\\\"Alt+Z\\\",\\\"ins\\\",\\\"\\\\\\\"insert\\\\\\\"\\\",\\\"@source:user\\\",\\\"@source:use\\\",\\\"\\\\\\\"ctrl+insert\\\\\\\"\\\",\\\"\\\\\\\"backspace backspace\\\\\\\"\\\",\\\"\\\\\\\"ctrl+]\\\\\\\"\\\",\\\"\\\\\\\"ctrl+] ctrl+\\\\\\\\\\\\\\\"\\\",\\\"\\\\\\\"backspace ctrl\\\\\\\"\\\",\\\"\\\\\\\"backspace ctrl+\\\\\\\\\\\\\\\"\\\",\\\"\\\\\\\"ctrl+\\\\\\\\\\\\\\\"\\\",\\\"\\\\\\\"ctrl+\\\\\\\\ alt+\\\\\\\\\\\\\\\"\\\",\\\"\\\\\\\"alt+\\\\\\\\\\\\\\\"\\\",\\\"\\\\\\\"alt\\\\\\\"\\\",\\\"\\\\\\\"alt+right\\\\\\\"\\\",\\\"@command:php-docblocker.trigger\\\",\\\"@command:extension.docblocker\\\",\\\"\\\\\\\"cmd+k k\\\\\\\"\\\",\\\"close re\\\",\\\"close remo\\\",\\\"close remote\\\",\\\"\\\\\\\"shift+cmd+e cmd\\\\\\\"\\\",\\\"@command:workbench.action.installCommandLine\\\",\\\"beauÒ\\\",\\\"\\\\\\\"cmd+l cmd\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+l cmd+l\\\\\\\"\\\",\\\"\\\\\\\"backspace cmd+l\\\\\\\"\\\",\\\"\\\\\\\"cmd+l shift+cmd+b\\\\\\\"\\\",\\\"\\\\\\\"cmd+l cmd+l\\\\\\\"\\\",\\\"beaut\\\",\\\"\\\\\\\"shift+cmd+l\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+b\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+b alt+l\\\\\\\"\\\",\\\"\\\\\\\"backspace cmd\\\\\\\"\\\",\\\"\\\\\\\"alt+l\\\\\\\"\\\",\\\"\\\\\\\"alt+l backspace\\\\\\\"\\\",\\\"beau\\\",\\\"\\\\\\\"shift+cmd+e shift+cmd+e\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+e cmd+w\\\\\\\"\\\",\\\"new file\\\",\\\"workbench.action.files.newFile\\\",\\\"f\\\",\\\"\\\\\\\"cmd+n ctrl+alt+cmd+n\\\\\\\"\\\",\\\"\\\\\\\"backspace\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+cmd+n\\\\\\\"\\\",\\\"\\\\\\\"cmd+n\\\\\\\"\\\",\\\"\\\\\\\"cmd+p backspace\\\\\\\"\\\",\\\"file\\\",\\\"\\\\\\\"\\\",\\\"\\\\\\\"cmd+p\\\\\\\"\\\",\\\"pin\\\",\\\"pin \\\",\\\"pin to\\\",\\\"\\\\\\\"cmd+l\\\\\\\"\\\",\\\"\\\\\\\"cmd+l backspace\\\\\\\"\\\",\\\"\\\\\\\"cmd+k shift\\\\\\\"\\\",\\\"\\\\\\\"cmd+k shift+enter\\\\\\\"\\\",\\\"@command:editor.action.formatDocument.none\\\",\\\"\\\\\\\"ctrl+w\\\\\\\"\\\",\\\"@command:editor.action.formatDocument.multiple\\\",\\\"@command:python.setLinter\\\",\\\"\\\\\\\"ctrl+j alt+j\\\\\\\"\\\",\\\"\\\\\\\"alt+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+j backspace\\\\\\\"\\\",\\\"vim\\\",\\\"\\\\\\\"ctrl+j\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+e\\\\\\\"\\\",\\\"\\\\\\\"alt+cmd+right\\\\\\\"\\\",\\\"@command:C_Cpp.BuildAndDebugFile\\\",\\\"fil\\\",\\\"ope\\\",\\\"open\\\",\\\"open file\\\",\\\"search \\\",\\\"search fi\\\",\\\"search fil\\\",\\\"search file\\\",\\\"@command:editor.action.formatDocument\\\",\\\"@command:editor.emmet.action.balanceOut\\\",\\\"@command:editor.emmet.action.balanceIn\\\",\\\"toggle secon\\\",\\\"@command:extension.resetSettings\\\",\\\"\\\\\\\"cmd+d\\\\\\\"\\\"]}\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.62.3\",\"recently.opened\":\"{\\\"entries\\\":[{\\\"workspace\\\":{\\\"id\\\":\\\"8b13319\\\",\\\"configPath\\\":\\\"vscode-remote://tunnel%2Bbrians-macbook-pro-1/Users/brian/Projects/mern-ecommerce/mern-ecommerce.code-workspace\\\"},\\\"remoteAuthority\\\":\\\"tunnel+Brians-Macbook-Pro-1\\\"},{\\\"folderUri\\\":\\\"vscode-remote://tunnel%2Bbrians-macbook-pro-1/Users/brian/Projects/mern-ecommerce\\\",\\\"remoteAuthority\\\":\\\"tunnel+Brians-Macbook-Pro-1\\\"},{\\\"folderUri\\\":\\\"vscode-vfs://github/fsu-fall2022-capstone/Project-Group-6\\\",\\\"label\\\":\\\"fsu-fall2022-capstone/Project-Group-6 [GitHub]\\\"},{\\\"folderUri\\\":\\\"vscode-vfs://github%2B7b2276223a312c22726566223a7b2274797065223a342c226964223a22776970227d7d/Brian-Pob/Brian-Pob.github.io\\\",\\\"label\\\":\\\"Brian-Pob/Brian-Pob.github.io (wip) [GitHub]\\\"},{\\\"folderUri\\\":\\\"vscode-vfs://github/Brian-Pob/Brian-Pob.github.io\\\",\\\"label\\\":\\\"Brian-Pob/Brian-Pob.github.io [GitHub]\\\"},{\\\"folderUri\\\":\\\"vscode-vfs://github%2B7b2276223a312c22726566223a7b2274797065223a342c226964223a226d6173746572227d7d/Brian-Pob/WEBAPDE-MP-HEROKU\\\",\\\"label\\\":\\\"Brian-Pob/WEBAPDE-MP-HEROKU [GitHub]\\\"},{\\\"folderUri\\\":\\\"vscode-vfs://github/Brian-Pob/thecultureproject-crawl\\\",\\\"label\\\":\\\"Brian-Pob/thecultureproject-crawl [GitHub]\\\"},{\\\"fileUri\\\":\\\"vscode-remote://tunnel%2Bbrians-macbook-pro-1/Users/brian/Projects/mern-ecommerce/frontend/src/store.js\\\",\\\"label\\\":\\\"~/Projects/mern-ecommerce/frontend/src/store.js\\\"}]}\",\"remote.explorerType\":\"codespaces\",\"remote.tunnels.toRestore.ssh-remote+73.118.89.147.1775823787\":\"[]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"typescript.1.lastSessionDate\":\"Tue Feb 21 2023\",\"typescript.1.sessionCount\":\"83\",\"workbench.activity.showAccounts\":\"true\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.cmake__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.comment-anchors.state.hidden\":\"[{\\\"id\\\":\\\"fileAnchors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workspaceAnchors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"epicAnchors\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\",\"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}]\",\"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}]\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppReferencesView\\\",\\\"isHidden\\\":false}]\",\"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}]\",\"workbench.view.extension.tabnine-access.state.hidden\":\"[{\\\"id\\\":\\\"tabnine-home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-today\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-notifications\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false}]\",\"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.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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.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.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.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.web.installed\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sshHosts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"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.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},{\\\"id\\\":\\\"workbench.views.sync.conflicts\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"ms-python.python#pythonWelcome\\\",\\\"Setup\\\",\\\"ms-vscode-remote.remote-wsl#wslWelcome\\\"]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1673271419322,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1673271465861,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.experience\\\",\\\"gitlens.welcome.settings\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.gitCodeLens\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.gitSideBarViews\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.gitCommandPalette\\\",\\\"gitlens.welcome.interactiveRebaseEditor\\\",\\\"gitlens.welcome.terminal\\\",\\\"gitlens.welcome.plus\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.plus\\\",{\\\"firstSeen\\\":1673271465861,\\\"stepIDs\\\":[\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.commitGraph\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.richIntegrations\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.trial\\\",\\\"gitlens.plus.trial.extend\\\",\\\"gitlens.plus.trial.upgrade\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1674057833148,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWelcome\\\",{\\\"firstSeen\\\":1674057833148,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1674057833148,\\\"stepIDs\\\":[\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"open.project\\\",\\\"setup.intellisense\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"install.cmake.tools\\\",\\\"watch.tutorials\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1674057833148,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}]]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"ctrlEnterReplaceAll.windows.donotask\":\"true\",\"extensionTips/promptedExecutableTips\":\"{\\\"docker\\\":[\\\"ms-azuretools.vscode-docker\\\"]}\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.sideBar.position\":\"0\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.view.extension.copilot-labs\\\",\\\"name\\\":\\\"GitHub Copilot Labs\\\",\\\"pinned\\\":true,\\\"order\\\":11,\\\"visible\\\":true}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"true\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.66.1\",\"tabs-list-width-horizontal\":\"99\",\"workbench.view.extension.atlascode-drawer.state.hidden\":\"[{\\\"id\\\":\\\"atlascode.views.jira.customJql\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"atlascode.views.bb.pullrequestsTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"atlascode.views.bb.pipelinesTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"atlascode.views.bb.issuesTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"atlascode.views.helpTreeView\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.dev-container+2f55736572732f627269616e2f53697465732f506f7274666f6c696f2f427269616e2d506f622e6769746875622e696f.1237264756\":\"[]\",\"workbench.view.extension.makefile__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false}]\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\",\"tabs-list-width-vertical\":\"46\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.ssh-remote+localhost.-253487400\":\"[]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.view.extension.copilot-labs\\\":2},\\\"viewLocations\\\":{}}\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.package-explorer.state.hidden\":\"[{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false}]\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.copilot-labs.state.hidden\":\"[{\\\"id\\\":\\\"copilotSidebar.explain\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.translate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.toolbox\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.generateTests\\\",\\\"isHidden\\\":false}]\",\"gitlens+-Brian-Pob1\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1674076233494],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1675530003477],[\\\"snippets/snippets.code-snippets/bs5-list-colors\\\",1675536790444],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1676865693312],[\\\"lib/snippets/generated.json/componentProps\\\",1677127295675],[\\\"snippets/typescript.code-snippets/Define a full property\\\",1677178970302],[\\\"snippets/component.tsx.json/Solid empty function component. With Imports and default export\\\",1677992544442]]\",\"remote.tunnels.toRestore.codespaces+brian-pob-fuzzy-winner-4q5wxgqp974hjggg.-243035092\":\"[]\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Mon Feb 20 2023\",\"http.linkProtectionTrustedDomains\":\"[\\\"*.devtunnels.ms\\\",\\\"*.mozilla.org\\\"]\",\"remote.tunnels.toRestore.tunnel+Brians-Macbook-Pro-1.1002995526\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"https://g4h9q1gw-3000.use2.devtunnels.ms/\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"https\\\",\\\"authority\\\":\\\"g4h9q1gw-3000.use2.devtunnels.ms\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.tunnel+Brians-Macbook-Pro-1.265174771\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"https://g4h9q1gw-3000.use2.devtunnels.ms/\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"https\\\",\\\"authority\\\":\\\"g4h9q1gw-3000.use2.devtunnels.ms\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remoteTunnelServicePromptedPreview\":\"true\",\"remoteTunnelServiceUsed\":\"Brians-Macbook-Pro-1\",\"switchQuality.selectSettingsSyncServiceDialogShown\":\"true\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.75.1\",\"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