Skip to content

Instantly share code, notes, and snippets.

@danielschwartz85
Last active November 22, 2023 14:30
Show Gist options
  • Save danielschwartz85/f64acaac549bc1b2e597da6946a12631 to your computer and use it in GitHub Desktop.
Save danielschwartz85/f64acaac549bc1b2e597da6946a12631 to your computer and use it in GitHub Desktop.
My VS code profile (with extention and key bindings)
{"name":"Daniel","settings":"{\"settings\":\"{\\r\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\r\\n \\\"turboConsoleLog.logMessagePrefix\\\": \\\"🚀 XXXXXX\\\",\\r\\n \\\"clipboard.size\\\": 15,\\r\\n \\\"cSpell.enableFiletypes\\\": [\\r\\n \\\"ts\\\",\\r\\n \\\"md\\\",\\r\\n \\\"tsx\\\"\\r\\n ],\\r\\n \\\"editor.bracketPairColorization.enabled\\\": false,\\r\\n \\\"terminal.integrated.profiles.windows\\\": {\\r\\n \\\"PowerShell\\\": {\\r\\n \\\"source\\\": \\\"PowerShell\\\",\\r\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\r\\n },\\r\\n \\\"Command Prompt\\\": {\\r\\n \\\"path\\\": [\\r\\n \\\"${env:windir}\\\\\\\\Sysnative\\\\\\\\cmd.exe\\\",\\r\\n \\\"${env:windir}\\\\\\\\System32\\\\\\\\cmd.exe\\\"\\r\\n ],\\r\\n \\\"args\\\": [],\\r\\n \\\"icon\\\": \\\"terminal-cmd\\\"\\r\\n },\\r\\n \\\"Git Bash\\\": {\\r\\n \\\"source\\\": \\\"Git Bash\\\"\\r\\n },\\r\\n \\\"Ubuntu (WSL)\\\": {\\r\\n \\\"path\\\": \\\"C:\\\\\\\\WINDOWS\\\\\\\\System32\\\\\\\\wsl.exe\\\",\\r\\n \\\"args\\\": [\\r\\n \\\"-d\\\",\\r\\n \\\"Ubuntu\\\"\\r\\n ]\\r\\n }\\r\\n },\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Ubuntu-22.04 (WSL)\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\r\\n \\\"git.openRepositoryInParentFolders\\\": \\\"always\\\",\\r\\n\\t\\\"material-icon-theme.activeIconPack\\\": \\\"react\\\",\\r\\n \\\"terminal.integrated.shellIntegration.decorationsEnabled\\\": \\\"never\\\",\\r\\n \\\"numberedBookmarks.navigateThroughAllFiles\\\": \\\"replace\\\",\\r\\n \\\"git.mergeEditor\\\": true,\\r\\n \\\"gitlens.views.commitDetails.files.layout\\\": \\\"tree\\\",\\r\\n \\\"editor.minimap.maxColumn\\\": 20,\\r\\n \\\"editor.minimap.renderCharacters\\\": false,\\r\\n \\\"editor.stickyScroll.enabled\\\": true,\\r\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\r\\n \\\"[typescript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"editor.renderWhitespace\\\": \\\"all\\\",\\r\\n \\\"window.commandCenter\\\": false,\\r\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\r\\n \\\"editor.minimap.autohide\\\": true,\\r\\n \\\"totalTypeScript.hideAllTips\\\": true,\\r\\n \\\"totalTypeScript.hideBasicTips\\\": true,\\r\\n \\\"totalTypeScript.hiddenTips\\\": [\\r\\n \\\"passing-generics-to-types\\\"\\r\\n ],\\r\\n \\\"diffEditor.experimental.showMoves\\\": true,\\r\\n \\\"editor.minimap.scale\\\": 2,\\r\\n \\\"workbench.editor.pinnedTabsOnSeparateRow\\\": true,\\r\\n \\\"mdb.confirmRunAll\\\": false,\\r\\n \\\"mdb.sendTelemetry\\\": false,\\r\\n \\\"cSpell.userWords\\\": [\\r\\n \\\"disableentitlement\\\"\\r\\n ]\\r\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"eslint.executeAutofix\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+.\\\",\\n \\\"command\\\": \\\"editor.action.revealDefinition\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"f12\\\",\\n \\\"command\\\": \\\"-editor.action.revealDefinition\\\",\\n \\\"when\\\": \\\"editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+/\\\",\\n \\\"command\\\": \\\"editor.action.blockComment\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+a\\\",\\n \\\"command\\\": \\\"-editor.action.blockComment\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+i\\\",\\n \\\"command\\\": \\\"editor.action.autoFix\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\\\\\\\s|^)quickfix\\\\\\\\b/\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+.\\\",\\n \\\"command\\\": \\\"-editor.action.autoFix\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\\\\\\\s|^)quickfix\\\\\\\\b/\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+'\\\",\\n \\\"command\\\": \\\"editor.action.quickFix\\\",\\n \\\"when\\\": \\\"editorHasCodeActionsProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+.\\\",\\n \\\"command\\\": \\\"-editor.action.quickFix\\\",\\n \\\"when\\\": \\\"editorHasCodeActionsProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+'\\\",\\n \\\"command\\\": \\\"problems.action.showQuickFixes\\\",\\n \\\"when\\\": \\\"problemFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+.\\\",\\n \\\"command\\\": \\\"-problems.action.showQuickFixes\\\",\\n \\\"when\\\": \\\"problemFocus\\\"\\n }\\n]\",\"platform\":3}","tasks":"{\"tasks\":\"{\\n // See https://go.microsoft.com/fwlink/?LinkId=733558\\n // for the documentation about the tasks.json format\\n \\\"version\\\": \\\"2.0.0\\\",\\n \\\"tasks\\\": [\\n {\\n \\\"label\\\": \\\"EP Front\\\",\\n \\\"type\\\": \\\"shell\\\",\\n \\\"command\\\": \\\"npx nx run ve-client:serve\\\",\\n \\\"problemMatcher\\\": [\\n \\\"$eslint-compact\\\"\\n ],\\n \\\"options\\\": {\\n \\\"cwd\\\": \\\"/home/daniel/dev/kep-ve-management/ve-management\\\"\\n },\\n \\\"icon\\\": {\\n \\\"color\\\": \\\"terminal.ansiCyan\\\",\\n \\\"id\\\": \\\"eye-watch\\\"\\n }\\n },\\n {\\n \\\"label\\\": \\\"EP server\\\",\\n \\\"type\\\": \\\"shell\\\",\\n \\\"command\\\": \\\"npx nx run server:serve\\\",\\n \\\"problemMatcher\\\": [\\n \\\"$eslint-compact\\\"\\n ],\\n \\\"options\\\": {\\n \\\"cwd\\\": \\\"/home/daniel/dev/kep-ve-management/ve-management\\\"\\n },\\n \\\"icon\\\": {\\n \\\"color\\\": \\\"terminal.ansiCyan\\\",\\n \\\"id\\\": \\\"server-process\\\"\\n }\\n },\\n {\\n \\\"label\\\": \\\"KS\\\",\\n \\\"type\\\": \\\"shell\\\",\\n \\\"command\\\": \\\"npm run ks -- -p ${input:partnerId} -e ${input:env}\\\",\\n \\\"icon\\\": {\\n \\\"color\\\": \\\"terminal.ansiBlue\\\",\\n \\\"id\\\": \\\"key\\\"\\n },\\n \\\"options\\\": {\\n \\\"cwd\\\": \\\"/home/daniel/dev/kep-ve-management/ve-management\\\"\\n },\\n \\\"problemMatcher\\\": []\\n },\\n {\\n \\\"label\\\": \\\"CNC server\\\",\\n \\\"type\\\": \\\"shell\\\",\\n \\\"command\\\": \\\"npx nx run main-server:serve\\\",\\n \\\"problemMatcher\\\": [\\n \\\"$eslint-compact\\\"\\n ],\\n \\\"icon\\\": {\\n \\\"color\\\": \\\"terminal.ansiYellow\\\",\\n \\\"id\\\": \\\"server-process\\\"\\n }\\n },\\n {\\n \\\"label\\\": \\\"Node 18\\\",\\n \\\"type\\\": \\\"shell\\\",\\n \\\"command\\\": \\\"source $NVM_DIR/nvm.sh && nvm use 18\\\",\\n \\\"icon\\\": {\\n \\\"color\\\": \\\"terminal.ansiGreen\\\",\\n \\\"id\\\": \\\"settings\\\"\\n },\\n \\\"problemMatcher\\\": []\\n }\\n ],\\n \\\"inputs\\\": [\\n {\\n \\\"id\\\": \\\"partnerId\\\",\\n \\\"description\\\": \\\"Partner id:\\\",\\n \\\"default\\\": 4448132,\\n \\\"type\\\": \\\"promptString\\\"\\n },\\n {\\n \\\"id\\\": \\\"env\\\",\\n \\\"description\\\": \\\"Environment:\\\",\\n \\\"default\\\": \\\"\\\",\\n \\\"type\\\": \\\"promptString\\\"\\n }\\n ]\\n}\"}","extensions":"[{\"identifier\":{\"id\":\"alefragnani.numbered-bookmarks\",\"uuid\":\"f0173dd6-501a-46b6-9840-c7849f6f9ee2\"},\"displayName\":\"Numbered Bookmarks\"},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"displayName\":\"Project Manager\"},{\"identifier\":{\"id\":\"anjali.clipboard-history\",\"uuid\":\"c529c9f4-005a-45b0-9fb9-89e0d9b8b990\"},\"displayName\":\"Clipboard History\"},{\"identifier\":{\"id\":\"chakrounanas.turbo-console-log\",\"uuid\":\"6623619a-676d-4cde-943f-a3c193b44fc0\"},\"displayName\":\"Turbo Console Log\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"firsttris.vscode-jest-runner\",\"uuid\":\"13cd6cd6-3da6-4eb8-8d81-b47e6e710e59\"},\"displayName\":\"Jest Runner\"},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\"},{\"identifier\":{\"id\":\"nrwl.angular-console\",\"uuid\":\"d10af6bf-270f-4cf0-b94b-1bea4bda1e2e\"},\"displayName\":\"Nx Console\",\"disabled\":true},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"alefragnani.numbered-bookmarks\",\"uuid\":\"f0173dd6-501a-46b6-9840-c7849f6f9ee2\"},\"displayName\":\"Numbered Bookmarks\"},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"displayName\":\"Project Manager\"},{\"identifier\":{\"id\":\"anjali.clipboard-history\",\"uuid\":\"c529c9f4-005a-45b0-9fb9-89e0d9b8b990\"},\"displayName\":\"Clipboard History\"},{\"identifier\":{\"id\":\"chakrounanas.turbo-console-log\",\"uuid\":\"6623619a-676d-4cde-943f-a3c193b44fc0\"},\"displayName\":\"Turbo Console Log\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"firsttris.vscode-jest-runner\",\"uuid\":\"13cd6cd6-3da6-4eb8-8d81-b47e6e710e59\"},\"displayName\":\"Jest Runner\"},{\"identifier\":{\"id\":\"github.vscode-github-actions\",\"uuid\":\"04f49bfc-8330-4eee-8237-ea938fb755ef\"},\"displayName\":\"GitHub Actions\",\"disabled\":true},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"identifier\":{\"id\":\"mongodb.mongodb-vscode\",\"uuid\":\"4b6540da-bfa3-4b88-b9e3-df8f2d161124\"},\"displayName\":\"MongoDB for VS Code\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"nrwl.angular-console\",\"uuid\":\"d10af6bf-270f-4cf0-b94b-1bea4bda1e2e\"},\"displayName\":\"Nx Console\",\"disabled\":true},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"stuart.unique-window-colors\",\"uuid\":\"85e93d09-9c05-4473-867f-8daaf1bc9e75\"},\"displayName\":\"Window Colors\"},{\"identifier\":{\"id\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxConsole.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxConsole.views.angular-welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCloud\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxRunTarget\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxHelpAndFeedback\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":true,\\\"order\\\":7},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false,\\\"order\\\":1}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.views.service.sidebar.bf1076b4-a80a-42a6-be45-3e447d9809b4\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.project-manager\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"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\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.mongoDB\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.nx-console\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":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}]\",\"nps/lastSessionDate\":\"Sun Apr 16 2023\",\"nps/sessionCount\":\"8\",\"cpp.1.lastSessionDate\":\"Sun Apr 16 2023\",\"cpp.1.sessionCount\":\"8\",\"java.2.lastSessionDate\":\"Sun Apr 16 2023\",\"java.2.sessionCount\":\"8\",\"javascript.1.lastSessionDate\":\"Sun Apr 16 2023\",\"javascript.1.sessionCount\":\"8\",\"typescript.1.lastSessionDate\":\"Sun Apr 16 2023\",\"typescript.1.sessionCount\":\"8\",\"csharp.1.lastSessionDate\":\"Sun Apr 16 2023\",\"csharp.1.sessionCount\":\"8\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1680428721378,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1680428979703,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"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\\\":1680428979707,\\\"stepIDs\\\":[\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.commitGraph\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.richIntegrations\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.trial\\\",\\\"gitlens.plus.trial.extend\\\",\\\"gitlens.plus.trial.upgrade\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWelcome\\\",{\\\"firstSeen\\\":1680433475545,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1680445009585,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"nrwl.angular-console#nxConsole\\\",{\\\"firstSeen\\\":1680445917484,\\\"stepIDs\\\":[\\\"nxConsole.generate\\\",\\\"nxConsole.run\\\",\\\"nxConsole.commonNxCommands\\\",\\\"nxConsole.projects\\\",\\\"nxConsole.streamlining\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1687111387242,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"alefragnani.numbered-bookmarks#numberedBookmarksWelcome\\\",{\\\"firstSeen\\\":1695107300307,\\\"stepIDs\\\":[\\\"toggle\\\",\\\"navigateToNumberedBookmarks\\\",\\\"inspiredInDelphiButOpenToOthers\\\",\\\"workingWithRemotes\\\",\\\"customizingAppearance\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1680428719924\\\",\\\"status.workspaceTrust.40bec97673e336e87d9628cf985f182e\\\",\\\"status.workspaceTrust.1680443554716\\\",\\\"status.workspaceTrust.1680443560844\\\",\\\"status.workspaceTrust.1680443597673\\\",\\\"status.workspaceTrust.1680443619823\\\",\\\"status.workspaceTrust.1680443775977\\\",\\\"status.workspaceTrust.1680443834019\\\",\\\"status.workspaceTrust.1680443902739\\\",\\\"status.workspaceTrust.1680443922394\\\",\\\"status.workspaceTrust.802723a3b9815e3b25609721840a1f58\\\",\\\"status.workspaceTrust.c1d2f48bece6700ca2c148220ebaa14b\\\",\\\"status.workspaceTrust.69d2e91fc0fff1c68291ee1397f493f2\\\",\\\"status.workspaceTrust.13b36f98f4d0fc3f26ec283067ba4e3c\\\",\\\"status.workspaceTrust.1680447345403\\\",\\\"status.workspaceTrust.1680447374590\\\",\\\"alefragnani.project-manager.projectManager.statusBar\\\",\\\"esbenp.prettier-vscode.prettier.status\\\",\\\"status.feedback\\\",\\\"streetsidesoftware.code-spell-checker.spell checker status id\\\",\\\"status.editor.mode\\\",\\\"status.editor.eol\\\",\\\"status.scm.1\\\",\\\"status.workspaceTrust.f4aa84f992a486757259de36c077bb12\\\",\\\"eamodio.gitlens.gitlens.blame\\\",\\\"eamodio.gitlens.gitlens.plus.subscription\\\",\\\"eamodio.gitlens.gitlens.graph\\\",\\\"status.workspaceTrust.d36ef6bb51769d2b5a86dceb12ed990c\\\",\\\"status.workspaceTrust.1681122301977\\\",\\\"status.workspaceTrust.1681122320891\\\",\\\"status.workspaceTrust.1681132384309\\\",\\\"status.workspaceTrust.aab63bf026c15da459bdd2a4d959bc08\\\",\\\"status.workspaceTrust.1681205234577\\\",\\\"status.workspaceTrust.1681214570988\\\",\\\"status.workspaceTrust.3f077377183cf609aae9867c6d66ce76\\\",\\\"status.workspaceTrust.1681216585631\\\",\\\"status.workspaceTrust.9e10dc4fe89074ef6d856bfac8623e39\\\",\\\"status.workspaceTrust.c7491c3d9ab6788c5c19d493972b3c6b\\\",\\\"status.workspaceTrust.ee4046ada13c8e48a590fad1a987a386\\\",\\\"status.workspaceTrust.1681732061255\\\",\\\"status.workspaceTrust.29a1ed9f51248d6ebe9a0d70ea2f3013\\\",\\\"status.workspaceTrust.1681732108772\\\",\\\"status.workspaceTrust.2e55ad4a9d57ff2f8aa000b0693e3f59\\\",\\\"status.workspaceTrust.01937aad0e647b3eaa4d45d0ccacd67c\\\",\\\"status.workspaceTrust.1681753396563\\\",\\\"status.workspaceTrust.1681753886255\\\",\\\"status.workspaceTrust.314f95aa1562d7f0473932766fd9e577\\\",\\\"status.workspaceTrust.537a570aa7d31acd57c980ab305cc667\\\",\\\"status.workspaceTrust.6aa5201a42dacb2089532bff4c0d5410\\\",\\\"status.workspaceTrust.942798fe0651dc7d267156a7c0d6351b\\\",\\\"status.workspaceTrust.4a6aedd1fa24c0c81a37acd0b9e30d70\\\",\\\"status.workspaceTrust.bc07727807cda3ad3d7359d65c2fbdfc\\\",\\\"status.workspaceTrust.1a70b559d6cfb77aef02b1d28803bb0d\\\",\\\"status.workspaceTrust.299f22730a97a4683368e161224a4105\\\",\\\"status.workspaceTrust.1e4c577030a2765caf4a577408653779\\\",\\\"status.host\\\",\\\"status.workspaceTrust.1683786062606\\\",\\\"status.workspaceTrust.1683786224614\\\",\\\"status.workspaceTrust.2a58f8d4fb677eee95564cd16fe669db\\\",\\\"status.workspaceTrust.1686072839255\\\",\\\"status.workspaceTrust.1887c73363564020274fe5529b2831fe\\\",\\\"status.workspaceTrust.1686219109278\\\",\\\"status.workspaceTrust.1686219522769\\\",\\\"status.workspaceTrust.99c0c1611b064b485ff4ab49b72e928d\\\",\\\"status.workspaceTrust.1689495923794\\\",\\\"status.workspaceTrust.694f9b23a5f4c7d1fd39bf600d37e097\\\",\\\"status.workspaceTrust.49a0eec9947a2c7bbb3ff6315f603e9b\\\",\\\"status.workspaceTrust.facd7ec8a2af7021d7bc954ecc57276a\\\",\\\"status.workspaceTrust.1694195278211\\\",\\\"status.workspaceTrust.1713126bf622aae7c71ffc3c9469d2ba\\\",\\\"status.workspaceTrust.5ee438a1b2b36d1db25d6a908bbaf5e3\\\",\\\"status.workspaceTrust.22fe5670ce10dd2cc0d353e15eba1d2d\\\"]\",\"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\\\":true},{\\\"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},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false}]\",\"memento/gettingStartedService\":\"{\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.tutorial\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#explore.commands\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#open.wslwindow\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#create.project\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#open.project\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#linux.environment\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#install.tools\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#run.debug\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWelcome#come.back\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#scaffold\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#dockerExplorer\\\":{\\\"done\\\":true},\\\"nrwl.angular-console#nxConsole#nxConsole.generate\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"tasks\\\":{\\\"done\\\":true},\\\"scm\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolder\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"splitview\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.additional\\\":{\\\"done\\\":true}}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.profiles.actions.importProfile\\\",\\\"value\\\":1},{\\\"key\\\":\\\"workbench.action.openDefaultKeybindingsFile\\\",\\\"value\\\":2},{\\\"key\\\":\\\"workbench.action.toggleAutoSave\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.action.terminal.selectDefaultShell\\\",\\\"value\\\":6},{\\\"key\\\":\\\"workbench.action.selectIconTheme\\\",\\\"value\\\":7},{\\\"key\\\":\\\"material-icon-theme.activateIcons\\\",\\\"value\\\":8},{\\\"key\\\":\\\"workbench.extensions.action.showEnabledExtensions\\\",\\\"value\\\":9},{\\\"key\\\":\\\"vscode-docker.registries.azure.runFileAsTask\\\",\\\"value\\\":11},{\\\"key\\\":\\\"material-icon-theme.toggleIconPacks\\\",\\\"value\\\":19},{\\\"key\\\":\\\"gitlens.showLineHistoryView\\\",\\\"value\\\":56},{\\\"key\\\":\\\"editor.action.addSelectionToPreviousFindMatch\\\",\\\"value\\\":58},{\\\"key\\\":\\\"outline.focus\\\",\\\"value\\\":81},{\\\"key\\\":\\\"update.showCurrentReleaseNotes\\\",\\\"value\\\":131},{\\\"key\\\":\\\"editor.action.showOrFocusStandaloneColorPicker\\\",\\\"value\\\":134},{\\\"key\\\":\\\"editor.action.unicodeHighlight.showExcludeOptions\\\",\\\"value\\\":197},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":232},{\\\"key\\\":\\\"extension.csv-to-table.csv\\\",\\\"value\\\":233},{\\\"key\\\":\\\"gitlens.toggleFileBlame\\\",\\\"value\\\":248},{\\\"key\\\":\\\"editor.action.toggleRenderWhitespace\\\",\\\"value\\\":307},{\\\"key\\\":\\\"vscode-docker.registries.azure.viewTaskLogs\\\",\\\"value\\\":340},{\\\"key\\\":\\\"editor.action.peekTypeDefinition\\\",\\\"value\\\":368},{\\\"key\\\":\\\"merge.dev.loadContentsFromFolder\\\",\\\"value\\\":383},{\\\"key\\\":\\\"merge.dev.openSelectionInTemporaryMergeEditor\\\",\\\"value\\\":384},{\\\"key\\\":\\\"editor.action.toggleMinimap\\\",\\\"value\\\":389},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":395},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":404},{\\\"key\\\":\\\"remote-wsl.revealInExplorer\\\",\\\"value\\\":406},{\\\"key\\\":\\\"workbench.action.tasks.openUserTasks\\\",\\\"value\\\":466},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":527},{\\\"key\\\":\\\"workbench.action.openSettings2\\\",\\\"value\\\":561},{\\\"key\\\":\\\"editor.unfoldAll\\\",\\\"value\\\":568},{\\\"key\\\":\\\"mdb.runSelectedPlaygroundBlocks\\\",\\\"value\\\":635},{\\\"key\\\":\\\"editor.foldAll\\\",\\\"value\\\":640},{\\\"key\\\":\\\"copyFilePath\\\",\\\"value\\\":652},{\\\"key\\\":\\\"mergeEditor.resetCloseWithConflictsChoice\\\",\\\"value\\\":660},{\\\"key\\\":\\\"workbench.action.tasks.runTask\\\",\\\"value\\\":684},{\\\"key\\\":\\\"git.revertSelectedRanges\\\",\\\"value\\\":685}]}\",\"commandPalette.mru.counter\":\"686\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.project-manager.state.hidden\":\"[{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":true}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@ext:alefragnani.numbered-bookmarks\\\",\\\"@ext:ChakrounAnas.turbo-console-log\\\",\\\"explorer\\\",\\\"\\\\\\\"ctrl+shift+e\\\\\\\"\\\",\\\"\\\\\\\"r s\\\\\\\"\\\",\\\"\\\\\\\"ctrl+backspace\\\\\\\"\\\",\\\"\\\\\\\"ctr\\\",\\\"fol\\\",\\\"folders\\\"]}\",\"settingsEditor2.splitViewWidth\":\"289\",\"workbench.panel.alignment\":\"center\",\"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\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"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\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"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.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#0078d4\\\",\\\"sideBarTitle.foreground\\\":\\\"#cccccc\\\",\\\"input.placeholderForeground\\\":\\\"#818181\\\",\\\"menu.background\\\":\\\"#1f1f1f\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#0078d4\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#181818\\\",\\\"sideBarSectionHeader.border\\\":\\\"#2b2b2b\\\",\\\"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.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\\\":\\\"#d7ba7d\\\",\\\"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}\",\"extensionTips/promptedExecutableTips\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"]}\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"ms-vscode-remote.remote-wsl#wslWelcome\\\"]\",\"ces/skipSurvey\":\"1.77.0\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"github-daniel-schwartz-k\":\"[{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":true}]\",\"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.nx-console.state.hidden\":\"[{\\\"id\\\":\\\"nxConsole.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCloud\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxRunTarget\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxHelpAndFeedback\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxConsole.views.angular-welcome\\\",\\\"isHidden\\\":false}]\",\"typescript.1.editedCount\":\"8\",\"typescript.1.editedDate\":\"Sun Apr 16 2023\",\"expandSuggestionDocs\":\"true\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.e0f9a8d7-cd75-4d80-9a10-556ecf58ca0c\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.7ee083c1-754c-4ef2-8293-70707d0b399b\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.auxiliarybar.7ee083c1-754c-4ef2-8293-70707d0b399b\\\":2,\\\"workbench.views.service.auxiliarybar.e0f9a8d7-cd75-4d80-9a10-556ecf58ca0c\\\":2,\\\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968\\\":0,\\\"workbench.views.service.sidebar.bf1076b4-a80a-42a6-be45-3e447d9809b4\\\":0},\\\"viewLocations\\\":{\\\"outline\\\":\\\"workbench.views.service.auxiliarybar.7ee083c1-754c-4ef2-8293-70707d0b399b\\\",\\\"timeline\\\":\\\"workbench.views.service.auxiliarybar.e0f9a8d7-cd75-4d80-9a10-556ecf58ca0c\\\",\\\"workbench.explorer.fileView\\\":\\\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968\\\",\\\"workbench.explorer.openEditorsView\\\":\\\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968\\\",\\\"npm\\\":\\\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968\\\",\\\"references-view.tree\\\":\\\"workbench.views.service.sidebar.bf1076b4-a80a-42a6-be45-3e447d9809b4\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.views.service.auxiliarybar.7ee083c1-754c-4ef2-8293-70707d0b399b.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.auxiliarybar.e0f9a8d7-cd75-4d80-9a10-556ecf58ca0c.state.hidden\":\"[{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false,\\\"order\\\":4}]\",\"tabs-list-width-horizontal\":\"120\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1689761619504],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1689770509552],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1693217522544],[\\\"snippets/typescript.code-snippets/Property setter\\\",1694600274207],[\\\"snippets/typescript.code-snippets/Async Function Expression\\\",1694711975330],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1694711978163],[\\\"snippets/typescript.code-snippets/Log warning to console\\\",1696249622244],[\\\"snippets/typescript.code-snippets/For Loop\\\",1698565040591],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1698570115303],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1699182426003],[\\\"snippets/typescript.code-snippets/For-Of Loop\\\",1699186852116],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1700557445010],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1700572359851]]\",\"workbench.view.extension.mongoDB.state.hidden\":\"[{\\\"id\\\":\\\"mongoDBConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBPlaygroundsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBHelpExplorer\\\",\\\"isHidden\\\":true}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true,\\\"order\\\":4}]\",\"extensionsAssistant/fileExtensionsSuggestionIgnore\":\"[\\\"snap\\\"]\",\"remote.tunnels.toRestore.wsl+ubuntu-22.04.882242179\":\"[{\\\"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\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu-22.04.-2143978980\":\"[{\\\"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\\\":9002,\\\"localPort\\\":9002,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:9002\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:9002\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":0,\\\"description\\\":\\\"User Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":9229,\\\"localPort\\\":9229,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:9229\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:9229\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+Ubuntu-22.04.-2143978980\":\"[{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":3005,\\\"localPort\\\":3005,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3005\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3005\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":4200,\\\"localPort\\\":4200,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:4200\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:4200\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+Ubuntu-22.04.-540135356\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":9229,\\\"localPort\\\":9229,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:9229\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:9229\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":9002,\\\"localPort\\\":9002,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:9002\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:9002\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":4200,\\\"localPort\\\":4200,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:4200\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:4200\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":6565,\\\"localPort\\\":6565,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:6565\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:6565\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu-22.04.-540135356\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":9229,\\\"localPort\\\":9229,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:9229\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:9229\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":9001,\\\"localPort\\\":9001,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:9001\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:9001\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.views.service.sidebar.ae5970fe-65b0-4a36-9bd9-3c0ba268d968.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false,\\\"order\\\":1}]\",\"workbench.views.service.sidebar.bf1076b4-a80a-42a6-be45-3e447d9809b4.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"wsl\",\"remote.tunnels.toRestore.wsl+ubuntu-22.04.-1650720334\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":4200,\\\"localPort\\\":4200,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:4200\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:4200\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.wsl+ubuntu-22.04.830717867\":\"[]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"yaml\\\":[\\\"github.vscode-github-actions\\\"]}\",\"workbench.view.extension.github-actions.state.hidden\":\"[{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.wsl+Ubuntu-22.04.94818613\":\"[]\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment