Created
October 28, 2024 22:19
-
-
Save JulyanoF/8997c310cb147d345d032b590b6cf4ea to your computer and use it in GitHub Desktop.
PHP Profile VSCode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"PHP","settings":"{\"settings\":\"{\\r\\n \\\"terminal.integrated.shell.windows\\\": \\\"C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\cmd.exe\\\",\\r\\n \\\"atomKeymap.promptV3Features\\\": false,\\r\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\r\\n \\\"editor.formatOnPaste\\\": true,\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"git.suggestSmartCommit\\\": false,\\r\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\r\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"[php]\\\": {\\r\\n \\\"editor.formatOnType\\\": true,\\r\\n \\\"editor.insertSpaces\\\": true,\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.organizeImports\\\": \\\"explicit\\\",\\r\\n \\\"source.fixAll\\\": \\\"explicit\\\"\\r\\n }\\r\\n },\\r\\n \\\"terminal.integrated.defaultProfile.linux\\\": \\\"zsh\\\",\\r\\n \\\"editor.fontFamily\\\": \\\"'Fira Code Medium', Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.fontLigatures\\\": true,\\r\\n \\\"workbench.colorTheme\\\": \\\"Dracula\\\",\\r\\n \\\"tabnine.experimentalAutoImports\\\": true,\\r\\n \\\"editor.codeActionsOnSave\\\": {},\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"php.format.rules.alignConsecutiveAssignments\\\": true,\\r\\n \\\"php.format.rules.arrayInitializersAlignKeyValuePairs\\\": true,\\r\\n \\\"php.format.rules.arrayInitializersNewLineAfterLastElement\\\": true,\\r\\n \\\"php.format.rules.arrayInitializersNewLineBeforeFirstElement\\\": true,\\r\\n \\\"php.format.rules.callParametersNewLineAfterLeftParen\\\": true,\\r\\n \\\"php.format.rules.callParametersNewLineBeforeRightParen\\\": true,\\r\\n \\\"php.format.rules.catchOnNewLine\\\": true,\\r\\n \\\"php.format.rules.ifStatementNewLineAfterLeftParen\\\": true,\\r\\n \\\"php.format.rules.declParametersNewLineAfterLeftParen\\\": true,\\r\\n \\\"php.format.rules.declParametersNewLineBeforeRightParen\\\": true,\\r\\n \\\"php.format.rules.elseOnNewLine\\\": true,\\r\\n \\\"php.format.rules.finallyOnNewLine\\\": true,\\r\\n \\\"php.format.rules.forStatementNewLineAfterLeftParen\\\": true,\\r\\n \\\"[xml]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-xml\\\"\\r\\n },\\r\\n \\\"remote.SSH.defaultForwardedPorts\\\": [],\\r\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\r\\n \\\"[javascript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\r\\n },\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n }\\r\\n}\\r\\n\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+oem_102\\\",\\n \\\"command\\\": \\\"workbench.action.toggleSidebarVisibility\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+b\\\",\\n \\\"command\\\": \\\"-workbench.action.toggleSidebarVisibility\\\"\\n }\\n]\",\"platform\":3}","snippets":"{\"snippets\":{\"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\\\": \\\"log2\\\",\\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}\",\"json.json\":\"{\\n\\t// Place your snippets for json here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"php.json\":\"{\\n\\t// Place your snippets for php here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\n\\t\\\"var dump die\\\": {\\n\\t\\t\\\"prefix\\\": \\\"vdd\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"echo \\\\\\\"<pre>\\\\\\\";\\\",\\n\\t\\t\\t\\\"var_dump($${1:variavel});die;\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"var dump die\\\"\\n\\t},\\n\\t\\\"echo json encode die\\\": {\\n\\t\\t\\\"prefix\\\": \\\"jed\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"echo json_encode($${1:variavel});die;\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"echo json encode die\\\"\\n\\t},\\n\\t\\\"show php errors\\\": {\\n\\t\\t\\\"prefix\\\": \\\"errors\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"ini_set('display_errors', 1);\\\",\\n\\t\\t\\t\\\"ini_set('display_startup_errors', 1);\\\",\\n\\t\\t\\t\\\"error_reporting(E_ALL);\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"show php errors\\\"\\n\\t}\\n}\\n\",\"sql.json\":\"{\\n\\t// Place your snippets for sql here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"adpyke.vscode-sql-formatter\",\"uuid\":\"ac70a31d-d9ab-417b-b259-baf7cd9d6cb0\"},\"displayName\":\"SQL Formatter\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"aykutsarac.jsoncrack-vscode\",\"uuid\":\"87c9998f-5c0f-49ee-b89f-51340cdc449a\"},\"displayName\":\"JSON Crack\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"devsense.composer-php-vscode\",\"uuid\":\"eed2a934-7bb6-4a5b-a29d-353077efd839\"},\"displayName\":\"Composer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"devsense.intelli-php-vscode\",\"uuid\":\"f83b9c6c-24dd-435c-a088-daff1769b0b8\"},\"displayName\":\"IntelliPHP - AI Autocomplete for PHP\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"devsense.phptools-vscode\",\"uuid\":\"93916db4-e944-4c74-b68e-47f2834e9e93\"},\"displayName\":\"PHP\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"devsense.profiler-php-vscode\",\"uuid\":\"6e4e2904-96c2-4c5c-8b78-23da062f2f9e\"},\"displayName\":\"PHP Profiler\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"emallin.phpunit\",\"uuid\":\"8cb85f3e-c719-446e-ac42-a21d60c3aa0d\"},\"displayName\":\"PHPUnit\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"redhat.vscode-xml\",\"uuid\":\"6703768d-d42f-474e-9f6e-5f288d53f6e8\"},\"displayName\":\"XML\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"displayName\":\"JavaScript Debugger\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"dracula-theme.theme-dracula\",\"uuid\":\"4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1\"},\"displayName\":\"Dracula Theme Official\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh\",\"uuid\":\"607fd052-be03-4363-b657-2bd62b83d28a\"},\"displayName\":\"Remote - SSH\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-ssh-edit\",\"uuid\":\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\"},\"displayName\":\"Remote - SSH: Editing Configuration Files\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.atom-keybindings\",\"uuid\":\"fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3\"},\"displayName\":\"Atom Keymap\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.js-debug-nightly\",\"uuid\":\"7acbb4ce-c85a-49d4-8d95-a8054406ae97\"},\"displayName\":\"JavaScript Debugger (Nightly)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.remote-explorer\",\"uuid\":\"11858313-52cc-4e57-b3e4-d7b65281e34b\"},\"displayName\":\"Remote Explorer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.vscode-typescript-next\",\"uuid\":\"15305aca-2588-4ca0-8147-ab2c64730b82\"},\"displayName\":\"JavaScript and TypeScript Nightly\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"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\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"xmlTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.cweijan.mysql\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.cweijan.nosql\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesHelmRepoExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"kubernetes.cloudExplorer\\\",\\\"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},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.aws-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-mysql\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.tabnine-access\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-nosql\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.kubernetesView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"nps/lastSessionDate\":\"Fri Jan 08 2021\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Thu Apr 13 2023\",\"cpp.1.sessionCount\":\"196\",\"java.2.lastSessionDate\":\"Thu Apr 13 2023\",\"java.2.sessionCount\":\"196\",\"javascript.1.lastSessionDate\":\"Fri Jan 29 2021\",\"javascript.1.sessionCount\":\"24\",\"typescript.1.lastSessionDate\":\"Tue Feb 07 2023\",\"typescript.1.sessionCount\":\"167\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":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\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.aws-codewhisperer-reference-log\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_modern-json\\\",\\\"label\\\":\\\"Dark Modern\\\",\\\"settingsId\\\":\\\"Default Dark Modern\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\",\\\"variable.legacy.builtin.python\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.name.tag.css\\\",\\\"entity.name.tag.less\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"source.css entity.other.attribute-name.class\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.parent.less\\\",\\\"source.css entity.other.attribute-name.pseudo-class\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"source.css variable\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.directive.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#3c3c3c\\\",\\\"editor.background\\\":\\\"#1f1f1f\\\",\\\"editor.foreground\\\":\\\"#cccccc\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background1\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground1\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#0078d4\\\",\\\"sideBarTitle.foreground\\\":\\\"#cccccc\\\",\\\"input.placeholderForeground\\\":\\\"#989898\\\",\\\"menu.background\\\":\\\"#1f1f1f\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"menu.selectionBackground\\\":\\\"#0078d4\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#0078d4\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#181818\\\",\\\"sideBarSectionHeader.border\\\":\\\"#2b2b2b\\\",\\\"tab.selectedBackground\\\":\\\"#222222\\\",\\\"tab.selectedForeground\\\":\\\"#ffffffa0\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#313131\\\",\\\"actionBar.toggledBackground\\\":\\\"#383a49\\\",\\\"activityBar.activeBorder\\\":\\\"#0078d4\\\",\\\"activityBar.background\\\":\\\"#181818\\\",\\\"activityBar.border\\\":\\\"#2b2b2b\\\",\\\"activityBar.foreground\\\":\\\"#d7d7d7\\\",\\\"activityBar.inactiveForeground\\\":\\\"#868686\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#616161\\\",\\\"badge.foreground\\\":\\\"#f8f8f8\\\",\\\"button.background\\\":\\\"#0078d4\\\",\\\"button.border\\\":\\\"#ffffff12\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#026ec1\\\",\\\"button.secondaryBackground\\\":\\\"#313131\\\",\\\"button.secondaryForeground\\\":\\\"#cccccc\\\",\\\"button.secondaryHoverBackground\\\":\\\"#3c3c3c\\\",\\\"chat.slashCommandBackground\\\":\\\"#34414b\\\",\\\"chat.slashCommandForeground\\\":\\\"#40a6ff\\\",\\\"checkbox.background\\\":\\\"#313131\\\",\\\"debugToolBar.background\\\":\\\"#181818\\\",\\\"descriptionForeground\\\":\\\"#9d9d9d\\\",\\\"dropdown.background\\\":\\\"#313131\\\",\\\"dropdown.border\\\":\\\"#3c3c3c\\\",\\\"dropdown.foreground\\\":\\\"#cccccc\\\",\\\"dropdown.listBackground\\\":\\\"#1f1f1f\\\",\\\"editor.findMatchBackground\\\":\\\"#9e6a03\\\",\\\"editorGroup.border\\\":\\\"#ffffff17\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#181818\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#2b2b2b\\\",\\\"editorGutter.addedBackground\\\":\\\"#2ea043\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f85149\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#0078d4\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#cccccc\\\",\\\"editorLineNumber.foreground\\\":\\\"#6e7681\\\",\\\"editorOverviewRuler.border\\\":\\\"#010409\\\",\\\"editorWidget.background\\\":\\\"#202020\\\",\\\"errorForeground\\\":\\\"#f85149\\\",\\\"focusBorder\\\":\\\"#0078d4\\\",\\\"foreground\\\":\\\"#cccccc\\\",\\\"icon.foreground\\\":\\\"#cccccc\\\",\\\"input.background\\\":\\\"#313131\\\",\\\"input.border\\\":\\\"#3c3c3c\\\",\\\"input.foreground\\\":\\\"#cccccc\\\",\\\"inputOption.activeBackground\\\":\\\"#2489db82\\\",\\\"inputOption.activeBorder\\\":\\\"#2488db\\\",\\\"keybindingLabel.foreground\\\":\\\"#cccccc\\\",\\\"notificationCenterHeader.background\\\":\\\"#1f1f1f\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cccccc\\\",\\\"notifications.background\\\":\\\"#1f1f1f\\\",\\\"notifications.border\\\":\\\"#2b2b2b\\\",\\\"notifications.foreground\\\":\\\"#cccccc\\\",\\\"panel.background\\\":\\\"#181818\\\",\\\"panel.border\\\":\\\"#2b2b2b\\\",\\\"panelInput.border\\\":\\\"#2b2b2b\\\",\\\"panelTitle.activeBorder\\\":\\\"#0078d4\\\",\\\"panelTitle.activeForeground\\\":\\\"#cccccc\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"peekViewEditor.background\\\":\\\"#1f1f1f\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewResult.background\\\":\\\"#1f1f1f\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"pickerGroup.border\\\":\\\"#3c3c3c\\\",\\\"progressBar.background\\\":\\\"#0078d4\\\",\\\"quickInput.background\\\":\\\"#222222\\\",\\\"quickInput.foreground\\\":\\\"#cccccc\\\",\\\"settings.dropdownBackground\\\":\\\"#313131\\\",\\\"settings.dropdownBorder\\\":\\\"#3c3c3c\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#bb800966\\\",\\\"sideBar.background\\\":\\\"#181818\\\",\\\"sideBar.border\\\":\\\"#2b2b2b\\\",\\\"sideBar.foreground\\\":\\\"#cccccc\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.background\\\":\\\"#181818\\\",\\\"statusBar.border\\\":\\\"#2b2b2b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#0078d4\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBar.foreground\\\":\\\"#cccccc\\\",\\\"statusBar.noFolderBackground\\\":\\\"#1f1f1f\\\",\\\"statusBarItem.focusBorder\\\":\\\"#0078d4\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#6e768166\\\",\\\"tab.activeBackground\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorder\\\":\\\"#1f1f1f\\\",\\\"tab.activeBorderTop\\\":\\\"#0078d4\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.selectedBorderTop\\\":\\\"#6caddf\\\",\\\"tab.border\\\":\\\"#2b2b2b\\\",\\\"tab.hoverBackground\\\":\\\"#1f1f1f\\\",\\\"tab.inactiveBackground\\\":\\\"#181818\\\",\\\"tab.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#1f1f1f\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#2b2b2b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#1f1f1f\\\",\\\"terminal.foreground\\\":\\\"#cccccc\\\",\\\"terminal.tab.activeBorder\\\":\\\"#0078d4\\\",\\\"textBlockQuote.background\\\":\\\"#2b2b2b\\\",\\\"textBlockQuote.border\\\":\\\"#616161\\\",\\\"textCodeBlock.background\\\":\\\"#2b2b2b\\\",\\\"textLink.activeForeground\\\":\\\"#4daafc\\\",\\\"textLink.foreground\\\":\\\"#4daafc\\\",\\\"textPreformat.foreground\\\":\\\"#d0d0d0\\\",\\\"textPreformat.background\\\":\\\"#3c3c3c\\\",\\\"textSeparator.foreground\\\":\\\"#21262d\\\",\\\"titleBar.activeBackground\\\":\\\"#181818\\\",\\\"titleBar.activeForeground\\\":\\\"#cccccc\\\",\\\"titleBar.border\\\":\\\"#2b2b2b\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1f1f1f\\\",\\\"titleBar.inactiveForeground\\\":\\\"#9d9d9d\\\",\\\"welcomePage.tileBackground\\\":\\\"#2b2b2b\\\",\\\"welcomePage.progress.foreground\\\":\\\"#0078d4\\\"},\\\"watch\\\":false}\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false}]\",\"extensionTips/promptedExecutableTips\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"],\\\"docker\\\":[\\\"ms-vscode-remote.remote-containers\\\"]}\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sshHosts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false}]\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Mon Feb 06 2023\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"remote-wsl.newWindowForDistro\\\",\\\"value\\\":2},{\\\"key\\\":\\\"editor.action.insertSnippet\\\",\\\"value\\\":5},{\\\"key\\\":\\\"workbench.action.openSnippets\\\",\\\"value\\\":8},{\\\"key\\\":\\\"editor.action.toggleWordWrap\\\",\\\"value\\\":10},{\\\"key\\\":\\\"HookyQR.beautify\\\",\\\"value\\\":13},{\\\"key\\\":\\\"remote-wsl.newWindow\\\",\\\"value\\\":15},{\\\"key\\\":\\\"HookyQR.beautifyFile\\\",\\\"value\\\":17},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":26},{\\\"key\\\":\\\"workbench.action.terminal.selectDefaultShell\\\",\\\"value\\\":27},{\\\"key\\\":\\\"workbench.action.inspectKeyMappingsJSON\\\",\\\"value\\\":54},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":55},{\\\"key\\\":\\\"opensshremotes.settings\\\",\\\"value\\\":57},{\\\"key\\\":\\\"opensshremotes.openEmptyWindow\\\",\\\"value\\\":60},{\\\"key\\\":\\\"git.viewFileHistory\\\",\\\"value\\\":64},{\\\"key\\\":\\\"remote-wsl.reopenInWSL\\\",\\\"value\\\":65},{\\\"key\\\":\\\"workbench.action.selectIconTheme\\\",\\\"value\\\":67},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":73},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":77},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":80}]}\",\"commandPalette.mru.counter\":\"81\",\"hasNotifiedOfSettingsAutosave\":\"true\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"yaml\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"python\\\":[\\\"ms-python.python\\\"],\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"]}\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Thu Jan 28 2021\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"expandSuggestionDocs\":\"false\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.52.1\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"toggle\\\",\\\"toggle \\\",\\\"toggle acti\\\",\\\"toggle activ\\\",\\\"ctr\\\",\\\"ctrl \\\",\\\"ctrl + B\\\"]}\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.52.1\",\"remote.tunnels.toRestore.wsl+ubuntu.-782276969\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":41061,\\\"localPort\\\":41061,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:41061\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":41003,\\\"localPort\\\":41003,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:41003\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":43383,\\\"localPort\\\":43383,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:43383\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":36373,\\\"localPort\\\":36373,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:36373\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":42203,\\\"localPort\\\":42203,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:42203\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":43551,\\\"localPort\\\":43551,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:43551\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53673,\\\"localPort\\\":53673,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53673\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53082,\\\"localPort\\\":53082,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53082\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53040,\\\"localPort\\\":53040,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53040\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53156,\\\"localPort\\\":53156,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53156\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53085,\\\"localPort\\\":53085,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53085\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53055,\\\"localPort\\\":53055,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53055\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true}]\",\"remote.tunnels.toRestore.wsl+ubuntu.927176889\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":4200,\\\"localPort\\\":4200,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:4200\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":41919,\\\"localPort\\\":41919,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:41919\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":34903,\\\"localPort\\\":34903,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:34903\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true}]\",\"remote.tunnels.toRestore.wsl+ubuntu.529373167\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":80,\\\"localPort\\\":80,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:80\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:80\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"memento/gettingStartedService\":\"{\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"findLanguageExtensions\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"extensionsWeb\\\":{\\\"done\\\":true},\\\"workspaceTrust\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Web\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#create.project\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.installPythonMac\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.installPythonLinux\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#explore.commands\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.createNewNotebook\\\":{\\\"done\\\":true},\\\"ms-toolsai.jupyter#jupyterWelcome#ipynb.newUntitledIpynb\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.createPythonFile\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.additional\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWalkthrough#explore.commands\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWalkthrough#create.project\\\":{\\\"done\\\":true}}\",\"remote.tunnels.toRestore.wsl+ubuntu.-1605274226\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53907,\\\"localPort\\\":53907,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53907\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53211,\\\"localPort\\\":53211,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53211\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53576,\\\"localPort\\\":53576,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53576\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53499,\\\"localPort\\\":53499,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53499\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53390,\\\"localPort\\\":53390,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53390\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53387,\\\"localPort\\\":53387,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53387\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53698,\\\"localPort\\\":53698,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53698\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53671,\\\"localPort\\\":53671,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53671\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53142,\\\"localPort\\\":53142,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53142\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53346,\\\"localPort\\\":53346,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53346\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53007,\\\"localPort\\\":53007,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53007\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53796,\\\"localPort\\\":53796,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53796\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53328,\\\"localPort\\\":53328,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53328\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53623,\\\"localPort\\\":53623,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53623\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53078,\\\"localPort\\\":53078,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53078\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53448,\\\"localPort\\\":53448,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53448\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53311,\\\"localPort\\\":53311,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53311\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53600,\\\"localPort\\\":53600,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53600\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53575,\\\"localPort\\\":53575,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53575\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":80,\\\"localPort\\\":80,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:80\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53847,\\\"localPort\\\":53847,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53847\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53572,\\\"localPort\\\":53572,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53572\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53801,\\\"localPort\\\":53801,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53801\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53213,\\\"localPort\\\":53213,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53213\\\",\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"userForwarded\\\":true}]\",\"ces/skipSurvey\":\"1.60.0\",\"remote.tunnels.toRestore.wsl+ubuntu.716953971\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53391,\\\"localPort\\\":53391,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53391\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53391\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53129,\\\"localPort\\\":53129,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53129\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53129\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53474,\\\"localPort\\\":53474,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53474\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53474\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53801,\\\"localPort\\\":53801,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53801\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53801\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53200,\\\"localPort\\\":53200,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53200\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53200\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu.-155794446\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":4200,\\\"localPort\\\":4200,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:4200\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:4200\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53081,\\\"localPort\\\":53081,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53081\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53081\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53852,\\\"localPort\\\":53852,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53852\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53852\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53329,\\\"localPort\\\":53329,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53329\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53329\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53930,\\\"localPort\\\":53930,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53930\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53930\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":53567,\\\"localPort\\\":53567,\\\"name\\\":\\\"Browser Debug Tunnel\\\",\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:53567\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:53567\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1630932640321\\\",\\\"status.workspaceTrust.1f49819c2161b75981ae0e9cbb0f9c3e\\\",\\\"status.workspaceTrust.fbc609d586e9edff6869303905062f0e\\\",\\\"status.workspaceTrust.1631499050586\\\",\\\"status.workspaceTrust.630710fefe1b6408c88a94d304f32249\\\",\\\"status.workspaceTrust.aa1f52c3c88817d485cc74052dc52c2c\\\",\\\"status.workspaceTrust.443a4dfb34da7905a046f3838fc8810d\\\",\\\"status.workspaceTrust.842fc0a98f42445ffd1d422eb5ba5484\\\",\\\"status.workspaceTrust.fde8a5a9f2ed068d29b7684661ca5aec\\\",\\\"status.workspaceTrust.1635302415620\\\",\\\"status.workspaceTrust.1635303694606\\\",\\\"status.workspaceTrust.1635482537505\\\",\\\"status.workspaceTrust.1635695598483\\\",\\\"status.workspaceTrust.b0be155483c9ea1ff162346658c7c5b5\\\",\\\"status.workspaceTrust.8c93211bb4f4a3d00fca6612318a3101\\\",\\\"status.workspaceTrust.0ab8e6686ad6a283974120f11676a7e6\\\",\\\"status.workspaceTrust.1640474608067\\\",\\\"status.workspaceTrust.1641344000515\\\",\\\"status.workspaceTrust.1641344234745\\\",\\\"status.workspaceTrust.7b5be7f01de52bfda1e9a80bc4ec62f5\\\",\\\"status.workspaceTrust.1259852c457aabc2ccaeb8f4dd9b67fa\\\",\\\"status.workspaceTrust.1643237116450\\\",\\\"status.workspaceTrust.1645008899080\\\",\\\"status.workspaceTrust.1645011071941\\\",\\\"status.workspaceTrust.4ea36ad99b12a2cfdf7798d4ab9b2c9b\\\",\\\"status.workspaceTrust.63d572e8773984d9c2aef3073e391ac0\\\",\\\"status.workspaceTrust.c723406edacfa5743a8184aaa63c0a12\\\",\\\"status.workspaceTrust.1646349426312\\\",\\\"status.workspaceTrust.908dde2a79778a8d5d06f5c03bc2e3f6\\\",\\\"status.workspaceTrust.1646439965289\\\",\\\"status.workspaceTrust.86f0f1b324c433cab4821fba9a3ea523\\\",\\\"status.workspaceTrust.1646842919001\\\",\\\"status.workspaceTrust.849ca0ce5cca9260bed904741ed44b02\\\",\\\"status.workspaceTrust.3a450e3a16bb06f78a3455bddf65a303\\\",\\\"status.workspaceTrust.1646962519547\\\",\\\"status.workspaceTrust.1647054118008\\\",\\\"status.workspaceTrust.1647056410525\\\",\\\"status.workspaceTrust.7eb327c5f4bdb463afaede39012309ef\\\",\\\"status.workspaceTrust.1648809499181\\\",\\\"status.workspaceTrust.a1ed8d8b6f5a8bdb619222ef91c289fe\\\",\\\"status.workspaceTrust.1648809591684\\\",\\\"status.workspaceTrust.1649604974581\\\",\\\"status.workspaceTrust.1649616922578\\\",\\\"status.workspaceTrust.1650132022987\\\",\\\"status.workspaceTrust.1651269243845\\\",\\\"status.workspaceTrust.945ff4444ec45c40d2aea1100db7c4f7\\\",\\\"status.workspaceTrust.f310c30102c6ca66aebfef9d646dbc94\\\",\\\"status.workspaceTrust.1653006869239\\\",\\\"status.workspaceTrust.fcd226cb1d61f30a144266e87e3cac07\\\",\\\"status.workspaceTrust.5ba83872e23af5f2cec7712ce9e44dad\\\",\\\"status.workspaceTrust.1656857843972\\\",\\\"status.workspaceTrust.1656857915193\\\",\\\"status.workspaceTrust.0dba9bcf3d1f522797ddbec1e78d9f95\\\",\\\"status.workspaceTrust.1657063997147\\\",\\\"status.workspaceTrust.1657505866700\\\",\\\"status.workspaceTrust.32c2a5b98d976740f714cca1096304cd\\\",\\\"status.workspaceTrust.587916836774592d643d27b7e24339e8\\\",\\\"status.workspaceTrust.1658829404663\\\",\\\"status.workspaceTrust.789784977759fb91bb9a121931eafffd\\\",\\\"status.workspaceTrust.1659092395010\\\",\\\"status.workspaceTrust.a01e521baa5789913f497234afdeb1d4\\\",\\\"status.workspaceTrust.16d0bcd988a066f211fd4c3949939425\\\",\\\"status.workspaceTrust.2947cf9b35051b7e8fce20367559c7a1\\\",\\\"status.workspaceTrust.504a5390ed640211be4c9ec4eea6fe77\\\",\\\"status.workspaceTrust.c2e872fc489444c9cb26805f0ff97699\\\",\\\"status.workspaceTrust.e63a02e1c03557d3264a9c7fb18edeab\\\",\\\"status.workspaceTrust.1660745731950\\\",\\\"status.workspaceTrust.1660764990496\\\",\\\"status.workspaceTrust.1660860130874\\\",\\\"status.workspaceTrust.1661378621584\\\",\\\"status.workspaceTrust.1661915879599\\\",\\\"status.workspaceTrust.1662128912677\\\",\\\"status.workspaceTrust.512743e47433e9264507cf5913234210\\\",\\\"status.workspaceTrust.e0e63d408cc50ce27b4d9687daa5c16c\\\",\\\"status.workspaceTrust.1662421683663\\\",\\\"status.workspaceTrust.1662424763948\\\",\\\"status.workspaceTrust.1662557955050\\\",\\\"status.workspaceTrust.1662558686254\\\",\\\"status.workspaceTrust.1662807842712\\\",\\\"status.workspaceTrust.1663808633183\\\",\\\"status.workspaceTrust.d018a6d168e33faf82ccd81aaf8ab17b\\\",\\\"status.workspaceTrust.2c1f998ebc44c0c560a6ac6af1674f94\\\",\\\"status.workspaceTrust.1664019814822\\\",\\\"status.workspaceTrust.508bb16d0443a0cf86cd71a1cb0ac432\\\",\\\"status.workspaceTrust.1664290608185\\\",\\\"status.workspaceTrust.046d720e55d8280c892a64d2b5794454\\\",\\\"status.workspaceTrust.1674096324158\\\",\\\"status.workspaceTrust.640284efd984fed77882dc1ff48430c0\\\",\\\"status.workspaceTrust.1675820908586\\\",\\\"status.workspaceTrust.1675821247558\\\",\\\"status.workspaceTrust.1675828492267\\\",\\\"status.workspaceTrust.1675908214266\\\",\\\"status.workspaceTrust.9b11c871cedac1148fc809be450772d7\\\",\\\"status.workspaceTrust.6a8afaa9003c89e8b51782ed46be31e6\\\",\\\"status.workspaceTrust.1677628407772\\\",\\\"status.workspaceTrust.1678064517859\\\",\\\"status.workspaceTrust.442250d6f9ff9666fff1e1a6dd92b2b7\\\",\\\"status.workspaceTrust.1678498218364\\\",\\\"status.workspaceTrust.72f5ebf47336c656bc2719c319444e29\\\",\\\"status.workspaceTrust.2bca2cb1b845a61da2cf031d5a72a4f2\\\",\\\"status.workspaceTrust.1678801101703\\\",\\\"status.workspaceTrust.e7977b63352b7af38ed75f8486e91d33\\\",\\\"status.workspaceTrust.7a5b840a729f476e06f4dd1777bf0790\\\",\\\"status.workspaceTrust.f2fc67aa859dd4cd279af0c7dfe8ad88\\\",\\\"status.workspaceTrust.8b4a08776a9fc388169224fdec6a57e7\\\",\\\"status.workspaceTrust.a3a71e4b97d5f9cc1240dfd80dd6a93f\\\",\\\"status.workspaceTrust.1679618643056\\\",\\\"status.workspaceTrust.83f7df885bcdf58f1926a7f2f2311775\\\",\\\"status.workspaceTrust.1679926410745\\\",\\\"status.workspaceTrust.1680953086731\\\",\\\"status.workspaceTrust.1680953107448\\\",\\\"status.workspaceTrust.1680953342323\\\",\\\"status.workspaceTrust.13c95fbc48e57084dad4938f0977c0be\\\",\\\"status.workspaceTrust.36ace3b69dd1d232acf01ada63673e70\\\",\\\"status.workspaceTrust.e285444cd2a243f20bf87c934f958069\\\",\\\"status.workspaceTrust.c92fb1e91ef8395702c37b503e8d99ba\\\",\\\"status.workspaceTrust.1681391981033\\\",\\\"status.workspaceTrust.1681407022688\\\",\\\"status.workspaceTrust.1681410910252\\\",\\\"status.workspaceTrust.2dffa610076a6b1db610a6c907b3f2b1\\\",\\\"status.workspaceTrust.1681437696966\\\",\\\"status.workspaceTrust.e19571a2ecc9a486c3a659c6a4143c10\\\",\\\"status.workspaceTrust.1681850458203\\\",\\\"status.workspaceTrust.ea3f62e10399ad841699b36f97939cb9\\\",\\\"status.workspaceTrust.9f30121e4c7889dd4ec62990ddef9c81\\\",\\\"status.workspaceTrust.1682014264453\\\",\\\"status.workspaceTrust.e9ff955558683eb6477a64944fafc816\\\",\\\"status.workspaceTrust.1682612277190\\\",\\\"status.workspaceTrust.1682628477383\\\",\\\"status.workspaceTrust.1682683314959\\\",\\\"status.workspaceTrust.1682683515753\\\",\\\"status.workspaceTrust.1682691034943\\\",\\\"status.workspaceTrust.ce001952cd021992cd82017e9102045c\\\",\\\"status.workspaceTrust.1682704907302\\\",\\\"status.workspaceTrust.1683143302314\\\",\\\"status.workspaceTrust.1683307918345\\\",\\\"status.workspaceTrust.1683564219694\\\",\\\"status.workspaceTrust.1683637875566\\\",\\\"status.workspaceTrust.1683644913714\\\",\\\"status.workspaceTrust.8a0fd3e1f5eb00f0bc732640b8c7f2c5\\\",\\\"status.workspaceTrust.1683815528082\\\",\\\"status.workspaceTrust.1683890879368\\\",\\\"status.workspaceTrust.1683890918327\\\",\\\"status.workspaceTrust.1683892621263\\\",\\\"status.workspaceTrust.de81b41d1938223410410671e4bc242a\\\",\\\"status.workspaceTrust.1684266784775\\\",\\\"status.workspaceTrust.1684269613041\\\",\\\"status.workspaceTrust.1684269689242\\\",\\\"status.workspaceTrust.e4e1549e8d6271b2b4c687f80d89187e\\\",\\\"status.workspaceTrust.843a5886b077a142a2c2161f32ef60aa\\\"]\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\",\"remote.tunnels.toRestore.wsl+ubuntu.217217396\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"Encaminhado pelo Usuário\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.74.3\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1632438444276,\\\"stepIDs\\\":[\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWelcome\\\",{\\\"firstSeen\\\":1640384588600,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1646349426384,\\\"stepIDs\\\":[\\\"gitlens.welcome.experience\\\",\\\"gitlens.welcome.settings\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.gitCodeLens\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.gitSideBarViews\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.gitCommandPalette\\\",\\\"gitlens.welcome.interactiveRebaseEditor\\\",\\\"gitlens.welcome.terminal\\\",\\\"gitlens.welcome.plus\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.plus\\\",{\\\"firstSeen\\\":1646349426384,\\\"stepIDs\\\":[\\\"gitlens.plus.intro.tryNow\\\",\\\"gitlens.plus.intro.signIn\\\",\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.comingSoon\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.signIn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1648810161104,\\\"stepIDs\\\":[\\\"python.installPythonWin\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createPythonFile\\\",\\\"python.selectInterpreter\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1648810161104,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1648810161104,\\\"stepIDs\\\":[\\\"jupyter.createNewNotebook\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1674096177767,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#tempNodejsWelcome\\\",{\\\"firstSeen\\\":1683901928439,\\\"stepIDs\\\":[],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1684271528093,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1687954522618,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}]]\",\"tabs-list-width-horizontal\":\"80\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+Ubuntu.1220424882\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":8765,\\\"localAddress\\\":\\\"localhost:8765\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:8765\\\"},\\\"localPort\\\":8765,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+Ubuntu.873275355\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":8765,\\\"localAddress\\\":\\\"localhost:8765\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:8765\\\"},\\\"localPort\\\":8765,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"ConstantPrivate\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+ubuntu.-2072941274\":\"[]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\"]\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"kt\\\",\\\"neon\\\"]\",\"workbench.view.extension.kubernetesView.state.hidden\":\"[{\\\"id\\\":\\\"extension.vsKubernetesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesHelmRepoExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"kubernetes.cloudExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"center\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"ctrlEnterReplaceAll.windows.donotask\":\"true\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"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.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu.1150228517\":\"[]\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.k8s-container+context=Producao+podname=plataforma-apis-644b867448-d6bpg+namespace=dev-inovacao+name=plataforma-apis+image=git.bbmlogistica.com.br%3A5050%2Finovacao%2Fplataforma-apis%3Adevelop-75c80ac6.552280763\":\"[]\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu.-2057852202\":\"[]\",\"snippets.usageTimestamps\":\"[[\\\"php.json/show php errors\\\",1671190976786],[\\\"snippets/ruby.json/Exception block with ensure\\\",1672443452359],[\\\"snippets/php.code-snippets/foreach …\\\",1681397415173],[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1692097292018],[\\\"php.json/var dump die\\\",1727660890400]]\",\"remote.tunnels.toRestore.wsl+ubuntu.-201928856\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":8000,\\\"localPort\\\":8000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:8000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:8000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{},\\\"viewLocations\\\":{}}\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-cweijan-mysql.state.hidden\":\"[{\\\"id\\\":\\\"github.cweijan.mysql\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-cweijan-nosql.state.hidden\":\"[{\\\"id\\\":\\\"github.cweijan.nosql\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu.-832030144\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":8832,\\\"localPort\\\":8832,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:8832\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:8832\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu.719080611\":\"[]\",\"remote.tunnels.toRestore.wsl+ubuntu.577711677\":\"[]\",\"csharp.1.lastSessionDate\":\"Thu Apr 13 2023\",\"csharp.1.sessionCount\":\"6\",\"github-JulyanoF\":\"[{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true}]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.1806226133\":\"[]\",\"extensionsAssistant/languagePackSuggestionIgnore\":\"[\\\"pt-br\\\"]\",\"remote.tunnels.toRestore.wsl+Ubuntu-20.04.2074998093\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":1337,\\\"localAddress\\\":\\\"localhost:1337\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:1337\\\"},\\\"localPort\\\":1337,\\\"closeable\\\":true,\\\"hasRunningProcess\\\":false,\\\"privacy\\\":\\\"private\\\",\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"}}]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.2074998093\":\"[{\\\"remoteHost\\\":\\\"localhost\\\",\\\"remotePort\\\":1337,\\\"localPort\\\":1337,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:1337\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:1337\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.aws-explorer.state.hidden\":\"[{\\\"id\\\":\\\"aws.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"aws.developerTools\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.aws-codewhisperer-reference-log.state.hidden\":\"[{\\\"id\\\":\\\"aws.codeWhisperer.referenceLog\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.tabnine-access.state.hidden\":\"[{\\\"id\\\":\\\"tabnine-today\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-notifications\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu.174377626\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":1123,\\\"localPort\\\":1123,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:1123\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:1123\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.-998368502\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53154,\\\"localPort\\\":53154,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:53154\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:53154\\\"},\\\"runningProcess\\\":\\\"npm test --runInBand --watchAll=false --testNamePattern Testing punch insert --runTestsByPath /home/julyano/projetos/BrewWise/BrewWise-node-old/test/routes/puch.test.js\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\\u0000\\\",\\\"hasRunningProcess\\\":true,\\\"pid\\\":21020,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53701,\\\"localPort\\\":53701,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:53701\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:53701\\\"},\\\"runningProcess\\\":\\\"node\\\\u0000/home/julyano/projetos/BrewWise/BrewWise-node-old/node_modules/.bin/jest\\\\u0000--runInBand\\\\u0000--watchAll=false\\\\u0000--testNamePattern\\\\u0000Testing punch insert\\\\u0000--runTestsByPath\\\\u0000/home/julyano/projetos/BrewWise/BrewWise-node-old/test/routes/puch.test.js\\\\u0000\\\",\\\"hasRunningProcess\\\":true,\\\"pid\\\":21045,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.1175275332\":\"[]\",\"remote.tunnels.toRestore.wsl+Ubuntu-20.04.1868109483\":\"[]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.1868109483\":\"[]\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.860583068\":\"[]\",\"workbench.activityBar.location\":\"default\",\"remote.tunnels.toRestore.wsl+ubuntu-20.04.-250400945\":\"[{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":36177,\\\"localPort\\\":36177,\\\"localAddress\\\":\\\"localhost:36177\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:36177\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}},{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":9003,\\\"localPort\\\":9003,\\\"localAddress\\\":\\\"localhost:9003\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:9003\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}},{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":34917,\\\"localPort\\\":34917,\\\"localAddress\\\":\\\"localhost:34917\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:34917\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.wsl+ubuntu-20.04.-250400945\":\"1731359410007\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment