-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPhitron.code-profile
More file actions
1 lines (1 loc) · 53.7 KB
/
Phitron.code-profile
File metadata and controls
1 lines (1 loc) · 53.7 KB
1
{"name":"Phitron","settings":"{\"settings\":\"{\\r\\n \\\"code-runner.runInTerminal\\\": true,\\r\\n \\\"workbench.colorTheme\\\": \\\"Andromeda Bordered\\\",\\r\\n \\\"code-runner.saveAllFilesBeforeRun\\\": true,\\r\\n \\\"code-runner.saveFileBeforeRun\\\": true,\\r\\n \\\"code-runner.executorMapByGlob\\\": {\\r\\n\\r\\n \\\"pom.xml\\\": \\\"cd $dir && mvn clean package\\\"\\r\\n },\\r\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\r\\n \\\"editor.mouseWheelZoom\\\": true,\\r\\n \\\"editor.minimap.autohide\\\": true,\\r\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\r\\n \\\"C_Cpp.default.cppStandard\\\": \\\"c++20\\\",\\r\\n \\\"C_Cpp.default.cStandard\\\": \\\"c17\\\",\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Git Bash\\\",\\r\\n \\\"code-runner.terminalRoot\\\": \\\"/\\\",\\r\\n \\\"code-runner.languageIdToFileExtensionMap\\\": {\\r\\n\\r\\n \\\"bat\\\": \\\".bat\\\",\\r\\n \\\"powershell\\\": \\\".ps1\\\",\\r\\n \\\"typescript\\\": \\\".ts\\\"\\r\\n },\\r\\n \\\"code-runner.executorMap\\\": {\\r\\n\\r\\n\\r\\n \\\"javascript\\\": \\\"node\\\",\\r\\n \\\"java\\\": \\\"cd $dir && javac $fileName && java $fileNameWithoutExt\\\",\\r\\n // \\\"c\\\": \\\"cd $dir && gcc $fileName -o $fileNameWithoutExt.exe && $dir$fileNameWithoutExt.exe\\\",\\r\\n // \\\"cpp\\\": \\\"cd $dir && g++ $fileName -o $fileNameWithoutExt.exe && $dir$fileNameWithoutExt.exe\\\",\\r\\n \\\"c\\\": \\\"cd $dir && gcc $fileName -o $fileNameWithoutExt.exe && timeout 10s $dir$fileNameWithoutExt.exe < input.txt > output.txt || (echo -n > output.txt && echo 'Time Limit Gone')\\\",\\r\\n \\\"cpp\\\": \\\"cd $dir && g++ $fileName -o $fileNameWithoutExt.exe && timeout 10s $dir$fileNameWithoutExt.exe < input.txt > output.txt || (echo -n > output.txt && echo 'Time Limit Gone')\\\",\\r\\n \\\"zig\\\": \\\"zig run\\\",\\r\\n \\\"objective-c\\\": \\\"cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"php\\\": \\\"php\\\",\\r\\n \\\"python\\\": \\\"python -u\\\",\\r\\n \\\"perl\\\": \\\"perl\\\",\\r\\n \\\"perl6\\\": \\\"perl6\\\",\\r\\n \\\"ruby\\\": \\\"ruby\\\",\\r\\n \\\"go\\\": \\\"go run\\\",\\r\\n \\\"lua\\\": \\\"lua\\\",\\r\\n \\\"groovy\\\": \\\"groovy\\\",\\r\\n \\\"powershell\\\": \\\"powershell -ExecutionPolicy ByPass -File\\\",\\r\\n \\\"bat\\\": \\\"cmd /c\\\",\\r\\n \\\"shellscript\\\": \\\"bash\\\",\\r\\n \\\"fsharp\\\": \\\"fsi\\\",\\r\\n \\\"csharp\\\": \\\"scriptcs\\\",\\r\\n \\\"vbscript\\\": \\\"cscript //Nologo\\\",\\r\\n \\\"typescript\\\": \\\"ts-node\\\",\\r\\n \\\"coffeescript\\\": \\\"coffee\\\",\\r\\n \\\"scala\\\": \\\"scala\\\",\\r\\n \\\"swift\\\": \\\"swift\\\",\\r\\n \\\"julia\\\": \\\"julia\\\",\\r\\n \\\"crystal\\\": \\\"crystal\\\",\\r\\n \\\"ocaml\\\": \\\"ocaml\\\",\\r\\n \\\"r\\\": \\\"Rscript\\\",\\r\\n \\\"applescript\\\": \\\"osascript\\\",\\r\\n \\\"clojure\\\": \\\"lein exec\\\",\\r\\n \\\"haxe\\\": \\\"haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt\\\",\\r\\n \\\"rust\\\": \\\"cd $dir && rustc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"racket\\\": \\\"racket\\\",\\r\\n \\\"scheme\\\": \\\"csi -script\\\",\\r\\n \\\"ahk\\\": \\\"autohotkey\\\",\\r\\n \\\"autoit\\\": \\\"autoit3\\\",\\r\\n \\\"dart\\\": \\\"dart\\\",\\r\\n \\\"pascal\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"d\\\": \\\"cd $dir && dmd $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"haskell\\\": \\\"runghc\\\",\\r\\n \\\"nim\\\": \\\"nim compile --verbosity:0 --hints:off --run\\\",\\r\\n \\\"lisp\\\": \\\"sbcl --script\\\",\\r\\n \\\"kit\\\": \\\"kitc --run\\\",\\r\\n \\\"v\\\": \\\"v run\\\",\\r\\n \\\"sass\\\": \\\"sass --style expanded\\\",\\r\\n \\\"scss\\\": \\\"scss --style expanded\\\",\\r\\n \\\"less\\\": \\\"cd $dir && lessc $fileName $fileNameWithoutExt.css\\\",\\r\\n \\\"FortranFreeForm\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran-modern\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran_fixed-form\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"sml\\\": \\\"cd $dir && sml $fileName\\\"\\r\\n },\\r\\n \\\"[cpp]\\\": {\\r\\n \\r\\n \\\"editor.wordBasedSuggestions\\\": \\\"off\\\",\\r\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\",\\r\\n \\\"editor.semanticHighlighting.enabled\\\": true\\r\\n },\\r\\n \\\"extensions.experimental.affinity\\\": {\\r\\n \\\"asvetliakov.vscode-neovim\\\": 1\\r\\n },\\r\\n \\\"inference.model\\\": \\\"codellama:34b-code-q6_K\\\",\\r\\n \\\"clangd.path\\\": \\\"c:\\\\\\\\Users\\\\\\\\Jaq\\\\\\\\AppData\\\\\\\\Roaming\\\\\\\\Code - Insiders\\\\\\\\User\\\\\\\\globalStorage\\\\\\\\llvm-vs-code-extensions.vscode-clangd\\\\\\\\install\\\\\\\\17.0.3\\\\\\\\clangd_17.0.3\\\\\\\\bin\\\\\\\\clangd.exe\\\",\\r\\n}\"}","snippets":"{\"snippets\":{\"c.json\":\"{\\n\\t// Place your snippets for c here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"\\\": {\\n\\t\\t\\\"prefix\\\": \\\"pht\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t \\\"#include<stdio.h>\\\",\\n\\n\\t\\t \\\"\\\",\\n\\t\\t \\\"int main()\\\",\\n\\t\\t \\\"{\\\",\\n\\t\\t \\\" $0\\\",\\n\\t\\t \\\" return 0;\\\",\\n\\t\\t \\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t }\\n}\",\"cpp.json\":\"{\\n\\t// Place your snippets for cpp here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"0\\\": {\\n\\t\\t\\\"prefix\\\": \\\"cpp\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t \\\"#include<bits/stdc++.h>\\\",\\n\\t\\t \\\"using namespace std;\\\",\\n\\t\\t \\\"\\\",\\n\\t\\t \\\"int main(){\\\",\\n\\t\\t \\\" $0\\\",\\n\\t\\t \\\" return 0;\\\",\\n\\t\\t \\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"\\\"\\n\\t },\\n\\t \\\"1\\\": {\\n\\t\\t\\\"prefix\\\": \\\"slist\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t \\\"class Node{\\\",\\n\\t\\t \\\" public:\\\",\\n\\t\\t \\\" int val;\\\",\\n\\t\\t \\\" Node* next;\\\",\\n\\t\\t \\\" Node(int val){\\\",\\n\\t\\t \\\" this->val = val;\\\",\\n\\t\\t \\\" this->next = NULL;\\\",\\n\\t\\t \\\" }\\\",\\n\\t\\t \\\"};\\\"\\n\\t\\t \\\"\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Node Class for Singly Linked List\\\"\\n\\t },\\n\\t \\\"2\\\": {\\n\\t\\t\\\"prefix\\\": \\\"dlist\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t \\\"class Node{\\\",\\n\\t\\t \\\" public:\\\",\\n\\t\\t \\\" int val;\\\",\\n\\t\\t \\\" Node* next;\\\",\\n\\t\\t \\\" Node* prev;\\\",\\n\\t\\t \\\" Node(int val){\\\",\\n\\t\\t \\\" this->val = val;\\\",\\n\\t\\t \\\" this->next = NULL;\\\",\\n\\t\\t \\\" this->prev = NULL;\\\",\\n\\t\\t \\\" }\\\",\\n\\t\\t \\\"};\\\"\\n\\t\\t \\\"\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Node Class for Doubly Linked List\\\"\\n\\t },\\n\\t \\\"3\\\": {\\n\\t\\t\\\"prefix\\\": \\\"bTree\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t \\\"\\\",\\n\\t\\t \\\"class TreeNode{\\\",\\n\\t\\t \\\" public:\\\",\\n\\t\\t \\\" int val;\\\",\\n\\t\\t \\\" TreeNode* left;\\\",\\n\\t\\t \\\" TreeNode* right;\\\",\\n\\t\\t \\\" TreeNode(int val){\\\",\\n\\t\\t \\\" this->val = val;\\\",\\n\\t\\t \\\" this->left = NULL;\\\",\\n\\t\\t \\\" this->right = NULL;\\\",\\n\\t\\t \\\" }\\\",\\n\\t\\t \\\"};\\\",\\n\\t\\t \\\"\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Node Class for Binary Tree\\\"\\n\\t },\\n\\t \\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"ahmadawais.shades-of-purple\",\"uuid\":\"431aa1a8-74f4-43d5-a83b-f4960510da5f\"},\"displayName\":\"Shades of Purple\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"asvetliakov.vscode-neovim\",\"uuid\":\"caf8995c-5426-4bf7-9d01-f7968ebd49bb\"},\"displayName\":\"VSCode Neovim\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"beardedbear.beardedtheme\",\"uuid\":\"d1818e93-bccc-4812-8b8b-37aabc5a7a94\"},\"displayName\":\"Bearded Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"biomejs.biome\",\"uuid\":\"2c992d35-3965-4369-856e-fdfbb0af2ce2\"},\"displayName\":\"Biome\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"blackboxapp.blackbox\",\"uuid\":\"29f905db-7b5e-4c4e-9295-02bf72a065d0\"},\"displayName\":\"Blackbox AI Code Generation, Code Chat, Code Search\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"codium.codium\",\"uuid\":\"9236e634-e663-41bc-b320-03ab778e7110\"},\"displayName\":\"Codiumate - Code, test and review with confidence - by CodiumAI\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"coltwillcox.synthwave-x-fluoromachine-contrast\",\"uuid\":\"537ec355-0206-4cb7-b581-a0a7ccfec8e4\"},\"displayName\":\"Synthwave x Fluoromachine & epic animations & contrast\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"continue.continue\",\"uuid\":\"c8d442ab-9ee3-4891-a5b0-994f14f54c94\"},\"displayName\":\"Continue - Codestral, GPT-4o, and more\",\"disabled\":true,\"preRelease\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"divyanshuagrawal.competitive-programming-helper\",\"uuid\":\"28579c42-9973-4b79-9a1e-76431ea4bc1f\"},\"displayName\":\"Competitive Programming Helper (cph)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"donjayamanne.githistory\",\"uuid\":\"5960f38e-0bbe-4644-8f9c-9c8824e82511\"},\"displayName\":\"Git History\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\",\"disabled\":true,\"preRelease\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"easycodeai.chatgpt-gpt4-gpt3-vscode\",\"uuid\":\"e066ddf8-2f5f-4f97-9c6a-ed496da617e8\"},\"displayName\":\"ChatGPT - EasyCode\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"easycodeai.copilot-chatgpt-vscode\",\"uuid\":\"eeb161c9-6fcb-4f8a-9404-bc5d7403dbd3\"},\"displayName\":\"EasyCode Copilot Chat\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"eliverlara.andromeda\",\"uuid\":\"98eb0f27-c79a-4ef5-b3ea-0554b885bfc5\"},\"displayName\":\"Andromeda\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"evondev.indent-rainbow-palettes\",\"uuid\":\"7427174f-f9d6-4080-bfd4-f8f9a9f0ac05\"},\"displayName\":\"Evondev - Indent Rainbow Palettes\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ex3ndr.llama-coder\",\"uuid\":\"00a607ce-df9f-4993-8408-c18211c8d9b5\"},\"displayName\":\"Llama Coder\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"freecodecamp.freecodecamp-dark-vscode-theme\",\"uuid\":\"2eace7db-c7ce-4d26-a10f-373f471ac8df\"},\"displayName\":\"freeCodeCamp Dark Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"googlecloudtools.cloudcode\",\"uuid\":\"5e8803a2-3dc8-42b3-9c5f-ea9d37828c03\"},\"displayName\":\"Gemini Code Assist + Google Cloud Code\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"hnw.vscode-auto-open-markdown-preview\",\"uuid\":\"ccf9294f-f78f-429a-8856-387624db2432\"},\"displayName\":\"Auto-Open Markdown Preview\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"llvm-vs-code-extensions.vscode-clangd\",\"uuid\":\"103154cb-b81d-4e1b-8281-c5f4fa563d37\"},\"displayName\":\"clangd\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\",\"preRelease\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh\",\"uuid\":\"607fd052-be03-4363-b657-2bd62b83d28a\"},\"displayName\":\"Remote - SSH\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh-edit\",\"uuid\":\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\"},\"displayName\":\"Remote - SSH: Editing Configuration Files\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.vscode-remote-extensionpack\",\"uuid\":\"23d72dfc-8dd1-4e30-926e-8783b4378f13\"},\"displayName\":\"Remote Development\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.cmake-tools\",\"uuid\":\"7c889349-8749-43d4-8b5e-08939936d7f4\"},\"displayName\":\"CMake Tools\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"displayName\":\"C/C++\",\"preRelease\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.cpptools-extension-pack\",\"uuid\":\"3957b2f6-f086-49b5-a7b4-5da772123130\"},\"displayName\":\"C/C++ Extension Pack\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.cpptools-themes\",\"uuid\":\"99b17261-8f6e-45f0-9ad5-a69c6f509a4f\"},\"displayName\":\"C/C++ Themes\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"robbowen.synthwave-vscode\",\"uuid\":\"e5fd2b56-1637-4d4f-8252-6c9d416f9a28\"},\"displayName\":\"SynthWave '84\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"sdras.fortnite-vscode-theme\",\"uuid\":\"69604298-1197-4e6f-ae89-f07c73a2a647\"},\"displayName\":\"Fortnite VS Code Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"shades-of-blue.shades-of-blue\",\"uuid\":\"f332ed28-2765-4ebd-a8b7-34009ae22a38\"},\"displayName\":\"Shades Of Blue\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"sourcegraph.cody-ai\",\"uuid\":\"20d12578-788a-48ca-96b6-43abf885dc34\"},\"displayName\":\"Cody: AI Coding Assistant with Autocomplete & Chat\",\"disabled\":true,\"preRelease\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"sourcegraph.sourcegraph\",\"uuid\":\"6faf9533-e655-435d-8157-13d5e285d271\"},\"displayName\":\"Sourcegraph\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"sudhan.neondark-theme\",\"uuid\":\"5d8a4f00-ca58-432a-998a-86e4d5df8ccb\"},\"displayName\":\"Neon Dark Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"twxs.cmake\",\"uuid\":\"2be7cf14-2603-402e-9771-fd79df83cdf8\"},\"displayName\":\"CMake\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"displayName\":\"Error Lens\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"webrender.synthwave-x-fluoromachine\",\"uuid\":\"8607133c-9ced-49bd-b817-28004ca94c7c\"},\"displayName\":\"Synthwave x Fluoromachine\",\"applicationScoped\":false}]","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\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"explorerTrunkTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"explorerHelpAndFeedbackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"terminal.search.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"blackbox-onboarding\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"easycode.chatView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"easycode-canary.chatView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"clangd.typeHierarchyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"clangd.memoryUsage\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"clangd.ast\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"chat-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"continue.continueGUIView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubernetes.localDevExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubectlExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudRunExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apiExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.secretsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apigee.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gcfExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.awsLambdaImporterExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudStorageExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.sourceProtectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.mcdcSources\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.helpAndFeedbackExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.gemini.chatView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.commands.tree.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.commands.disabled.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.chat.tree.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.support.tree.view\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"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.cmake-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.trunkContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.sourcegraph-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":19},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":20},{\\\"id\\\":\\\"workbench.view.extension.1-cloudCodeDuetAIChatViewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"cpp.1.lastSessionDate\":\"Sun Jun 25 2023\",\"cpp.1.sessionCount\":\"1\",\"java.2.lastSessionDate\":\"Sun Jun 25 2023\",\"java.2.sessionCount\":\"1\",\"javascript.1.lastSessionDate\":\"Sun Jun 25 2023\",\"javascript.1.sessionCount\":\"1\",\"typescript.1.lastSessionDate\":\"Sun Jun 25 2023\",\"typescript.1.sessionCount\":\"1\",\"csharp.1.lastSessionDate\":\"Sun Jun 25 2023\",\"csharp.1.sessionCount\":\"1\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"findLanguageExtensions\\\":{\\\"done\\\":true},\\\"findLanguageExtensionsWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"playground\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolder\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.mac\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.linux\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows10\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows11\\\":{\\\"done\\\":true}}\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark EliverLara-andromeda-themes-Andromeda-color-theme-bordered-json\\\",\\\"label\\\":\\\"Andromeda Bordered\\\",\\\"settingsId\\\":\\\"Andromeda Bordered\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D5CED9\\\",\\\"background\\\":\\\"#23262E\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A0A1A7cc\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"markup.quote.markdown\\\",\\\"meta.diff\\\",\\\"meta.diff.header\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#D5CED9\\\"},\\\"scope\\\":[\\\"meta.template.expression.js\\\",\\\"constant.name.attribute.tag.jade\\\",\\\"punctuation.definition.metadata.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.string.begin.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00e8c6\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"support.variable\\\",\\\"entity.name.tag.yaml\\\",\\\"constant.character.entity.html\\\",\\\"source.css entity.name.tag.reference\\\",\\\"beginning.punctuation.definition.list.markdown\\\",\\\"source.css entity.other.attribute-name.parent-selector\\\",\\\"meta.structure.dictionary.json support.type.property-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f39c12\\\"},\\\"scope\\\":[\\\"markup.bold\\\",\\\"constant.numeric\\\",\\\"meta.group.regexp\\\",\\\"constant.other.php\\\",\\\"support.constant.ext.php\\\",\\\"constant.other.class.php\\\",\\\"support.constant.core.php\\\",\\\"fenced_code.block.language\\\",\\\"constant.other.caps.python\\\",\\\"entity.other.attribute-name\\\",\\\"support.type.exception.python\\\",\\\"source.css keyword.other.unit\\\",\\\"variable.other.object.property.js.jsx\\\",\\\"variable.other.object.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFE66D\\\"},\\\"scope\\\":[\\\"markup.list\\\",\\\"text.xml string\\\",\\\"entity.name.type\\\",\\\"support.function\\\",\\\"entity.other.attribute-name\\\",\\\"meta.at-rule.extend\\\",\\\"entity.name.function\\\",\\\"entity.other.inherited-class\\\",\\\"entity.other.keyframe-offset.css\\\",\\\"text.html.markdown string.quoted\\\",\\\"meta.function-call.generic.python\\\",\\\"meta.at-rule.extend support.constant\\\",\\\"entity.other.attribute-name.class.jade\\\",\\\"source.css entity.other.attribute-name\\\",\\\"text.xml punctuation.definition.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff00aa\\\"},\\\"scope\\\":[\\\"markup.heading\\\",\\\"variable.language.this.js\\\",\\\"variable.language.special.self.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f92672\\\"},\\\"scope\\\":[\\\"punctuation.definition.interpolation\\\",\\\"punctuation.section.embedded.end.php\\\",\\\"punctuation.section.embedded.end.ruby\\\",\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.begin.ruby\\\",\\\"punctuation.definition.template-expression\\\",\\\"entity.name.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c74ded\\\"},\\\"scope\\\":[\\\"storage\\\",\\\"keyword\\\",\\\"meta.link\\\",\\\"meta.image\\\",\\\"markup.italic\\\",\\\"source.js support.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7cb7ff\\\"},\\\"scope\\\":[\\\"string.regexp\\\",\\\"markup.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee5d43\\\"},\\\"scope\\\":[\\\"constant\\\",\\\"support.class\\\",\\\"keyword.operator\\\",\\\"support.constant\\\",\\\"text.html.markdown string\\\",\\\"source.css support.function\\\",\\\"source.php support.function\\\",\\\"support.function.magic.python\\\",\\\"entity.other.attribute-name.id\\\",\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#96E072\\\"},\\\"scope\\\":[\\\"string\\\",\\\"text.html.php string\\\",\\\"markup.inline.raw\\\",\\\"markup.inserted\\\",\\\"punctuation.definition.string\\\",\\\"punctuation.definition.markdown\\\",\\\"text.html meta.embedded source.js string\\\",\\\"text.html.php punctuation.definition.string\\\",\\\"text.html meta.embedded source.js punctuation.definition.string\\\",\\\"text.html punctuation.definition.string\\\",\\\"text.html string\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"EliverLara.andromeda\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"andromeda\\\",\\\"_extensionPublisher\\\":\\\"EliverLara\\\"},\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#746f77\\\",\\\"foreground\\\":\\\"#d5ced9\\\",\\\"widget.shadow\\\":\\\"#14151a\\\",\\\"selection.background\\\":\\\"#746f77\\\",\\\"errorForeground\\\":\\\"#fc644d\\\",\\\"button.background\\\":\\\"#00e8c5cc\\\",\\\"button.hoverBackground\\\":\\\"#07d4b6cc\\\",\\\"dropdown.background\\\":\\\"#2b303b\\\",\\\"dropdown.border\\\":\\\"#363c49\\\",\\\"input.background\\\":\\\"#2b303b\\\",\\\"input.placeholderForeground\\\":\\\"#746f77\\\",\\\"inputOption.activeBorder\\\":\\\"#c668ba\\\",\\\"inputValidation.errorBackground\\\":\\\"#d65343\\\",\\\"inputValidation.errorBorder\\\":\\\"#d65343\\\",\\\"inputValidation.infoBackground\\\":\\\"#3a6395\\\",\\\"inputValidation.infoBorder\\\":\\\"#3a6395\\\",\\\"inputValidation.warningBackground\\\":\\\"#de9237\\\",\\\"inputValidation.warningBorder\\\":\\\"#de9237\\\",\\\"scrollbar.shadow\\\":\\\"#23262e\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#3a3f4ccc\\\",\\\"scrollbarSlider.background\\\":\\\"#3a3f4c77\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#3a3f4caa\\\",\\\"badge.background\\\":\\\"#00b0ff\\\",\\\"badge.foreground\\\":\\\"#20232b\\\",\\\"progressBar.background\\\":\\\"#c668ba\\\",\\\"list.activeSelectionBackground\\\":\\\"#23262e\\\",\\\"list.activeSelectionForeground\\\":\\\"#00e8c6\\\",\\\"list.dropBackground\\\":\\\"#3a404e\\\",\\\"list.focusBackground\\\":\\\"#282b35\\\",\\\"list.focusForeground\\\":\\\"#eeeeee\\\",\\\"list.hoverBackground\\\":\\\"#23262e\\\",\\\"list.hoverForeground\\\":\\\"#eeeeee\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#23262e\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#00e8c6\\\",\\\"activityBar.background\\\":\\\"#20232b\\\",\\\"activityBar.dropBackground\\\":\\\"#3a404e\\\",\\\"activityBar.foreground\\\":\\\"#baafc0\\\",\\\"activityBarBadge.background\\\":\\\"#00b0ff\\\",\\\"activityBarBadge.foreground\\\":\\\"#20232b\\\",\\\"activityBar.border\\\":\\\"#1b1d23\\\",\\\"sideBar.background\\\":\\\"#23262e\\\",\\\"sideBarSectionHeader.background\\\":\\\"#23262e\\\",\\\"sideBarTitle.foreground\\\":\\\"#00e8c6\\\",\\\"sideBar.foreground\\\":\\\"#999999\\\",\\\"sideBar.border\\\":\\\"#1b1d23\\\",\\\"editorGroup.background\\\":\\\"#23262e\\\",\\\"editorGroup.dropBackground\\\":\\\"#495061d7\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#23262e\\\",\\\"tab.activeBackground\\\":\\\"#262a33\\\",\\\"tab.inactiveBackground\\\":\\\"#23262e\\\",\\\"tab.activeForeground\\\":\\\"#00e8c6\\\",\\\"tab.inactiveForeground\\\":\\\"#746f77\\\",\\\"tab.activeBorder\\\":\\\"#00e8c6\\\",\\\"editor.background\\\":\\\"#262a33\\\",\\\"editor.foreground\\\":\\\"#d5ced9\\\",\\\"editorLineNumber.foreground\\\":\\\"#746f77\\\",\\\"editorCursor.foreground\\\":\\\"#ffffff\\\",\\\"editor.selectionBackground\\\":\\\"#3d4352\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#4f435580\\\",\\\"editor.wordHighlightBackground\\\":\\\"#4f4355\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#db45a280\\\",\\\"editor.findMatchBackground\\\":\\\"#f39d1256\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#59b8b377\\\",\\\"editor.findMatchBorder\\\":\\\"#f39d12b6\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#373941\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2e323d\\\",\\\"editor.lineHighlightBorder\\\":\\\"#2e323d\\\",\\\"editorLink.activeForeground\\\":\\\"#3b79c7\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#372f3c\\\",\\\"editorWhitespace.foreground\\\":\\\"#333844\\\",\\\"editorIndentGuide.background\\\":\\\"#333844\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#585c66\\\",\\\"editorRuler.foreground\\\":\\\"#4f4355\\\",\\\"editorCodeLens.foreground\\\":\\\"#746f77\\\",\\\"editorBracketMatch.background\\\":\\\"#746f77\\\",\\\"editorBracketMatch.border\\\":\\\"#746f77\\\",\\\"editorOverviewRuler.border\\\":\\\"#1b1d23\\\",\\\"editorError.foreground\\\":\\\"#fc644d\\\",\\\"editorWarning.foreground\\\":\\\"#ff9f2e\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#5bc0ebbb\\\",\\\"editorGutter.addedBackground\\\":\\\"#9bc53dbb\\\",\\\"editorGutter.deletedBackground\\\":\\\"#fc644dbb\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#29bf1220\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#f21b3f20\\\",\\\"editorWidget.background\\\":\\\"#20232a\\\",\\\"editorSuggestWidget.background\\\":\\\"#20232a\\\",\\\"editorSuggestWidget.border\\\":\\\"#372f3c\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#373941\\\",\\\"editorHoverWidget.background\\\":\\\"#373941\\\",\\\"editorHoverWidget.border\\\":\\\"#00e8c5cc\\\",\\\"debugExceptionWidget.background\\\":\\\"#ff9f2e60\\\",\\\"debugExceptionWidget.border\\\":\\\"#ff9f2e60\\\",\\\"minimapSlider.background\\\":\\\"#58607460\\\",\\\"minimapSlider.hoverBackground\\\":\\\"#60698060\\\",\\\"minimapSlider.activeBackground\\\":\\\"#60698060\\\",\\\"peekView.border\\\":\\\"#23262e\\\",\\\"peekViewEditor.background\\\":\\\"#1a1c22\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#ff9f2e60\\\",\\\"peekViewResult.background\\\":\\\"#1a1c22\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#ff9f2e60\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#23262e\\\",\\\"peekViewTitle.background\\\":\\\"#1a1c22\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#746f77\\\",\\\"merge.currentHeaderBackground\\\":\\\"#f92672\\\",\\\"merge.currentContentBackground\\\":\\\"#f9267240\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#3b79c7bb\\\",\\\"merge.incomingContentBackground\\\":\\\"#3b79c740\\\",\\\"panel.background\\\":\\\"#23262e\\\",\\\"panel.border\\\":\\\"#1b1d23\\\",\\\"panelTitle.activeBorder\\\":\\\"#23262e\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#746f77\\\",\\\"statusBar.background\\\":\\\"#23262e\\\",\\\"statusBar.debuggingBackground\\\":\\\"#fc644d\\\",\\\"statusBar.noFolderBackground\\\":\\\"#23262e\\\",\\\"statusBarItem.activeBackground\\\":\\\"#00e8c5cc\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#07d4b5b0\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#07d4b5b0\\\",\\\"statusBarItem.prominentHoverBackground\\\":\\\"#00e8c5cc\\\",\\\"terminal.ansiRed\\\":\\\"#ee5d43\\\",\\\"terminal.ansiGreen\\\":\\\"#96e072\\\",\\\"terminal.ansiYellow\\\":\\\"#ffe66d\\\",\\\"terminal.ansiBlue\\\":\\\"#7cb7ff\\\",\\\"terminal.ansiMagenta\\\":\\\"#ff00aa\\\",\\\"terminal.ansiCyan\\\":\\\"#00e8c6\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ee5d43\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#96e072\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffe66d\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#7cb7ff\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#ff00aa\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#00e8c6\\\",\\\"terminalCursor.background\\\":\\\"#23262e\\\",\\\"terminalCursor.foreground\\\":\\\"#ffe66d\\\",\\\"titleBar.activeBackground\\\":\\\"#23262e\\\",\\\"notification.background\\\":\\\"#2d313b\\\",\\\"notification.buttonBackground\\\":\\\"#00e8c5cc\\\",\\\"notification.buttonHoverBackground\\\":\\\"#07d4b5b0\\\",\\\"notification.infoBackground\\\":\\\"#00b0ff\\\",\\\"notification.warningBackground\\\":\\\"#ff9f2e\\\",\\\"notification.errorBackground\\\":\\\"#fc644d\\\",\\\"extensionButton.prominentBackground\\\":\\\"#07d4b6cc\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#07d4b5b0\\\",\\\"pickerGroup.border\\\":\\\"#4f4355\\\",\\\"pickerGroup.foreground\\\":\\\"#746f77\\\",\\\"debugToolBar.background\\\":\\\"#20232a\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#23262e\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#555555\\\"},\\\"watch\\\":false}\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\"]\",\"workbench.panel.alignment\":\"center\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1687667822302\\\",\\\"status.workspaceTrust.2dd001b9571edc8694c08d6c5058ce59\\\",\\\"status.workspaceTrust.78c45ab9d8dcdfbd9e568c1e4bc5eb6c\\\",\\\"status.workspaceTrust.1687706512568\\\",\\\"status.workspaceTrust.1687930502856\\\",\\\"status.workspaceTrust.1688827071932\\\",\\\"status.workspaceTrust.0d8298c00fbf9fe6966fa1ecade7f311\\\",\\\"status.workspaceTrust.1688828275563\\\",\\\"status.workspaceTrust.ceed41a594497caec36280a6e3228f22\\\",\\\"status.workspaceTrust.50e09c563635237875022065c7b1a0d5\\\",\\\"status.workspaceTrust.1694360159486\\\",\\\"status.workspaceTrust.3c8f3f0ff863ee94d7eb1c7f11da7f07\\\",\\\"status.workspaceTrust.5e295ab71e39f9956d708a11ac240aa9\\\",\\\"status.workspaceTrust.1696427429214\\\",\\\"status.workspaceTrust.1696427525117\\\",\\\"status.problemsVisibility\\\",\\\"status.workspaceTrust.7fd443baec7968ab52a2b7a05889222b\\\"]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"]}\",\"workbench.view.extension.cph-judge-view-container.state.hidden\":\"[{\\\"id\\\":\\\"cph.judgeView\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.view.extension.cph-judge-view-container\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.view.extension.cph-judge-view-container\\\":2},\\\"viewLocations\\\":{},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":1}]}\",\"commandPalette.mru.counter\":\"2\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1689229892487,\\\"stepIDs\\\":[\\\"awaiting.activation.mac\\\",\\\"awaiting.activation.linux\\\",\\\"awaiting.activation.windows\\\",\\\"no.compilers.found.mac\\\",\\\"no.compilers.found.linux\\\",\\\"no.compilers.found.windows\\\",\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"create.cpp.file\\\",\\\"relaunch.developer.command.prompt.windows\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"customize.debugging.linux\\\",\\\"customize.debugging.windows\\\",\\\"customize.debugging.mac\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1695292991755,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#welcome\\\",{\\\"firstSeen\\\":1716708490309,\\\"stepIDs\\\":[\\\"get-started\\\",\\\"core-features\\\",\\\"pro-features\\\",\\\"pro-trial\\\",\\\"pro-upgrade\\\",\\\"pro-reactivate\\\",\\\"pro-paid\\\",\\\"visualize\\\",\\\"launchpad\\\",\\\"code-collab\\\",\\\"integrations\\\",\\\"more\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1716708490309,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1716708490309,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1716708490309,\\\"stepIDs\\\":[\\\"ipynb.newUntitledIpynb\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"Blackboxapp.blackbox#blackbox.welcomeStep\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"openCodeChat\\\",\\\"openCodeAutocomplete\\\",\\\"generateAICode\\\",\\\"commitAI\\\",\\\"openViewDiff\\\",\\\"scheduleOnboarding\\\"],\\\"manaullyOpened\\\":false}],[\\\"Codium.codium#codium\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"sign-in\\\",\\\"generate-tests\\\",\\\"refine-tests\\\",\\\"behaviors\\\",\\\"quick-actions\\\",\\\"save-tests\\\",\\\"code-suggestions\\\",\\\"join-community\\\"],\\\"manaullyOpened\\\":false}],[\\\"Continue.continue#continue\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"edit\\\",\\\"explain\\\",\\\"generate\\\"],\\\"manaullyOpened\\\":false}],[\\\"EasyCodeAI.chatgpt-gpt4-gpt3-vscode#welcome\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"chatWithFiles\\\",\\\"buildFeature\\\",\\\"planFeature\\\",\\\"quickEdit\\\",\\\"slashCommands\\\",\\\"learn-more\\\"],\\\"manaullyOpened\\\":false}],[\\\"googlecloudtools.cloudcode#one-activity-bar\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"one_activity_bar\\\",\\\"project_selector\\\",\\\"hide_show_view\\\",\\\"rearrange_view\\\",\\\"split_explorers\\\"],\\\"manaullyOpened\\\":false}],[\\\"googlecloudtools.cloudcode#duet-ai\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"connect-signed-out\\\",\\\"connect-signed-in\\\",\\\"project-signed-out\\\",\\\"project-signed-in\\\",\\\"generation\\\",\\\"chat\\\"],\\\"manaullyOpened\\\":false}],[\\\"googlecloudtools.cloudcode#apigee-gemini\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"magic_wand_button\\\",\\\"enter_prompt\\\",\\\"api_design_experience\\\",\\\"quick_actions\\\"],\\\"manaullyOpened\\\":false}],[\\\"googlecloudtools.cloudcode#apigee-create-specs\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"connect-signed-out\\\",\\\"connect-signed-in\\\",\\\"enable-ai-companion-signed-out\\\",\\\"enable-ai-companion-not-permitted\\\",\\\"enable-ai-companion-disabled\\\",\\\"enable-ai-companion-enabling\\\",\\\"enable-ai-companion-enabled\\\",\\\"integrate-with-hub-signed-out\\\",\\\"integrate-with-hub-not-permitted\\\",\\\"integrate-with-hub-not-provisioned\\\",\\\"integrate-with-hub-enabled\\\",\\\"create-api-specs\\\"],\\\"manaullyOpened\\\":false}],[\\\"googlecloudtools.cloudcode#apigee-create-api-proxies\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"set-up-apigee-workspace-apigee-loading\\\",\\\"set-up-apigee-workspace-no-workspace\\\",\\\"set-up-apigee-workspace-valid-workspace\\\",\\\"build-api-proxies-no-workspace\\\",\\\"build-api-proxies-valid-workspace\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"sourcegraph.cody-ai#welcome\\\",{\\\"firstSeen\\\":1718791562484,\\\"stepIDs\\\":[\\\"autocomplete\\\",\\\"chat\\\",\\\"edit\\\",\\\"fix\\\",\\\"commands\\\",\\\"keyboard\\\",\\\"ollama\\\"],\\\"manaullyOpened\\\":false}]]\",\"snippets.usageTimestamps\":\"[[\\\"cpp.json/2\\\",1694336287712],[\\\"cpp.json/1\\\",1694529123176],[\\\"cpp.json/0\\\",1701703335398],[\\\"cpp.json/3\\\",1701703349054]]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.warnExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.trunkContainer.state.hidden\":\"[{\\\"id\\\":\\\"trunkTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"trunkActionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"helpAndFeedbackView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.easycode-canary.state.hidden\":\"[{\\\"id\\\":\\\"easycode-canary.chatView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.blackbox.state.hidden\":\"[{\\\"id\\\":\\\"blackbox-onboarding\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.easycode.state.hidden\":\"[{\\\"id\\\":\\\"easycode.chatView\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"workbench.activityBar.location\":\"default\",\"workbench.view.extension.sourcegraph-view.state.hidden\":\"[{\\\"id\\\":\\\"sourcegraph.searchSidebar\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sourcegraph.files\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sourcegraph.helpSidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.cody.state.hidden\":\"[{\\\"id\\\":\\\"cody.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.commands.tree.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.chat.tree.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.search\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.support.tree.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cody.commands.disabled.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.codium-sidebar-view-container.state.hidden\":\"[{\\\"id\\\":\\\"chat-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-cloudCodeContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.unified.kubernetes.localDevExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubectlExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudRunExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apiExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.secretsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apigee.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gcfExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.awsLambdaImporterExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudStorageExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.sourceProtectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.mcdcSources\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.helpAndFeedbackExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-cloudCodeDuetAIChatViewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.duetAI.chatView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.continue.state.hidden\":\"[{\\\"id\\\":\\\"continue.continueGUIView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-geminiAIChatViewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.gemini.chatView\\\",\\\"isHidden\\\":false}]\"}}"}