Skip to content

Instantly share code, notes, and snippets.

@dnsouzadev
Created November 22, 2023 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnsouzadev/1988c308ba41f8c14b172b71fc37141a to your computer and use it in GitHub Desktop.
Save dnsouzadev/1988c308ba41f8c14b172b71fc37141a to your computer and use it in GitHub Desktop.
{"name":"meu","settings":"{\"settings\":\"{\\r\\n \\\"editor.fontSize\\\": 14,\\r\\n \\\"python.testing.autoTestDiscoverOnSaveEnabled\\\": true,\\r\\n \\\"python.languageServer\\\": \\\"Pylance\\\", // ms-python.vscode-pylance\\r\\n \\\"python.testing.unittestEnabled\\\": false, // ms-python.python\\r\\n \\\"python.testing.pytestEnabled\\\": true,\\r\\n \\\"python.testing.pytestArgs\\\": [], // -x to bail\\r\\n \\\"python.linting.flake8Enabled\\\": true,\\r\\n \\\"python.linting.mypyEnabled\\\": true,\\r\\n \\\"python.analysis.autoImportCompletions\\\": true,\\r\\n \\\"python.linting.pylintArgs\\\": [\\r\\n \\\"--load-plugins=pylint_django\\\",\\r\\n \\\"--errors-only\\\"\\r\\n ],\\r\\n \\\"python.formatting.autopep8Args\\\": [\\r\\n \\\"--indent-size=4\\\"\\r\\n ],\\r\\n \\\"[python]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.python\\\", // ms-python.python\\r\\n \\\"editor.tabSize\\\": 4,\\r\\n \\\"editor.insertSpaces\\\": true,\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.organizeImports\\\": true\\r\\n },\\r\\n \\\"editor.formatOnType\\\": true\\r\\n },\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\",\\r\\n \\\"editor.quickSuggestions\\\": {\\r\\n \\\"other\\\": true,\\r\\n \\\"comments\\\": true,\\r\\n \\\"strings\\\": true\\r\\n }\\r\\n },\\r\\n \\\"[django-html]\\\": {\\r\\n \\\"editor.formatOnSave\\\": false,\\r\\n \\\"editor.defaultFormatter\\\": \\\"monosans.djlint\\\",\\r\\n \\\"editor.quickSuggestions\\\": {\\r\\n \\\"other\\\": true,\\r\\n \\\"comments\\\": true,\\r\\n \\\"strings\\\": true\\r\\n }\\r\\n },\\r\\n \\\"files.associations\\\": {\\r\\n \\\"*.js\\\": \\\"javascript\\\",\\r\\n \\\"*.jsx\\\": \\\"javascriptreact\\\",\\r\\n \\\"*.xml\\\": \\\"html\\\",\\r\\n \\\"*.svg\\\": \\\"html\\\",\\r\\n \\\"*.html\\\": \\\"html\\\",\\r\\n \\\"django-html\\\": \\\"html\\\", // batisteo.vscode-django\\r\\n \\\"**/*.html\\\": \\\"html\\\",\\r\\n \\\"**/templates/**/*.html\\\": \\\"django-html\\\",\\r\\n \\\"**/base_templates/**/*.html\\\": \\\"django-html\\\",\\r\\n \\\"**/requirements{/**,*}.{txt,in}\\\": \\\"pip-requirements\\\"\\r\\n },\\r\\n \\\"emmet.includeLanguages\\\": {\\r\\n \\\"django-html\\\": \\\"html\\\", // batisteo.vscode-django\\r\\n \\\"javascript\\\": \\\"javascriptreact\\\",\\r\\n \\\"typescript\\\": \\\"typescriptreact\\\"\\r\\n },\\r\\n \\\"workbench.colorTheme\\\": \\\"Hack The Box\\\",\\r\\n \\\"explorer.compactFolders\\\": false,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"files.autoSave\\\": \\\"onWindowChange\\\",\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\r\\n \\\"gitlens.defaultDateLocale\\\": \\\"pt-br\\\",\\r\\n \\\"gitlens.defaultDateFormat\\\": \\\"DD/MM/YYYY HH:mm:ss\\\",\\r\\n \\\"gitlens.defaultDateShortFormat\\\": null,\\r\\n \\\"gitlens.defaultTimeFormat\\\": null,\\r\\n \\\"[javascript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"rvest.vs-code-prettier-eslint\\\"\\r\\n },\\r\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\r\\n \\\"workbench.productIconTheme\\\": \\\"developer-icons\\\",\\r\\n \\\"[typescript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\r\\n },\\r\\n \\\"[ruby]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"Shopify.ruby-lsp\\\",\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.formatOnType\\\": true,\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"editor.insertSpaces\\\": true,\\r\\n \\\"editor.semanticHighlighting.enabled\\\": true\\r\\n },\\r\\n \\\"byesig.fold\\\": false,\\r\\n \\\"byesig.enabled\\\": true,\\r\\n \\\"byesig.opacity\\\": 0.5,\\r\\n \\\"byesig.showIcon\\\": false,\\r\\n \\\"files.trimTrailingWhitespace\\\": true,\\r\\n \\\"files.insertFinalNewline\\\": true,\\r\\n \\\"editor.rulers\\\": [\\r\\n 120\\r\\n ],\\r\\n \\\"rubyLsp.enableExperimentalFeatures\\\": true,\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": true,\\r\\n \\\"plaintext\\\": true,\\r\\n \\\"markdown\\\": false,\\r\\n \\\"scminput\\\": false\\r\\n },\\r\\n \\\"[java]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"mwpb.java-prettier-formatter\\\"\\r\\n },\\r\\n \\\"window.zoomLevel\\\": 1\\r\\n}\\r\\n\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+shift+escape\\\",\\n \\\"command\\\": \\\"java.view.menus.file.newJavaClass\\\"\\n }\\n]\",\"platform\":2}","snippets":"{\"snippets\":{\"django-txt.json\":\"{\\n\\t// Place your snippets for django-txt 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}\",\"javascript.json\":\"{\\n\\t// Place your snippets for javascript 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}\",\"jest-type.code-snippets\":\"{\\n \\\"Jest Test\\\": {\\n \\\"prefix\\\": [\\n \\\"jestTest\\\"\\n ],\\n \\\"body\\\": [\\n \\\"describe('', () => {\\\",\\n \\\" it('', () => {\\\",\\n \\\"\\\",\\n \\\" })\\\",\\n \\\"})\\\",\\n \\\"\\\"\\n ],\\n \\\"description\\\": \\\"A describe block for Jest\\\"\\n }\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"adashen.vscode-tomcat\",\"uuid\":\"3d701035-42c3-4849-a263-3022ff1b0197\"},\"displayName\":\"Tomcat for Java\"},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\"},{\"identifier\":{\"id\":\"dgileadi.java-decompiler\",\"uuid\":\"adb64684-3239-40cc-a541-f808b0df53a3\"},\"displayName\":\"Java Decompiler\"},{\"identifier\":{\"id\":\"dracula-theme.theme-dracula\",\"uuid\":\"4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1\"},\"displayName\":\"Dracula Official\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"displayName\":\"HTML CSS Support\"},{\"identifier\":{\"id\":\"frhtylcn.pythonsnippets\",\"uuid\":\"0ad8c94b-76b2-4033-b703-18596182bfcc\"},\"displayName\":\"python snippets\"},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\"},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\"},{\"identifier\":{\"id\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests and Issues\"},{\"identifier\":{\"id\":\"ithildir.java-properties\",\"uuid\":\"a8b5a31a-0fef-4c94-abd7-1f30bd551762\"},\"displayName\":\"Java Properties\"},{\"identifier\":{\"id\":\"kevinrose.vsc-python-indent\",\"uuid\":\"f3cbfb84-b1e1-40ff-b70f-877253461260\"},\"displayName\":\"Python Indent\"},{\"identifier\":{\"id\":\"loiane.java-spring-extension-pack\",\"uuid\":\"028b2a97-eb05-4d73-b981-3e824cce2332\"},\"displayName\":\"Java + Spring Extension Pack\"},{\"identifier\":{\"id\":\"mgesbert.python-path\",\"uuid\":\"963e502d-de59-484a-9db5-c1e02f00fc4c\"},\"displayName\":\"Python Path\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"mwpb.java-prettier-formatter\",\"uuid\":\"b744a3c9-2681-4e11-9574-14fdada8d95b\"},\"displayName\":\"Java prettier formatter\"},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"pverest.java-ide-pack\",\"uuid\":\"090b7356-6d1e-45af-a3d1-f78ea6f97138\"},\"displayName\":\"Java IDE Pack\"},{\"identifier\":{\"id\":\"rajeshwaran.developer-theme-dark\",\"uuid\":\"5b4fa940-a86e-4a17-8ff5-40a1a2f18d21\"},\"displayName\":\"Developer's theme\"},{\"identifier\":{\"id\":\"redhat.fabric8-analytics\",\"uuid\":\"efcb43ca-77e6-43e4-8ddc-ada617cb34bd\"},\"displayName\":\"Red Hat Dependency Analytics\"},{\"identifier\":{\"id\":\"redhat.java\",\"uuid\":\"198a707e-28af-4e84-8610-6e2f628dd12d\"},\"displayName\":\"Language Support for Java(TM) by Red Hat\"},{\"identifier\":{\"id\":\"redhat.vscode-xml\",\"uuid\":\"6703768d-d42f-474e-9f6e-5f288d53f6e8\"},\"displayName\":\"XML\"},{\"identifier\":{\"id\":\"shengchen.vscode-checkstyle\",\"uuid\":\"f88d9fc3-40e4-4670-aa8b-ab90dcafdf32\"},\"displayName\":\"Checkstyle for Java\"},{\"identifier\":{\"id\":\"silofy.hackthebox\",\"uuid\":\"247cb9f3-ae05-407d-a762-58efa10dffdb\"},\"displayName\":\"HackTheBox\"},{\"identifier\":{\"id\":\"sohibe.java-generate-setters-getters\",\"uuid\":\"59936e46-83f8-43fc-9c97-13a21280c091\"},\"displayName\":\"Java Code Generators\"},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"vmware.vscode-spring-boot\",\"uuid\":\"0efda145-8595-4ff7-98ef-1e3abc5e5757\"},\"displayName\":\"Spring Boot Tools\"},{\"identifier\":{\"id\":\"vscjava.vscode-java-debug\",\"uuid\":\"61fcd0cf-64d7-4836-8d6b-d55f4fb83281\"},\"displayName\":\"Debugger for Java\"},{\"identifier\":{\"id\":\"vscjava.vscode-java-dependency\",\"uuid\":\"7865e561-1c83-410e-9b99-aabada597a7e\"},\"displayName\":\"Project Manager for Java\"},{\"identifier\":{\"id\":\"vscjava.vscode-java-pack\",\"uuid\":\"96f11e1f-1a46-4592-b084-f025b2c2a81f\"},\"displayName\":\"Extension Pack for Java\"},{\"identifier\":{\"id\":\"vscjava.vscode-java-test\",\"uuid\":\"67c06b0d-1891-42ca-b2a8-113e79bff069\"},\"displayName\":\"Test Runner for Java\"},{\"identifier\":{\"id\":\"vscjava.vscode-maven\",\"uuid\":\"b0f06c6b-24fb-4d7b-bd79-bc5e2fa17312\"},\"displayName\":\"Maven for Java\"},{\"identifier\":{\"id\":\"vscjava.vscode-spring-boot-dashboard\",\"uuid\":\"27fc0e8e-1341-4f52-9219-4e0f81590937\"},\"displayName\":\"Spring Boot Dashboard\"},{\"identifier\":{\"id\":\"vscjava.vscode-spring-initializr\",\"uuid\":\"a205ad34-542b-4c67-a9ed-f645103ad9c0\"},\"displayName\":\"Spring Initializr Java Support\"},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\"},{\"identifier\":{\"id\":\"xabikos.javascriptsnippets\",\"uuid\":\"a2cec723-5349-460d-9de9-0fd1f8d3456f\"},\"displayName\":\"JavaScript (ES6) code snippets\"},{\"identifier\":{\"id\":\"youmaycallmev.vscode-java-saber\",\"uuid\":\"e109b863-1993-4b40-be77-ef862fb2b470\"},\"displayName\":\"Java IDE\"},{\"identifier\":{\"id\":\"zignd.html-css-class-completion\",\"uuid\":\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\"},\"displayName\":\"IntelliSense for CSS class names in HTML\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqlite.explorer\\\",\\\"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\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsonOutline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tomcatServerExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SonarLint.IssueLocations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"servers\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.copilot-labs\\\",\\\"pinned\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.json-views\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.SonarLint\\\",\\\"pinned\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.spring\\\",\\\"pinned\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.extension.package-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.cmake__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.tabnine-access\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.copilot-message-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark silofy-hackthebox-themes-HackTheBox-json\\\",\\\"label\\\":\\\"Hack The Box\\\",\\\"settingsId\\\":\\\"Hack The Box\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D7E4FF46\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"string constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5D1EB\\\"},\\\"scope\\\":[\\\"string constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFFFFF\\\"},\\\"scope\\\":[\\\"constant.other.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"invalid\\\",\\\"invalid.illegal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"keyword\\\",\\\"storage.type\\\",\\\"storage.modifier\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CECC6\\\"},\\\"scope\\\":[\\\"constant.other.color\\\",\\\"punctuation\\\",\\\"meta.tag\\\",\\\"punctuation.definition.tag\\\",\\\"punctuation.separator.inheritance.php\\\",\\\"punctuation.definition.tag.html\\\",\\\"punctuation.definition.tag.begin.html\\\",\\\"punctuation.definition.tag.end.html\\\",\\\"punctuation.section.embedded\\\",\\\"keyword.other.template\\\",\\\"keyword.other.substitution\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5D1EB\\\"},\\\"scope\\\":[\\\"markup.deleted.git_gutter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\",\\\"meta.tag.sgml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5D1EB\\\"},\\\"scope\\\":[\\\"markup.deleted.git_gutter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCC5C\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.function-call\\\",\\\"variable.function\\\",\\\"support.function\\\",\\\"keyword.other.special-method\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5D1EB\\\"},\\\"scope\\\":[\\\"meta.block variable.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"support.other.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"string.other.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"constant.language\\\",\\\"support.constant\\\",\\\"constant.character\\\",\\\"constant.escape\\\",\\\"variable.parameter\\\",\\\"keyword.other.unit\\\",\\\"keyword.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5F467\\\"},\\\"scope\\\":[\\\"string\\\",\\\"constant.other.symbol\\\",\\\"constant.other.key\\\",\\\"entity.other.inherited-class\\\",\\\"markup.heading\\\",\\\"markup.inserted.git_gutter\\\",\\\"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"entity.name\\\",\\\"support.type\\\",\\\"support.class\\\",\\\"support.orther.namespace.use.php\\\",\\\"meta.use.php\\\",\\\"support.other.namespace.php\\\",\\\"markup.changed.git_gutter\\\",\\\"support.type.sys-types\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"entity.name\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"entity.name\\\",\\\"support.type\\\",\\\"support.class\\\",\\\"support.orther.namespace.use.php\\\",\\\"meta.use.php\\\",\\\"support.other.namespace.php\\\",\\\"markup.changed.git_gutter\\\",\\\"support.type.sys-types\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"support.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"source.css support.type.property-name\\\",\\\"source.sass support.type.property-name\\\",\\\"source.scss support.type.property-name\\\",\\\"source.less support.type.property-name\\\",\\\"source.stylus support.type.property-name\\\",\\\"source.postcss support.type.property-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"entity.name.module.js\\\",\\\"variable.import.parameter.js\\\",\\\"variable.other.class.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"variable.language\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.method.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"meta.class-method.js entity.name.function.js\\\",\\\"variable.function.constructor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCC5C\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"text.html.basic entity.other.attribute-name.html\\\",\\\"text.html.basic entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"source.sass keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5F467\\\"},\\\"scope\\\":[\\\"markup.inserted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"markup.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"*url*\\\",\\\"*link*\\\",\\\"*uri*\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"tag.decorator.js entity.name.tag.js\\\",\\\"tag.decorator.js punctuation.definition.tag.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"source.js constant.other.object.key.js string.unquoted.label.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF68B3\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5F467\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"text.html.markdown\\\",\\\"punctuation.definition.list_item.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"text.html.markdown markup.inline.raw.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#313F55\\\"},\\\"scope\\\":[\\\"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C5F467\\\"},\\\"scope\\\":[\\\"markdown.heading\\\",\\\"markup.heading | markup.heading entity.name\\\",\\\"markup.heading.markdown punctuation.definition.heading.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"markup.italic\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff009d\\\"},\\\"scope\\\":[\\\"markup.bold\\\",\\\"markup.bold string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"markup.bold markup.italic\\\",\\\"markup.italic markup.bold\\\",\\\"markup.quote markup.bold\\\",\\\"markup.bold markup.italic string\\\",\\\"markup.italic markup.bold string\\\",\\\"markup.quote markup.bold string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\",\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#1A2332\\\"},\\\"scope\\\":[\\\"markup.quote punctuation.definition.blockquote.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"markup.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"string.other.link.title.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"string.other.link.description.title.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":[\\\"constant.other.reference.link.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":[\\\"markup.raw.block\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00000050\\\"},\\\"scope\\\":[\\\"markup.raw.block.fenced.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#00000050\\\"},\\\"scope\\\":[\\\"punctuation.definition.fenced.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"markup.raw.block.fenced.markdown\\\",\\\"variable.language.fenced.markdown\\\",\\\"punctuation.section.class.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#313F55\\\"},\\\"scope\\\":[\\\"variable.language.fenced.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#313F55\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"meta.separator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A4B1CD\\\"},\\\"scope\\\":[\\\"markup.table\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5CB2FF\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCC5C\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF8484\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CF8DFB\\\"},\\\"scope\\\":\\\"token.debug-token\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"silofy.hackthebox\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"hackthebox\\\",\\\"_extensionPublisher\\\":\\\"silofy\\\"},\\\"colorMap\\\":{\\\"activityBar.activeBorder\\\":\\\"#9fef00\\\",\\\"activityBar.background\\\":\\\"#141d2b\\\",\\\"activityBar.foreground\\\":\\\"#a4b1cd\\\",\\\"activityBar.inactiveForeground\\\":\\\"#313f55\\\",\\\"activityBarBadge.background\\\":\\\"#9fef00\\\",\\\"activityBarBadge.foreground\\\":\\\"#1a2332\\\",\\\"badge.background\\\":\\\"#ff3e3e\\\",\\\"badge.foreground\\\":\\\"#ffffff\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#9fef00\\\",\\\"breadcrumb.background\\\":\\\"#1a2332\\\",\\\"breadcrumb.focusForeground\\\":\\\"#ffffff\\\",\\\"breadcrumb.foreground\\\":\\\"#a4b1cd\\\",\\\"breadcrumbPicker.background\\\":\\\"#111927\\\",\\\"button.background\\\":\\\"#9fef00\\\",\\\"button.foreground\\\":\\\"#111927\\\",\\\"checkbox.background\\\":\\\"#111927\\\",\\\"checkbox.border\\\":\\\"#111927\\\",\\\"checkbox.foreground\\\":\\\"#9fef00\\\",\\\"debugToolBar.background\\\":\\\"#1a2332\\\",\\\"debugToolBar.border\\\":\\\"#1a2332\\\",\\\"debugExceptionWidget.background\\\":\\\"#ff3e3e49\\\",\\\"debugExceptionWidget.border\\\":\\\"#ff3e3e49\\\",\\\"debugIcon.breakpointCurrentStackframeForeground\\\":\\\"#ffcb5c8e\\\",\\\"debugIcon.breakpointStackframeForeground\\\":\\\"#004cff49\\\",\\\"debugIcon.breakpointDisabledForeground\\\":\\\"#ff3e3e49\\\",\\\"debugIcon.breakpointForeground\\\":\\\"#ff3e3e\\\",\\\"debugIcon.breakpointUnverifiedForeground\\\":\\\"#a4b1cd\\\",\\\"debugIcon.continueForeground\\\":\\\"#9fef00\\\",\\\"debugIcon.disconnectForeground\\\":\\\"#ff3e3e\\\",\\\"debugIcon.pauseForeground\\\":\\\"#9fef00\\\",\\\"debugIcon.restartForeground\\\":\\\"#ffaf00\\\",\\\"debugIcon.startForeground\\\":\\\"#9fef00\\\",\\\"debugIcon.stepBackForeground\\\":\\\"#a4b1cd\\\",\\\"debugIcon.stepIntoForeground\\\":\\\"#a4b1cd\\\",\\\"debugIcon.stepOutForeground\\\":\\\"#a4b1cd\\\",\\\"debugIcon.stepOverForeground\\\":\\\"#a4b1cd\\\",\\\"debugIcon.stopForeground\\\":\\\"#ff3e3e\\\",\\\"descriptionForeground\\\":\\\"#a4b1cd\\\",\\\"dropdown.background\\\":\\\"#111927\\\",\\\"dropdown.foreground\\\":\\\"#a4b1cd\\\",\\\"dropdown.listBackground\\\":\\\"#111927\\\",\\\"charts.foreground\\\":\\\"#a4b1cd\\\",\\\"charts.lines\\\":\\\"#a4b1cd\\\",\\\"charts.red\\\":\\\"#ff3e3e\\\",\\\"charts.blue\\\":\\\"#004cff\\\",\\\"charts.yellow\\\":\\\"#ffaf00\\\",\\\"charts.orange\\\":\\\"#2ee7b6\\\",\\\"charts.green\\\":\\\"#9fef00\\\",\\\"charts.purple\\\":\\\"#9f00ff\\\",\\\"testing.iconFailed\\\":\\\"#ff3e3e\\\",\\\"testing.iconPassed\\\":\\\"#9fef00\\\",\\\"testing.iconErrored\\\":\\\"#ffaf00\\\",\\\"testing.iconQueued\\\":\\\"#a4b1cd\\\",\\\"testing.iconSkipped\\\":\\\"#a4b1cd\\\",\\\"testing.iconUnset\\\":\\\"#a4b1cd\\\",\\\"testing.message.error.decorationForeground\\\":\\\"#ff3e3e\\\",\\\"testing.message.error.lineBackground\\\":\\\"#ff3e3e\\\",\\\"testing.message.hint.decorationForeground\\\":\\\"#2ee7b6\\\",\\\"testing.message.hint.lineBackground\\\":\\\"#2ee7b6\\\",\\\"testing.message.info.decorationForeground\\\":\\\"#004cff\\\",\\\"testing.message.info.lineBackground\\\":\\\"#004cff\\\",\\\"testing.message.warning.decorationForeground\\\":\\\"#ffaf00\\\",\\\"testing.message.warning.lineBackground\\\":\\\"#ffaf00\\\",\\\"testing.peekBorder\\\":\\\"#a4b1cd\\\",\\\"scm.providerBorder\\\":\\\"#a4b1cd\\\",\\\"keybindingLabel.background\\\":\\\"#6e7b965d\\\",\\\"keybindingLabel.border\\\":\\\"#6e7b968c\\\",\\\"keybindingLabel.bottomBorder\\\":\\\"#a4b1cd7e\\\",\\\"keybindingLabel.foreground\\\":\\\"#a4b1cd\\\",\\\"extensionBadge.remoteBackground\\\":\\\"#2ee7b6\\\",\\\"extensionBadge.remoteForeground\\\":\\\"#111927\\\",\\\"extensionButton.prominentBackground\\\":\\\"#9fef00\\\",\\\"extensionButton.prominentForeground\\\":\\\"#111927\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#c5f467\\\",\\\"extensionIcon.starForeground\\\":\\\"#ffaf00\\\",\\\"banner.background\\\":\\\"#111927\\\",\\\"banner.foreground\\\":\\\"#a4b1cd\\\",\\\"banner.iconForeground\\\":\\\"#ffffff\\\",\\\"editor.background\\\":\\\"#141d2b\\\",\\\"editor.findMatchBackground\\\":\\\"#6e7b96a1\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#6e7b968c\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#6e7b968c\\\",\\\"editor.foldBackground\\\":\\\"#141d2b\\\",\\\"editor.foreground\\\":\\\"#a4b1cd\\\",\\\"editor.lineHighlightBackground\\\":\\\"#1a2332\\\",\\\"editor.lineHighlightBorder\\\":\\\"#1a2332\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#313f55\\\",\\\"editor.selectionBackground\\\":\\\"#6e7b968c\\\",\\\"editor.selectionForeground\\\":\\\"#111927\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#6e7b968c\\\",\\\"editor.stackFrameHighlightBackground\\\":\\\"#6e7b968c\\\",\\\"editorBracketMatch.border\\\":\\\"#313f55\\\",\\\"editorCursor.background\\\":\\\"#9fef00\\\",\\\"editorGroup.border\\\":\\\"#313f55\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#111927\\\",\\\"editorGroup.dropBackground\\\":\\\"#6e7b9625\\\",\\\"editorHoverWidget.background\\\":\\\"#1a2332\\\",\\\"editorHoverWidget.foreground\\\":\\\"#a4b1cd\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#a4b1cd\\\",\\\"editorIndentGuide.background\\\":\\\"#313f55\\\",\\\"editorLightBulb.foreground\\\":\\\"#ffaf00\\\",\\\"editorLightBulbAutoFix.foreground\\\":\\\"#9fef00\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#ffffff\\\",\\\"editorLineNumber.foreground\\\":\\\"#313f55\\\",\\\"editorOverviewRuler.bracketMatchForeground\\\":\\\"#a4b1cd\\\",\\\"editorOverviewRuler.commonContentForeground\\\":\\\"#9fef00\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#ff3e3e\\\",\\\"editorOverviewRuler.findMatchForeground\\\":\\\"#004cff\\\",\\\"editorOverviewRuler.infoForeground\\\":\\\"#ffffff\\\",\\\"editorOverviewRuler.rangeHighlightForeground\\\":\\\"#004cff\\\",\\\"editorOverviewRuler.selectionHighlightForeground\\\":\\\"#004cff\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#ffaf00\\\",\\\"editorOverviewRuler.wordHighlightForeground\\\":\\\"#a4b1cd\\\",\\\"editorSuggestWidget.background\\\":\\\"#1a2332\\\",\\\"editorSuggestWidget.border\\\":\\\"#1a2332\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#a4b1cd\\\",\\\"editorWidget.background\\\":\\\"#1a2332\\\",\\\"editorWidget.border\\\":\\\"#1a2332\\\",\\\"editorGutter.addedBackground\\\":\\\"#9fef00\\\",\\\"editorGutter.background\\\":\\\"#141d2b\\\",\\\"editorGutter.commentRangeForeground\\\":\\\"#a4b1cd\\\",\\\"editorGutter.deletedBackground\\\":\\\"#ff3e3e\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#004cff\\\",\\\"minimapGutter.addedBackground\\\":\\\"#9fef00\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#ff3e3e\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#004cff\\\",\\\"minimapSlider.activeBackground\\\":\\\"#6e7b968c\\\",\\\"minimapSlider.background\\\":\\\"#141d2b\\\",\\\"minimapSlider.hoverBackground\\\":\\\"#111927\\\",\\\"errorForeground\\\":\\\"#ff3e3e\\\",\\\"focusBorder\\\":\\\"#1a2332\\\",\\\"foreground\\\":\\\"#a4b1cd\\\",\\\"icon.foreground\\\":\\\"#a4b1cd\\\",\\\"input.background\\\":\\\"#141d2b\\\",\\\"input.border\\\":\\\"#141d2b\\\",\\\"input.foreground\\\":\\\"#ffffff\\\",\\\"input.placeholderForeground\\\":\\\"#a4b1cd\\\",\\\"inputOption.activeBackground\\\":\\\"#313f55\\\",\\\"inputOption.activeBorder\\\":\\\"#313f55\\\",\\\"inputOption.activeForeground\\\":\\\"#a4b1cd\\\",\\\"inputValidation.errorBackground\\\":\\\"#ff3e3e70\\\",\\\"inputValidation.errorForeground\\\":\\\"#ffffff\\\",\\\"inputValidation.infoBackground\\\":\\\"#004cff70\\\",\\\"inputValidation.infoForeground\\\":\\\"#ffffff\\\",\\\"inputValidation.warningBackground\\\":\\\"#ffaf0070\\\",\\\"inputValidation.warningForeground\\\":\\\"#ffffff\\\",\\\"inputValidation.errorBorder\\\":\\\"#ff3e3e49\\\",\\\"inputValidation.infoBorder\\\":\\\"#004cff54\\\",\\\"inputValidation.warningBorder\\\":\\\"#ffaf0070\\\",\\\"list.activeSelectionBackground\\\":\\\"#1a2332\\\",\\\"list.activeSelectionForeground\\\":\\\"#ffffff\\\",\\\"list.dropBackground\\\":\\\"#313f55\\\",\\\"list.errorForeground\\\":\\\"#ff3e3e\\\",\\\"list.hoverBackground\\\":\\\"#1a2332\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#1a2332\\\",\\\"list.warningForeground\\\":\\\"#ffaf00\\\",\\\"listFilterWidget.background\\\":\\\"#004cff\\\",\\\"menu.background\\\":\\\"#111927\\\",\\\"menu.separatorBackground\\\":\\\"#1a2332\\\",\\\"menubar.selectionBackground\\\":\\\"#111927\\\",\\\"menubar.selectionForeground\\\":\\\"#a4b1cd\\\",\\\"merge.commonContentBackground\\\":\\\"#ffffff\\\",\\\"merge.commonHeaderBackground\\\":\\\"#ffffff\\\",\\\"merge.currentContentBackground\\\":\\\"#ff3e3e49\\\",\\\"merge.currentHeaderBackground\\\":\\\"#ff3e3e\\\",\\\"merge.incomingContentBackground\\\":\\\"#004cff49\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#004cff\\\",\\\"minimap.errorHighlight\\\":\\\"#ff8484\\\",\\\"minimap.findMatchHighlight\\\":\\\"#c5f467\\\",\\\"minimap.selectionHighlight\\\":\\\"#ffffffd0\\\",\\\"minimap.warningHighlight\\\":\\\"#ffcc5c\\\",\\\"notificationCenterHeader.background\\\":\\\"#1a2332\\\",\\\"notificationLink.foreground\\\":\\\"#5cb2ff\\\",\\\"notifications.background\\\":\\\"#1a2332\\\",\\\"notifications.foreground\\\":\\\"#a4b1cd\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#ff8484\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#9fef00\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#ffcc5c\\\",\\\"panel.background\\\":\\\"#111927\\\",\\\"panel.border\\\":\\\"#141d2b\\\",\\\"panelTitle.activeBorder\\\":\\\"#9fef00\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#a4b1cd\\\",\\\"peekView.border\\\":\\\"#1a2332\\\",\\\"peekViewEditor.background\\\":\\\"#141d2b\\\",\\\"progressBar.background\\\":\\\"#9fef00\\\",\\\"scrollbar.shadow\\\":\\\"#141d2b\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#6e7b968c\\\",\\\"scrollbarSlider.background\\\":\\\"#6e7b968c\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#6e7b968c\\\",\\\"selection.background\\\":\\\"#313f55\\\",\\\"settings.checkboxBackground\\\":\\\"#111927\\\",\\\"settings.checkboxBorder\\\":\\\"#111927\\\",\\\"settings.checkboxForeground\\\":\\\"#9fef00\\\",\\\"settings.dropdownBackground\\\":\\\"#111927\\\",\\\"settings.dropdownBorder\\\":\\\"#111927\\\",\\\"settings.dropdownForeground\\\":\\\"#a4b1cd\\\",\\\"settings.dropdownListBorder\\\":\\\"#111927\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#9fef00\\\",\\\"settings.numberInputBackground\\\":\\\"#111927\\\",\\\"settings.numberInputBorder\\\":\\\"#111927\\\",\\\"settings.numberInputForeground\\\":\\\"#a4b1cd\\\",\\\"settings.textInputBackground\\\":\\\"#111927\\\",\\\"settings.textInputBorder\\\":\\\"#111927\\\",\\\"settings.textInputForeground\\\":\\\"#a4b1cd\\\",\\\"sideBar.background\\\":\\\"#1a2332\\\",\\\"sideBar.foreground\\\":\\\"#a4b1cd\\\",\\\"sideBarSectionHeader.background\\\":\\\"#1a2332\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#6e7b968c\\\",\\\"sideBarTitle.foreground\\\":\\\"#a4b1cd\\\",\\\"statusBar.background\\\":\\\"#1a2332\\\",\\\"statusBar.debuggingBackground\\\":\\\"#ff8484\\\",\\\"statusBar.debuggingForeground\\\":\\\"#111927\\\",\\\"statusBar.foreground\\\":\\\"#a4b1cd\\\",\\\"statusBar.noFolderBackground\\\":\\\"#1a2332\\\",\\\"statusBar.noFolderForeground\\\":\\\"#a4b1cd\\\",\\\"tab.activeBackground\\\":\\\"#1a2332\\\",\\\"tab.activeBorder\\\":\\\"#1a2332\\\",\\\"tab.activeBorderTop\\\":\\\"#141d2b\\\",\\\"tab.activeModifiedBorder\\\":\\\"#a4b1cd\\\",\\\"tab.border\\\":\\\"#141d2b\\\",\\\"tab.hoverBackground\\\":\\\"#141d2b\\\",\\\"tab.hoverBorder\\\":\\\"#141d2b\\\",\\\"tab.inactiveBackground\\\":\\\"#141d2b\\\",\\\"tab.inactiveForeground\\\":\\\"#6e7b968c\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#a4b1cd\\\",\\\"terminal.ansiBlue\\\":\\\"#004cff\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#5cb2ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#5cecc6\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#c5f467\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#c16cfa\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff8484\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffcc5c\\\",\\\"terminal.ansiCyan\\\":\\\"#2ee7b6\\\",\\\"terminal.ansiGreen\\\":\\\"#9fef00\\\",\\\"terminal.ansiMagenta\\\":\\\"#9f00ff\\\",\\\"terminal.ansiRed\\\":\\\"#ff3e3e\\\",\\\"terminal.ansiWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiYellow\\\":\\\"#ffaf00\\\",\\\"terminal.background\\\":\\\"#111927\\\",\\\"terminal.foreground\\\":\\\"#a4b1cd\\\",\\\"terminalCursor.background\\\":\\\"#313f55\\\",\\\"textBlockQuote.background\\\":\\\"#141d2b\\\",\\\"textBlockQuote.border\\\":\\\"#a4b1cd\\\",\\\"textCodeBlock.background\\\":\\\"#111927\\\",\\\"textLink.activeForeground\\\":\\\"#c5f467\\\",\\\"textLink.foreground\\\":\\\"#9fef00\\\",\\\"textPreformat.foreground\\\":\\\"#2e6cff\\\",\\\"textSeparator.foreground\\\":\\\"#ffffff\\\",\\\"titleBar.activeBackground\\\":\\\"#141d2b\\\",\\\"titleBar.activeForeground\\\":\\\"#a4b1cd\\\",\\\"titleBar.border\\\":\\\"#141d2b\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1a2332\\\",\\\"titleBar.inactiveForeground\\\":\\\"#313f55\\\",\\\"tree.indentGuidesStroke\\\":\\\"#9fef00\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#141d2b\\\",\\\"welcomePage.background\\\":\\\"#141d2b\\\",\\\"welcomePage.buttonBackground\\\":\\\"#1a2332\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#313f55\\\",\\\"widget.shadow\\\":\\\"#1119277e\\\",\\\"window.activeBorder\\\":\\\"#1a2332\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#9fef00\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#ffaf00\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#ff3e3e\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#6e7b968c\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#ffffff\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#5cecc6\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#a4b1cd\\\"},\\\"watch\\\":false}\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"settingsSync\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"SonarSource.sonarlint-vscode#SonarLint.walkthrough#SonarLint.inAction\\\":{\\\"done\\\":true},\\\"SonarSource.sonarlint-vscode#SonarLint.walkthrough#SonarLint.connectedModeIntro\\\":{\\\"done\\\":true},\\\"SonarSource.sonarlint-vscode#SonarLint.walkthrough#SonarLint.reachOut\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#dockerExplorer\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome2#python.createPythonFolder\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.createNewNotebook\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolder\\\":{\\\"done\\\":true}}\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1634263718727\\\",\\\"status.workspaceTrust.e0072350c2145596dc8e53508a9507c4\\\",\\\"status.workspaceTrust.647e49f28223b9d7a6e6c5de4c5dd661\\\",\\\"status.workspaceTrust.9c666e6dc02f339cf27dfd81abdb30ec\\\",\\\"status.workspaceTrust.1634366833829\\\",\\\"status.workspaceTrust.d1e51b9db7af47cbf7cde588691d2871\\\",\\\"status.workspaceTrust.de7b45a1879afec4ff359ed27f30cbb8\\\",\\\"status.workspaceTrust.e47467397c8c9999c0c93cdc76cb344e\\\",\\\"status.workspaceTrust.aa08942f0bd49754995ab01724cb8813\\\",\\\"status.workspaceTrust.ed53a6a1e060f34be1e546025dadf00a\\\",\\\"status.workspaceTrust.1f0c545232ee17869bd6b6098e5b739c\\\",\\\"status.workspaceTrust.0124468c42a109e0e724553dda2162a2\\\",\\\"status.workspaceTrust.4b1d9cd53cb41d8f19fe3072ecd5e2e2\\\",\\\"status.workspaceTrust.1634651016303\\\",\\\"status.workspaceTrust.1634652062698\\\",\\\"status.workspaceTrust.81faf128563c35c2ccb172d29305cad9\\\",\\\"status.workspaceTrust.79e0ca840a7a226281ec32d8e445a3b2\\\",\\\"status.workspaceTrust.bc8679a7a6ae55a692926c496fde61c2\\\",\\\"status.workspaceTrust.3116ec0cfe194075f1e9c35d50f96bf0\\\",\\\"status.workspaceTrust.ef80cc9c0f048b62cd12789c6d668c6e\\\",\\\"status.workspaceTrust.1634769088703\\\",\\\"status.workspaceTrust.3a78b6c07cedfa5055e07e4c81ec9375\\\",\\\"status.workspaceTrust.0678e5ec2c775087115517cddfc5eea6\\\",\\\"status.workspaceTrust.71bc700af606db8bae01dd4c094ef785\\\",\\\"status.workspaceTrust.1634842806687\\\",\\\"status.workspaceTrust.1634854566539\\\",\\\"status.workspaceTrust.a6884d65455c98dba4d5425b04b867af\\\",\\\"status.workspaceTrust.92af1000f7b45fd41de49a47e07cf049\\\",\\\"status.workspaceTrust.1634923535616\\\",\\\"status.workspaceTrust.6fffb18af45a0a100e69a083cb8bd68a\\\",\\\"status.workspaceTrust.1634929191552\\\",\\\"status.workspaceTrust.fb717e0801576b7347cf9ca7d08738f9\\\",\\\"status.workspaceTrust.6b6c09925f27ecf7a74ae0a6cbe47757\\\",\\\"status.workspaceTrust.1c58b935d3c9ee23aa44581f1ddbacb2\\\",\\\"status.workspaceTrust.2909e7b4a66bb28c0644b7acebdceaa5\\\",\\\"status.workspaceTrust.25bfa6c356e84af4ad090b8bb520c03a\\\",\\\"status.workspaceTrust.1635172543829\\\",\\\"status.workspaceTrust.2ef90f52c370d18e56c94f0ce5d3b1b1\\\",\\\"status.workspaceTrust.1635370567262\\\",\\\"status.workspaceTrust.b9fc8d54ec8decd39fec8a0cd855f8a2\\\",\\\"status.workspaceTrust.e6157af0d9e8ee5a6b365c91d06b32c3\\\",\\\"status.workspaceTrust.9f471424524f8bb6611502b9708eaff6\\\",\\\"status.workspaceTrust.1636074793501\\\",\\\"status.workspaceTrust.3b30290c26652d46df50a078d09ca2a3\\\",\\\"status.workspaceTrust.1636212663705\\\",\\\"status.workspaceTrust.35dec8136c271f34644adbc43074bbec\\\",\\\"status.workspaceTrust.11d3e5d81545b89bacbba45dce93bd57\\\",\\\"status.workspaceTrust.a70a99ee6f5cbb394d97a93bc3b651f0\\\",\\\"status.workspaceTrust.73feea863a24c3848613d0a760745f3f\\\",\\\"status.workspaceTrust.a62b34cec02352a1962775e1d76cbcd8\\\",\\\"status.workspaceTrust.6e58e70fa6bb4311a751d1199cb21511\\\",\\\"status.workspaceTrust.1636768758657\\\",\\\"status.workspaceTrust.1636768876433\\\",\\\"status.workspaceTrust.1636770107417\\\",\\\"status.workspaceTrust.1636780194901\\\",\\\"status.workspaceTrust.d4cfb522c1d4e9a1ab46c1d19a386d16\\\",\\\"status.workspaceTrust.1636817515538\\\",\\\"status.workspaceTrust.1636840659812\\\",\\\"status.workspaceTrust.11729bda620b83976a80f2c025b94842\\\",\\\"status.workspaceTrust.c537d9b78254d149e5ef28e84138363a\\\",\\\"status.workspaceTrust.debf205e532d30ca15f4dc3b76b1c898\\\",\\\"status.workspaceTrust.04a91fbcb62d83e811e53ce7fce6c31f\\\",\\\"status.workspaceTrust.cb353759c1d5c957663e26cc55147ee2\\\",\\\"status.workspaceTrust.a016a95d582a6dd2d3013a0b1c7d3dcc\\\",\\\"status.workspaceTrust.7e435285aa91e10d4503642e1a11f776\\\",\\\"status.workspaceTrust.565c4c1d0ad34e4f0c29ebf9d892ffcc\\\",\\\"status.workspaceTrust.207fed9ddefd05bd00af1b38db000ea5\\\",\\\"status.workspaceTrust.d560d603d1326154c1e96f78372f0b46\\\",\\\"status.workspaceTrust.ef464aff901e5e1408c8c728ade08784\\\",\\\"status.workspaceTrust.0da0f29ac0c2d6633d7bf6d648f26827\\\",\\\"status.workspaceTrust.1637208608743\\\",\\\"status.workspaceTrust.dec335d43847bc8a83971db55124a386\\\",\\\"status.workspaceTrust.9a1d5ca303f46979ca4b0b9b26d533d0\\\",\\\"status.workspaceTrust.14dcb5d9a88dac20b5f632fa098acb5b\\\",\\\"status.workspaceTrust.b0b91f2a2b92e78f67095101aeaa90a4\\\",\\\"status.workspaceTrust.3b70ef0fe378f95cca54ac39d003b5b8\\\",\\\"status.workspaceTrust.f19e07f68fd1be755dd917bc9a7767f8\\\",\\\"status.workspaceTrust.1637299273063\\\",\\\"status.workspaceTrust.30e5dd1230e1c894b971c3577d46e224\\\",\\\"status.workspaceTrust.1637348903524\\\",\\\"status.workspaceTrust.1637366874420\\\",\\\"status.workspaceTrust.86cebb7766385bd68be01b788a7c5a25\\\",\\\"status.workspaceTrust.1637368880029\\\",\\\"status.workspaceTrust.1d1597927c45cc57041bac17f29927b9\\\",\\\"status.workspaceTrust.74c32ea6a93f7b2531d89daf03649123\\\",\\\"status.workspaceTrust.d8eb755fb9482d85a1635095f6092616\\\",\\\"status.workspaceTrust.1637393139366\\\",\\\"status.workspaceTrust.1dfbf4874d46d7827b259bf6d761f02d\\\",\\\"status.workspaceTrust.1637393933403\\\",\\\"status.workspaceTrust.d43b62b35ccf651773ae41ebcc4659cf\\\",\\\"status.workspaceTrust.3a64bfda0229544072cf514d764a576a\\\",\\\"status.workspaceTrust.1637413053195\\\",\\\"status.workspaceTrust.da8ac0aeca2ccef03e90af82dbee0160\\\",\\\"status.workspaceTrust.0caecd873bf821260480758f82dc2b9a\\\",\\\"status.workspaceTrust.926dd2fd5318ba2792d81b4d0132fff8\\\",\\\"status.workspaceTrust.a00069c67ee9c0146f3667bd135ecafe\\\",\\\"status.workspaceTrust.b705aaa3deb8d9f80a397cf8730759f7\\\",\\\"status.workspaceTrust.f40c796249fe571ea02c636c137a6a88\\\",\\\"status.workspaceTrust.cb8c62fa3a6069017a8b676db1db5874\\\",\\\"status.workspaceTrust.27c135bbbcd2134b6cf6a377e49b8d10\\\",\\\"status.workspaceTrust.3fdac79dd713037f5afd789867642a0e\\\",\\\"status.workspaceTrust.bf3b1c6c75b961746aa1355a8a8b01c0\\\",\\\"status.workspaceTrust.9f5ff7cc4fd1fedf2562821e4650bfc4\\\",\\\"status.workspaceTrust.2a1757683fc6d02f5a60c50f1ae73d16\\\",\\\"status.workspaceTrust.813b5f20f5c9677c9d4e2c4ce32d7568\\\",\\\"status.workspaceTrust.e70f1bb2ae1cdef17c6d908544e5137a\\\",\\\"status.workspaceTrust.905f6ddbdbc3bce003ceb149fbb7a778\\\",\\\"status.workspaceTrust.fbc84cadd27df02600dc27eee52b14a4\\\",\\\"status.workspaceTrust.97efc05777c68d561b2e0f5ef584ed3d\\\",\\\"status.workspaceTrust.3e082e1498c137aa21ca22ca306af539\\\",\\\"status.workspaceTrust.a203f381d06e0b0614fc10e7ab308691\\\",\\\"status.workspaceTrust.0693948d4fdbadfc8391a0e39099edde\\\",\\\"status.workspaceTrust.60592b72587ca74457c7bf4c7b96811f\\\",\\\"status.workspaceTrust.b41cc78e726bce8a2cd08676e0b1c776\\\",\\\"status.workspaceTrust.61f4e0c0360b03d5ffea4373966eb031\\\",\\\"status.workspaceTrust.779ce57428d3eff7d088d4a01068b0a4\\\",\\\"status.workspaceTrust.ad41d2699535d423c1fa32425a9aa0ba\\\",\\\"status.workspaceTrust.3f57ee436172abf31ca2b29c62ea6e54\\\",\\\"status.workspaceTrust.7d75500dbbe9354f0cc09b37e4ded8b7\\\",\\\"status.workspaceTrust.3a6d9f413b262de6d2f6ea0291d6ee9f\\\",\\\"status.workspaceTrust.1d64f7f7c211b6b8536a157c39fc4682\\\",\\\"status.workspaceTrust.6f1110a8386822ae0c84a1c969808b75\\\",\\\"status.workspaceTrust.817624582ce718dce92ee81c479b4e0c\\\",\\\"status.workspaceTrust.a470145bbad0fa83f135f5b2ee0562fd\\\",\\\"status.workspaceTrust.0c62abb6b992486e6b3fc41bc521f5ea\\\",\\\"status.workspaceTrust.319ca3ea97c97dd0d760b4bf346cdee1\\\",\\\"status.workspaceTrust.f1fd238cb3dbc09028723d25c31f0b81\\\",\\\"status.workspaceTrust.e31929d4edae12a09fb2448114c0ccf2\\\",\\\"status.workspaceTrust.aab8b78346505789b123c9836fb00aa9\\\",\\\"status.workspaceTrust.1eb9951e74e5a69c674ccf451cd39511\\\",\\\"status.workspaceTrust.ab857d156e7dd0fd8653db335de9d9df\\\",\\\"status.workspaceTrust.5acd3b01d6f54a346030ca3fbd0a0f1b\\\",\\\"status.workspaceTrust.d5fdc02ceafce97dcdfc4c3e7371100f\\\",\\\"status.workspaceTrust.1638678356447\\\",\\\"status.workspaceTrust.a32c8f957b41990306e90d3eaabce39c\\\",\\\"status.workspaceTrust.1638714340766\\\",\\\"status.workspaceTrust.d138a652a9d346433d13be87f6d3dce0\\\",\\\"status.workspaceTrust.d854c64d278aa6d5c367e9376b5181bb\\\",\\\"status.workspaceTrust.b4e139a81b7d121731c2b7ed8a94c1fb\\\",\\\"status.workspaceTrust.0733901d56da562f4ca1ea2b8bd472c1\\\",\\\"status.workspaceTrust.042deb572a8df2a44ff454017746e332\\\",\\\"status.workspaceTrust.9551e26f765d87f0ad541dff6cbb7558\\\",\\\"status.workspaceTrust.0d9962772ea2381a85b6f1480a135cae\\\",\\\"status.workspaceTrust.3089bf77fcccefe7fb5c7d6312bdbe36\\\",\\\"status.workspaceTrust.b12c24e1617332e69666c69e8e91495e\\\",\\\"status.workspaceTrust.ccb83b61e1ed3d783e0632cd1dc7bcac\\\",\\\"status.workspaceTrust.1638982387601\\\",\\\"status.workspaceTrust.39f4b1350f875f69ea1f3a1ba4b0cf85\\\",\\\"status.workspaceTrust.4236af7864febb28ccdd6b0a3bb69269\\\",\\\"status.workspaceTrust.1638991083822\\\",\\\"status.workspaceTrust.8fb93f23514f60507f2b587787a1c615\\\",\\\"status.workspaceTrust.376f5d40e26568d80a8d1dc9a256887c\\\",\\\"status.workspaceTrust.fadda22ae581b23959eb4849dfe5fc37\\\",\\\"status.workspaceTrust.47666b2809fc14caec6f8634fa6568a8\\\",\\\"status.workspaceTrust.8f7bd6d41cb25e89e7b30a82f6e0567e\\\",\\\"status.workspaceTrust.fe36d5f078f3393ed75b7ba007b3d057\\\",\\\"status.workspaceTrust.1639537472473\\\",\\\"status.workspaceTrust.1639537754888\\\",\\\"status.workspaceTrust.33ba4280f6dfde0d97782197fcbb5fa5\\\",\\\"status.workspaceTrust.bc602069336870ae34f521f772bc8172\\\",\\\"status.workspaceTrust.1639589452411\\\",\\\"status.workspaceTrust.1639695796159\\\",\\\"status.workspaceTrust.1639695844788\\\",\\\"status.workspaceTrust.62c5bccf7e50324d2ba98333656deb86\\\",\\\"status.workspaceTrust.1639785832666\\\",\\\"status.workspaceTrust.999a2bea06d5f4a6e4a4e8f63facda55\\\",\\\"status.workspaceTrust.1639862370141\\\",\\\"status.workspaceTrust.1639872259862\\\",\\\"status.workspaceTrust.932044b4e32082b8bd6e0f63e36faf6c\\\",\\\"status.workspaceTrust.1639875351695\\\",\\\"status.workspaceTrust.1640018817922\\\",\\\"status.workspaceTrust.1640019191018\\\",\\\"status.workspaceTrust.ab2e77746c56072edfd9b9ce7eb40cfe\\\",\\\"status.workspaceTrust.1640025326647\\\",\\\"status.workspaceTrust.60be304200bb4e3ff572d8a5cc07fba3\\\",\\\"status.workspaceTrust.eef0d4d9010debecb388a78222d68fcf\\\",\\\"status.workspaceTrust.477c1230e936f393805fa4f045b7cabc\\\",\\\"status.workspaceTrust.1640208135248\\\",\\\"status.workspaceTrust.1640271729573\\\",\\\"status.workspaceTrust.368b720f362a8edd610c1b648e42fcc8\\\",\\\"status.workspaceTrust.1640274748544\\\",\\\"status.workspaceTrust.1640275092435\\\",\\\"status.workspaceTrust.1640275692078\\\",\\\"status.workspaceTrust.1640314132516\\\",\\\"status.workspaceTrust.1640727332769\\\",\\\"status.workspaceTrust.1640815103705\\\",\\\"status.workspaceTrust.1640823856338\\\",\\\"status.workspaceTrust.1644010887402\\\",\\\"status.workspaceTrust.1644010958845\\\",\\\"status.workspaceTrust.1644013863679\\\",\\\"status.workspaceTrust.14622e30e28f82cc75fccfd53c6c00d2\\\",\\\"status.workspaceTrust.1644069659563\\\",\\\"status.workspaceTrust.1644077852574\\\",\\\"status.workspaceTrust.1645479193236\\\",\\\"status.workspaceTrust.acaca59547a7f082019a04eb6a519bba\\\",\\\"status.workspaceTrust.4978acda35af5ddd5e927ab767bc1299\\\",\\\"status.workspaceTrust.ab274a1becee534e1365ef700befbdce\\\",\\\"status.workspaceTrust.1645538895263\\\",\\\"status.workspaceTrust.1645746467546\\\",\\\"status.workspaceTrust.f55864d9262d34b6520aab25849213b0\\\",\\\"status.workspaceTrust.1645987085270\\\",\\\"status.workspaceTrust.1645987095872\\\",\\\"status.workspaceTrust.1645987201077\\\",\\\"status.workspaceTrust.1646329746545\\\",\\\"status.workspaceTrust.7f9bd11a4253a2407e5a6720b8308f32\\\",\\\"status.workspaceTrust.1646359973087\\\",\\\"status.workspaceTrust.1646370722331\\\",\\\"status.workspaceTrust.7a383e68321c032750d2759da316df8d\\\",\\\"status.workspaceTrust.3b5c2da0d1c12dfd18d0bdc0e862ddda\\\",\\\"status.workspaceTrust.8ab01d21b1f5d3bb7621cb6cac7f7db8\\\",\\\"status.workspaceTrust.98eeaa8587f54009a87e4784b4b9d8fb\\\",\\\"status.workspaceTrust.a90f3bbefb27894e7a7e4d9ade0e99ab\\\",\\\"status.workspaceTrust.822cc79dd14cab0c27389996955cb5b7\\\",\\\"status.workspaceTrust.c3c85324d56bcee4f8614096235e5207\\\",\\\"status.workspaceTrust.575ed1ba08fb079480dd0038adb0efb8\\\",\\\"status.workspaceTrust.e5e3698137e3dded536b9dd4854b9155\\\",\\\"status.workspaceTrust.d921a633eb25cac5cff882a64694a9ef\\\",\\\"status.workspaceTrust.784fafbebc0613482f1b5ae27ede36d5\\\",\\\"status.workspaceTrust.1646691660514\\\",\\\"status.workspaceTrust.1646760714673\\\",\\\"status.workspaceTrust.cfaa001e2b7fe9cc50c88e7314045752\\\",\\\"status.workspaceTrust.389e6cb4602c782683488caafd560e99\\\",\\\"status.workspaceTrust.1646793696045\\\",\\\"status.workspaceTrust.1646799908874\\\",\\\"status.workspaceTrust.1646800405977\\\",\\\"status.workspaceTrust.1646800431454\\\",\\\"status.workspaceTrust.1646837969376\\\",\\\"status.workspaceTrust.a56a2c9aae4467c368d5bc687883b837\\\",\\\"status.workspaceTrust.e38c5ece8206907092d8b33768c2c90a\\\",\\\"status.workspaceTrust.3a6870bbdc1569d444537f5c29bd921a\\\",\\\"status.workspaceTrust.bf4808ef09ca08738fac9c2e75b9ad44\\\",\\\"status.workspaceTrust.537cbdd3a0423df2be222be232954a2e\\\",\\\"status.workspaceTrust.a99254021c5311a37ba953a59800cde3\\\",\\\"status.workspaceTrust.76c394b087f768688cf8a34db8e3cfa6\\\",\\\"status.workspaceTrust.1648107878754\\\",\\\"status.workspaceTrust.1648161539776\\\",\\\"status.workspaceTrust.3247012000b8cd10b3cf6e09fd628e48\\\",\\\"status.workspaceTrust.88924f6926630a5456bd9ca947b7ca7e\\\",\\\"status.workspaceTrust.1648228879900\\\",\\\"status.workspaceTrust.1648253442311\\\",\\\"status.workspaceTrust.1648253555105\\\",\\\"status.workspaceTrust.eef3273048c09e73ac74b7f7072ddff0\\\",\\\"status.workspaceTrust.1648329571616\\\",\\\"status.workspaceTrust.ce2519e69fed4e401e51aa8452a79703\\\",\\\"status.workspaceTrust.1648340553512\\\",\\\"status.workspaceTrust.1648340786742\\\",\\\"status.workspaceTrust.1648340926849\\\",\\\"status.workspaceTrust.1648341380625\\\",\\\"status.workspaceTrust.e92466fed82d67a5e110abc9f8128d4a\\\",\\\"status.workspaceTrust.d706676d23435bda051f19dbbb14578a\\\",\\\"status.workspaceTrust.1648357293713\\\",\\\"status.workspaceTrust.a3263602d4ee78c7be5c6416e6dea80d\\\",\\\"status.workspaceTrust.55e9408d9185701cf62437fa99e6318d\\\",\\\"status.workspaceTrust.d7fe6725758feec33ce3942ef90ae441\\\",\\\"status.workspaceTrust.1648689870551\\\",\\\"status.workspaceTrust.ac9d49a40be94ff121fffa084c182c64\\\",\\\"status.workspaceTrust.244f869f4449eec5dae20fcf7c13616e\\\",\\\"status.workspaceTrust.1648708638409\\\",\\\"status.workspaceTrust.1648719080996\\\",\\\"status.workspaceTrust.1648741798606\\\",\\\"status.workspaceTrust.c8273844f2edf978fa06db42c31f4bb9\\\",\\\"status.workspaceTrust.1648934123757\\\",\\\"status.workspaceTrust.aaca75a217ead2d6d64f2c54e6b1699d\\\",\\\"status.workspaceTrust.ca0789fe5f31245c13c92caba8d407ae\\\",\\\"status.workspaceTrust.8ab4b9ca74f16f184a917a36a8c9c8ba\\\",\\\"status.workspaceTrust.1649174911925\\\",\\\"status.workspaceTrust.c67271056e7119d262ea2e22d65bf23a\\\",\\\"status.workspaceTrust.d05b6527800f8e45a70a7e6dad47a8f8\\\",\\\"status.workspaceTrust.1649266527683\\\",\\\"status.workspaceTrust.35838dbf8f3ac43fe445e0537a75daff\\\",\\\"status.workspaceTrust.9e84af56031deedcb7a1105588284a31\\\",\\\"status.workspaceTrust.dc39f2e80f39868861b6359df5f21bc8\\\",\\\"status.workspaceTrust.1649395467977\\\",\\\"status.workspaceTrust.1649395532718\\\",\\\"status.workspaceTrust.5e3b49bf1701b191e03b25e25e6ac0b9\\\",\\\"status.workspaceTrust.1649476350905\\\",\\\"status.workspaceTrust.1649502004061\\\",\\\"status.workspaceTrust.1649502179326\\\",\\\"status.workspaceTrust.1649503486411\\\",\\\"status.workspaceTrust.1649504386198\\\",\\\"status.workspaceTrust.1649504428395\\\",\\\"status.workspaceTrust.1649504820666\\\",\\\"status.workspaceTrust.1649547930693\\\",\\\"status.workspaceTrust.4b715ff71c7706674eaa9f459f16e31c\\\",\\\"status.workspaceTrust.b67b052d54c0a81db4966c3547369363\\\",\\\"status.workspaceTrust.1649602096396\\\",\\\"status.workspaceTrust.856f67049dd402880ffc43cfa802cca7\\\",\\\"status.workspaceTrust.be96c39781d88b9d8f223478b496734e\\\",\\\"status.workspaceTrust.1645990423486cd2cf44028a66c0695a\\\",\\\"status.workspaceTrust.c7d5b8107e2c8b1da30b9f3c53fce0ec\\\",\\\"status.workspaceTrust.d08a4ef82ccfb930a2af43dabcdef680\\\",\\\"status.workspaceTrust.1649730304372\\\",\\\"status.workspaceTrust.1649730347443\\\",\\\"status.workspaceTrust.504f724ffda5443eb56951fdd3d2c4e0\\\",\\\"status.workspaceTrust.96901e724436596433a3e10752c58c29\\\",\\\"status.workspaceTrust.d62c07f92f16458ad0aa936d2c5276cf\\\",\\\"status.workspaceTrust.b02d443cb47505dddcfc76190d35aefc\\\",\\\"status.workspaceTrust.061d9a5a84faacaa98be8e4727f9c7e1\\\",\\\"status.workspaceTrust.1649777565445\\\",\\\"status.workspaceTrust.2c74d05fe06d8514d4f0c044b799f324\\\",\\\"status.workspaceTrust.7e633ae277fc34856ced2b9947022b6c\\\",\\\"status.workspaceTrust.15eb2aba280a0ab01ba6abf697395eca\\\",\\\"status.workspaceTrust.3a0e2740bb9ae16c504e1827a934a747\\\",\\\"status.workspaceTrust.f5f0126243d2c1ccdf6be07f61df5ad1\\\",\\\"status.workspaceTrust.e43b78852ed16eef98f1b2caaca5590d\\\",\\\"status.workspaceTrust.31d37df79edfe8d02a5a344e0a4421d1\\\",\\\"status.workspaceTrust.c810f673b617c758d4e438caec86cdc9\\\",\\\"status.workspaceTrust.1649986628795\\\",\\\"status.workspaceTrust.9878dd96797c03ecb87eeac90cdd2d85\\\",\\\"status.workspaceTrust.1649988465262\\\",\\\"status.workspaceTrust.6142dfe4a53e1e505d88a9d9712fa073\\\",\\\"status.workspaceTrust.66e63e2ff55d89a29732d2059f2f894e\\\",\\\"status.workspaceTrust.09cfdfdfce4a5e98229d249c80934240\\\",\\\"status.workspaceTrust.1650104449865\\\",\\\"status.workspaceTrust.1650104487023\\\",\\\"status.workspaceTrust.1650104629522\\\",\\\"status.workspaceTrust.f50bd5da1738e4689da2a34897f0ab6b\\\",\\\"status.workspaceTrust.1650172653119\\\",\\\"status.workspaceTrust.1650241393933\\\",\\\"status.workspaceTrust.1650255950323\\\",\\\"status.workspaceTrust.1650256878974\\\",\\\"status.workspaceTrust.1650263209851\\\",\\\"status.workspaceTrust.1650263279318\\\",\\\"status.workspaceTrust.1650263380190\\\",\\\"status.workspaceTrust.4277185b831d929c5d608973234273d4\\\",\\\"status.workspaceTrust.1650281208552\\\",\\\"status.workspaceTrust.95e73169ea52fcb1b74a3a4f47a57b50\\\",\\\"status.workspaceTrust.1650336511218\\\",\\\"status.workspaceTrust.0e580ab4a919d540b1d137eec8ce2ac4\\\",\\\"status.workspaceTrust.1650393624808\\\",\\\"status.workspaceTrust.1650419983507\\\",\\\"status.workspaceTrust.8ab7b476c40a616cd08c16dd1f78ecda\\\",\\\"status.workspaceTrust.5d9204b491f092c83d97f99efd37dce4\\\",\\\"status.workspaceTrust.1650461471064\\\",\\\"status.workspaceTrust.1650461574027\\\",\\\"status.workspaceTrust.d8f4cdf1a9da02402be6d1c0d1f87e02\\\",\\\"status.workspaceTrust.1ac985419bf9d3f663c8614febd3e844\\\",\\\"status.workspaceTrust.d75bde1905615dbc241ac56699433192\\\",\\\"status.workspaceTrust.1650548862810\\\",\\\"status.workspaceTrust.1650552239605\\\",\\\"status.workspaceTrust.71d2ceb554807889430b5c9b81831758\\\",\\\"status.workspaceTrust.1651422974001\\\",\\\"status.workspaceTrust.ff96da563bc7ee073bc5c4556c1e847b\\\",\\\"status.workspaceTrust.1651729027818\\\",\\\"status.workspaceTrust.8e509df87de53fc1882e60b1b1afedfe\\\",\\\"status.workspaceTrust.100f73d8c9c06b41bf314ceca9235a87\\\",\\\"status.workspaceTrust.1651823347427\\\",\\\"status.workspaceTrust.fcc56e6ecc9212cdd4b6022e7b5f5273\\\",\\\"status.workspaceTrust.136d650e27bb8d2766ddabd8b64bf27d\\\",\\\"status.workspaceTrust.f4a46bc73af9a02715b6a9ba9dd11c41\\\",\\\"status.workspaceTrust.2058334f22304b9d13de64cdb2ace622\\\",\\\"status.workspaceTrust.7031487aa70f8e5dfaf22f5796670f92\\\",\\\"status.workspaceTrust.8e2e6f3d8c1b765c4eca20e0b04340a1\\\",\\\"status.workspaceTrust.3af4b941e514866cf8d102f68d17381b\\\",\\\"status.workspaceTrust.703a91473d64523a6db600568c5d073c\\\",\\\"status.workspaceTrust.8eea0cb6d0097f02b71d4c463f95bdf7\\\",\\\"status.workspaceTrust.1652456878959\\\",\\\"status.workspaceTrust.8ae966025d840625fbbd927d321a558a\\\",\\\"status.workspaceTrust.e3079e13b1d203c0573a68b0d54d2d00\\\",\\\"status.workspaceTrust.723c8b3e9495150e8f7f251b0451169d\\\",\\\"status.workspaceTrust.1652976483486\\\",\\\"status.workspaceTrust.d0aa9c1ff1b7ebe93a43f1bb4cc0a1e4\\\",\\\"status.workspaceTrust.15036472de57602293c28f85247b3c41\\\",\\\"status.workspaceTrust.5ecec5cb4388e9f361d53e800448be35\\\",\\\"status.workspaceTrust.c89fdaa292d5e51068e466d6c5ba08d8\\\",\\\"status.workspaceTrust.2fac4291d3b706c54bfd053e10659ee7\\\",\\\"status.workspaceTrust.67109229c9ed72a37a436eeef522320e\\\",\\\"status.workspaceTrust.16906725c4a0695c30923a5161ad7bbe\\\",\\\"status.workspaceTrust.6cd500f0f7dbf9da798854675adc9f58\\\",\\\"status.workspaceTrust.c97629a1c67b0f14673b52e8205fe7a3\\\",\\\"status.workspaceTrust.4ffc614848c551623dd3270b4809ecf8\\\",\\\"status.workspaceTrust.680f246cb5b8727f565252279511bcb2\\\",\\\"status.workspaceTrust.1653970816697\\\",\\\"status.workspaceTrust.1653971223132\\\",\\\"status.workspaceTrust.28954244424f278bf0b3ee9ec35b7366\\\",\\\"status.workspaceTrust.459e230fb541373ed1f13664124041e3\\\",\\\"status.workspaceTrust.57eaf73c678e458977083e7064dc5d49\\\",\\\"status.workspaceTrust.78a32faddb6db863db44b8241533c45f\\\",\\\"status.workspaceTrust.0d3623552c5e831e7b01ba58e141f9c9\\\",\\\"status.workspaceTrust.f62f90da4c87e69a8eca917f6b6b1106\\\",\\\"status.workspaceTrust.027d9d6c097348fc596bb99ff6db5c6f\\\",\\\"status.workspaceTrust.6295beaa46a09fd157c4654083fdb1f6\\\",\\\"status.workspaceTrust.fc083c793494febf5e07f20155ead0d6\\\",\\\"status.workspaceTrust.d04d1fbac84c57f9496f807b38ce7736\\\",\\\"status.workspaceTrust.c2e4505a332be7b6086bebb32d600006\\\",\\\"status.workspaceTrust.fde787b5237f24d8bb2e5419ed616907\\\",\\\"status.workspaceTrust.66e51914caf9dec7c347733aa1c39f02\\\",\\\"status.workspaceTrust.925b2248b2d5ed4a16fdde41f500f6f6\\\",\\\"status.workspaceTrust.dc86963af8889efa73da82bf0df842bf\\\",\\\"status.workspaceTrust.e323fba1e6db48cb5d6eb850ea14b986\\\",\\\"status.workspaceTrust.9b114db8aeb84a7610f838426b65069e\\\",\\\"status.workspaceTrust.3c130ae8bfe566ed0edba3ebd28c07a6\\\",\\\"status.workspaceTrust.1762aabe5efaaa4146d8d373fc7271b5\\\",\\\"status.workspaceTrust.f0da176ec515161100841261ccd08c2a\\\",\\\"status.workspaceTrust.b89ceba4e9f193ed1222299e058d40e7\\\",\\\"status.workspaceTrust.15957ad98ddb37c77d8dffa56ee59241\\\",\\\"status.workspaceTrust.5e85e131bafadbe94fb638ecf0432e68\\\",\\\"status.workspaceTrust.1656601785707\\\",\\\"status.workspaceTrust.9fe501b4f9f35a6cba63c4ff94c49547\\\",\\\"status.workspaceTrust.1656955596596\\\",\\\"status.workspaceTrust.68f8de33888818854ebdc68b796bb3d3\\\",\\\"status.workspaceTrust.0e9dfb31149de563bb17465d22de2b65\\\",\\\"status.workspaceTrust.755a3a6c41a26b047df6963240fdec64\\\",\\\"status.workspaceTrust.2e93acb4a56b63d21fc580d5e8d3f6b5\\\",\\\"status.workspaceTrust.cf5d6491d3bca5b16a40067657d0d7df\\\",\\\"status.workspaceTrust.52d3aa44be9570487e3a65151f86cdf0\\\",\\\"status.workspaceTrust.470864835d232d2da226d6f5908dee0a\\\",\\\"status.workspaceTrust.3bcaefd6c0e4e5af78134eabcaec3429\\\",\\\"status.workspaceTrust.fd59067fda1918a040686b11b2630230\\\",\\\"status.workspaceTrust.de5edda177a03338609521e6d3c4e9e3\\\",\\\"status.workspaceTrust.043125c62f6b3bfbb225055a3c468691\\\",\\\"status.workspaceTrust.f09f2f0dc6dd0d5590f1e5803fe19075\\\",\\\"status.workspaceTrust.2e984968f4f99de4d35085f5a58c6b4a\\\",\\\"status.workspaceTrust.1660641769326\\\",\\\"status.workspaceTrust.0d4b2acf6f7d1619b7649c45d8be5302\\\",\\\"status.workspaceTrust.f220bf36bcc01ed88d7625a5f9f2ce32\\\",\\\"status.workspaceTrust.94937ef7d8a5041241bdce4de6739c95\\\",\\\"status.workspaceTrust.844062f571ceae158403aa8dff4a13e5\\\",\\\"status.workspaceTrust.7c0a301730a6920a8091bbadea4cc802\\\",\\\"status.workspaceTrust.71366b662fbce2c7cfc5f9c5cdf2d453\\\",\\\"status.workspaceTrust.472b3bebae9bb214899ce8f849df09ea\\\",\\\"status.workspaceTrust.a96ff06b89dc3c4fabe6652d6b06fbf2\\\",\\\"status.workspaceTrust.ff609777538c88c16ae8b39ad1ba8e3a\\\",\\\"status.workspaceTrust.d9d52eb445397711c0cd55258b780a0f\\\",\\\"status.workspaceTrust.4f01670b40fbad5fc2328fac2fa580e0\\\",\\\"status.workspaceTrust.1661004367932\\\",\\\"status.workspaceTrust.adb54d27156d378bd653903a5865a980\\\",\\\"status.workspaceTrust.dc9ee194ca4c0e750d98036e8b0f0c95\\\",\\\"status.workspaceTrust.1a51946b2fc26a2cf6dc063d0fea3b2c\\\",\\\"status.workspaceTrust.1661142868258\\\",\\\"status.workspaceTrust.1661226571035\\\",\\\"status.workspaceTrust.fe35444d4b5a3021444ec59e0e241ba6\\\",\\\"status.workspaceTrust.619981f5bab15cf1d0881ea05eb928cf\\\",\\\"status.workspaceTrust.c387d775c21900fdea5fbc87574b6fab\\\",\\\"status.workspaceTrust.0dd93874e999f19f7c15097a3fcb24af\\\",\\\"status.workspaceTrust.88a045b45fd0f349f934de1cc66a1279\\\",\\\"status.workspaceTrust.78af385787209a9f39731d3fe90cc4d5\\\",\\\"status.workspaceTrust.8f4db023cf95a43d1707c162e3f8720f\\\",\\\"status.workspaceTrust.541a4721dae167702eb23f23280f10b1\\\",\\\"status.workspaceTrust.1661472761124\\\",\\\"status.workspaceTrust.1661477096535\\\",\\\"status.workspaceTrust.0335e1a588f6ae01c265f621a6adf4f8\\\",\\\"status.workspaceTrust.1661578632096\\\",\\\"status.workspaceTrust.1661755087126\\\",\\\"status.workspaceTrust.1661755799891\\\",\\\"status.workspaceTrust.4ba69ea614beebfa0577dec76f23ddf8\\\",\\\"status.workspaceTrust.1662687435299\\\",\\\"status.workspaceTrust.202881ec54b54309db63596a1fc726b5\\\",\\\"status.workspaceTrust.1662777207710\\\",\\\"status.workspaceTrust.47e435445e10bcd2b9ff0dd9a91efbdb\\\",\\\"status.workspaceTrust.c0b89884d8b3af9210fd5c282ea92589\\\",\\\"status.workspaceTrust.c30d620f5af170a243a5fdb6d0ec529d\\\",\\\"status.workspaceTrust.d94a92f0b5e089dde40f7e63e3fca12a\\\",\\\"status.workspaceTrust.1663945523218\\\",\\\"status.workspaceTrust.b1c5c9e14552bbd492a4c0ff41927841\\\",\\\"status.workspaceTrust.666f30836805f4b55b57fb4c36485733\\\",\\\"status.workspaceTrust.9e37b860296fdc2fd74c7ffb8eb49d21\\\",\\\"status.workspaceTrust.ee95b29ea9ce9eb382e70a06c4645599\\\",\\\"status.workspaceTrust.790a95d6c11a7e4393a17494a4e24875\\\",\\\"status.workspaceTrust.738b7daa8524353ca2999b8e618eea53\\\",\\\"status.workspaceTrust.1664582435800\\\",\\\"status.workspaceTrust.a3926c19d4f8f3be4bfd7da0093e4cff\\\",\\\"status.workspaceTrust.01c0b09235dafe39a5021dec3feb1bc3\\\",\\\"status.workspaceTrust.83a5d0c0e4fdc20be30deafb432ac024\\\",\\\"status.workspaceTrust.9ea43841184322dad5c37a734625e411\\\",\\\"status.workspaceTrust.217fd34465620ea2ba662862c7d91542\\\",\\\"status.workspaceTrust.1668131004518\\\",\\\"status.workspaceTrust.1668137145866\\\",\\\"status.workspaceTrust.8ecbe4dab31508f9eb344a81da85d1cc\\\",\\\"status.workspaceTrust.8142e8f17ab35153f4dfc034a5da24e4\\\",\\\"status.workspaceTrust.78fcf0aaac54bfe80e35495a79fbcd7c\\\",\\\"status.workspaceTrust.1671466839090\\\",\\\"status.workspaceTrust.0a772596638bf22aa132bde2810db2f4\\\",\\\"status.workspaceTrust.a3ee6612ecf3537a2d5c4f4daaf1de92\\\",\\\"status.workspaceTrust.1672076625033\\\",\\\"status.workspaceTrust.b02495df33f5e276b1e8b837b22e606f\\\",\\\"status.workspaceTrust.1672324688418\\\",\\\"status.workspaceTrust.1673564827383\\\",\\\"status.workspaceTrust.1673976391865\\\",\\\"status.workspaceTrust.9fe10439b1433331efdc9a3cecec3faf\\\",\\\"status.workspaceTrust.b227eefe73af1cf26cdb53f05336696a\\\",\\\"status.workspaceTrust.0f575848696d94d0e97c4aafc897788c\\\",\\\"status.workspaceTrust.39bd7f7076b9db12e7289a1a352c8ea1\\\",\\\"status.workspaceTrust.e623ea0770f0349799e05888d982547d\\\",\\\"status.workspaceTrust.9bdf644aa27f66f12fb187eee1c749c0\\\",\\\"status.workspaceTrust.50b9b335bbfe4438a3fd82138288bc2c\\\",\\\"status.workspaceTrust.1674486819424\\\",\\\"status.workspaceTrust.5d38f212791694c592691930c7a7e104\\\",\\\"status.workspaceTrust.68ac22191459f50fd81420992dd6f57a\\\",\\\"status.workspaceTrust.94ae11bbf178d08608a06c7a90efe67a\\\",\\\"status.workspaceTrust.1676486145769\\\",\\\"status.workspaceTrust.cf7880ff52397aed29b163040a245e25\\\",\\\"status.workspaceTrust.1676495306672\\\",\\\"status.workspaceTrust.055adabfd10a7249a645079ccf9cff7a\\\",\\\"status.workspaceTrust.1677162048603\\\",\\\"status.workspaceTrust.21773a1c165db740fbe7545bab60f837\\\",\\\"status.workspaceTrust.1679114561601\\\",\\\"status.workspaceTrust.80253e62b050315d90bdd33f16be0dd7\\\",\\\"status.workspaceTrust.1fad5be66de87fec8803d73c8d5281d3\\\",\\\"status.workspaceTrust.63f195fc2e4ce2836cd16d9162557a7d\\\",\\\"status.workspaceTrust.0eef4a5499d253ffbea7bdb4d78e9244\\\",\\\"status.workspaceTrust.64c13b8577a5491d4c088b76f81f0424\\\",\\\"status.workspaceTrust.a1e8e2b7e3965b2398c59042563f8430\\\",\\\"status.workspaceTrust.1680020086252\\\",\\\"status.workspaceTrust.1cf6ec78c1549eaea2fe2ffd7068fd17\\\",\\\"status.workspaceTrust.50c4b3f63e5c6789449fd9bebe58ae8b\\\",\\\"status.workspaceTrust.ab98dd9d57a1a5e483257fea84098a38\\\",\\\"status.workspaceTrust.7dcb3878c5af7af0458c6e0ad1ad6933\\\",\\\"status.workspaceTrust.1680656879618\\\",\\\"status.workspaceTrust.c96ca80686d4f34e9f05e19eff02ab27\\\",\\\"status.workspaceTrust.1685215140937\\\",\\\"status.workspaceTrust.9c9e3edd82825a0101328c91c2c94a74\\\",\\\"status.workspaceTrust.1685301484244\\\",\\\"status.workspaceTrust.1685400433094\\\",\\\"status.workspaceTrust.1685405708246\\\",\\\"status.workspaceTrust.1685585511243\\\",\\\"status.workspaceTrust.b76874ffb0436e04fe33271de838b356\\\",\\\"status.workspaceTrust.1687297739550\\\",\\\"status.workspaceTrust.826e54402a09011862d7343884fb64fe\\\",\\\"status.workspaceTrust.1692559213353\\\",\\\"status.workspaceTrust.5f990a44fa00aaac23cedc26324f088a\\\",\\\"status.workspaceTrust.0f2fff8190f9ed8702f8af4bc461560a\\\",\\\"status.workspaceTrust.1692582439839\\\",\\\"status.workspaceTrust.34aefabb7415452b91e033fc6e5fe487\\\",\\\"status.workspaceTrust.196bdb312a118068bb1fad519842c2f0\\\",\\\"status.workspaceTrust.ba0b84f06cbca4a8877c650dac066121\\\",\\\"status.workspaceTrust.c0066b2e6f5ea246992869e14914a70d\\\",\\\"status.workspaceTrust.fc49b30f91e38c20a0744c56ed24714d\\\",\\\"status.workspaceTrust.0a4d59b625db804c7d40fdc40831d525\\\",\\\"status.workspaceTrust.f3e274731c66317ad970c273672d2403\\\",\\\"status.workspaceTrust.1699893533181\\\",\\\"status.workspaceTrust.3fcad0f91449901ad3b04def3b9ad766\\\",\\\"status.workspaceTrust.5259841a8ac16c03e46a5bfce34fd1b6\\\",\\\"status.workspaceTrust.75200f109918021019ea3c9da778c795\\\",\\\"status.workspaceTrust.3cb62a01dc73c2cb245f2900aa68ce2b\\\",\\\"status.workspaceTrust.1700105331921\\\",\\\"status.workspaceTrust.0a34245248434184c22aad7c57e2922b\\\",\\\"status.workspaceTrust.3ac2d5210a5c69a8bd6c8042586c7e4e\\\",\\\"status.workspaceTrust.1700189424145\\\",\\\"status.workspaceTrust.c269b26da87942c99df46b87c2af97b4\\\",\\\"status.workspaceTrust.7e003a31c8fe0ec6d783d2c9cbbf14b6\\\",\\\"status.workspaceTrust.1700533903244\\\"]\",\"themeUpdatedNotificationShown\":\"true\",\"nps/lastSessionDate\":\"Wed Feb 15 2023\",\"nps/sessionCount\":\"10\",\"workbench.panel.alignment\":\"center\",\"cpp.1.lastSessionDate\":\"Wed Nov 22 2023\",\"cpp.1.sessionCount\":\"200\",\"java.2.lastSessionDate\":\"Fri Nov 10 2023\",\"java.2.sessionCount\":\"191\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1700189506832,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.sidebars\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.commitGraph\\\",\\\"gitlens.welcome.workspaces\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.labs\\\",\\\"gitlens.welcome.preview\\\",\\\"gitlens.welcome.trial\\\",\\\"gitlens.welcome.services\\\",\\\"gitlens.welcome.additional\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1700189506832,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.chat\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1700189506832,\\\"stepIDs\\\":[\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome2\\\",{\\\"firstSeen\\\":1700189506832,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment2\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1700189506832,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1700191204825,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"SonarSource.sonarlint-vscode#SonarLint.walkthrough\\\",{\\\"firstSeen\\\":1700191204826,\\\"stepIDs\\\":[\\\"SonarLint.inAction\\\",\\\"SonarLint.learnMoreAboutIssues\\\",\\\"SonarLint.connectedModeIntro\\\",\\\"SonarLint.reachOut\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1700191204826,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"github-dnsouzadev\":\"[{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-labs\\\",\\\"name\\\":\\\"GitHub Copilot Labs\\\",\\\"allowed\\\":true}]\",\"snippets.usageTimestamps\":\"[[\\\"lib/snippets/generated.json/useLayoutEffect\\\",1660013493564],[\\\"jest-type.code-snippets/Jest Test\\\",1660100522941],[\\\"snippets/snippets.json/EJS TAG\\\",1661385328159],[\\\"snippets/snippets.json/EJS TAG If Statement\\\",1661443634107],[\\\"snippets/snippets.json/EJS TAG Output Value\\\",1661581255812],[\\\"snippets/python_snippets.json/append\\\",1663899111686],[\\\"snippets/python_snippets.json/index\\\",1663899323391],[\\\"snippets/templates/filters.json/linebreaksbr\\\",1665101044435],[\\\"snippets/templates/tags.json/forempty\\\",1665776512208],[\\\"snippets/sets_snippets.json/sets.update=>\\\",1666740237705],[\\\"snippets/python_snippets.json/symmetric_difference_update\\\",1666740259676],[\\\"snippets/templates/tags.json/else\\\",1667352461814],[\\\"snippets/templates/tags.json/endblock\\\",1667520382716],[\\\"snippets/templates/tags.json/block\\\",1667520412508],[\\\"snippets/sets_snippets.json/pop -set\\\",1667914651443],[\\\"snippets/templates/tags.json/include\\\",1673560249546],[\\\"snippets/templates/tags.json/for\\\",1673562229109],[\\\"snippets/templates/tags.json/if\\\",1673618762898],[\\\"snippets/templates/tags.json/csrf_token\\\",1673882722835],[\\\"snippets/templates/tags.json/url\\\",1673882941519],[\\\"snippets/templates/tags.json/load\\\",1673883231686],[\\\"snippets/templates/tags.json/static\\\",1673883269040],[\\\"snippets/javascript.code-snippets/Log error to console\\\",1674490914422],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1674493942030],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1676568303647],[\\\"snippets.json/New class\\\",1677162555384],[\\\"snippets/ruby.json/Rake Task\\\",1677162996651],[\\\"snippets/ruby.json/Insert curly braces block\\\",1677163461697],[\\\"snippets.json/Unless\\\",1677164486816],[\\\"snippets/ruby.json/case\\\",1677164803238],[\\\"snippets.json/While\\\",1677165526997],[\\\"snippets/ruby.json/Insert do … end block\\\",1677166061489],[\\\"snippets/python_snippets.json/expandtabs\\\",1679713243520],[\\\"snippets/python_snippets.json/add\\\",1680141643069],[\\\"snippets/python_snippets.json/startswith\\\",1685215161969],[\\\"snippets/python_snippets.json/encode\\\",1686883127890],[\\\"snippets/sets_snippets.json/remove -set\\\",1687965675883],[\\\"snippets/java.json/trycatch\\\",1693188438193],[\\\"snippets/java.json/newObject\\\",1694402062917],[\\\"snippets.json/color_lens\\\",1699900016881],[\\\"snippets/snippets.json/constructor\\\",1699926636141]]\",\"gitlens+-dnsouzadev\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"ces/skipSurvey\":\"1.81.1\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"prisma\\\"]\",\"javascript.1.editedCount\":\"3\",\"javascript.1.editedDate\":\"Tue Mar 28 2023\",\"javascript.1.lastSessionDate\":\"Wed Nov 22 2023\",\"javascript.1.sessionCount\":\"41\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.75.1\",\"typescript.1.editedCount\":\"5\",\"typescript.1.editedDate\":\"Thu Nov 16 2023\",\"typescript.1.lastSessionDate\":\"Wed Nov 22 2023\",\"typescript.1.sessionCount\":\"41\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequestWebview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesFiles\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesCommits\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"test-explorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"csharp.1.lastSessionDate\":\"Wed Nov 22 2023\",\"csharp.1.sessionCount\":\"32\",\"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}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"github.copilot\\\",\\\"Setup\\\",\\\"GitHub.copilot#copilotWelcome\\\"]\",\"extensionsAssistant/fileExtensionsSuggestionIgnore\":\"[\\\"p\\\"]\",\"java.2.editedCount\":\"10\",\"java.2.editedDate\":\"Mon Sep 11 2023\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:java.view.menus.file.newJavaClass\\\"]}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.editor.changeEOL\\\",\\\"value\\\":2},{\\\"key\\\":\\\"typescriptHero.imports.organize\\\",\\\"value\\\":7},{\\\"key\\\":\\\"java.project.create\\\",\\\"value\\\":8},{\\\"key\\\":\\\"spring.initializr.maven-project\\\",\\\"value\\\":10},{\\\"key\\\":\\\"spring.initializr.addStarters\\\",\\\"value\\\":22}]}\",\"commandPalette.mru.counter\":\"23\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.copilot-labs.state.hidden\":\"[{\\\"id\\\":\\\"copilotSidebar.explain\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.translate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.toolbox\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.generateTests\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"java.2.isCandidate\":\"false\",\"java.2.skipVersion\":\"1.84.2\",\"workbench.view.extension.angular.state.hidden\":\"[{\\\"id\\\":\\\"angular-schematics\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.SonarLint.state.hidden\":\"[{\\\"id\\\":\\\"SonarLint.AllRules\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SonarLint.ConnectedMode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SonarLint.SecurityHotspots\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SonarLint.HelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"extensionsAssistant/deprecated\":\"[\\\"adashen.vscode-tomcat\\\",\\\"hookyqr.beautify\\\",\\\"msjsdiag.debugger-for-chrome\\\",\\\"rbbit.typescript-hero\\\"]\",\"workbench.view.extension.package-explorer.state.hidden\":\"[{\\\"id\\\":\\\"workspaceEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.spring.state.hidden\":\"[{\\\"id\\\":\\\"spring.apps\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"spring.beans\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"spring.mappings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"spring.properties\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"spring.memoryView\\\",\\\"isHidden\\\":false}]\",\"http.linkProtectionTrustedDomains\":\"[\\\"*.git-scm.com\\\"]\",\"file.particpants.additionalEdits\":\"false\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment