Last active
December 31, 2025 20:47
-
-
Save arya2004/fa9863ae02f9abb23d5e34a35b3bd699 to your computer and use it in GitHub Desktop.
My VS Code config.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"name":"arya2004_g14_personal","settings":"{\"settings\":\"{\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\r\\n \\\"git.suggestSmartCommit\\\": false,\\r\\n \\\"editor.fontFamily\\\": \\\"'Cascadia Mono',Cascadia Mono,Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.fontSize\\\": 16,\\r\\n \\\"terminal.integrated.enableMultiLinePasteWarning\\\": false,\\r\\n \\\"solidity.telemetry\\\": false,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"COBOL\\\": true,\\r\\n \\\"COBOLIT\\\": true,\\r\\n \\\"ACUCOBOL\\\": true,\\r\\n \\\"BITLANG-COBOL\\\": true,\\r\\n \\\"RMCOBOL\\\": true,\\r\\n \\\"ILECOBOL\\\": true,\\r\\n \\\"COBOL_MF_LISTFILE\\\": false,\\r\\n \\\"COBOL_PCOB_LISTFILE\\\": false,\\r\\n \\\"COBOL_ACU_LISTFILE\\\": false,\\r\\n \\\"COBOL_MF_PREP\\\": false,\\r\\n \\\"mfu\\\": false,\\r\\n \\\"utreport\\\": false,\\r\\n \\\"*\\\": false,\\r\\n \\\"plaintext\\\": true,\\r\\n \\\"markdown\\\": true,\\r\\n \\\"scminput\\\": false,\\r\\n \\\"javascript\\\": true,\\r\\n \\\"go\\\": false,\\r\\n \\\"java\\\": false,\\r\\n \\\"code-runner-output\\\": false,\\r\\n \\\"properties\\\": true,\\r\\n \\\"cpp\\\": false,\\r\\n \\\"dockerfile\\\": false,\\r\\n \\\"shellscript\\\": true\\r\\n },\\r\\n \\\"[go]\\\": {\\r\\n \\\"editor.formatOnSave\\\": false,\\r\\n \\\"editor.defaultFormatter\\\": \\\"golang.go\\\"\\r\\n },\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.organizeImports\\\": \\\"never\\\"\\r\\n },\\r\\n \\\"go.formatTool\\\": \\\"gofmt\\\",\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\"\\r\\n },\\r\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"vscode-pets.throwBallWithMouse\\\": true,\\r\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\",\\r\\n \\\"window.commandCenter\\\": false,\\r\\n \\\"files.eol\\\": \\\"\\\\n\\\",\\r\\n \\\"protoc\\\": {\\r\\n \\\"options\\\": [\\r\\n \\\"--proto_path=proto\\\",\\r\\n ]\\r\\n },\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Ubuntu (WSL)\\\",\\r\\n \\\"workbench.activityBar.location\\\": \\\"bottom\\\",\\r\\n \\\"terminal.integrated.profiles.windows\\\": {\\r\\n \\\"PowerShell\\\": {\\r\\n \\\"source\\\": \\\"PowerShell\\\",\\r\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\r\\n },\\r\\n \\\"Command Prompt\\\": {\\r\\n \\\"path\\\": [\\r\\n \\\"${env:windir}\\\\\\\\Sysnative\\\\\\\\cmd.exe\\\",\\r\\n \\\"${env:windir}\\\\\\\\System32\\\\\\\\cmd.exe\\\"\\r\\n ],\\r\\n \\\"args\\\": [],\\r\\n \\\"icon\\\": \\\"terminal-cmd\\\"\\r\\n },\\r\\n \\\"Git Bash\\\": {\\r\\n \\\"source\\\": \\\"Git Bash\\\"\\r\\n },\\r\\n \\\"Developer Powershell\\\": {\\r\\n \\\"path\\\": \\\"pwsh\\\",\\r\\n \\\"args\\\": [\\r\\n \\\"-noe\\\",\\r\\n \\\"-c\\\",\\r\\n \\\"$vsPath = &(Join-Path 'C:\\\\\\\\Program Files (x86)' '\\\\\\\\Microsoft Visual Studio\\\\\\\\Installer\\\\\\\\vswhere.exe') -property installationpath; Import-Module (Join-Path $vsPath 'Common7\\\\\\\\Tools\\\\\\\\Microsoft.VisualStudio.DevShell.dll'); Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation\\\"\\r\\n ],\\r\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\r\\n }\\r\\n },\\r\\n \\\"editor.tokenColorCustomizations\\\": {\\r\\n \\\"[*Light*]\\\": {\\r\\n \\\"textMateRules\\\": [\\r\\n {\\r\\n \\\"scope\\\": \\\"ref.matchtext\\\",\\r\\n \\\"settings\\\": {\\r\\n \\\"foreground\\\": \\\"#000\\\"\\r\\n }\\r\\n }\\r\\n ]\\r\\n },\\r\\n \\\"[*Dark*]\\\": {\\r\\n \\\"textMateRules\\\": [\\r\\n {\\r\\n \\\"scope\\\": \\\"ref.matchtext\\\",\\r\\n \\\"settings\\\": {\\r\\n \\\"foreground\\\": \\\"#fff\\\"\\r\\n }\\r\\n }\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"github.copilot.editor.enableAutoCompletions\\\": true,\\r\\n \\\"prisma.showPrismaDataPlatformNotification\\\": false,\\r\\n \\\"window.customTitleBarVisibility\\\": \\\"auto\\\",\\r\\n \\\"zowe.settings.version\\\": 2,\\r\\n \\\"files.associations\\\": {\\r\\n \\\"*.COBOL*\\\": \\\"cobol\\\",\\r\\n \\\"*.COB*\\\": \\\"cobol\\\",\\r\\n \\\"*.COBCOPY*\\\": \\\"cobol\\\",\\r\\n \\\"*.COPYBOOK*\\\": \\\"cobol\\\",\\r\\n \\\"*.COPY*\\\": \\\"cobol\\\",\\r\\n \\\"*.PL1*\\\": \\\"pl1\\\",\\r\\n \\\"*.PLI*\\\": \\\"pl1\\\",\\r\\n \\\"*.INC*\\\": \\\"pl1\\\",\\r\\n \\\"*.INCLUDE*\\\": \\\"pl1\\\",\\r\\n \\\"*.JCL*\\\": \\\"jcl\\\",\\r\\n \\\"*.ASM*\\\": \\\"hlasm\\\",\\r\\n \\\"*.ASSEMBLE*\\\": \\\"hlasm\\\",\\r\\n \\\"*.HLASM*\\\": \\\"hlasm\\\",\\r\\n \\\"*.HLA*\\\": \\\"hlasm\\\",\\r\\n \\\"*.MACLIB*\\\": \\\"hlasm\\\",\\r\\n \\\"*.DBD*\\\": \\\"hlasm\\\",\\r\\n \\\"*.MFS*\\\": \\\"hlasm\\\",\\r\\n \\\"*.PCB*\\\": \\\"hlasm\\\",\\r\\n \\\"*.EXEC*\\\": \\\"rexx\\\",\\r\\n \\\"*.REXX*\\\": \\\"rexx\\\",\\r\\n \\\"*.REXXINC*\\\": \\\"rexx\\\",\\r\\n \\\"*.rex\\\": \\\"rexx\\\",\\r\\n \\\"*.rexx\\\": \\\"rexx\\\",\\r\\n \\\"*.ejs\\\": \\\"html\\\",\\r\\n \\\"forward_list\\\": \\\"cpp\\\",\\r\\n \\\"functional\\\": \\\"cpp\\\",\\r\\n \\\"algorithm\\\": \\\"cpp\\\",\\r\\n \\\"queue\\\": \\\"cpp\\\",\\r\\n \\\"vector\\\": \\\"cpp\\\",\\r\\n \\\"utility\\\": \\\"cpp\\\",\\r\\n \\\"array\\\": \\\"cpp\\\",\\r\\n \\\"atomic\\\": \\\"cpp\\\",\\r\\n \\\"bit\\\": \\\"cpp\\\",\\r\\n \\\"bitset\\\": \\\"cpp\\\",\\r\\n \\\"cctype\\\": \\\"cpp\\\",\\r\\n \\\"charconv\\\": \\\"cpp\\\",\\r\\n \\\"clocale\\\": \\\"cpp\\\",\\r\\n \\\"cmath\\\": \\\"cpp\\\",\\r\\n \\\"compare\\\": \\\"cpp\\\",\\r\\n \\\"concepts\\\": \\\"cpp\\\",\\r\\n \\\"cstddef\\\": \\\"cpp\\\",\\r\\n \\\"cstdint\\\": \\\"cpp\\\",\\r\\n \\\"cstdio\\\": \\\"cpp\\\",\\r\\n \\\"cstdlib\\\": \\\"cpp\\\",\\r\\n \\\"cstring\\\": \\\"cpp\\\",\\r\\n \\\"ctime\\\": \\\"cpp\\\",\\r\\n \\\"cwchar\\\": \\\"cpp\\\",\\r\\n \\\"deque\\\": \\\"cpp\\\",\\r\\n \\\"exception\\\": \\\"cpp\\\",\\r\\n \\\"format\\\": \\\"cpp\\\",\\r\\n \\\"initializer_list\\\": \\\"cpp\\\",\\r\\n \\\"ios\\\": \\\"cpp\\\",\\r\\n \\\"iosfwd\\\": \\\"cpp\\\",\\r\\n \\\"iostream\\\": \\\"cpp\\\",\\r\\n \\\"istream\\\": \\\"cpp\\\",\\r\\n \\\"iterator\\\": \\\"cpp\\\",\\r\\n \\\"limits\\\": \\\"cpp\\\",\\r\\n \\\"list\\\": \\\"cpp\\\",\\r\\n \\\"locale\\\": \\\"cpp\\\",\\r\\n \\\"map\\\": \\\"cpp\\\",\\r\\n \\\"memory\\\": \\\"cpp\\\",\\r\\n \\\"mutex\\\": \\\"cpp\\\",\\r\\n \\\"new\\\": \\\"cpp\\\",\\r\\n \\\"numeric\\\": \\\"cpp\\\",\\r\\n \\\"optional\\\": \\\"cpp\\\",\\r\\n \\\"ostream\\\": \\\"cpp\\\",\\r\\n \\\"ranges\\\": \\\"cpp\\\",\\r\\n \\\"ratio\\\": \\\"cpp\\\",\\r\\n \\\"set\\\": \\\"cpp\\\",\\r\\n \\\"span\\\": \\\"cpp\\\",\\r\\n \\\"stack\\\": \\\"cpp\\\",\\r\\n \\\"stdexcept\\\": \\\"cpp\\\",\\r\\n \\\"stop_token\\\": \\\"cpp\\\",\\r\\n \\\"streambuf\\\": \\\"cpp\\\",\\r\\n \\\"string\\\": \\\"cpp\\\",\\r\\n \\\"system_error\\\": \\\"cpp\\\",\\r\\n \\\"thread\\\": \\\"cpp\\\",\\r\\n \\\"tuple\\\": \\\"cpp\\\",\\r\\n \\\"type_traits\\\": \\\"cpp\\\",\\r\\n \\\"typeinfo\\\": \\\"cpp\\\",\\r\\n \\\"unordered_map\\\": \\\"cpp\\\",\\r\\n \\\"unordered_set\\\": \\\"cpp\\\",\\r\\n \\\"xfacet\\\": \\\"cpp\\\",\\r\\n \\\"xhash\\\": \\\"cpp\\\",\\r\\n \\\"xiosbase\\\": \\\"cpp\\\",\\r\\n \\\"xlocale\\\": \\\"cpp\\\",\\r\\n \\\"xlocbuf\\\": \\\"cpp\\\",\\r\\n \\\"xlocinfo\\\": \\\"cpp\\\",\\r\\n \\\"xlocmes\\\": \\\"cpp\\\",\\r\\n \\\"xlocmon\\\": \\\"cpp\\\",\\r\\n \\\"xlocnum\\\": \\\"cpp\\\",\\r\\n \\\"xloctime\\\": \\\"cpp\\\",\\r\\n \\\"xmemory\\\": \\\"cpp\\\",\\r\\n \\\"xstring\\\": \\\"cpp\\\",\\r\\n \\\"xtr1common\\\": \\\"cpp\\\",\\r\\n \\\"xtree\\\": \\\"cpp\\\",\\r\\n \\\"xutility\\\": \\\"cpp\\\"\\r\\n },\\r\\n \\\"yaml.schemas\\\": {\\r\\n \\\"file:///c%3A/Users/arya2/.vscode/extensions/ibm.zopeneditor-5.0.0/resources/zapp-schema-1.3.0.json\\\": [\\r\\n \\\"zapp.yaml\\\"\\r\\n ],\\r\\n \\\"file:///c%3A/Users/arya2/.vscode/extensions/ibm.zopeneditor-5.0.0/resources/zcodeformat-schema-0.0.1.json\\\": [\\r\\n \\\"zcodeformat.yaml\\\"\\r\\n ]\\r\\n },\\r\\n \\\"json.schemas\\\": [\\r\\n {\\r\\n \\\"fileMatch\\\": [\\r\\n \\\"/zapp.json\\\"\\r\\n ],\\r\\n \\\"url\\\": \\\"file:///c%3A/Users/arya2/.vscode/extensions/ibm.zopeneditor-5.0.0/resources/zapp-schema-1.3.0.json\\\"\\r\\n },\\r\\n {\\r\\n \\\"fileMatch\\\": [\\r\\n \\\"/zcodeformat.json\\\"\\r\\n ],\\r\\n \\\"url\\\": \\\"file:///c%3A/Users/arya2/.vscode/extensions/ibm.zopeneditor-5.0.0/resources/zcodeformat-schema-0.0.1.json\\\"\\r\\n }\\r\\n ],\\r\\n \\\"[typescriptreact]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"zopeneditor.welcomePage.show\\\": false,\\r\\n \\\"zowe.ds.templates\\\": [],\\r\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\r\\n \\\"go.toolsManagement.autoUpdate\\\": true,\\r\\n \\\"editor.stickyScroll.enabled\\\": false,\\r\\n \\\"C_Cpp.clang_format_style\\\": \\\"Visual Studio\\\",\\r\\n \\\"vscode-pets.petSize\\\": \\\"medium\\\",\\r\\n \\\"vscode-pets.disableEffects\\\": true,\\r\\n \\\"workbench.secondarySideBar.showLabels\\\": false,\\r\\n \\\"markdown-preview-enhanced.previewTheme\\\": \\\"github-dark.css\\\",\\r\\n \\\"markdown-preview-enhanced.codeBlockTheme\\\": \\\"github-dark.css\\\",\\r\\n \\\"github.copilot.nextEditSuggestions.enabled\\\": true,\\r\\n \\\"terminal.integrated.defaultProfile.linux\\\": \\\"bash\\\",\\r\\n \\\"terminal.integrated.automationProfile.linux\\\": {},\\r\\n \\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"diffEditor.maxComputationTime\\\": 0,\\r\\n \\\"git.enableCommitSigning\\\": true,\\r\\n \\\"docker.extension.enableComposeLanguageServer\\\": false,\\r\\n \\\"markdown-preview-enhanced.alwaysShowBacklinksInPreview\\\": false,\\r\\n \\\"[dockercompose]\\\": {\\r\\n \\\"editor.insertSpaces\\\": true,\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"editor.autoIndent\\\": \\\"advanced\\\",\\r\\n \\\"editor.quickSuggestions\\\": {\\r\\n \\\"other\\\": true,\\r\\n \\\"comments\\\": false,\\r\\n \\\"strings\\\": true\\r\\n },\\r\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-yaml\\\"\\r\\n },\\r\\n \\\"[github-actions-workflow]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-yaml\\\"\\r\\n },\\r\\n \\\"editor.largeFileOptimizations\\\": false,\\r\\n \\\"[cuda-cpp]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\r\\n },\\r\\n \\\"[jsonc]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"workbench.colorTheme\\\": \\\"Default Dark+\\\"\\r\\n}\"}","snippets":"{\"snippets\":{\"python.json\":\"{\\n\\t// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"adrien.visualstudiodarktheme\",\"uuid\":\"81ed776f-7339-495c-8e78-d02a94d1d591\"},\"displayName\":\"Visual Studio Dark Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"albert.tabout\",\"uuid\":\"4ef6c2d5-de36-45a1-9015-18c1d4a3a25e\"},\"displayName\":\"TabOut\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"displayName\":\"Project Manager\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"alexcvzz.vscode-sqlite\",\"uuid\":\"eaee103c-e866-4b73-87f8-3749cab64da2\"},\"displayName\":\"SQLite\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"angular.ng-template\",\"uuid\":\"a92d457e-6f3f-4167-8087-1a54e1b6e00e\"},\"displayName\":\"Angular Language Service\",\"version\":\"19.0.3\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"brandonfowler.exe-runner\",\"uuid\":\"23fb543c-ad76-4b49-94b8-3e164d8b29c0\"},\"displayName\":\"exe Runner\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"cschlosser.doxdocgen\",\"uuid\":\"da7e26d5-d57c-4742-ab47-d77fb189e195\"},\"displayName\":\"Doxygen Documentation Generator\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"danijelmalinovic.visual-studio-blue-theme\",\"uuid\":\"920d7064-c8dc-46b0-bb74-3021a7eab229\"},\"displayName\":\"Visual Studio Blue Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"digitalbrainstem.javascript-ejs-support\",\"uuid\":\"9cd87837-c82a-4817-9b79-1c84775aa158\"},\"displayName\":\"EJS language support\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"diogogmt.jet\",\"uuid\":\"9a1c1c02-70c4-4008-aea3-6eddc0bd9688\"},\"displayName\":\"Jet Template Engine\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"docker.docker\",\"uuid\":\"aa98a064-0f79-4961-a4b7-78df16d547ee\"},\"displayName\":\"Docker DX\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.vscode-github-actions\",\"uuid\":\"04f49bfc-8330-4eee-8237-ea938fb755ef\"},\"displayName\":\"GitHub Actions\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"golang.go\",\"uuid\":\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\"},\"displayName\":\"Go\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"humao.rest-client\",\"uuid\":\"dda49fd5-1f3b-4d25-bf61-4fc41905ede5\"},\"displayName\":\"REST Client\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"irongeek.vscode-env\",\"uuid\":\"2fd1d28f-fc2a-4582-8788-2f01febe43a6\"},\"displayName\":\"ENV\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"jeff-hykin.better-cpp-syntax\",\"uuid\":\"73767f91-7dcb-43cb-90b3-596d073eea1f\"},\"displayName\":\"Better C++ Syntax\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"jinliming2.vscode-go-template\",\"uuid\":\"d6d472cd-0d7f-410c-ac60-b473e25ae34c\"},\"displayName\":\"Go Template Support\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"juanblanco.solidity\",\"uuid\":\"25baab03-fe9a-40c7-b683-55c9a0a92480\"},\"applicationScoped\":false},{\"identifier\":{\"id\":\"luniclynx.bison\",\"uuid\":\"0219565b-f758-428a-b06f-a381aefb11d1\"},\"displayName\":\"Bison\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"luniclynx.lex\",\"uuid\":\"b7a7f8bf-e09b-4647-bea5-27b22ab9e91e\"},\"displayName\":\"Lex\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-azuretools.vscode-containers\",\"uuid\":\"2cd1d691-3d69-4d2d-ae39-fda4bc4cfd3d\"},\"displayName\":\"Container Tools\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-dotnettools.csharp\",\"uuid\":\"d0bfc4ab-1d3a-4487-8782-7cf6027b4fff\"},\"displayName\":\"C#\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-dotnettools.vscode-dotnet-runtime\",\"uuid\":\"1aab81a1-b3d9-4aef-976b-577d5d90fe3f\"},\"displayName\":\".NET Install Tool\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-python-envs\",\"uuid\":\"b41d8e8a-b6d4-4202-8f07-7189bdda81be\"},\"displayName\":\"Python Environments\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\",\"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++\",\"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\":\"ms-vscode.makefile-tools\",\"uuid\":\"e09cf600-90a1-414e-92a0-031f1a5391c6\"},\"displayName\":\"Makefile Tools\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.vscode-serial-monitor\",\"uuid\":\"17dcad22-0c4b-428f-8a04-5d2629f1480e\"},\"displayName\":\"Serial Monitor\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"displayName\":\"Live Share\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mtxr.sqltools\",\"uuid\":\"6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b\"},\"displayName\":\"SQLTools\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mtxr.sqltools-driver-mysql\",\"uuid\":\"45e19ef7-c10a-44ce-8413-0d9edfbbdcaa\"},\"displayName\":\"SQLTools MySQL/MariaDB/TiDB\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"nomicfoundation.hardhat-solidity\",\"uuid\":\"dada159b-1dfe-49fc-a369-0e08ecdff9b3\"},\"displayName\":\"Solidity\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"rangav.vscode-thunder-client\",\"uuid\":\"2fd56207-78ef-49d4-95d2-9b801eee4dbf\"},\"displayName\":\"Thunder Client\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"redhat.java\",\"uuid\":\"198a707e-28af-4e84-8610-6e2f628dd12d\"},\"displayName\":\"Language Support for Java(TM) by Red Hat\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"46cc5bbd-b098-4568-9b87-f91e07d26f2d\"},\"displayName\":\"Live Server\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"rvest.vs-code-prettier-eslint\",\"uuid\":\"d4b06bd6-36a0-469f-be55-c0a73413b688\"},\"displayName\":\"Prettier ESLint\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"shd101wyy.markdown-preview-enhanced\",\"uuid\":\"3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a\"},\"displayName\":\"Markdown Preview Enhanced\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"tonybaloney.vscode-pets\",\"uuid\":\"9b1d6ed6-92f2-4fad-863e-18a9d4c22204\"},\"displayName\":\"vscode-pets\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"twxs.cmake\",\"uuid\":\"2be7cf14-2603-402e-9771-fd79df83cdf8\"},\"displayName\":\"CMake\",\"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\":\"vscjava.migrate-java-to-azure\",\"uuid\":\"67eb125c-be8b-4984-82d2-d7adea5d3677\"},\"displayName\":\"GitHub Copilot app modernization\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-gradle\",\"uuid\":\"a226f06e-9b5e-493b-b92a-553d3572f969\"},\"displayName\":\"Gradle for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-java-debug\",\"uuid\":\"61fcd0cf-64d7-4836-8d6b-d55f4fb83281\"},\"displayName\":\"Debugger for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-java-dependency\",\"uuid\":\"7865e561-1c83-410e-9b99-aabada597a7e\"},\"displayName\":\"Project Manager for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-java-pack\",\"uuid\":\"96f11e1f-1a46-4592-b084-f025b2c2a81f\"},\"displayName\":\"Extension Pack for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-java-test\",\"uuid\":\"67c06b0d-1891-42ca-b2a8-113e79bff069\"},\"displayName\":\"Test Runner for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-java-upgrade\",\"uuid\":\"3b948aef-5c6f-4aa5-aef0-ae1c777b02bb\"},\"displayName\":\"GitHub Copilot app modernization - upgrade for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscjava.vscode-maven\",\"uuid\":\"b0f06c6b-24fb-4d7b-bd79-bc5e2fa17312\"},\"displayName\":\"Maven for Java\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"xabikos.javascriptsnippets\",\"uuid\":\"a2cec723-5349-460d-9de9-0fd1f8d3456f\"},\"displayName\":\"JavaScript (ES6) code snippets\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"zowe.vscode-extension-for-zowe\",\"uuid\":\"d16a9fd4-7515-4332-bccb-c8e7e9e0157d\"},\"displayName\":\"Zowe Explorer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"zxh404.vscode-proto3\",\"uuid\":\"1d3d1fb2-0d8f-47ed-bfce-990b8ddfc9d8\"},\"displayName\":\"vscode-proto3\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.chat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"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\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"sqlite.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"flat-source-view\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"help-and-feedback-view\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.package.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"petsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"runme.remoteNotebooks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"runme.launcher\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"runme.cloud\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.containers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.images\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.registries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.networks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.volumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.projectStatus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.pinnedCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workspaceViewer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rHelpPages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rLiveShare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-serial-monitor.monitor0\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDefaultProjectsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-serial-monitor.monitor1\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"recentTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-serial-monitor.monitor2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDaemonsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.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\\\":\\\"gitlens.views.patchDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prismaPostgresDatabases\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.quickStartWelcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"azureJavaMigrationAssessmentWebView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.assessmentWelcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.formulaTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.helpFeedbackView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"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},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.scm.grouped\\\",\\\"isHidden\\\":false}]\",\"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},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":2}]\",\"workbench.activityBar.location\":\"bottom\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.chat.sessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.project-manager\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-copilot-completions-debugger-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsActivityBarContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.containersView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.gradleContainerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":21},{\\\"id\\\":\\\"workbench.view.extension.copilot-chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.cmake-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.makefile__viewContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.python\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.context-inspector\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.azureJavaMigrationExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":20},{\\\"id\\\":\\\"workbench.view.extension.javaupgrade\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":22},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.f5ac1427-fdd8-40bd-9abb-96c3fecde481\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.sqltoolsPanelContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.resource-table-view-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.vscode-serial-monitor-tools\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.zowe-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.zowezosconsole\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.viewContainer.agentSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.thunder-client\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":19},{\\\"id\\\":\\\"workbench.view.extension.zowe\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":23},{\\\"id\\\":\\\"workbench.panel.chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.chatEditing\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.188fe5b1-3fb0-4f6c-ab2d-c29d066b4092\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"Dark+\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\",\\\"variable.legacy.builtin.python\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.name.tag.css\\\",\\\"entity.name.tag.less\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"source.css entity.other.attribute-name.class\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.parent.less\\\",\\\"source.css entity.other.attribute-name.pseudo-class\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"source.css variable\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\",\\\"punctuation.separator.namespace.ruby\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.directive.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#6b6b6b\\\",\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background1\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground1\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"menu.selectionBackground\\\":\\\"#0078d4\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.selectedBackground\\\":\\\"#222222\\\",\\\"tab.selectedForeground\\\":\\\"#ffffffa0\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#303031\\\",\\\"actionBar.toggledBackground\\\":\\\"#383a49\\\"},\\\"watch\\\":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},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"nps/lastSessionDate\":\"Fri Jul 19 2024\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Wed May 10 2023\",\"cpp.1.sessionCount\":\"239\",\"java.2.lastSessionDate\":\"Thu Apr 25 2024\",\"java.2.sessionCount\":\"537\",\"javascript.1.lastSessionDate\":\"Sun Mar 19 2023\",\"javascript.1.sessionCount\":\"198\",\"typescript.1.lastSessionDate\":\"Sun Jul 23 2023\",\"typescript.1.sessionCount\":\"300\",\"csharp.1.lastSessionDate\":\"Thu Jan 01 2026\",\"csharp.1.sessionCount\":\"518\",\"workbench.telemetryOptOutShown\":\"true\",\"encryption.migratedToGnomeLibsecret\":\"true\",\"workbench.panel.alignment\":\"right\",\"memento/gettingStartedService\":\"{\\\"CopilotSetupSignedOut\\\":{\\\"done\\\":true},\\\"CopilotSetupSignedIn\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"newPickColorTheme\\\":{\\\"done\\\":true},\\\"settingsAndSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"newSettingsAndSync\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWalkthrough#create.project\\\":{\\\"done\\\":true},\\\"alefragnani.project-manager#projectManagerWelcome#autoDetectGitRepositories\\\":{\\\"done\\\":true}}\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"alefragnani.project-manager#projectManagerWelcome\\\"]\",\"ces/skipSurvey\":\"1.68.1\",\"memento/notebookGettingStarted2\":\"{\\\"hasOpenedNotebook\\\":true}\",\"workbench.view.extensions.state.hidden\":\"[{\\\"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\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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},{\\\"id\\\":\\\"workbench.views.mcp.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.default.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.marketplaceAccess\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.default.welcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.welcomeView\\\",\\\"isHidden\\\":false}]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"c\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"csharp\\\":[\\\"ms-dotnettools.csharp\\\"],\\\"xml\\\":[\\\"ms-dotnettools.csharp\\\"],\\\"python\\\":[\\\"ms-python.python\\\"],\\\"dockercompose\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"yaml\\\":[\\\"github.vscode-github-actions\\\"],\\\"makefile\\\":[\\\"ms-vscode.makefile-tools\\\"],\\\"plaintext\\\":[\\\"mechatroner.rainbow-csv\\\"]}\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.test.profile\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.558952a8689f3a18f7e182141a8dae57\\\",\\\"status.workspaceTrust.0c3b80977cb0e1e6bf94195d5a6a290c\\\",\\\"status.workspaceTrust.54996d894e8c81c95426464f336a97bc\\\",\\\"status.workspaceTrust.1670304313327\\\",\\\"status.workspaceTrust.1670305789362\\\",\\\"status.workspaceTrust.1670385593560\\\",\\\"status.workspaceTrust.3b85fa4e11321c5928ab18d17f24f96d\\\",\\\"status.workspaceTrust.870c575d64820a07183948ae64ece7cf\\\",\\\"status.workspaceTrust.1670867546759\\\",\\\"status.workspaceTrust.1670910216851\\\",\\\"status.workspaceTrust.1416760d0e24d3c8f0e84f373a6180bc\\\",\\\"status.workspaceTrust.1670947284364\\\",\\\"status.workspaceTrust.1671034133008\\\",\\\"status.workspaceTrust.1672730443347\\\",\\\"status.workspaceTrust.1672730486773\\\",\\\"status.workspaceTrust.1673799462253\\\",\\\"status.workspaceTrust.1673799842330\\\",\\\"status.workspaceTrust.1673799995409\\\",\\\"status.workspaceTrust.ef53719e23146f41521ecc2a779d97fb\\\",\\\"status.workspaceTrust.1674035252156\\\",\\\"status.workspaceTrust.1674035256613\\\",\\\"status.workspaceTrust.1674035263065\\\",\\\"status.workspaceTrust.1674054455081\\\",\\\"status.workspaceTrust.1674293700639\\\",\\\"status.workspaceTrust.1674566319009\\\",\\\"status.workspaceTrust.1674580395892\\\",\\\"status.workspaceTrust.1675075424241\\\",\\\"status.workspaceTrust.1675152656674\\\",\\\"status.workspaceTrust.1675253731926\\\",\\\"status.workspaceTrust.1675277331483\\\",\\\"status.workspaceTrust.80b39bb780900f64a5b52d33fb686293\\\",\\\"status.workspaceTrust.1675437745292\\\",\\\"status.workspaceTrust.1675707532991\\\",\\\"status.workspaceTrust.1676195435165\\\",\\\"status.workspaceTrust.1676195466156\\\",\\\"status.workspaceTrust.1676195475472\\\",\\\"status.workspaceTrust.1676195480633\\\",\\\"status.workspaceTrust.1676195488710\\\",\\\"status.workspaceTrust.de3b4981407bf319cc28093a222cfc7f\\\",\\\"status.workspaceTrust.1676272925783\\\",\\\"status.workspaceTrust.1676273751572\\\",\\\"status.workspaceTrust.1676273781915\\\",\\\"status.workspaceTrust.1676273793017\\\",\\\"status.workspaceTrust.1677495130725\\\",\\\"status.workspaceTrust.e1934410d477a0e83b1a931f02d4c15d\\\",\\\"status.workspaceTrust.798307c3b1cc306920ccce85fa4cf1f2\\\",\\\"status.workspaceTrust.01db40ec61bde33dbdf523d8f2c6b3eb\\\",\\\"status.workspaceTrust.1677513989013\\\",\\\"status.workspaceTrust.d3aa79d131fb5de42b8a833fed6b820f\\\",\\\"status.workspaceTrust.1677759380851\\\",\\\"status.workspaceTrust.ext-dev\\\",\\\"status.workspaceTrust.1677828552479\\\",\\\"status.workspaceTrust.1677995903944\\\",\\\"status.workspaceTrust.e64f63bfdd8953c59321b784f43e52a6\\\",\\\"status.workspaceTrust.1678107452965\\\",\\\"status.workspaceTrust.1678107937890\\\",\\\"status.workspaceTrust.1678342353719\\\",\\\"status.workspaceTrust.1678349220356\\\",\\\"status.workspaceTrust.1678349331434\\\",\\\"status.workspaceTrust.1678350180514\\\",\\\"status.workspaceTrust.1678350940512\\\",\\\"status.workspaceTrust.1678378140608\\\",\\\"status.workspaceTrust.eb0c62dd80f5758a779d6e081e0996e6\\\",\\\"status.workspaceTrust.1678509864627\\\",\\\"status.workspaceTrust.1678514235945\\\",\\\"status.workspaceTrust.1678626030877\\\",\\\"status.workspaceTrust.5313190657094301803b4ab927a00d20\\\",\\\"status.workspaceTrust.1678642928593\\\",\\\"status.workspaceTrust.423e05b7cbeb7505a24d32fb132168ce\\\",\\\"status.workspaceTrust.fe726111f9eeebc1aa5494e5396c3779\\\",\\\"status.workspaceTrust.464803ff5da215483d33736d88c26b66\\\",\\\"status.workspaceTrust.1678721629106\\\",\\\"status.workspaceTrust.1678795005892\\\",\\\"status.workspaceTrust.1678805237758\\\",\\\"status.workspaceTrust.1678807920896\\\",\\\"status.workspaceTrust.1678897604022\\\",\\\"status.workspaceTrust.1678941057953\\\",\\\"status.workspaceTrust.1678943615115\\\",\\\"status.workspaceTrust.76f134dbf34c700ee98a5b634b3aace6\\\",\\\"status.workspaceTrust.1679227265928\\\",\\\"status.workspaceTrust.1679309493523\\\",\\\"status.workspaceTrust.1679401613810\\\",\\\"status.workspaceTrust.e75335f9eadc173454ec8aff1df26b7b\\\",\\\"status.workspaceTrust.1679403765922\\\",\\\"status.workspaceTrust.1679930984249\\\",\\\"status.workspaceTrust.1680195391234\\\",\\\"status.workspaceTrust.1680455873839\\\",\\\"status.workspaceTrust.1680496173366\\\",\\\"status.workspaceTrust.1680957650157\\\",\\\"status.workspaceTrust.d42165da362ed5089c6d01dad3436fa6\\\",\\\"status.workspaceTrust.d07eb6f9e7fbd2983e1b57636161461f\\\",\\\"status.workspaceTrust.ec2014c1cfe511fc8d2ce2662c977db1\\\",\\\"status.workspaceTrust.1681570518646\\\",\\\"status.workspaceTrust.1681636087499\\\",\\\"status.workspaceTrust.1681636392620\\\",\\\"status.workspaceTrust.e34dfa5efacc43b034cb5dc1d702db56\\\",\\\"status.workspaceTrust.1681899651887\\\",\\\"status.workspaceTrust.1681929021110\\\",\\\"status.workspaceTrust.1682007925016\\\",\\\"status.workspaceTrust.6ca93b952005a79ff38a5ce0244e6f54\\\",\\\"status.workspaceTrust.1682433445434\\\",\\\"status.workspaceTrust.1682710499269\\\",\\\"status.workspaceTrust.c5890089c5c4b0459e8aaee49a70ddf3\\\",\\\"status.workspaceTrust.9c8b39731ed2ac789ceb88775a4ca9eb\\\",\\\"status.workspaceTrust.1683828061962\\\",\\\"status.workspaceTrust.1b84c3613d4e5d21a75e67ea721a3045\\\",\\\"status.workspaceTrust.1683969746633\\\",\\\"status.workspaceTrust.1685164588821\\\",\\\"status.workspaceTrust.4d8c3dd91c2f110ec90eec373c3f2ffb\\\",\\\"status.workspaceTrust.44ded869aaf60241c71e79ce7938ffe7\\\",\\\"status.workspaceTrust.0ac57e861bab9d770de50cb0511c2d20\\\",\\\"status.workspaceTrust.1685268152456\\\",\\\"status.workspaceTrust.1685268166020\\\",\\\"status.workspaceTrust.1686105278629\\\",\\\"status.workspaceTrust.33d2d8d92b8d24499788088b1a7fa43f\\\",\\\"status.workspaceTrust.afbac532147043af4023983913f2a734\\\",\\\"status.workspaceTrust.17231f69fc46b4eb55dcafdad8762964\\\",\\\"status.workspaceTrust.1686235538871\\\",\\\"status.workspaceTrust.db56f25239ddc4659f44c0596e792b61\\\",\\\"status.workspaceTrust.10706eb05ef97daa5dd2c3c15b611f07\\\",\\\"status.workspaceTrust.7031ad9c87b9ecd565897c64746fd6af\\\",\\\"status.workspaceTrust.32d4def1a6264d9f5689de8ccabd7374\\\",\\\"status.workspaceTrust.7ea33c716849f6070f5e050aebdf2775\\\",\\\"status.workspaceTrust.b907a8d5f2e874266571fbd4d2287173\\\",\\\"status.workspaceTrust.0ff3f722ee85aa063beae747ab40dffa\\\",\\\"status.workspaceTrust.1c7e0e6e8da942aa2ce94e6159c2c20b\\\",\\\"status.workspaceTrust.1ad199d3d9be480a93dab4ce8d88faa8\\\",\\\"status.workspaceTrust.6f880200aebb05264c27ddc86240155c\\\",\\\"status.workspaceTrust.77137c710834a66d79942eeefa0bdce0\\\",\\\"status.workspaceTrust.b6194c96ccf1e5ae2cd46851fe7f4df9\\\",\\\"status.workspaceTrust.bbca6c584dd3e9d5ac2706b292599e1d\\\",\\\"status.workspaceTrust.1686423097408\\\",\\\"status.workspaceTrust.fab02bc967a3689238339c8c4f3469c0\\\",\\\"status.workspaceTrust.a431da0cdf06c642a7cac520e72dfd15\\\",\\\"status.workspaceTrust.1a0344aab75d5ed5cec9190ba05778f8\\\",\\\"status.workspaceTrust.e27abf7796250f44cb804932c943c20a\\\",\\\"status.workspaceTrust.455fd78bc4a877b0d4687e03605477ec\\\",\\\"status.workspaceTrust.20267eab3b24b2ed365bd3fd16220221\\\",\\\"status.workspaceTrust.d15b1ca9619e6f0165ed532b87204b02\\\",\\\"status.workspaceTrust.e377c1a1ef6cebe0a3b1cfa9eb474824\\\",\\\"status.workspaceTrust.a52a84e42750a8663965bfce5dba080f\\\",\\\"status.workspaceTrust.1687071767961\\\",\\\"status.workspaceTrust.1687193849790\\\",\\\"status.workspaceTrust.561a18bfcb032c589cbdabb4262c9b50\\\",\\\"status.workspaceTrust.16afe27cde5e74496b0a927022b2db76\\\",\\\"status.workspaceTrust.51946aba1898398a0a6a910a2508a075\\\",\\\"status.workspaceTrust.9eae1b5a38ce6f8b3b2073f35c7c65cb\\\",\\\"status.workspaceTrust.1689404698864\\\",\\\"status.workspaceTrust.1689404714167\\\",\\\"status.workspaceTrust.1689624281074\\\",\\\"status.workspaceTrust.450967d4d6e7d5581771574f57e16cd1\\\",\\\"status.workspaceTrust.b822bf04594b04febadab3051426f78f\\\",\\\"status.workspaceTrust.e127a78211e753178d0507fd42863785\\\",\\\"status.workspaceTrust.1689762241497\\\",\\\"status.workspaceTrust.b95d5c7a068e081b77e9848b81b2449f\\\",\\\"status.workspaceTrust.1689878984721\\\",\\\"status.workspaceTrust.fa5d5a06fbb55f64d11646f0dd4e04c6\\\",\\\"status.workspaceTrust.1690091534657\\\",\\\"status.workspaceTrust.416b6d6587ecbf09eb4996b305f9ba46\\\",\\\"status.workspaceTrust.1690198932632\\\",\\\"status.workspaceTrust.de907b0165db54ccb6e4b11c8044ee4c\\\",\\\"status.workspaceTrust.f13cbdd2cbd3569830c35d0c52ff7ce7\\\",\\\"status.workspaceTrust.1690687923608\\\",\\\"status.workspaceTrust.1690688694789\\\",\\\"status.workspaceTrust.ba3114ec4a4ab215a99c3c79bc11d9af\\\",\\\"status.workspaceTrust.1690874940159\\\",\\\"status.workspaceTrust.3367a6d22e2c723deae315873976db66\\\",\\\"status.workspaceTrust.1690875207907\\\",\\\"status.workspaceTrust.6984c514e6e261c0132f9fad99ca838a\\\",\\\"status.workspaceTrust.1690875249206\\\",\\\"status.workspaceTrust.ecfd612644ecf28849ee9fb3cdd16c74\\\",\\\"status.workspaceTrust.f0b75b18bad1b0dce701c61ccdc3e9c1\\\",\\\"status.workspaceTrust.1690891818507\\\",\\\"status.workspaceTrust.1690896439497\\\",\\\"status.workspaceTrust.1690897630024\\\",\\\"status.workspaceTrust.051529767f19052b9ac477ee4167abf2\\\",\\\"status.workspaceTrust.1691008323810\\\",\\\"status.workspaceTrust.710ab16adcbb5de8981e9f714313bc9b\\\",\\\"status.workspaceTrust.2a023a80271274892724de10a6527b5f\\\",\\\"status.workspaceTrust.7a016d3c30d287ada2f3b5232d9a1a79\\\",\\\"status.workspaceTrust.1691598491470\\\",\\\"status.workspaceTrust.335c370d3481990c2bfd5b7daa45d182\\\",\\\"status.workspaceTrust.3490d41284a87267b4b9ec611da41081\\\",\\\"status.workspaceTrust.7f3ac7438b13c616b937237be6453a5b\\\",\\\"status.workspaceTrust.1691969503671\\\",\\\"status.workspaceTrust.0304f8897caa03deefd5ce2e70716851\\\",\\\"status.workspaceTrust.1692384183764\\\",\\\"status.workspaceTrust.1b98cdff88789f5b6e402881d61656b0\\\",\\\"status.workspaceTrust.1692625327219\\\",\\\"status.workspaceTrust.9f47d5c47e2e8b4143ca78d5160e7d41\\\",\\\"status.workspaceTrust.73a4794d1ed247700017ded10ce87196\\\",\\\"status.workspaceTrust.1692933380092\\\",\\\"status.workspaceTrust.1693008464098\\\",\\\"status.workspaceTrust.1693008480167\\\",\\\"status.workspaceTrust.105533a4166caf4e9ff862b8eecaa274\\\",\\\"status.workspaceTrust.79508a3a11bce4c1b876d5c0ab8aec45\\\",\\\"status.workspaceTrust.d41bc67ecc0c0b6d9f9d6149ede52875\\\",\\\"status.workspaceTrust.cfad5d7ee7867457658195ce1a73dfae\\\",\\\"status.workspaceTrust.1693338904133\\\",\\\"status.workspaceTrust.1693709621019\\\",\\\"status.workspaceTrust.1693709655700\\\",\\\"status.workspaceTrust.a900be8f58771bee4db8dfe75b841641\\\",\\\"status.workspaceTrust.1693754149577\\\",\\\"status.workspaceTrust.078faa1e4b013406bced7b07d440dde7\\\",\\\"status.workspaceTrust.1693892487663\\\",\\\"status.workspaceTrust.1693939908278\\\",\\\"status.workspaceTrust.a7d40b1aa4b8b00ec9f09e19f722983b\\\",\\\"status.workspaceTrust.1693974718635\\\",\\\"status.workspaceTrust.10e49dc5df03f61d1b66c29c7f0c17bb\\\",\\\"status.workspaceTrust.8a994a215c037af5de7fe327c03e8077\\\",\\\"status.workspaceTrust.1694280332442\\\",\\\"status.workspaceTrust.3d7c489ccc729b07977fd996234d0eee\\\",\\\"status.workspaceTrust.29d93009372b7eda334d1fcfba6ade45\\\",\\\"status.workspaceTrust.c7d49e00e9ae4128295dcae60d7c77a9\\\",\\\"status.workspaceTrust.ed5b134be8c49f78f58315cb12eb6354\\\",\\\"status.workspaceTrust.87e84f255f31c01e4bb1d74f8f2c0be6\\\",\\\"status.workspaceTrust.0ebbc27768eef0f3fb31242b3852d0bf\\\",\\\"status.workspaceTrust.64446f52a8d4105052f31eeff854bc79\\\",\\\"status.workspaceTrust.135ac2b037b42e46dc216e3a12ab6249\\\",\\\"status.workspaceTrust.b2d4dbe36e840c3fdbbce70d9a9ee39d\\\",\\\"status.workspaceTrust.5d660da4c02032bc10d42a6e8de87c7d\\\",\\\"status.workspaceTrust.a390b7b87b723dd89fd2dc8b414882cf\\\",\\\"status.workspaceTrust.c1d4fced96157345861d8a368df6abb7\\\",\\\"status.workspaceTrust.00925b7421e3c08d5f063ef36d1a15c0\\\",\\\"status.workspaceTrust.1695135509939\\\",\\\"status.workspaceTrust.c52aa0100821b56e65ecd25e979321cf\\\",\\\"status.workspaceTrust.1695325527650\\\",\\\"status.workspaceTrust.1695370833213\\\",\\\"status.workspaceTrust.1695743794747\\\",\\\"status.workspaceTrust.1695748269166\\\",\\\"status.workspaceTrust.3df28775a6f23f805059621e7710e660\\\",\\\"status.workspaceTrust.d492486c662f3cf91ccee7531844dbcf\\\",\\\"status.workspaceTrust.5a4b655a755402f50f9f8c6a52aeecff\\\",\\\"status.workspaceTrust.e79f403ddf49db653184749914f3187f\\\",\\\"status.workspaceTrust.1696156550618\\\",\\\"status.workspaceTrust.1696268708169\\\",\\\"status.workspaceTrust.f08e1231f6ddc013813a5990ff2841aa\\\",\\\"status.workspaceTrust.1696273534723\\\",\\\"status.workspaceTrust.4b87ed811c97c1b8a336184b6e10fcec\\\",\\\"status.workspaceTrust.1696275161976\\\",\\\"status.workspaceTrust.ed8cb7e09cfc9db7dd0f59775427070a\\\",\\\"status.workspaceTrust.1696773071562\\\",\\\"status.workspaceTrust.78001643891f2dd2d582ef2a3cc549ca\\\",\\\"status.workspaceTrust.1696847753326\\\",\\\"status.workspaceTrust.c2eb7beeb83230bd57f90b37b8c8eed3\\\",\\\"status.workspaceTrust.e2d30a46062e4c55fbb7bae08538b1ea\\\",\\\"status.workspaceTrust.1696849686218\\\",\\\"status.workspaceTrust.9da924eca6a7a2ca8005a67cdf8badc6\\\",\\\"status.workspaceTrust.1696942232003\\\",\\\"status.workspaceTrust.b8b096326019de493db4db52b8c5af80\\\",\\\"status.workspaceTrust.1696970173405\\\",\\\"status.workspaceTrust.8bc9db30102f7b9c035beb020fbe6f20\\\",\\\"status.workspaceTrust.a60b5d01dc50d5a733a63b9762601b49\\\",\\\"status.workspaceTrust.07a335490140d99a9c84cc57bb8ba508\\\",\\\"status.workspaceTrust.1697703823966\\\",\\\"status.workspaceTrust.fb36f8dd226eb6bb3888d77a777cd589\\\",\\\"status.workspaceTrust.1697710733080\\\",\\\"status.workspaceTrust.1697710923538\\\",\\\"status.workspaceTrust.1697710933165\\\",\\\"status.workspaceTrust.1697712018839\\\",\\\"status.workspaceTrust.5e6c681cdd7c8dc51f657dddcd044c4e\\\",\\\"status.workspaceTrust.14cfc6e8440146a0162e51e3f0e08652\\\",\\\"status.workspaceTrust.4351b8adf8ec5a90c0281540ff167093\\\",\\\"status.workspaceTrust.8a32fe23152805c508e8bc68b42e13b3\\\",\\\"status.workspaceTrust.aa0939e3141d50b9bda90dba0ceb4413\\\",\\\"status.workspaceTrust.45b1f56e1ef4bbdade91055cac3b1ad5\\\",\\\"status.workspaceTrust.1698213438461\\\",\\\"status.workspaceTrust.1698242535895\\\",\\\"status.workspaceTrust.7ab0501e4ad05f9323b2ab8aaf6b6acd\\\",\\\"status.workspaceTrust.b9b5bdaf65b228427e55bb074aa0814f\\\",\\\"status.workspaceTrust.1698340703658\\\",\\\"status.workspaceTrust.1698346002394\\\",\\\"status.workspaceTrust.36ba199d71dcbf85edc8fbf4a058bca5\\\",\\\"status.workspaceTrust.72bbb6f5905cb5a969796e804da6ebfc\\\",\\\"status.workspaceTrust.4a6e2ae1a31fd283424a1cfb075c84cf\\\",\\\"status.workspaceTrust.76af104ff971e9cc8653dffb77a69121\\\",\\\"status.workspaceTrust.1699636905517\\\",\\\"status.workspaceTrust.1700254583927\\\",\\\"status.workspaceTrust.111cb91aa97701198402754fb89e0498\\\",\\\"status.workspaceTrust.4bc4cd7c336c1341b431e3c12a757f12\\\",\\\"status.workspaceTrust.1700409877185\\\",\\\"status.workspaceTrust.c70fcdc713fb21999f7cb77e9725d57b\\\",\\\"status.workspaceTrust.33f3ccc8e37e88ec8af6594b9ba0781e\\\",\\\"status.workspaceTrust.1700414104641\\\",\\\"status.workspaceTrust.1700565461071\\\",\\\"status.workspaceTrust.1700573866737\\\",\\\"status.workspaceTrust.1700581057979\\\",\\\"status.workspaceTrust.1700845774472\\\",\\\"status.workspaceTrust.d58bce8bf8e7a7e0097b928b319357c8\\\",\\\"status.workspaceTrust.1700984619236\\\",\\\"status.workspaceTrust.1701115859678\\\",\\\"status.workspaceTrust.db93798b769e2891cfc3cec08d86e4eb\\\",\\\"status.workspaceTrust.1701349340109\\\",\\\"status.workspaceTrust.9920287fd9dcb0c9abeb04c0c83b6f46\\\",\\\"status.workspaceTrust.153de250ad0ab2e2e4adceb5040e281c\\\",\\\"status.workspaceTrust.223bdabd15987c96023e21d4b654bc32\\\",\\\"status.workspaceTrust.1582e8c1de61a056971fcddee3efa817\\\",\\\"status.workspaceTrust.c9edb27d1229ad98396d183e12f344ee\\\",\\\"status.workspaceTrust.38a531d3155b5d625841b5c7d318a199\\\",\\\"status.workspaceTrust.1701794513229\\\",\\\"status.workspaceTrust.b258a066e5a721fd29b4fd9fdac7afab\\\",\\\"status.workspaceTrust.1fd7c5ac4eb1ced7f5574b112de86e6f\\\",\\\"status.workspaceTrust.817e1a48583b0f9df88c8a05204db736\\\",\\\"status.workspaceTrust.6e707749940a59756daff5b93d5faea6\\\",\\\"status.workspaceTrust.eae8a7e1be360f2cdbf398b88f904bf2\\\",\\\"status.workspaceTrust.bd40bf85e087bd127670553f898e0c06\\\",\\\"status.workspaceTrust.1f4da987c0ed2324d2c2ddb6b7d29ff1\\\",\\\"status.workspaceTrust.b1fd039a5b8974a6742b2c6d10bd9b1b\\\",\\\"status.workspaceTrust.ada33dd17dc2f564742d843cd8589cba\\\",\\\"status.workspaceTrust.1702118516943\\\",\\\"status.workspaceTrust.1aa7b9c3d6608bc7cc542d36020e07f3\\\",\\\"status.workspaceTrust.0f5ea5fe8b6f6a4105fcbbe82ca4a053\\\",\\\"status.workspaceTrust.e7a4de486f4f817d6b6c2fe9c06a58f6\\\",\\\"status.workspaceTrust.e6186ddb3f6e37aa6299fd8a4deebe75\\\",\\\"status.workspaceTrust.288721f65174ce4a54c4603073d3555b\\\",\\\"status.workspaceTrust.0de52d2f38d265d07379b72acdcdd3b6\\\",\\\"status.workspaceTrust.e3736cd2a1bbcd8866b31a036aae5bf1\\\",\\\"status.workspaceTrust.ac706b6c5be85d2d1097af07488a21ee\\\",\\\"status.workspaceTrust.e69984cdc55b217760ff4d8652f5b2c7\\\",\\\"status.workspaceTrust.1702625447841\\\",\\\"status.workspaceTrust.1702625451984\\\",\\\"status.workspaceTrust.1702640078269\\\",\\\"status.workspaceTrust.a1999c69ec6a78a9c5772adeb940dd5b\\\",\\\"status.workspaceTrust.1702712064441\\\",\\\"status.workspaceTrust.1702739847881\\\",\\\"status.workspaceTrust.1702755193519\\\",\\\"status.workspaceTrust.ec95e50823476b4d768399a6de2fc191\\\",\\\"status.workspaceTrust.1702828872144\\\",\\\"status.workspaceTrust.6a244cd596ea985918f36386b402d002\\\",\\\"status.workspaceTrust.1703094733862\\\",\\\"status.workspaceTrust.1703094796029\\\",\\\"status.workspaceTrust.1703094805213\\\",\\\"status.workspaceTrust.64ad143a587d63591f5a26fce05fd9e2\\\",\\\"status.workspaceTrust.1703095116891\\\",\\\"status.workspaceTrust.1703102710668\\\",\\\"status.workspaceTrust.1703102716473\\\",\\\"status.workspaceTrust.785012ac55b3d8c20c2b40195f547e34\\\",\\\"status.workspaceTrust.28dd656ac5071f8626d3f99e5fe3bc65\\\",\\\"status.workspaceTrust.e2dd41a8b0a02ecaf1cbe68a5cb48445\\\",\\\"status.workspaceTrust.3c00e53cb19a143062c91bc0619f2461\\\",\\\"status.workspaceTrust.f837b772fa1a8c170f02464b226249c5\\\",\\\"status.workspaceTrust.1704210969684\\\",\\\"status.workspaceTrust.bd8becf7e58378a222a6de57a1cc8017\\\",\\\"status.workspaceTrust.1704539699170\\\",\\\"status.workspaceTrust.0ac285c86bc5c228314669512ff68711\\\",\\\"status.workspaceTrust.1704715873591\\\",\\\"status.workspaceTrust.1704733293178\\\",\\\"status.workspaceTrust.2809c0e24f041dfa4acf11ac523ef12f\\\",\\\"status.workspaceTrust.1705005087980\\\",\\\"status.workspaceTrust.688766979610bccdb3db1256951c4850\\\",\\\"status.workspaceTrust.1705472237990\\\",\\\"status.workspaceTrust.68c0559a4b46c2e1bb3eabc7decdc3d4\\\",\\\"status.workspaceTrust.119b5fc275872425b1d60182f33c5455\\\",\\\"status.workspaceTrust.1705479721723\\\",\\\"status.workspaceTrust.1705516277996\\\",\\\"status.workspaceTrust.0338f9cece837acf7f716e2b839de80d\\\",\\\"status.workspaceTrust.a5877cf5a89f461bac8d2078bb4a9237\\\",\\\"status.workspaceTrust.1705912589609\\\",\\\"status.workspaceTrust.bd54f0d01b81e0bd2dbd6a4a2c622e0a\\\",\\\"status.workspaceTrust.e60531d3bce2d1552c6ce92f8d0461f9\\\",\\\"status.workspaceTrust.c414daa93e693ea502c198667fe7c6b9\\\",\\\"status.workspaceTrust.b09240afd0c6ca9ca3057aa782483ea5\\\",\\\"status.workspaceTrust.8754f0066b5543bf89843e2ff2da72eb\\\",\\\"status.workspaceTrust.1706666261477\\\",\\\"status.workspaceTrust.ee7f8503f095bb2a0d0a3ec674c7afc5\\\",\\\"status.workspaceTrust.1707568853442\\\",\\\"status.workspaceTrust.23ce2902f9a339bd43c20f6372364a38\\\",\\\"status.workspaceTrust.9f50319dff95a98b41b98bfb85754939\\\",\\\"status.workspaceTrust.9f3ec549753d04b8f05e690e1951276e\\\",\\\"status.workspaceTrust.1d515ef78b7ce30aec0cac82a65da87c\\\",\\\"status.workspaceTrust.a233daaf39cbf8ebb7ce97faa62b75bc\\\",\\\"status.workspaceTrust.c9e7d5ee6a5d593f898f4e3978cd885f\\\",\\\"status.workspaceTrust.550e644072f4a322a65b93d1884d4458\\\",\\\"status.workspaceTrust.1708763547991\\\",\\\"status.workspaceTrust.1d888667beb49434dd3565dd8140434a\\\",\\\"status.workspaceTrust.50ddf72c07a73958e3959fd6a2981ecb\\\",\\\"status.workspaceTrust.9bfc993399007a4ac6787822c5251e2d\\\",\\\"status.workspaceTrust.1708794248151\\\",\\\"status.workspaceTrust.1708900537559\\\",\\\"status.workspaceTrust.1709191817867\\\",\\\"GitHub.copilot.status\\\"]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"expandSuggestionDocs\":\"true\",\"cpp.1.editedCount\":\"11\",\"cpp.1.editedDate\":\"Wed Nov 06 2024\",\"tabs-list-width-horizontal\":\"160\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppReferencesView\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/csharp.json/for loop\\\",1675873770277],[\\\"snippets/javascript.code-snippets/While Statement\\\",1677930252230],[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1678294812378],[\\\"snippets/javascript.code-snippets/If-Else Statement\\\",1678436080650],[\\\"snippets/snippets.json/EJS TAG Comment\\\",1678549882564],[\\\"snippets/snippets.json/EJS TAG ForEach\\\",1680804111978],[\\\"snippets/javascript.code-snippets/For-In Loop\\\",1681227400170],[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1681227425651],[\\\"snippets/javascript.code-snippets/For-Of Loop\\\",1681227438047],[\\\"snippets/snippets.json/EJS TAG\\\",1681552715391],[\\\"snippets/snippets.json/EJS TAG Output Escaped\\\",1681573993069],[\\\"snippets/snippets.json/EJS TAG Else If Statement\\\",1681577764787],[\\\"snippets/snippets.json/EJS TAG For Loop\\\",1682334091894],[\\\"snippets/snippets.json/EJS TAG If Statement\\\",1682350145252],[\\\"snippets/javascript.code-snippets/If Statement\\\",1683132976943],[\\\"snippets/arduino.json/dr\\\",1683798590717],[\\\"snippets/snippets.json/EJS TAG Output Value\\\",1686328348245],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1689013931442],[\\\"snippets/typescript.code-snippets/Property setter\\\",1689600436171],[\\\"snippets/typescript.code-snippets/Public Method Definition\\\",1689622986762],[\\\"snippets/snippets.json/exportClassExtends\\\",1690205049272],[\\\"snippets/solidity.json/pragma abicoder\\\",1690874692209],[\\\"snippets/javascript.code-snippets/Function Statement\\\",1691598997671],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1695374186979],[\\\"snippets/typescript.code-snippets/Constructor\\\",1695374463273],[\\\"snippets/javascript.code-snippets/Import Statement\\\",1697203942241],[\\\"snippets/csharp.json/Using statement\\\",1697704128147],[\\\"snippets/snippets.json/exportNamedVariable\\\",1700984261439],[\\\"snippets/typescript.code-snippets/If Statement\\\",1701497780011],[\\\"snippets/solidity.json/natspec contract\\\",1701511194132],[\\\"snippets/solidity.json/pragma solidity\\\",1701532562418],[\\\"snippets/solidity.json/natspec function\\\",1701536101892],[\\\"snippets/solidity.json/error declaration\\\",1701542965169],[\\\"snippets/solidity.json/function declaration\\\",1701601645276],[\\\"snippets/solidity.json/for statement\\\",1702040688857],[\\\"snippets/typescript.code-snippets/For Loop\\\",1704649166343],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1708711995182],[\\\"snippets/snippets.json/import\\\",1710828219843],[\\\"snippets/javascript.code-snippets/For Loop\\\",1717407625574],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1717497087391],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1732028562663],[\\\"snippets/go.json/test main\\\",1733849835537],[\\\"snippets/javascript.code-snippets/Log error to console\\\",1734115425259],[\\\"snippets/javascript.code-snippets/For-Each Loop using =>\\\",1734284583550],[\\\"snippets/snippets.json/constructor\\\",1734555005613],[\\\"snippets/snippets.json/method\\\",1737108635670],[\\\"snippets/javascript.code-snippets/Throw Exception\\\",1737108858294],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1737108885159],[\\\"snippets/go.json/new(...)\\\",1737632847084],[\\\"snippets/snippets.json/requireToConst\\\",1746202089905],[\\\"snippets/go.json/benchmark function\\\",1746274230150],[\\\"snippets/go.json/function declaration\\\",1748632316850],[\\\"snippets/go.json/make(...)\\\",1748678023962],[\\\"snippets/go.json/if statement\\\",1751119563084],[\\\"snippets/go.json/http handler declaration\\\",1751276925753],[\\\"snippets/go.json/package main and main function\\\",1751277651650],[\\\"snippets/go.json/init function\\\",1751311537522],[\\\"snippets/go.json/for range statement\\\",1751311840424],[\\\"snippets/go.json/channel declaration\\\",1751312026308],[\\\"snippets/go.json/defer statement\\\",1754319750424],[\\\"snippets/go.json/for statement\\\",1755762976140],[\\\"snippets/go.json/empty interface\\\",1755763105087]]\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"python.enableLinting\\\",\\\"value\\\":7},{\\\"key\\\":\\\"python.setLinter\\\",\\\"value\\\":8},{\\\"key\\\":\\\"python.datascience.createnewnotebook\\\",\\\"value\\\":9},{\\\"key\\\":\\\"editor.action.toggleMinimap\\\",\\\"value\\\":12},{\\\"key\\\":\\\"workbench.action.terminal.openNativeConsole\\\",\\\"value\\\":13},{\\\"key\\\":\\\"workbench.action.openGlobalSettings\\\",\\\"value\\\":18},{\\\"key\\\":\\\"workbench.action.openWorkspaceSettingsFile\\\",\\\"value\\\":21},{\\\"key\\\":\\\"workbench.action.configureLanguageBasedSettings\\\",\\\"value\\\":26},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":28},{\\\"key\\\":\\\"petsView.focus\\\",\\\"value\\\":29},{\\\"key\\\":\\\"vscode-pets.start\\\",\\\"value\\\":30},{\\\"key\\\":\\\"workbench.action.openRawDefaultSettings\\\",\\\"value\\\":35},{\\\"key\\\":\\\"codesnapshot.init\\\",\\\"value\\\":43},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":45},{\\\"key\\\":\\\"go.tools.install\\\",\\\"value\\\":50},{\\\"key\\\":\\\"workbench.action.chat.open\\\",\\\"value\\\":51},{\\\"key\\\":\\\"solidity.selectGlobalRemoteSolcVersion\\\",\\\"value\\\":52},{\\\"key\\\":\\\"C_Cpp.ConfigurationEditUI\\\",\\\"value\\\":53},{\\\"key\\\":\\\"github.copilot.toggleCopilot\\\",\\\"value\\\":56},{\\\"key\\\":\\\"workbench.action.terminal.selectDefaultShell\\\",\\\"value\\\":57},{\\\"key\\\":\\\"workbench.action.terminal.new\\\",\\\"value\\\":58},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":59},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":60},{\\\"key\\\":\\\"wakatime.apikey\\\",\\\"value\\\":61},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":62},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":67}]}\",\"commandPalette.mru.counter\":\"68\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Sat Mar 18 2023\",\"workbench.view.extension.vscode-serial-monitor-tools.state.hidden\":\"[{\\\"id\\\":\\\"vscode-serial-monitor.monitor0\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-serial-monitor.monitor1\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-serial-monitor.monitor2\\\",\\\"isHidden\\\":false}]\",\"github-arya2004\":\"[{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-chat\\\",\\\"name\\\":\\\"GitHub Copilot Chat\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.vscode-github-actions\\\",\\\"name\\\":\\\"GitHub Actions\\\",\\\"allowed\\\":true}]\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.76.2\",\"cpp.1.isCandidate\":\"false\",\"cpp.1.skipVersion\":\"1.78.0\",\"workbench.views.service.auxiliarybar.188fe5b1-3fb0-4f6c-ab2d-c29d066b4092.state.hidden\":\"[{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.auxiliarybar.188fe5b1-3fb0-4f6c-ab2d-c29d066b4092\\\":2,\\\"workbench.views.service.auxiliarybar.f5ac1427-fdd8-40bd-9abb-96c3fecde481\\\":0,\\\"workbench.view.debug\\\":2,\\\"workbench.view.extensions\\\":2,\\\"workbench.view.extension.dockerView\\\":1,\\\"workbench.panel.chatSidebar\\\":2,\\\"workbench.view.remote\\\":2,\\\"workbench.view.extension.zowe\\\":2,\\\"workbench.view.extension.thunder-client\\\":2},\\\"viewLocations\\\":{\\\"timeline\\\":\\\"workbench.views.service.auxiliarybar.188fe5b1-3fb0-4f6c-ab2d-c29d066b4092\\\",\\\"workbench.scm.repositories\\\":\\\"workbench.views.service.auxiliarybar.f5ac1427-fdd8-40bd-9abb-96c3fecde481\\\",\\\"workbench.scm\\\":\\\"workbench.views.service.auxiliarybar.f5ac1427-fdd8-40bd-9abb-96c3fecde481\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"csharp.1.editedCount\":\"7\",\"csharp.1.editedDate\":\"Mon Nov 20 2023\",\"workbench.views.service.auxiliarybar.f5ac1427-fdd8-40bd-9abb-96c3fecde481.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":1}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"GitHub.copilot-chat#copilotWelcome\\\",{\\\"firstSeen\\\":1750280163097,\\\"stepIDs\\\":[\\\"copilot.setup.signIn\\\",\\\"copilot.setup.signInNoAction\\\",\\\"copilot.setup.signUp\\\",\\\"copilot.setup.signUpNoAction\\\",\\\"copilot.panelChat\\\",\\\"copilot.edits\\\",\\\"copilot.firstSuggest\\\",\\\"copilot.inlineChatNotMac\\\",\\\"copilot.inlineChatMac\\\",\\\"copilot.sparkle\\\"],\\\"manaullyOpened\\\":false}],[\\\"alefragnani.project-manager#projectManagerWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"saveYourFavoriteProjects\\\",\\\"autoDetectGitRepositories\\\",\\\"findAndOpenProjects\\\",\\\"organizeWithTags\\\",\\\"exclusiveSideBar\\\",\\\"workingWithRemotes\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-containers#containersStart\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"chooseContainerRuntime\\\",\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"containerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"ipynb.newUntitledIpynb\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"awaiting.activation.mac\\\",\\\"awaiting.activation.linux\\\",\\\"awaiting.activation.windows\\\",\\\"awaiting.activation.windows10\\\",\\\"awaiting.activation.windows11\\\",\\\"no.compilers.found.mac\\\",\\\"no.compilers.found.linux\\\",\\\"no.compilers.found.windows\\\",\\\"no.compilers.found.windows10\\\",\\\"no.compilers.found.windows11\\\",\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"verify.compiler.windows10\\\",\\\"verify.compiler.windows11\\\",\\\"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}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1750280279310,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.codeActions\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.migrate-java-to-azure#javaAppModernization\\\",{\\\"firstSeen\\\":1760787122771,\\\"stepIDs\\\":[\\\"discoverExtension\\\",\\\"chooseModernizationPath\\\",\\\"exploreAgenticTasks\\\",\\\"discoverMore\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"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.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Sat Jul 22 2023\",\"extensionTips/promptedExecutableTips\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"],\\\"docker\\\":[\\\"ms-vscode-remote.remote-containers\\\"]}\",\"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}]\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.80.1\",\"workbench.view.extension.cmake-view.state.hidden\":\"[{\\\"id\\\":\\\"cmake.projectStatus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.pinnedCommands\\\",\\\"isHidden\\\":false}]\",\"gitlens+-arya2004\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"sol\\\"]\",\"java.2.editedCount\":\"10\",\"java.2.editedDate\":\"Tue Apr 23 2024\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.chat.movedView.welcomeView\\\",\\\"isHidden\\\":false}]\",\"inline-chat-history\":\"[\\\"/fix cannot use &JWTCreator{…} (value of type *JWTCreator) as Creator value in return statement: *JWTCreator does not implement Creator (wrong type for method CreateToken)\\\\n\\\\t\\\\thave CreateToken(string, time.Duration) (string, error)\\\\n\\\\t\\\\twant CreateToken(time.Duration, time.Duration, time.Duration) (string, error)\\\",\\\"/explain \\\",\\\"/fix assignment mismatch: 1 variable but 2 values\\\",\\\"/fix expected 'IDENT', found '{'\\\",\\\"/fix Property 'filter' does not exist on type 'unknown'.\\\",\\\"/fix Parameter 'session' implicitly has an 'any' type.\\\",\\\"/fix JSX element class does not support attributes because it does not have a 'props' property., 'Image' cannot be used as a JSX component.\\\\n Its type 'new (width?: number | undefined, height?: number | undefined) => HTMLImageElement' is not a valid JSX element type.\\\\n Type 'new (width?: number | undefined, height?: number | undefined) => HTMLImageElement' is not assignable to type 'new (props: any, deprecatedLegacyContext?: any) => Component<any, any, any>'.\\\\n Type 'HTMLImageElement' is missing the following properties from type 'Component<any, any, any>': context, setState, forceUpdate, render, and 3 more.\\\",\\\"/fix Binding element 'item' implicitly has an 'any' type.\\\",\\\"modulo 109 + 7.\\\",\\\"give leetcode 1976 solution \\\",\\\"/fix expression must have a constant value\\\",\\\"/fix Cannot find name 'Assignment'.\\\",\\\"basic reacr component\\\",\\\"/fix Cannot find name 'IDrawingRevision'.\\\",\\\"generate GO basic code\\\"]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:editor.action.formatDocument\\\"]}\",\"scm.input.lastActionId\":\"github.copilot.git.generateCommitMessage\",\"workbench.view.extension.project-manager.state.hidden\":\"[{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"file.particpants.additionalEdits\":\"false\",\"workbench.view.extension.sqltoolsActivityBarContainer.state.hidden\":\"[{\\\"id\\\":\\\"sqltoolsViewConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewBookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqltoolsViewHistoryExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.sqltoolsPanelContainer.state.hidden\":\"[{\\\"id\\\":\\\"sqltoolsViewConsoleMessages\\\",\\\"isHidden\\\":false}]\",\"java.2.isCandidate\":\"false\",\"java.2.skipVersion\":\"1.88.1\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"extension.features.state\":\"{\\\"github.copilot-chat\\\":{\\\"languageModels\\\":{\\\"disabled\\\":false,\\\"accessTimes\\\":[]},\\\"copilot\\\":{\\\"disabled\\\":false,\\\"accessTimes\\\":[]}},\\\"ms-vscode.cpptools\\\":{\\\"copilot\\\":{\\\"disabled\\\":false,\\\"accessTimes\\\":[]}}}\",\"languageModelAccess.gpt-3.5-turbo\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-3.5-turbo\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":40,\\\"tokenCount\\\":79214,\\\"participants\\\":[{\\\"id\\\":\\\"github.copilot.editor\\\",\\\"requestCount\\\":24,\\\"tokenCount\\\":26428},{\\\"id\\\":\\\"git-commit\\\",\\\"requestCount\\\":206,\\\"tokenCount\\\":459568},{\\\"id\\\":\\\"symbol-names\\\",\\\"requestCount\\\":1,\\\"tokenCount\\\":355}]}]}\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.91.1\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.zowe.state.hidden\":\"[{\\\"id\\\":\\\"zowe.ds.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"zowe.uss.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"zowe.jobs.explorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.resource-table-view-panel.state.hidden\":\"[{\\\"id\\\":\\\"resource-table-view\\\",\\\"isHidden\\\":false}]\",\"terminal.initialHint.hide\":\"true\",\"workbench.view.extension.zowezosconsole.state.hidden\":\"[{\\\"id\\\":\\\"zosconsole\\\",\\\"isHidden\\\":false}]\",\"languageModelAccess.gpt-4o\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":36,\\\"tokenCount\\\":48957,\\\"participants\\\":[{\\\"id\\\":\\\"github.copilot.editor\\\",\\\"requestCount\\\":1,\\\"tokenCount\\\":741}]}]}\",\"workbench.view.sync.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.sync.conflicts\\\",\\\"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.externalActivity\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gradleContainerView.state.hidden\":\"[{\\\"id\\\":\\\"gradleTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDefaultProjectsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"recentTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDaemonsView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.workspaceViewer.state.hidden\":\"[{\\\"id\\\":\\\"workspaceViewer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rHelpPages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rLiveShare\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatEditing.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.edits\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.devtools\\\",\\\"isHidden\\\":false}]\",\"languageModelAccess.gpt-4o-mini\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o-mini\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":258,\\\"tokenCount\\\":467307,\\\"participants\\\":[]}]}\",\"workbench.view.extension.github-actions.state.hidden\":\"[{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false}]\",\"workbench.chat.hideMovedChatWelcomeView\":\"true\",\"extensions.trustedPublishers\":\"{\\\"adrien\\\":{\\\"publisher\\\":\\\"adrien\\\",\\\"publisherDisplayName\\\":\\\"Adrien\\\"},\\\"albert\\\":{\\\"publisher\\\":\\\"albert\\\",\\\"publisherDisplayName\\\":\\\"Albert Romkes\\\"},\\\"alefragnani\\\":{\\\"publisher\\\":\\\"alefragnani\\\",\\\"publisherDisplayName\\\":\\\"Alessandro Fragnani\\\"},\\\"alexcvzz\\\":{\\\"publisher\\\":\\\"alexcvzz\\\",\\\"publisherDisplayName\\\":\\\"alexcvzz\\\"},\\\"angular\\\":{\\\"publisher\\\":\\\"angular\\\",\\\"publisherDisplayName\\\":\\\"Angular\\\"},\\\"arthurwang\\\":{\\\"publisher\\\":\\\"arthurwang\\\",\\\"publisherDisplayName\\\":\\\"arthurwang\\\"},\\\"bitlang\\\":{\\\"publisher\\\":\\\"bitlang\\\",\\\"publisherDisplayName\\\":\\\"BitLang\\\"},\\\"brandonfowler\\\":{\\\"publisher\\\":\\\"brandonfowler\\\",\\\"publisherDisplayName\\\":\\\"Brandon Fowler\\\"},\\\"cschlosser\\\":{\\\"publisher\\\":\\\"cschlosser\\\",\\\"publisherDisplayName\\\":\\\"Christoph Schlosser\\\"},\\\"danijelmalinovic\\\":{\\\"publisher\\\":\\\"danijelmalinovic\\\",\\\"publisherDisplayName\\\":\\\"Danijel Malinovic\\\"},\\\"digitalbrainstem\\\":{\\\"publisher\\\":\\\"digitalbrainstem\\\",\\\"publisherDisplayName\\\":\\\"DigitalBrainstem\\\"},\\\"diogogmt\\\":{\\\"publisher\\\":\\\"diogogmt\\\",\\\"publisherDisplayName\\\":\\\"Diogo Monteiro\\\"},\\\"eamodio\\\":{\\\"publisher\\\":\\\"eamodio\\\",\\\"publisherDisplayName\\\":\\\"GitKraken\\\"},\\\"esbenp\\\":{\\\"publisher\\\":\\\"esbenp\\\",\\\"publisherDisplayName\\\":\\\"Prettier\\\"},\\\"formulahendry\\\":{\\\"publisher\\\":\\\"formulahendry\\\",\\\"publisherDisplayName\\\":\\\"Jun Han\\\"},\\\"golang\\\":{\\\"publisher\\\":\\\"golang\\\",\\\"publisherDisplayName\\\":\\\"Go Team at Google\\\"},\\\"irongeek\\\":{\\\"publisher\\\":\\\"irongeek\\\",\\\"publisherDisplayName\\\":\\\"Jakka Prihatna\\\"},\\\"ithildir\\\":{\\\"publisher\\\":\\\"ithildir\\\",\\\"publisherDisplayName\\\":\\\"ithildir\\\"},\\\"jamiewest\\\":{\\\"publisher\\\":\\\"jamiewest\\\",\\\"publisherDisplayName\\\":\\\"jamiewest\\\"},\\\"jeff-hykin\\\":{\\\"publisher\\\":\\\"jeff-hykin\\\",\\\"publisherDisplayName\\\":\\\"Jeff Hykin\\\"},\\\"jinliming2\\\":{\\\"publisher\\\":\\\"jinliming2\\\",\\\"publisherDisplayName\\\":\\\"jinliming2\\\"},\\\"jtlowe\\\":{\\\"publisher\\\":\\\"jtlowe\\\",\\\"publisherDisplayName\\\":\\\"Jordan Lowe\\\"},\\\"juanblanco\\\":{\\\"publisher\\\":\\\"juanblanco\\\",\\\"publisherDisplayName\\\":\\\"Juan Blanco\\\"},\\\"kast789\\\":{\\\"publisher\\\":\\\"kast789\\\",\\\"publisherDisplayName\\\":\\\"kast789\\\"},\\\"luniclynx\\\":{\\\"publisher\\\":\\\"luniclynx\\\",\\\"publisherDisplayName\\\":\\\"luniclynx\\\"},\\\"matt-meyers\\\":{\\\"publisher\\\":\\\"matt-meyers\\\",\\\"publisherDisplayName\\\":\\\"Matt Meyers\\\"},\\\"mtxr\\\":{\\\"publisher\\\":\\\"mtxr\\\",\\\"publisherDisplayName\\\":\\\"Matheus Teixeira\\\"},\\\"nomicfoundation\\\":{\\\"publisher\\\":\\\"nomicfoundation\\\",\\\"publisherDisplayName\\\":\\\"Nomic Foundation\\\"},\\\"pkief\\\":{\\\"publisher\\\":\\\"pkief\\\",\\\"publisherDisplayName\\\":\\\"Philipp Kief\\\"},\\\"prisma\\\":{\\\"publisher\\\":\\\"prisma\\\",\\\"publisherDisplayName\\\":\\\"Prisma\\\"},\\\"rdebugger\\\":{\\\"publisher\\\":\\\"rdebugger\\\",\\\"publisherDisplayName\\\":\\\"R Debugger\\\"},\\\"redhat\\\":{\\\"publisher\\\":\\\"redhat\\\",\\\"publisherDisplayName\\\":\\\"Red Hat\\\"},\\\"reditorsupport\\\":{\\\"publisher\\\":\\\"reditorsupport\\\",\\\"publisherDisplayName\\\":\\\"REditorSupport\\\"},\\\"ritwickdey\\\":{\\\"publisher\\\":\\\"ritwickdey\\\",\\\"publisherDisplayName\\\":\\\"Ritwick Dey\\\"},\\\"robertz\\\":{\\\"publisher\\\":\\\"robertz\\\",\\\"publisherDisplayName\\\":\\\"robertz\\\"},\\\"shayanahmedkhan\\\":{\\\"publisher\\\":\\\"shayanahmedkhan\\\",\\\"publisherDisplayName\\\":\\\"Shayan Ahmed Khan\\\"},\\\"shd101wyy\\\":{\\\"publisher\\\":\\\"shd101wyy\\\",\\\"publisherDisplayName\\\":\\\"Yiyi Wang\\\"},\\\"simoneolivieri\\\":{\\\"publisher\\\":\\\"simoneolivieri\\\",\\\"publisherDisplayName\\\":\\\"Simone Olivieri\\\"},\\\"tonybaloney\\\":{\\\"publisher\\\":\\\"tonybaloney\\\",\\\"publisherDisplayName\\\":\\\"Anthony Shaw\\\"},\\\"twxs\\\":{\\\"publisher\\\":\\\"twxs\\\",\\\"publisherDisplayName\\\":\\\"twxs\\\"},\\\"xabikos\\\":{\\\"publisher\\\":\\\"xabikos\\\",\\\"publisherDisplayName\\\":\\\"charalampos karypidis\\\"},\\\"zowe\\\":{\\\"publisher\\\":\\\"zowe\\\",\\\"publisherDisplayName\\\":\\\"Zowe\\\"},\\\"zxh404\\\":{\\\"publisher\\\":\\\"zxh404\\\",\\\"publisherDisplayName\\\":\\\"zxh404\\\"},\\\"rangav\\\":{\\\"publisher\\\":\\\"rangav\\\",\\\"publisherDisplayName\\\":\\\"Thunder Client\\\"},\\\"docker\\\":{\\\"publisher\\\":\\\"docker\\\",\\\"publisherDisplayName\\\":\\\"Docker\\\"},\\\"codeofpi\\\":{\\\"publisher\\\":\\\"codeofpi\\\",\\\"publisherDisplayName\\\":\\\"Piyush\\\"},\\\"devsense\\\":{\\\"publisher\\\":\\\"DEVSENSE\\\",\\\"publisherDisplayName\\\":\\\"DEVSENSE\\\"},\\\"humao\\\":{\\\"publisher\\\":\\\"humao\\\",\\\"publisherDisplayName\\\":\\\"Huachao Mao\\\"},\\\"stateful\\\":{\\\"publisher\\\":\\\"stateful\\\",\\\"publisherDisplayName\\\":\\\"stateful\\\"},\\\"wakatime\\\":{\\\"publisher\\\":\\\"WakaTime\\\",\\\"publisherDisplayName\\\":\\\"WakaTime\\\"},\\\"sapse\\\":{\\\"publisher\\\":\\\"SAPSE\\\",\\\"publisherDisplayName\\\":\\\"SAP SE\\\"},\\\"mechatroner\\\":{\\\"publisher\\\":\\\"mechatroner\\\",\\\"publisherDisplayName\\\":\\\"mechatroner\\\"},\\\"rvest\\\":{\\\"publisher\\\":\\\"rvest\\\",\\\"publisherDisplayName\\\":\\\"Rebecca Vest\\\"}}\",\"workbench.view.extension.thunder-client.state.hidden\":\"[{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false}]\",\"chatEditsView.hideMovedEditsView\":\"true\",\"chat.currentLanguageModel.panel\":\"copilot/gpt-5\",\"chat.currentLanguageModel.editor\":\"copilot/gpt-4.1\",\"workbench.view.extension.unotes.state.hidden\":\"[{\\\"id\\\":\\\"unoteFiles\\\",\\\"isHidden\\\":false}]\",\"inlineEditsGutterIndicatorUserKind\":\"active\",\"chat.currentLanguageModel.panel.isDefault\":\"false\",\"workbench.view.extension.containersView.state.hidden\":\"[{\\\"id\\\":\\\"vscode-containers.views.containers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.images\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.registries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.networks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.volumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-containers.views.help\\\",\\\"isHidden\\\":false}]\",\"chat.currentLanguageModel.editor.isDefault\":\"false\",\"workbench.view.extension.runme.state.hidden\":\"[{\\\"id\\\":\\\"runme.cloud\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.makefile__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.tabs.showDetailed\":\"1\",\"workbench.view.extension.prismaActivitybar.state.hidden\":\"[{\\\"id\\\":\\\"prismaPostgresDatabases\\\",\\\"isHidden\\\":false}]\",\"chat.lastChatMode\":\"agent\",\"__GitHub.copilot-chat-arya2004\":\"[{\\\"id\\\":\\\"ms-vscode.cpptools\\\",\\\"name\\\":\\\"C/C++\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.azureJavaMigrationExplorer.state.hidden\":\"[{\\\"id\\\":\\\"migrate.java.quickStartWelcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"azureJavaMigrationAssessmentWebView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.assessmentWelcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.formulaTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.helpFeedbackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.customFormulaTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"migrate.java.customFormulaWelcomeView\\\",\\\"isHidden\\\":false}]\",\"chat.currentLanguageModel.notebook\":\"copilot/gpt-4.1\",\"chat.currentLanguageModel.notebook.isDefault\":\"true\",\"workbench.view.extension.javaupgrade.state.hidden\":\"[{\\\"id\\\":\\\"javaupgradeEntry\\\",\\\"isHidden\\\":false}]\",\"extensions.dismissedNotifications\":\"[]\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment