This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"styff","settings":"{\"settings\":\"{\\n /**\\n * Better Defaults\\n **/\\n \\\"editor.copyWithSyntaxHighlighting\\\": false,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"editor.emptySelectionClipboard\\\": false,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"window.newWindowDimensions\\\": \\\"inherit\\\",\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"diffEditor.renderSideBySide\\\": false,\\n \\\"editor.snippetSuggestions\\\": \\\"top\\\",\\n \\\"editor.detectIndentation\\\": false,\\n \\\"window.nativeFullScreen\\\": false,\\n \\\"files.insertFinalNewline\\\": true,\\n \\\"files.trimFinalNewlines\\\": true,\\n /**\\n * Hide Everything\\n */\\n \\\"workbench.activityBar.visible\\\": false,\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.editor.showTabs\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.lineNumbers\\\": \\\"off\\\",\\n /**\\n * Silence The Noise\\n */\\n \\\"breadcrumbs.enabled\\\": false,\\n \\\"scm.diffDecorations\\\": \\\"none\\\",\\n \\\"editor.hover.enabled\\\": false,\\n \\\"editor.matchBrackets\\\": \\\"never\\\",\\n \\\"workbench.tips.enabled\\\": false,\\n \\\"editor.colorDecorators\\\": false,\\n \\\"git.decorations.enabled\\\": false,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"editor.lightbulb.enabled\\\": false,\\n \\\"editor.selectionHighlight\\\": false,\\n \\\"editor.overviewRulerBorder\\\": false,\\n \\\"editor.renderLineHighlight\\\": \\\"none\\\",\\n \\\"editor.occurrencesHighlight\\\": false,\\n \\\"problems.decorations.enabled\\\": false,\\n \\\"editor.renderControlCharacters\\\": false,\\n \\\"editor.hideCursorInOverviewRuler\\\": true,\\n \\\"editor.gotoLocation.multipleReferences\\\": \\\"goto\\\",\\n \\\"editor.gotoLocation.multipleDefinitions\\\": \\\"goto\\\",\\n \\\"editor.gotoLocation.multipleDeclarations\\\": \\\"goto\\\",\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": false,\\n \\\"editor.gotoLocation.multipleImplementations\\\": \\\"goto\\\",\\n \\\"editor.gotoLocation.multipleTypeDefinitions\\\": \\\"goto\\\",\\n /**\\n * Typography\\n **/\\n \\\"workbench.colorTheme\\\": \\\"Houston\\\",\\n \\\"editor.fontFamily\\\": \\\"MonoLisa\\\",\\n \\\"editor.fontSize\\\": 12,\\n \\\"editor.lineHeight\\\": 0,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"editor.suggestFontSize\\\": 15,\\n \\\"editor.suggestLineHeight\\\": 28,\\n \\\"terminal.integrated.fontSize\\\": 15,\\n \\\"terminal.integrated.lineHeight\\\": 1.5,\\n /**\\n * Find\\n **/\\n \\\"search.useIgnoreFiles\\\": false,\\n \\\"search.exclude\\\": {\\n // Hide everything in /vendor, except the \\\"laravel\\\" and \\\"livewire\\\" folder.\\n \\\"**/vendor/{[^l],?[^ai]}*\\\": true,\\n // Hide everything in /public, except \\\"index.php\\\"\\n \\\"**/public/{[^i],?[^n]}*\\\": true,\\n \\\"**/node_modules\\\": true,\\n \\\"**/dist\\\": true,\\n \\\"**/_ide_helper.php\\\": true,\\n \\\"**/composer.lock\\\": true,\\n \\\"**/package-lock.json\\\": true,\\n \\\"storage\\\": true\\n },\\n /**\\n * Code\\n **/\\n // Include \\\"-\\\" in word selection.\\n \\\"editor.wordSeparators\\\": \\\"`~!@#%^&*()=+[{]}\\\\\\\\|;:'\\\\\\\",.<>/?\\\",\\n \\\"emmet.includeLanguages\\\": {\\n \\\"blade\\\": \\\"html\\\",\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"vue\\\": \\\"html\\\"\\n },\\n \\\"files.associations\\\": {\\n \\\".php_cs\\\": \\\"php\\\",\\n \\\".php_cs.dist\\\": \\\"php\\\"\\n },\\n /**\\n * PHP\\n **/\\n \\\"php.suggest.basic\\\": false,\\n /**\\n * PHP CS Fixer\\n **/\\n \\\"php-cs-fixer.onsave\\\": true,\\n \\\"php-cs-fixer.showOutput\\\": false,\\n \\\"php-cs-fixer.autoFixByBracket\\\": false,\\n \\\"php-cs-fixer.rules\\\": \\\"@PSR2\\\",\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"rome.rome\\\",\\n \\\"editor.formatOnSave\\\": true\\n },\\n /**\\n * Window Settings\\n **/\\n \\\"window.nativeTabs\\\": true,\\n \\\"window.titleBarStyle\\\": \\\"native\\\",\\n \\\"customizeUI.titleBar\\\": \\\"inline\\\",\\n \\\"customizeUI.stylesheet\\\": {\\n \\\".editor .title\\\": \\\"background: transparent !important;\\\",\\n \\\".editor .title .label-container\\\": \\\"visibility: hidden;\\\",\\n // Hide top-right buttons\\n \\\".editor .title .actions-container .action-item a\\\": \\\"visibility: hidden;\\\",\\n // Show top-right \\\"settings goto icon\\\"\\n \\\".editor .title .actions-container .action-item a[title=\\\\\\\"Open Settings (UI)\\\\\\\"]\\\": \\\"visibility: initial;\\\",\\n \\\".editor .title .actions-container .action-item a[title=\\\\\\\"Open Settings (JSON)\\\\\\\"]\\\": \\\"visibility: initial;\\\",\\n // Make it the \\\"right-most\\\" icon.\\n \\\".editor .title .actions-container\\\": \\\"flex-direction: row-reverse;\\\",\\n // Only show the scrollbar on hover.\\n \\\".editor .scrollbar .slider\\\": \\\"visibility: hidden\\\",\\n \\\".editor .scrollbar:hover .slider\\\": \\\"visibility: initial\\\",\\n // Change cursor color.\\n \\\".monaco-editor .cursor\\\": \\\"background: linear-gradient(to bottom, #7f00ff, #e100ff) !important; color: #292D3E !important\\\"\\n },\\n \\\"tabnine.experimentalAutoImports\\\": true,\\n \\\"terminal.integrated.env.osx\\\": {\\n \\\"FIG_NEW_SESSION\\\": \\\"1\\\"\\n },\\n \\\"editor.guides.indentation\\\": false,\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.formatOnType\\\": true,\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"rome.rome\\\"\\n },\\n \\\"workbench.productIconTheme\\\": \\\"fluent-icons\\\",\\n \\\"workbench.iconTheme\\\": \\\"symbols\\\",\\n \\\"[css]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.css-language-features\\\"\\n },\\n \\\"[python]\\\": {\\n \\\"editor.formatOnType\\\": true\\n },\\n \\\"audioCues.volume\\\": 10,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\n \\\"editor.stickyScroll.enabled\\\": true,\\n \\\"editor.semanticHighlighting.enabled\\\": true,\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"rome.rome\\\"\\n },\\n \\\"explorer.confirmDragAndDrop\\\": false\\n}\\n\"}","keybindings":"{\"keybindings\":\"[\\n /**\\n * Panels\\n **/\\n {\\n \\\"key\\\": \\\"cmd+k cmd+e\\\",\\n \\\"command\\\": \\\"workbench.view.explorer\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+g\\\",\\n \\\"command\\\": \\\"workbench.view.scm\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+d\\\",\\n \\\"command\\\": \\\"workbench.view.debug\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+x\\\",\\n \\\"command\\\": \\\"workbench.extensions.action.showEnabledExtensions\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+b\\\",\\n \\\"command\\\": \\\"workbench.action.toggleSidebarVisibility\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+e\\\",\\n \\\"command\\\": \\\"workbench.action.focusActiveEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.toggleTerminal\\\"\\n },\\n\\n /**\\n * Toggle Font Size\\n **/\\n {\\n \\\"key\\\": \\\"cmd+k cmd+k\\\",\\n \\\"command\\\": \\\"toggle\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\",\\n \\\"args\\\": {\\n \\\"id\\\": \\\"fontSize\\\",\\n \\\"value\\\": [\\n {\\n \\\"editor.fontSize\\\": 15,\\n \\\"editor.lineHeight\\\": 45\\n },\\n {\\n \\\"editor.fontSize\\\": 12,\\n \\\"editor.lineHeight\\\": 0\\n }\\n ]\\n }\\n },\\n\\n /**\\n * Fold/Unfold\\n **/\\n {\\n \\\"key\\\": \\\"shift+cmd+[\\\",\\n \\\"command\\\": \\\"editor.fold\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+]\\\",\\n \\\"command\\\": \\\"editor.unfold\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n\\n\\n /**\\n * Line Manipulation\\n **/\\n {\\n \\\"key\\\": \\\"cmd+l\\\",\\n \\\"command\\\": \\\"editor.action.copyLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+j\\\",\\n \\\"command\\\": \\\"editor.action.joinLines\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n\\n /**\\n * File Explorer\\n **/\\n {\\n \\\"key\\\": \\\"cmd+d\\\",\\n \\\"command\\\": \\\"duplicate.execute\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+n\\\",\\n \\\"command\\\": \\\"explorer.newFile\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !inputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+n\\\",\\n \\\"command\\\": \\\"explorer.newFolder\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !inputFocus\\\"\\n },\\n\\n /**\\n * Multi-Cursor\\n **/\\n {\\n \\\"key\\\": \\\"cmd+backspace\\\",\\n \\\"command\\\": \\\"editor.action.moveSelectionToPreviousFindMatch\\\",\\n \\\"when\\\": \\\"editorFocus && editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+d\\\",\\n \\\"command\\\": \\\"editor.action.moveSelectionToNextFindMatch\\\",\\n \\\"when\\\": \\\"editorFocus && editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+right\\\",\\n \\\"command\\\": \\\"editor.action.insertCursorAtEndOfEachLineSelected\\\",\\n \\\"when\\\": \\\"editorFocus && editorHasSelection\\\"\\n },\\n\\n /**\\n * Split Panels\\n **/\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"workbench.action.joinAllGroups\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+n\\\",\\n \\\"command\\\": \\\"workbench.action.splitEditor\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"workbench.action.navigateRight\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+h\\\",\\n \\\"command\\\": \\\"workbench.action.navigateLeft\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+=\\\",\\n \\\"command\\\": \\\"workbench.action.increaseViewSize\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+-\\\",\\n \\\"command\\\": \\\"workbench.action.decreaseViewSize\\\",\\n \\\"when\\\": \\\"editorFocus\\\"\\n },\\n\\n\\n /**\\n * Terminal Split Panel\\n **/\\n {\\n \\\"key\\\": \\\"ctrl+n\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.split\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNextPane\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+h\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusPreviousPane\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.kill\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.clear\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n\\n /**\\n * Emmet\\n **/\\n {\\n \\\"key\\\": \\\"cmd+m cmd+i\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceIn\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+o\\\",\\n \\\"command\\\": \\\"editor.emmet.action.balanceOut\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+w\\\",\\n \\\"command\\\": \\\"editor.emmet.action.wrapWithAbbreviation\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+m\\\",\\n \\\"command\\\": \\\"editor.emmet.action.matchTag\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+e\\\",\\n \\\"command\\\": \\\"editor.action.smartSelect.expand\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+r\\\",\\n \\\"command\\\": \\\"editor.emmet.action.updateTag\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+m cmd+backspace\\\",\\n \\\"command\\\": \\\"editor.emmet.action.removeTag\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n\\n /**\\n * amVim Finder Fix\\n **/\\n {\\n \\\"key\\\": \\\"enter\\\",\\n \\\"command\\\": \\\"editor.action.nextMatchFindAction\\\",\\n \\\"when\\\": \\\"findWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+enter\\\",\\n \\\"command\\\": \\\"editor.action.previousMatchFindAction\\\",\\n \\\"when\\\": \\\"findWidgetVisible\\\"\\n },\\n\\n /**\\n * IntelliSense\\n **/\\n {\\n \\\"key\\\": \\\"cmd+r\\\",\\n \\\"command\\\": \\\"workbench.action.gotoSymbol\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+shift+r\\\",\\n \\\"command\\\": \\\"workbench.action.showAllSymbols\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+enter\\\",\\n \\\"command\\\": \\\"editor.action.goToDeclaration\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n\\t{\\n \\\"key\\\": \\\"cmd+k cmd+i\\\",\\n \\\"command\\\": \\\"namespaceResolver.import\\\"\\n },\\n\\n /**\\n * Project Switching\\n **/\\n {\\n \\\"key\\\": \\\"cmd+;\\\",\\n \\\"command\\\": \\\"workbench.action.switchWindow\\\",\\n \\\"when\\\": \\\"! config.simple-project-switcher.present\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+right\\\",\\n \\\"command\\\": \\\"workbench.action.showNextWindowTab\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+left\\\",\\n \\\"command\\\": \\\"workbench.action.showPreviousWindowTab\\\"\\n },\\n\\n /**\\n * Open DevTools\\n **/\\n {\\n \\\"key\\\": \\\"alt+cmd+i\\\",\\n \\\"command\\\": \\\"workbench.action.toggleDevTools\\\"\\n },\\n\\n /**\\n * Hide Toaster Notifications\\n **/\\n {\\n \\\"key\\\": \\\"escape\\\",\\n \\\"command\\\": \\\"notifications.hideToasts\\\",\\n \\\"when\\\": \\\"notificationToastsVisible\\\"\\n }\\n]\\n\",\"platform\":1}","tasks":"{\"tasks\":\"{}\"}","snippets":"{\"snippets\":{\"javascript.json\":\"{\\n \\\"Query Selector\\\": {\\n \\\"prefix\\\": \\\"ds\\\",\\n \\\"body\\\": [\\n \\\"document.querySelector($1)\\\"\\n ]\\n },\\n\\n \\\"Console Log\\\": {\\n \\\"prefix\\\": \\\"con\\\",\\n \\\"body\\\": [\\n \\\"console.log($1)\\\"\\n ]\\n }\\n}\\n\",\"php.json\":\"{\\n \\\"Method\\\": {\\n \\\"prefix\\\": \\\"met\\\",\\n \\\"body\\\": [\\n \\\"public function $1($2)\\\",\\n \\\"{\\\",\\n \\\" $3\\\",\\n \\\"}\\\"\\n ]\\n },\\n\\n \\\"Test Method\\\": {\\n \\\"prefix\\\": \\\"test\\\",\\n \\\"body\\\": [\\n \\\"/** @test */\\\",\\n \\\"public function $1()\\\",\\n \\\"{\\\",\\n \\\" $3\\\",\\n \\\"}\\\"\\n ]\\n },\\n\\n \\\"Tinker\\\": {\\n \\\"prefix\\\": \\\"tinker\\\",\\n \\\"body\\\": [\\n \\\"eval(\\\\\\\\Psy\\\\\\\\sh());\\\"\\n ]\\n }\\n}\\n\"}}","extensions":"[{\"identifier\":{\"id\":\"aaron-bond.better-comments\",\"uuid\":\"7a0110bb-231a-4598-aa1b-0769ea46d28b\"},\"displayName\":\"Better Comments\"},{\"identifier\":{\"id\":\"anteprimorac.html-end-tag-labels\",\"uuid\":\"373a8fcf-9125-4d72-807d-f98890a552d8\"},\"displayName\":\"HTML End Tag Labels\"},{\"identifier\":{\"id\":\"astro-build.astro-vscode\",\"uuid\":\"1fbbc8b0-7432-4b7e-8774-3336151da2f3\"},\"displayName\":\"Astro\"},{\"identifier\":{\"id\":\"astro-build.houston\",\"uuid\":\"58a0769a-b0e1-4d92-89d9-1ffc9e315d96\"},\"displayName\":\"Houston\"},{\"identifier\":{\"id\":\"bmewburn.vscode-intelephense-client\",\"uuid\":\"ffda6552-0ad5-431b-a4fa-0905a7e4f3f0\"},\"displayName\":\"PHP Intelephense\"},{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\"},{\"identifier\":{\"id\":\"cardinal90.multi-cursor-case-preserve\",\"uuid\":\"5ac3c77e-2779-4be6-95b6-73092c7138ae\"},\"displayName\":\"Multiple cursor case preserve\"},{\"identifier\":{\"id\":\"christian-kohler.npm-intellisense\",\"uuid\":\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\"},\"displayName\":\"npm Intellisense\"},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\"},{\"identifier\":{\"id\":\"cschlosser.doxdocgen\",\"uuid\":\"da7e26d5-d57c-4742-ab47-d77fb189e195\"},\"displayName\":\"Doxygen Documentation Generator\"},{\"identifier\":{\"id\":\"csstools.postcss\",\"uuid\":\"80def04d-6d01-495b-9d59-4ad19408872f\"},\"displayName\":\"PostCSS Language Support\",\"disabled\":true},{\"identifier\":{\"id\":\"davidanson.vscode-markdownlint\",\"uuid\":\"daf8b44d-8aae-4da2-80c5-1f770219f643\"},\"displayName\":\"markdownlint\"},{\"identifier\":{\"id\":\"denoland.vscode-deno\",\"uuid\":\"91881318-cfd0-4905-adb7-f4e431ca1ead\"},\"displayName\":\"Deno\"},{\"identifier\":{\"id\":\"fregante.ghost-text\",\"uuid\":\"1d5d22c0-5b7c-4446-8d03-6c90a23dc33b\"},\"displayName\":\"GhostText Official\"},{\"identifier\":{\"id\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests and Issues\"},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\"},{\"identifier\":{\"id\":\"htmlhint.vscode-htmlhint\",\"uuid\":\"d0a9daff-de6d-4669-a30b-14a49a1a17e0\"},\"displayName\":\"HTMLHint\"},{\"identifier\":{\"id\":\"iocave.customize-ui\",\"uuid\":\"ac44dd75-bdb7-433b-9d86-23f9f070c07a\"},\"displayName\":\"Customize UI\"},{\"identifier\":{\"id\":\"iocave.monkey-patch\",\"uuid\":\"736c2316-7f4f-4b6a-8e5c-70527d82cf51\"},\"displayName\":\"Monkey Patch\"},{\"identifier\":{\"id\":\"mehedidracula.php-namespace-resolver\",\"uuid\":\"651dce1f-eda8-4a5b-aa26-0d1266de8ed1\"},\"displayName\":\"PHP Namespace Resolver\"},{\"identifier\":{\"id\":\"miguelsolorio.fluent-icons\",\"uuid\":\"41aac8eb-b4f4-408d-9708-320d033a17f8\"},\"displayName\":\"Fluent Icons\"},{\"identifier\":{\"id\":\"miguelsolorio.symbols\",\"uuid\":\"cb54c3b9-1c64-4c4a-8b5a-887270ffe4b6\"},\"displayName\":\"Symbols\"},{\"identifier\":{\"id\":\"mohammadbaqer.better-folding\",\"uuid\":\"bda65566-5654-42e8-a130-73b026ead59f\"},\"displayName\":\"Better Folding\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh\",\"uuid\":\"607fd052-be03-4363-b657-2bd62b83d28a\"},\"displayName\":\"Remote - SSH\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\"},{\"identifier\":{\"id\":\"ms-vscode.remote-explorer\",\"uuid\":\"11858313-52cc-4e57-b3e4-d7b65281e34b\"},\"displayName\":\"Remote Explorer\"},{\"identifier\":{\"id\":\"ms-vscode.wordcount\",\"uuid\":\"03bcac69-2a42-4fd3-ac6e-928090766003\"},\"displayName\":\"Word Count\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"displayName\":\"Live Share\"},{\"identifier\":{\"id\":\"pdconsec.vscode-print\",\"uuid\":\"05046d70-8146-42f5-ac9e-b97b37c8c0ef\"},\"displayName\":\"Print\"},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"rebornix.toggle\",\"uuid\":\"d3a9136d-76df-4050-9935-902e05a115bc\"},\"displayName\":\"Toggle\"},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"displayName\":\"Live Server\"},{\"identifier\":{\"id\":\"rome.rome\",\"uuid\":\"45e4835f-2b3e-4fb5-b4d0-15ec57aa4229\"},\"displayName\":\"Rome\"},{\"identifier\":{\"id\":\"rust-lang.rust-analyzer\",\"uuid\":\"06574cb4-e5dc-4631-8174-a543a4533621\"},\"displayName\":\"rust-analyzer\"},{\"identifier\":{\"id\":\"sleistner.vscode-fileutils\",\"uuid\":\"d637104e-1fd7-4063-98fc-8afe46012c9b\"},\"displayName\":\"File Utils\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"svelte.svelte-vscode\",\"uuid\":\"c5463f77-75d9-4a25-8cc4-d8541a461285\"},\"displayName\":\"Svelte for VS Code\"},{\"identifier\":{\"id\":\"tabnine.tabnine-vscode\",\"uuid\":\"75da638c-c45a-44ea-aa3b-8570a3559810\"},\"displayName\":\"Tabnine AI\"},{\"identifier\":{\"id\":\"tauri-apps.tauri-vscode\",\"uuid\":\"53763e89-ec31-4d0c-b220-f714761180e5\"},\"displayName\":\"Tauri\"},{\"identifier\":{\"id\":\"tombonnike.vscode-status-bar-format-toggle\",\"uuid\":\"28fcf0b8-26a5-4e99-9b8d-02e990366c6f\"},\"displayName\":\"Formatting Toggle\"},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"4386e6f6-ec10-4463-9d23-c24278718947\"},\"displayName\":\"vscode-pdf\"},{\"identifier\":{\"id\":\"unifiedjs.vscode-mdx\",\"uuid\":\"af8cfc85-cb72-45d0-bae2-9a98cd0c69f3\"},\"displayName\":\"MDX\"},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"wallabyjs.console-ninja\",\"uuid\":\"6a994cdf-21a5-4e80-b0a5-601acdad9bf9\"},\"displayName\":\"Console Ninja\"},{\"identifier\":{\"id\":\"wallabyjs.quokka-vscode\",\"uuid\":\"aae0701b-111f-49c1-9000-abd37a442f28\"},\"displayName\":\"Quokka.js\"},{\"identifier\":{\"id\":\"wallabyjs.wallaby-vscode\",\"uuid\":\"6766254a-8e43-4ebc-9b89-e5be39cb5318\"},\"displayName\":\"Wallaby.js\"},{\"identifier\":{\"id\":\"wix.vscode-import-cost\",\"uuid\":\"c46b0018-f317-4b6c-a785-d2039b27338f\"},\"displayName\":\"Import Cost\"},{\"identifier\":{\"id\":\"xdebug.php-debug\",\"uuid\":\"044b4b31-2969-4af3-895d-855433b8b46d\"},\"displayName\":\"PHP Debug\"},{\"identifier\":{\"id\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\"},{\"identifier\":{\"id\":\"zixuanchen.vitest-explorer\",\"uuid\":\"bc1d9975-fcc6-4594-a6ec-252a3fba1eae\"},\"displayName\":\"Vitest\"}]","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\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.repositories:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitTreeCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-pets.petsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"petsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"houston.hello\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories:scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitTreeCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"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.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\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitTreeCompare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cmake__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.tabnine-access\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.wallaby\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.copilot-sidebar-webview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.console-ninja\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"nps/lastSessionDate\":\"Tue Jun 30 2020\",\"nps/sessionCount\":\"9\",\"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}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1624047534703\\\",\\\"status.workspaceTrust.3d9d930cfbbf51d1d7d1c4e18ba10751\\\",\\\"status.workspaceTrust.b0ee83f046db6b529d3d6843c8dbe7d6\\\",\\\"status.workspaceTrust.1624424963547\\\",\\\"status.workspaceTrust.585176949bc30e79e83dbfcdc994265b\\\",\\\"status.workspaceTrust.1624474552868\\\",\\\"status.workspaceTrust.1626897771186\\\",\\\"status.workspaceTrust.1626897775116\\\",\\\"status.workspaceTrust.ec4773e476c9e1c4dc7ab64f8e17dabf\\\",\\\"status.workspaceTrust.c85f4522a539ab70884dc5cd4de5d709\\\",\\\"status.workspaceTrust.1627410874816\\\",\\\"status.feedback\\\",\\\"status.workspaceTrust.1628130135844\\\",\\\"status.workspaceTrust.612f2646c67ce5d858ab847fc2d691d1\\\",\\\"status.workspaceTrust.1629495661872\\\",\\\"status.workspaceTrust.69590caa9e89d5dc33990fa7caa386c2\\\",\\\"status.workspaceTrust.14c322798a0862800850bd241ae205df\\\",\\\"status.workspaceTrust.1629735362967\\\",\\\"status.workspaceTrust.644ae5cdee638eaadd7dd38776644314\\\",\\\"status.workspaceTrust.d8337858b1be0df4d947c5dadc7d1247\\\",\\\"status.workspaceTrust.1629917676382\\\",\\\"status.workspaceTrust.5424293dd7788506a8bbef5041ce3832\\\",\\\"status.workspaceTrust.1630275111653\\\",\\\"status.workspaceTrust.640c3b4a683279237ca8d3a819fb7360\\\",\\\"status.workspaceTrust.1630347457845\\\",\\\"status.workspaceTrust.1630347482604\\\",\\\"status.workspaceTrust.1630614294469\\\",\\\"status.workspaceTrust.1630893228815\\\",\\\"status.workspaceTrust.764af6f446916cf322d4e38be53a4c11\\\",\\\"status.workspaceTrust.1632090662885\\\",\\\"status.workspaceTrust.1632265829427\\\",\\\"status.workspaceTrust.86adb3327c3e36959d3fe0ba5b3b3745\\\",\\\"status.workspaceTrust.276fcf04ba3b0ad1143eb88fc049d356\\\",\\\"status.workspaceTrust.301f40e61640b96d8774c6042994ca9b\\\",\\\"status.workspaceTrust.1632267008978\\\",\\\"status.workspaceTrust.8f1a0cd92b0129fe082654c71fa195d5\\\",\\\"status.workspaceTrust.1632683198557\\\",\\\"status.workspaceTrust.fa3464c15eb209d39ea107da6e20b8ce\\\",\\\"status.workspaceTrust.300a309ac22e8d92bd2047b292c8f6dd\\\",\\\"status.workspaceTrust.1633970767878\\\",\\\"status.workspaceTrust.d0e457e75194fc9299905e01f6c2ea4b\\\",\\\"status.workspaceTrust.1634784707929\\\",\\\"status.workspaceTrust.f24c897d21153a0356a32457b8f587a3\\\",\\\"status.workspaceTrust.0d09f121ba5df644161e3481dad2477f\\\",\\\"status.workspaceTrust.1635290418241\\\",\\\"status.workspaceTrust.1636487440475\\\",\\\"status.workspaceTrust.1636906797458\\\",\\\"status.workspaceTrust.f2f9a9a86f1b747123e26eb37152ab28\\\",\\\"status.workspaceTrust.f847945fec35df1babe3d9e43d31bd45\\\",\\\"status.workspaceTrust.1637955142673\\\",\\\"status.workspaceTrust.1638322055921\\\",\\\"status.workspaceTrust.1638379078173\\\",\\\"status.workspaceTrust.1639186714551\\\",\\\"status.workspaceTrust.5c5a8fbf1421c30a5e87f791453fc546\\\",\\\"status.workspaceTrust.1642059765347\\\",\\\"status.workspaceTrust.49632a240feb13c71a471c0e76243a83\\\",\\\"status.workspaceTrust.ce4b004ee2b7cabf02f2c8f093d75d65\\\",\\\"status.workspaceTrust.24e88acf1632273f1a05b9b19136f083\\\",\\\"status.workspaceTrust.1644520672434\\\",\\\"status.workspaceTrust.1644540473737\\\",\\\"status.workspaceTrust.6ee8395f7e2fd0469103a4d6ce021ad3\\\",\\\"status.workspaceTrust.f9ace17150247bc1c7e7aa763ce9683f\\\",\\\"status.workspaceTrust.1644873114907\\\",\\\"status.workspaceTrust.1644873133385\\\",\\\"status.workspaceTrust.1644873300045\\\",\\\"status.workspaceTrust.1644873315024\\\",\\\"status.workspaceTrust.1644873346271\\\",\\\"status.workspaceTrust.1644993712664\\\",\\\"status.workspaceTrust.b326dd8cdef4bdc882389559ffad72a2\\\",\\\"status.workspaceTrust.1645035041199\\\",\\\"status.workspaceTrust.6c64368fe37a942cd48b1cdbc824989b\\\",\\\"status.workspaceTrust.1645037774253\\\",\\\"status.workspaceTrust.da95e5130c9c5f2ec0314e1f8fd7a1eb\\\",\\\"status.workspaceTrust.1645042732185\\\",\\\"status.workspaceTrust.1646248731368\\\",\\\"status.workspaceTrust.1646248737607\\\",\\\"status.workspaceTrust.e5b5e78c5f4cb698bac13f078539b4a3\\\",\\\"status.workspaceTrust.249f1b51ab1740fec41f1d78e3a3870b\\\",\\\"status.workspaceTrust.0da6ccd0182561a12ddb932ee4508caa\\\",\\\"status.workspaceTrust.f2f405843d2378b656d81cd2c8fd1947\\\",\\\"status.workspaceTrust.121210c8094f32b43f8cfa90bb54efe9\\\",\\\"status.workspaceTrust.7d0ecf945a425d765df76c788a772fb3\\\",\\\"status.workspaceTrust.e9435e65d838d81350c62ba1eb6fc36c\\\",\\\"status.workspaceTrust.f5a4f0d6842c34a4c13a71d6d25ee970\\\",\\\"status.workspaceTrust.1654286794886\\\",\\\"status.workspaceTrust.09687b7861d676e12329bc6640cec4bb\\\",\\\"status.workspaceTrust.a61ca121d9445e6ad15967531b0ae3e4\\\",\\\"status.workspaceTrust.16cb38370556dd827091d52836c51da2\\\",\\\"status.workspaceTrust.e9f5c66fd43d51143417c40bcc9d6ec2\\\",\\\"status.workspaceTrust.36d0b80de86b98c43f91ac079b23e342\\\",\\\"status.workspaceTrust.a9fc859b508414286a91795598fa16b8\\\",\\\"status.workspaceTrust.e9b58935f07ce989979628575951cb94\\\",\\\"status.workspaceTrust.7635bfa136f63a29183d1c469e05e2c4\\\",\\\"status.workspaceTrust.aa1f015e9f8183acb65a74aa6110c277\\\",\\\"status.workspaceTrust.6629dac3ac4afea5dc8d93c109ff8703\\\",\\\"status.workspaceTrust.d0b4e9c72063521db0de3df2da8570da\\\",\\\"status.workspaceTrust.0b250cc865ed37d981859349aa77140c\\\",\\\"status.workspaceTrust.1658521694857\\\",\\\"status.workspaceTrust.5f7517f840832b923c572dd84c030ca5\\\",\\\"status.workspaceTrust.cf8bd5b24fc2cfc3151b5f58a6bb4ff7\\\",\\\"status.workspaceTrust.f46b155acf4b9dc74031d32ee99afddf\\\",\\\"status.workspaceTrust.cd7bd091cf45216045348182afe7ccd4\\\",\\\"status.workspaceTrust.8609e52500787465d15371cd09211082\\\",\\\"status.workspaceTrust.d5ac8433eed2b62ca9899314ee8996e7\\\",\\\"status.workspaceTrust.1a3b44137ca814f32b0f7c3efb748885\\\",\\\"status.workspaceTrust.c0a0c7dbec26af92ceaa507985e4c8ae\\\",\\\"status.workspaceTrust.5e5c67c017cdebacfab53b777d9b5fa4\\\",\\\"status.workspaceTrust.5cf2d8f6d15587cc9b1d78f7f76821c7\\\",\\\"status.workspaceTrust.7f8de608f233cb898bff8642ce024991\\\",\\\"status.workspaceTrust.5acc99ec7f9b851fb22654d4eb1dc7d5\\\",\\\"ZixuanChen.vitest-explorer\\\",\\\"mhutchie.git-graph\\\",\\\"TabNine.tabnine-vscode\\\",\\\"status.scm.1\\\",\\\"status.scm.0\\\",\\\"status.host\\\",\\\"status.workspaceTrust.0186ac0e48cd8f00558af3cae44e7f1a\\\",\\\"status.workspaceTrust.9e6f37dd468eef8634c568f47caf392b\\\",\\\"status.workspaceTrust.03d11a5150cea57df403e25bd7d08920\\\",\\\"status.workspaceTrust.9803068aacae5e2eafb178d2dd62d539\\\",\\\"status.workspaceTrust.160b260019f4d3745485fe582ab2d1fe\\\",\\\"status.workspaceTrust.1661537513371\\\",\\\"status.workspaceTrust.1661875737997\\\",\\\"status.workspaceTrust.1661876077238\\\",\\\"status.workspaceTrust.cc5f1b862acef57a55d157b8a71c9f90\\\",\\\"status.workspaceTrust.1662178386000\\\",\\\"status.workspaceTrust.1662487949078\\\",\\\"status.workspaceTrust.1662693059671\\\",\\\"status.workspaceTrust.1662705277885\\\",\\\"status.workspaceTrust.1662749472754\\\",\\\"status.workspaceTrust.1662754843437\\\",\\\"status.workspaceTrust.adb8ef99979058073db10b982854d5e0\\\",\\\"status.workspaceTrust.e7d5f17c8eabaee4f42e310512556549\\\",\\\"status.workspaceTrust.1663270742116\\\",\\\"status.workspaceTrust.1663271170186\\\",\\\"status.workspaceTrust.0ab032066889329204e9f29e7b463773\\\",\\\"status.workspaceTrust.c18691b105507f2ba4c87e30dd5d3327\\\",\\\"status.workspaceTrust.15cf1281e3833c19da35516f888bebfe\\\",\\\"status.workspaceTrust.1663525723765\\\",\\\"status.workspaceTrust.1663528936690\\\",\\\"status.workspaceTrust.1663528943219\\\",\\\"status.workspaceTrust.659731e7d7cfa6a5353fc323bb939b03\\\",\\\"status.workspaceTrust.c5106a0278fe192dbe856074bd416acc\\\",\\\"status.workspaceTrust.55e253d0533756fcf668a6ab7d689133\\\",\\\"status.workspaceTrust.f3c47d34e9d41b0940cdf3b82643048d\\\",\\\"status.workspaceTrust.997109d77bbbf47a0ff3ad6f07f4e77b\\\",\\\"status.workspaceTrust.184337b0c90dcc38bbe3a7f5b8325d85\\\",\\\"status.workspaceTrust.424a8c2340438154c1390fbf95f61e91\\\",\\\"status.workspaceTrust.e2ad5203671022ea3c282b7dbcb598bd\\\",\\\"status.workspaceTrust.10148314419683426d70e0a2547a1217\\\",\\\"status.workspaceTrust.66d2823cab8c3768e3180186cf101097\\\",\\\"status.workspaceTrust.c332f24a35c1b8e325e06f6fa7253532\\\",\\\"status.workspaceTrust.4153bdb469fbc2ee6eac3222ba4c5e1e\\\",\\\"status.workspaceTrust.1666817938831\\\",\\\"status.workspaceTrust.1666999608641\\\",\\\"status.workspaceTrust.49824cf1d21a188342c9a09c209e05f6\\\",\\\"status.workspaceTrust.1667754847818\\\",\\\"status.workspaceTrust.1667754870422\\\",\\\"status.workspaceTrust.d39a20e10ee731ea711a5a178d28352b\\\",\\\"status.workspaceTrust.70cb8060c40eab572568950fd6a5ca68\\\",\\\"status.workspaceTrust.33476cf6845cc35a0022fd249fcc6b15\\\",\\\"status.workspaceTrust.6829571e3338188410344e142db99463\\\",\\\"status.workspaceTrust.6b55a46e21c8b04cc40228a462d2ee02\\\",\\\"status.workspaceTrust.b81f331cafa9d42f6c5b8277acc7abed\\\",\\\"status.workspaceTrust.d865eb2d0aa7e33f1c8ebb4bc78ed023\\\",\\\"status.workspaceTrust.9213337d115757f2ce5d66b6354325a7\\\",\\\"status.workspaceTrust.1668996390002\\\",\\\"status.workspaceTrust.1668996429386\\\",\\\"status.workspaceTrust.1668996546773\\\",\\\"status.workspaceTrust.1668996603732\\\",\\\"status.workspaceTrust.1668996607194\\\",\\\"status.workspaceTrust.86647d9824182f52475d9db655f43fae\\\",\\\"status.workspaceTrust.9b04c159866d26cf6dde4ff98afdf091\\\",\\\"status.workspaceTrust.18291b7f3facde68b6bb02736b1fce81\\\",\\\"status.workspaceTrust.1669395316274\\\",\\\"status.workspaceTrust.a341bfce9380e5f5eab8fea82a542e02\\\",\\\"status.workspaceTrust.4ddf84a6851d4fe65a91875dcb77d447\\\",\\\"status.workspaceTrust.12b1961441f149006aded4a496f76ce8\\\",\\\"status.workspaceTrust.900c21d875f1525b6789c66306fe9b8d\\\",\\\"status.workspaceTrust.1670533012339\\\",\\\"status.workspaceTrust.1670548133614\\\",\\\"status.workspaceTrust.917e6d2216fa053d9fcc400fd04947d4\\\",\\\"status.workspaceTrust.cbc2666acd78f857367e2094c875b840\\\",\\\"status.workspaceTrust.1672006703004\\\",\\\"status.workspaceTrust.1672007559601\\\",\\\"status.workspaceTrust.1672607010065\\\",\\\"status.workspaceTrust.1672607060258\\\",\\\"status.workspaceTrust.1672608726627\\\",\\\"status.workspaceTrust.def55937b5c86949419002e892372b04\\\",\\\"status.workspaceTrust.9818b18ce5159f8df5764ad42309b141\\\",\\\"status.workspaceTrust.8759222db8e2a533138a124960c7047a\\\",\\\"status.workspaceTrust.a46bcede5a228947dffb21bb195c7257\\\",\\\"status.workspaceTrust.2bc4d43fcabeeca04ce886491aa3856e\\\",\\\"status.workspaceTrust.3f7cdff2488832588b91b5bcb872531c\\\",\\\"status.workspaceTrust.1674407439365\\\",\\\"status.workspaceTrust.1b25929928fde7c65ec32f96000cda79\\\",\\\"status.workspaceTrust.e63c64d76f6ecb0e836ee2b199077e21\\\",\\\"status.workspaceTrust.4459353d4456fbcc1166147e4a3eba1d\\\",\\\"status.workspaceTrust.4c9d92251db1e38412c4efb324abd1f1\\\",\\\"status.workspaceTrust.5a6cad2dc1dfa327f0699985758555a5\\\",\\\"status.workspaceTrust.c195ecf03d45c1c1d797879a97172290\\\",\\\"status.workspaceTrust.8eefc3e49d2b96613679ffe31280a85e\\\",\\\"streetsidesoftware.code-spell-checker.spell checker status id\\\",\\\"status.workspaceTrust.e81b3a8cb501f9bc043b3a58fe0b8072\\\",\\\"status.workspaceTrust.8b224a06e3cfd91fd3ef1c760c1d495d\\\",\\\"status.workspaceTrust.1676866000767\\\",\\\"status.workspaceTrust.1676931949533\\\",\\\"status.workspaceTrust.1677260898138\\\",\\\"status.editor.eol\\\",\\\"status.workspaceTrust.1678818529700\\\",\\\"status.workspaceTrust.1679853789279\\\",\\\"status.workspaceTrust.1680042500973\\\",\\\"status.workspaceTrust.1680899126542\\\",\\\"status.workspaceTrust.51ad3c1c6f1493c353ba0ae793f1260e\\\",\\\"status.workspaceTrust.3cb85b4079bea72d111b770137d16b3b\\\",\\\"status.workspaceTrust.4d9a60afda15d27bd9919017525f1d72\\\",\\\"status.workspaceTrust.1682122518835\\\",\\\"status.workspaceTrust.1682487077892\\\",\\\"status.workspaceTrust.1682487412252\\\",\\\"status.workspaceTrust.1682487418725\\\",\\\"status.workspaceTrust.1682543601329\\\",\\\"status.workspaceTrust.1682543625459\\\",\\\"status.workspaceTrust.1682543668781\\\",\\\"status.workspaceTrust.1682543909794\\\",\\\"status.workspaceTrust.1682543999584\\\"]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"name\\\":\\\"Search\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"Test Results\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"name\\\":\\\"Jupyter\\\",\\\"pinned\\\":true,\\\"order\\\":6,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"name\\\":\\\"Comments\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"cpp.1.lastSessionDate\":\"Wed Apr 26 2023\",\"cpp.1.sessionCount\":\"667\",\"java.2.lastSessionDate\":\"Wed Apr 26 2023\",\"java.2.sessionCount\":\"667\",\"javascript.1.lastSessionDate\":\"Thu Jul 02 2020\",\"javascript.1.sessionCount\":\"11\",\"typescript.1.lastSessionDate\":\"Wed Oct 13 2021\",\"typescript.1.sessionCount\":\"299\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark astro-build-houston-themes-houston-json\\\",\\\"label\\\":\\\"Houston\\\",\\\"settingsId\\\":\\\"Houston\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"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\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"punctuation.definition.string.begin,punctuation.definition.string.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#545864\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"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\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"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\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"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\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"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\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"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\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54B9FF\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4BF3C8\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"source.astro.meta.attribute.client:idle.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4BF3C8\\\"},\\\"scope\\\":\\\"string.quoted.double.html,string.quoted.single.html,string.template.html,punctuation.definition.string.begin.html,punctuation.definition.string.end.html\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CC75F4\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"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\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"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\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"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\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#54b9ff\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#545864\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00daef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffd493\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#545864\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#acafff\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4bf3c8\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#545864\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#545864\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eef0f9\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control.import.python,keyword.control.flow.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#eef0f9\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ffd493\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#acafff\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"astro-build.houston\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"houston\\\",\\\"_extensionPublisher\\\":\\\"astro-build\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"foreground\\\":\\\"#cccccc\\\",\\\"focusBorder\\\":\\\"#00daef\\\",\\\"selection.background\\\":\\\"#00daef56\\\",\\\"scrollbar.shadow\\\":\\\"#000000\\\",\\\"activityBar.foreground\\\":\\\"#eef0f9\\\",\\\"activityBar.background\\\":\\\"#17191e\\\",\\\"activityBar.inactiveForeground\\\":\\\"#858b98\\\",\\\"activityBarBadge.foreground\\\":\\\"#000000\\\",\\\"activityBarBadge.background\\\":\\\"#4bf3c8\\\",\\\"activityBar.border\\\":\\\"#343841\\\",\\\"activityBar.activeBackground\\\":\\\"#343841\\\",\\\"sideBar.background\\\":\\\"#23262d\\\",\\\"sideBar.foreground\\\":\\\"#bfc1c9\\\",\\\"sideBarSectionHeader.background\\\":\\\"#343841\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#eef0f9\\\",\\\"sideBarSectionHeader.border\\\":\\\"#17191e\\\",\\\"sideBarTitle.foreground\\\":\\\"#eef0f9\\\",\\\"sideBar.border\\\":\\\"#17191e\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#17191e\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#eef0f9\\\",\\\"list.hoverBackground\\\":\\\"#343841\\\",\\\"list.hoverForeground\\\":\\\"#eef0f9\\\",\\\"list.activeSelectionBackground\\\":\\\"#2d4860\\\",\\\"list.activeSelectionForeground\\\":\\\"#ffffff\\\",\\\"tree.indentGuidesStroke\\\":\\\"#545864\\\",\\\"list.dropBackground\\\":\\\"#17191e\\\",\\\"list.highlightForeground\\\":\\\"#ffffff\\\",\\\"list.focusBackground\\\":\\\"#54b9ff\\\",\\\"list.focusForeground\\\":\\\"#ffffff\\\",\\\"listFilterWidget.background\\\":\\\"#2d4860\\\",\\\"listFilterWidget.outline\\\":\\\"#54b9ff\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#dc3657\\\",\\\"statusBar.foreground\\\":\\\"#eef0f9\\\",\\\"statusBar.background\\\":\\\"#17548b\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#ffffff1f\\\",\\\"statusBar.debuggingBackground\\\":\\\"#875234\\\",\\\"statusBar.debuggingForeground\\\":\\\"#eef0f9\\\",\\\"statusBar.noFolderBackground\\\":\\\"#6c3c7d\\\",\\\"statusBar.noFolderForeground\\\":\\\"#eef0f9\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#297763\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#eef0f9\\\",\\\"titleBar.activeBackground\\\":\\\"#17191e\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.inactiveBackground\\\":\\\"#3c3c3c99\\\",\\\"titleBar.inactiveForeground\\\":\\\"#cccccc99\\\",\\\"titleBar.border\\\":\\\"#00000000\\\",\\\"menubar.selectionForeground\\\":\\\"#cccccc\\\",\\\"menubar.selectionBackground\\\":\\\"#ffffff1a\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.selectionForeground\\\":\\\"#4bf3c8\\\",\\\"menu.selectionBackground\\\":\\\"#094771\\\",\\\"menu.selectionBorder\\\":\\\"#00000000\\\",\\\"menu.separatorBackground\\\":\\\"#bbbbbb\\\",\\\"menu.border\\\":\\\"#00000085\\\",\\\"button.background\\\":\\\"#4bf3c8\\\",\\\"button.foreground\\\":\\\"#17191e\\\",\\\"button.hoverBackground\\\":\\\"#31c19c\\\",\\\"button.secondaryForeground\\\":\\\"#eef0f9\\\",\\\"button.secondaryBackground\\\":\\\"#545864\\\",\\\"button.secondaryHoverBackground\\\":\\\"#858b98\\\",\\\"input.background\\\":\\\"#23262d\\\",\\\"input.border\\\":\\\"#bfc1c9\\\",\\\"input.foreground\\\":\\\"#eef0f9\\\",\\\"inputOption.activeBackground\\\":\\\"#54b9ff\\\",\\\"inputOption.activeBorder\\\":\\\"#007acc00\\\",\\\"inputOption.activeForeground\\\":\\\"#17191e\\\",\\\"input.placeholderForeground\\\":\\\"#858b98\\\",\\\"textLink.foreground\\\":\\\"#54b9ff\\\",\\\"editor.background\\\":\\\"#17191e\\\",\\\"editor.foreground\\\":\\\"#eef0f9\\\",\\\"editorLineNumber.foreground\\\":\\\"#545864\\\",\\\"editorCursor.foreground\\\":\\\"#aeafad\\\",\\\"editorCursor.background\\\":\\\"#000000\\\",\\\"editor.selectionBackground\\\":\\\"#ad5dca26\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#2a2d34\\\",\\\"editorWhitespace.foreground\\\":\\\"#23262d\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#495f77\\\",\\\"editor.findMatchBackground\\\":\\\"#515c6a\\\",\\\"editor.findMatchBorder\\\":\\\"#74879f\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#ea5c0055\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#23262d\\\",\\\"editor.findRangeHighlightBorder\\\":\\\"#b2434300\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#ffffff0b\\\",\\\"editor.rangeHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#5495d740\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#004972b8\\\",\\\"editor.wordHighlightBackground\\\":\\\"#494949b8\\\",\\\"editor.lineHighlightBackground\\\":\\\"#23262d\\\",\\\"editor.lineHighlightBorder\\\":\\\"#ffffff00\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#858b98\\\",\\\"editorLink.activeForeground\\\":\\\"#54b9ff\\\",\\\"editorIndentGuide.background\\\":\\\"#343841\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#858b98\\\",\\\"editorRuler.foreground\\\":\\\"#545864\\\",\\\"editorBracketMatch.background\\\":\\\"#545864\\\",\\\"editorBracketMatch.border\\\":\\\"#ffffff00\\\",\\\"editor.foldBackground\\\":\\\"#ad5dca26\\\",\\\"editorOverviewRuler.background\\\":\\\"#ffffff00\\\",\\\"editorOverviewRuler.border\\\":\\\"#ffffff00\\\",\\\"editorError.foreground\\\":\\\"#f4587e\\\",\\\"editorError.background\\\":\\\"#ffffff00\\\",\\\"editorError.border\\\":\\\"#ffffff00\\\",\\\"editorWarning.foreground\\\":\\\"#fbc23b\\\",\\\"editorWarning.background\\\":\\\"#a9904000\\\",\\\"editorWarning.border\\\":\\\"#ffffff00\\\",\\\"editorInfo.foreground\\\":\\\"#54b9ff\\\",\\\"editorInfo.background\\\":\\\"#4490bf00\\\",\\\"editorInfo.border\\\":\\\"#4490bf00\\\",\\\"editorGutter.background\\\":\\\"#17191e\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#54b9ff\\\",\\\"editorGutter.addedBackground\\\":\\\"#4bf3c8\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f06788\\\",\\\"editorGutter.foldingControlForeground\\\":\\\"#545864\\\",\\\"editorCodeLens.foreground\\\":\\\"#bfc1c9\\\",\\\"editorGroup.border\\\":\\\"#343841\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#4bf3c824\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#dc365724\\\",\\\"diffEditor.border\\\":\\\"#ffffff00\\\",\\\"panel.background\\\":\\\"#23262d\\\",\\\"panel.border\\\":\\\"#17191e\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#bfc1c9\\\",\\\"panelTitle.activeForeground\\\":\\\"#eef0f9\\\",\\\"panelTitle.activeBorder\\\":\\\"#e7e7e7\\\",\\\"badge.background\\\":\\\"#bfc1c9\\\",\\\"badge.foreground\\\":\\\"#17191e\\\",\\\"terminal.foreground\\\":\\\"#cccccc\\\",\\\"terminal.selectionBackground\\\":\\\"#ffffff40\\\",\\\"terminalCursor.background\\\":\\\"#0087ff\\\",\\\"terminalCursor.foreground\\\":\\\"#ffffff\\\",\\\"terminal.border\\\":\\\"#80808059\\\",\\\"terminal.ansiBlack\\\":\\\"#17191e\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#545864\\\",\\\"terminal.ansiBlue\\\":\\\"#2b7eca\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#54b9ff\\\",\\\"terminal.ansiCyan\\\":\\\"#24c0cf\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#00daef\\\",\\\"terminal.ansiGreen\\\":\\\"#23d18b\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#4bf3c8\\\",\\\"terminal.ansiMagenta\\\":\\\"#ad5dca\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#cc75f4\\\",\\\"terminal.ansiRed\\\":\\\"#dc3657\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f4587e\\\",\\\"terminal.ansiWhite\\\":\\\"#eef0f9\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#fafafa\\\",\\\"terminal.ansiYellow\\\":\\\"#ffc368\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffd493\\\",\\\"breadcrumb.background\\\":\\\"#17191e\\\",\\\"breadcrumb.foreground\\\":\\\"#858b98\\\",\\\"breadcrumb.focusForeground\\\":\\\"#eef0f9\\\",\\\"editorGroupHeader.border\\\":\\\"#ffffff00\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#23262d\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#ffffff00\\\",\\\"tab.activeForeground\\\":\\\"#eef0f9\\\",\\\"tab.border\\\":\\\"#17191e\\\",\\\"tab.activeBackground\\\":\\\"#17191e\\\",\\\"tab.activeBorder\\\":\\\"#ffffff00\\\",\\\"tab.activeBorderTop\\\":\\\"#eef0f9\\\",\\\"tab.inactiveBackground\\\":\\\"#23262d\\\",\\\"tab.inactiveForeground\\\":\\\"#858b98\\\",\\\"tab.hoverBackground\\\":\\\"#343841\\\",\\\"tab.hoverForeground\\\":\\\"#eef0f9\\\",\\\"scrollbarSlider.background\\\":\\\"#343841\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#545864\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#54b9ff\\\",\\\"progressBar.background\\\":\\\"#4bf3c8\\\",\\\"widget.shadow\\\":\\\"#ffffff00\\\",\\\"editorWidget.foreground\\\":\\\"#ffffff\\\",\\\"editorWidget.background\\\":\\\"#343841\\\",\\\"editorWidget.resizeBorder\\\":\\\"#cc75f4\\\",\\\"pickerGroup.border\\\":\\\"#ffffff00\\\",\\\"pickerGroup.foreground\\\":\\\"#eef0f9\\\",\\\"debugToolBar.background\\\":\\\"#000000\\\",\\\"debugToolBar.border\\\":\\\"#ffffff00\\\",\\\"notifications.foreground\\\":\\\"#ffffff\\\",\\\"notifications.background\\\":\\\"#343841\\\",\\\"notificationToast.border\\\":\\\"#ffffff00\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#f4587e\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#ff8551\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#54b9ff\\\",\\\"notificationCenter.border\\\":\\\"#ffffff00\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#17191e\\\",\\\"notificationCenterHeader.background\\\":\\\"#343841\\\",\\\"notifications.border\\\":\\\"#bfc1c9\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#4bf3c8\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#00daef\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#f4587e\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#858b98\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#ffd493\\\",\\\"gitDecoration.stageDeletedResourceForeground\\\":\\\"#c74e39\\\",\\\"gitDecoration.stageModifiedResourceForeground\\\":\\\"#ffd493\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#54b9ff\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#4bf3c8\\\",\\\"editorMarkerNavigation.background\\\":\\\"#23262d\\\",\\\"editorMarkerNavigationError.background\\\":\\\"#dc3657\\\",\\\"editorMarkerNavigationWarning.background\\\":\\\"#ffd493\\\",\\\"editorMarkerNavigationInfo.background\\\":\\\"#54b9ff\\\",\\\"merge.currentHeaderBackground\\\":\\\"#367366\\\",\\\"merge.currentContentBackground\\\":\\\"#27403b\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#395f8f\\\",\\\"merge.incomingContentBackground\\\":\\\"#28384b\\\",\\\"merge.commonHeaderBackground\\\":\\\"#383838\\\",\\\"merge.commonContentBackground\\\":\\\"#282828\\\",\\\"editorSuggestWidget.background\\\":\\\"#252526\\\",\\\"editorSuggestWidget.border\\\":\\\"#454545\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#d4d4d4\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#0097fb\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#062f4a\\\",\\\"editorHoverWidget.foreground\\\":\\\"#cccccc\\\",\\\"editorHoverWidget.background\\\":\\\"#252526\\\",\\\"editorHoverWidget.border\\\":\\\"#454545\\\",\\\"peekView.border\\\":\\\"#007acc\\\",\\\"peekViewEditor.background\\\":\\\"#001f33\\\",\\\"peekViewEditorGutter.background\\\":\\\"#001f33\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#ff8f0099\\\",\\\"peekViewEditor.matchHighlightBorder\\\":\\\"#ee931e\\\",\\\"peekViewResult.background\\\":\\\"#252526\\\",\\\"peekViewResult.fileForeground\\\":\\\"#ffffff\\\",\\\"peekViewResult.lineForeground\\\":\\\"#bbbbbb\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#ff0000\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#3399ff33\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#ffffff\\\",\\\"peekViewTitle.background\\\":\\\"#1e1e1e\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#ccccccb3\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#ffffff\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"checkbox.background\\\":\\\"#23262d\\\",\\\"checkbox.foreground\\\":\\\"#eef0f9\\\",\\\"checkbox.border\\\":\\\"#00000000\\\",\\\"dropdown.background\\\":\\\"#23262d\\\",\\\"dropdown.foreground\\\":\\\"#eef0f9\\\",\\\"dropdown.border\\\":\\\"#00000000\\\",\\\"minimapGutter.addedBackground\\\":\\\"#4bf3c8\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#54b9ff\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#f06788\\\",\\\"minimap.findMatchHighlight\\\":\\\"#515c6a\\\",\\\"minimap.selectionHighlight\\\":\\\"#3757b942\\\",\\\"minimap.errorHighlight\\\":\\\"#dc3657\\\",\\\"minimap.warningHighlight\\\":\\\"#fbc23b\\\",\\\"minimap.background\\\":\\\"#17191e\\\",\\\"sideBar.dropBackground\\\":\\\"#17191e\\\",\\\"editorGroup.emptyBackground\\\":\\\"#17191e\\\",\\\"panelSection.border\\\":\\\"#17191e\\\",\\\"statusBarItem.activeBackground\\\":\\\"#ffffff25\\\",\\\"settings.headerForeground\\\":\\\"#cccccc\\\",\\\"settings.focusedRowBackground\\\":\\\"#ffffff07\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#00000050\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#eef0f9\\\",\\\"editorGutter.commentRangeForeground\\\":\\\"#545864\\\",\\\"debugExceptionWidget.background\\\":\\\"#ffffff\\\",\\\"debugExceptionWidget.border\\\":\\\"#ffffff00\\\"},\\\"watch\\\":false}\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.hidden\":\"true\",\"workbench.sideBar.position\":\"1\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.openFolderMac\\\":{\\\"done\\\":true}}\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1629735788061,\\\"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}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1638322112175,\\\"stepIDs\\\":[\\\"python.installPythonWin\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.runAndDebug\\\",\\\"python.learnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1638322112176,\\\"stepIDs\\\":[\\\"python.installPythonWinDS\\\",\\\"python.installPythonMacDS\\\",\\\"python.installPythonLinuxDS\\\",\\\"python.openFolderMac\\\",\\\"python.openFolder\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.panel.alignment\":\"center\",\"workbench.statusBar.hidden\":\"false\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"quokka.runOnSave\\\",\\\"value\\\":66},{\\\"key\\\":\\\"git.ignore\\\",\\\"value\\\":75},{\\\"key\\\":\\\"workbench.action.tasks.runTask\\\",\\\"value\\\":803},{\\\"key\\\":\\\"workbench.action.tasks.configureDefaultTestTask\\\",\\\"value\\\":804},{\\\"key\\\":\\\"workbench.action.tasks.build\\\",\\\"value\\\":808},{\\\"key\\\":\\\"workbench.extensions.action.installVSIX\\\",\\\"value\\\":824},{\\\"key\\\":\\\"workbench.action.toggleActivityBarVisibility\\\",\\\"value\\\":825},{\\\"key\\\":\\\"github.copilot.toggleCopilot\\\",\\\"value\\\":826},{\\\"key\\\":\\\"workbench.action.toggleFullScreen\\\",\\\"value\\\":829},{\\\"key\\\":\\\"workbench.action.openSnippets\\\",\\\"value\\\":840},{\\\"key\\\":\\\"python.launchTensorBoard\\\",\\\"value\\\":850},{\\\"key\\\":\\\"python.clearWorkspaceInterpreter\\\",\\\"value\\\":922},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":930},{\\\"key\\\":\\\"workbench.action.openDefaultKeybindingsFile\\\",\\\"value\\\":934},{\\\"key\\\":\\\"python.setInterpreter\\\",\\\"value\\\":935},{\\\"key\\\":\\\"extension.downloadSettings\\\",\\\"value\\\":939},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":949},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":1031},{\\\"key\\\":\\\"workbench.action.selectProductIconTheme\\\",\\\"value\\\":1032},{\\\"key\\\":\\\"extension.liveServer.goOnline\\\",\\\"value\\\":1037},{\\\"key\\\":\\\"tailwindCSS.showOutput\\\",\\\"value\\\":1038},{\\\"key\\\":\\\"quokka.makeQuokkaFromExistingFile\\\",\\\"value\\\":1055},{\\\"key\\\":\\\"markdown.showPreview\\\",\\\"value\\\":1057},{\\\"key\\\":\\\"workbench.extensions.action.checkForUpdates\\\",\\\"value\\\":1068},{\\\"key\\\":\\\"extension.bisect.start\\\",\\\"value\\\":1086},{\\\"key\\\":\\\"workbench.action.findInFiles\\\",\\\"value\\\":1125},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":1139},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":1145},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":1147},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":1148},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":1150},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":1151},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":1152},{\\\"key\\\":\\\"workbench.profiles.actions.exportProfile\\\",\\\"value\\\":1154}]}\",\"commandPalette.mru.counter\":\"1155\",\"github-jacobthesheep\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true}]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"c\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"typescript\\\":[\\\"ms-playwright.playwright\\\"],\\\"svelte\\\":[\\\"svelte.svelte-vscode\\\"]}\",\"workbench.view.extension.package-explorer.state.hidden\":\"[{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"k\\\",\\\"\\\\\\\"Command+K\\\\\\\"\\\",\\\"co\\\",\\\"copy\\\",\\\"highlig\\\",\\\"higj\\\",\\\"higg\\\",\\\"highli\\\",\\\"\\\\\\\"cmd+L\\\\\\\"\\\",\\\"L\\\",\\\"\\\\\\\"shift+l\\\\\\\"\\\",\\\"\\\\\\\"l\\\\\\\"\\\",\\\"\\\\\\\"cmd+l\\\",\\\"cmd+l\\\",\\\"a\\\",\\\"alt u\\\",\\\"alt \\\",\\\"alt l\\\",\\\"@command:workbench.action.tasks.configureDefaultTestTask\\\",\\\"d\\\",\\\"\\\\\\\"cmd\\\\\\\"\\\",\\\"\\\\\\\"d\\\\\\\"\\\",\\\"\\\\\\\"backspace backspace\\\\\\\"\\\",\\\"\\\\\\\"cmd+d left\\\\\\\"\\\",\\\"\\\\\\\"cmd+u\\\\\\\"\\\",\\\"\\\\\\\"cmd+i\\\\\\\"\\\",\\\"\\\\\\\"cmd+\\\\\\\"\\\",\\\"@command:prettier.forceFormatDocument\\\",\\\"t\\\",\\\"\\\\\\\"cmd+t\\\\\\\"\\\",\\\"\\\\\\\"cmd+t backspace\\\\\\\"\\\",\\\"ter\\\",\\\"terma\\\",\\\"term\\\",\\\"\\\\\\\"cmd+e\\\\\\\"\\\",\\\"\\\\\\\"cmd+e left\\\\\\\"\\\",\\\"\\\\\\\"backspace\\\\\\\"\\\",\\\"\\\\\\\"cmd+f\\\\\\\"\\\",\\\"@command:github.copilot.toggleCopilot\\\",\\\"termia\\\",\\\"termina\\\",\\\"terminal\\\",\\\"line\\\",\\\"hig\\\",\\\"high\\\",\\\"highlight\\\",\\\"sel\\\",\\\"select\\\",\\\"\\\\\\\"cmd+l\\\\\\\"\\\",\\\"clear\\\",\\\"kk\\\",\\\"\\\\\\\"cmd+k\\\\\\\"\\\",\\\"exte\\\",\\\"extension\\\",\\\"extensions\\\",\\\"showIn\\\",\\\"showIntall\\\",\\\"showIntalled\\\",\\\"showInst\\\",\\\"show \\\",\\\"find\\\",\\\"@command:editor.action.formatDocument\\\",\\\"format document\\\",\\\"\\\\\\\"cmd+d\\\\\\\"\\\",\\\"alt\\\"]}\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1663302321200],[\\\"snippets/js.code-snippets/if statement\\\",1663800504840],[\\\"snippets/javascript.code-snippets/Do-While Statement\\\",1663811193129],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1664571088829],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1664580070153],[\\\"snippets/typescript.code-snippets/For-Await-Of Loop\\\",1664847023448],[\\\"snippets/snippets.json/constructor\\\",1669944784802],[\\\"snippets/javascript.code-snippets/For Loop\\\",1669972834293],[\\\"snippets/javascript.code-snippets/For-In Loop\\\",1669973486079],[\\\"snippets/javascript.code-snippets/Function Statement\\\",1669973564399],[\\\"snippets/tsx.code-snippets/prototypal constructor\\\",1670015676290],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1670025533182],[\\\"snippets/js.code-snippets/var statement\\\",1670030004649],[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1670047668438],[\\\"javascript.json/Console Log\\\",1670049692448],[\\\"snippets/javascript.code-snippets/Import Statement\\\",1672370427757],[\\\"snippets/typescript.code-snippets/For-In Loop\\\",1672543089111],[\\\"snippets/javascript.code-snippets/If Statement\\\",1672612649320],[\\\"snippets/typescript.code-snippets/For Loop\\\",1672779280723],[\\\"snippets/typescript.code-snippets/Function Statement\\\",1672814861343],[\\\"snippets/typescript.code-snippets/If Statement\\\",1672819674883],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1672863871268],[\\\"snippets/php.code-snippets/for …\\\",1678910044385],[\\\"snippets/php.code-snippets/$… = array (…)\\\",1678911153628],[\\\"snippets/php.code-snippets/foreach …\\\",1678911547492],[\\\"snippets/php.code-snippets/while …\\\",1678922767680],[\\\"snippets/php.code-snippets/if …\\\",1678923598819],[\\\"snippets/typescript.code-snippets/For-Each Loop using =>\\\",1681159545531],[\\\"snippets/typescript.code-snippets/Do-While Statement\\\",1681516897490],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1681517806319]]\",\"workbench.view.extension.wallaby.state.hidden\":\"[{\\\"id\\\":\\\"quokkaValueExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"wallaby.valueExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"wallaby.traceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"wallaby.testFileCoverageExplorer\\\",\\\"isHidden\\\":false}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.view.search\\\":1},\\\"viewLocations\\\":{}}\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sshHosts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"true\",\"settingsEditor2.splitViewWidth\":\"284\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"mdx\\\",\\\"pdf\\\"]\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.devtools\\\",\\\"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}]\",\"csharp.1.lastSessionDate\":\"Wed Apr 26 2023\",\"csharp.1.sessionCount\":\"22\",\"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