-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.code-profile
1 lines (1 loc) · 72.6 KB
/
vscode.code-profile
1
{"name":"vscode","settings":"{\"settings\":\"{\\n \\\"dev.containers.defaultExtensions\\\": [\\n \\\"shopify.ruby-lsp\\\",\\n \\\"koichisasada.vscode-rdbg\\\",\\n \\\"gitHub.copilot\\\",\\n \\\"phil9909.ytt-lint\\\",\\n \\\"grapecity.gc-excelviewer\\\",\\n \\\"eamodio.gitlens\\\"\\n ],\\n \\\"emmet.includeLanguages\\\": {\\n \\\"erb\\\": \\\"html\\\",\\n \\\"html\\\": \\\"html\\\"\\n },\\n \\\"emmet.showSuggestionsAsSnippets\\\": true,\\n \\\"editor.fontFamily\\\": \\\"OperatorMono Nerd Font\\\",\\n \\\"editor.fontSize\\\": 15,\\n \\\"editor.fontVariations\\\": true,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\n \\\"editor.rulers\\\": [\\n 80\\n ],\\n \\\"extensions.experimental.affinity\\\": {\\n \\\"asvetliakov.vscode-neovim\\\": 1\\n },\\n \\\"Lua.workspace.library\\\": [\\n \\\"/path/to/PlaydateSDK/CoreLibs\\\"\\n ],\\n \\\"Lua.runtime.nonstandardSymbol\\\": [\\n \\\"+=\\\",\\n \\\"-=\\\",\\n \\\"*=\\\",\\n \\\"/=\\\"\\n ],\\n \\\"github-actions.use-enterprise\\\": true,\\n \\\"window.confirmBeforeClose\\\": \\\"always\\\",\\n \\\"[ruby]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"Shopify.ruby-lsp\\\",\\n \\\"editor.formatOnType\\\": true,\\n \\\"editor.insertSpaces\\\": true,\\n \\\"files.trimTrailingWhitespace\\\": true,\\n \\\"files.insertFinalNewline\\\": true,\\n \\\"files.trimFinalNewlines\\\": true,\\n \\\"editor.semanticHighlighting.enabled\\\": true,\\n \\\"editor.rulers\\\": [\\n 120\\n ],\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.tabSize\\\": 2\\n },\\n // \\\"editor.formatOnSave\\\": true,\\n // \\\"standardRuby.autofix\\\": true,\\n \\\"terminal.integrated.cursorBlinking\\\": true,\\n \\\"terminal.integrated.shellIntegration.suggestEnabled\\\": true,\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"rubyLsp.enabledFeatures\\\": {\\n \\\"codeActions\\\": true,\\n \\\"diagnostics\\\": false,\\n \\\"documentHighlights\\\": true,\\n \\\"documentLink\\\": true,\\n \\\"documentSymbols\\\": true,\\n \\\"foldingRanges\\\": true,\\n \\\"formatting\\\": false,\\n \\\"hover\\\": true,\\n \\\"inlayHint\\\": true,\\n \\\"onTypeFormatting\\\": true,\\n \\\"selectionRanges\\\": true,\\n \\\"semanticHighlighting\\\": true,\\n \\\"completion\\\": true,\\n \\\"codeLens\\\": true,\\n \\\"definition\\\": true,\\n \\\"workspaceSymbol\\\": true\\n },\\n \\\"files.autoSave\\\": \\\"onFocusChange\\\",\\n \\\"window.autoDetectColorScheme\\\": true,\\n \\\"terminal.integrated.fontFamily\\\": \\\"OperatorMono Nerd Font\\\",\\n \\\"window.density.editorTabHeight\\\": \\\"compact\\\",\\n \\\"editor.tokenColorCustomizations\\\": {\\n \\\"textMateRules\\\": [\\n {\\n \\\"scope\\\": [\\n //following will be in italic (=FlottFlott)\\n \\\"comment\\\",\\n \\\"entity.name.type.class\\\", //class names\\n \\\"keyword\\\", //import, export, return…\\n \\\"constant\\\", //String, Number, Boolean…, this, super\\n \\\"storage.modifier\\\", //static keyword\\n \\\"storage.type.class.js\\\", //class keyword\\n \\\"entity.name.tag.html\\\", // html tags\\n ],\\n \\\"settings\\\": {\\n \\\"fontStyle\\\": \\\"italic\\\"\\n }\\n },\\n {\\n \\\"scope\\\": [\\n //following will be excluded from italics (VSCode has some defaults for italics)\\n \\\"invalid\\\",\\n \\\"keyword.operator\\\",\\n \\\"constant.numeric.css\\\",\\n \\\"keyword.other.unit.px.css\\\",\\n \\\"constant.numeric.decimal.js\\\",\\n \\\"constant.numeric.json\\\"\\n ],\\n \\\"settings\\\": {\\n \\\"fontStyle\\\": \\\"\\\"\\n }\\n }\\n ]\\n },\\n \\\"win-ca.inject\\\": \\\"append\\\",\\n \\\"workbench.activityBar.location\\\": \\\"top\\\",\\n \\\"debug.console.fontSize\\\": 14,\\n \\\"terminal.integrated.fontSize\\\": 14,\\n \\\"terminal.integrated.scrollback\\\": 10000,\\n // custom vscode layout extension\\n \\\"apc.electron\\\": {\\n \\\"titleBarStyle\\\": \\\"hidden\\\"\\n },\\n \\\"window.titleBarStyle\\\": \\\"native\\\",\\n \\\"apc.activityBar\\\": {\\n \\\"position\\\": \\\"bottom\\\", // top: above sidebar, bottom: below sidebar (default: 'left' if unspecified)\\n \\\"size\\\": 30 // Height (when top/bottom) or width (in default position)\\n },\\n \\\"workbench.colorTheme\\\": \\\"GitHub Dark Default\\\"\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n // keyboard shortcut to open file currently selected file in orthagonal split when in the filebrowser\\n {\\n \\\"command\\\": \\\"workbench.action.splitEditorOrthogonal + explorer.openAndPassFocus\\\",\\n \\\"key\\\": \\\"cmd+shift+enter\\\",\\n \\\"when\\\": \\\"explorerViewletVisible && filesExplorerFocus && !inputFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"vscode-neovim.send\\\",\\n \\\"key\\\": \\\"j\\\",\\n \\\"when\\\": \\\"editorTextFocus && neovim.mode != insert\\\",\\n \\\"args\\\": \\\"gj\\\"\\n },\\n {\\n \\\"command\\\": \\\"vscode-neovim.send\\\",\\n \\\"key\\\": \\\"k\\\",\\n \\\"when\\\": \\\"editorTextFocus && neovim.mode != insert\\\",\\n \\\"args\\\": \\\"gk\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"rubyLsp.runTestInTerminal\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+a\\\",\\n \\\"command\\\": \\\"workbench.action.findInFiles\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+b\\\",\\n \\\"command\\\": \\\"editor.debug.action.toggleBreakpoint\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+d\\\",\\n \\\"command\\\": \\\"editor.action.peekDefinition\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+e\\\",\\n \\\"command\\\": \\\"workbench.files.action.focusFilesExplorer\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+e\\\",\\n \\\"command\\\": \\\"workbench.action.focusActiveEditorGroup\\\",\\n \\\"when\\\": \\\"!editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+f\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w h\\\",\\n \\\"command\\\": \\\"workbench.action.navigateLeft\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w h\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusPreviousPane\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w l\\\",\\n \\\"command\\\": \\\"workbench.action.navigateRight\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w l\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNextPane\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w j\\\",\\n \\\"command\\\": \\\"workbench.action.navigateDown\\\",\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w k\\\",\\n \\\"command\\\": \\\"workbench.action.navigateUp\\\",\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w s\\\",\\n \\\"command\\\": \\\"workbench.action.focusSideBar\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w s\\\",\\n \\\"command\\\": \\\"workbench.action.focusActiveEditorGroup\\\",\\n \\\"when\\\": \\\"sideBarFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"editor.action.inlineSuggest.commit\\\",\\n \\\"when\\\": \\\"inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"tab\\\",\\n \\\"command\\\": \\\"-editor.action.inlineSuggest.commit\\\",\\n \\\"when\\\": \\\"inlineSuggestionHasIndentationLessThanTabSize && inlineSuggestionVisible && !editorHoverFocused && !editorTabMovesFocus && !suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"tab\\\",\\n \\\"command\\\": \\\"selectNextSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus || suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+tab\\\",\\n \\\"command\\\": \\\"selectPrevSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus || suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+n\\\",\\n \\\"command\\\": \\\"-selectNextSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus || suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+p\\\",\\n \\\"command\\\": \\\"-selectPrevSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus || suggestWidgetVisible && textInputFocus && !suggestWidgetHasFocusedSuggestion\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"-extension.vim_ctrl+j\\\",\\n \\\"when\\\": \\\"editorTextFocus && vim.active && vim.use<C-j> && !inDebugRepl\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"-editor.action.joinLines\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+j\\\",\\n \\\"command\\\": \\\"workbench.action.toggleMaximizedPanel\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+j\\\",\\n \\\"command\\\": \\\"-workbench.action.togglePanel\\\"\\n }\\n]\",\"platform\":1}","snippets":"{\"snippets\":{\"erb.json\":\"{\\n\\t// Place your snippets for erb 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\\\"Interpolated ERB tag\\\": {\\n\\t\\t\\\"prefix\\\": \\\"ietag\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<%= $0 %>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Insert an empty interpolated ERB tag\\\"\\n\\t},\\n\\t\\\"ERB tag\\\": {\\n\\t\\t\\\"prefix\\\": \\\"etag\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<% $0 %>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Insert an empty interpolated ERB tag\\\"\\n\\t}\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"arcticicestudio.nord-visual-studio-code\",\"uuid\":\"6f35c257-7fd5-4bc2-9cd1-01976589c17a\"},\"displayName\":\"Nord\"},{\"identifier\":{\"id\":\"asvetliakov.vscode-neovim\",\"uuid\":\"caf8995c-5426-4bf7-9d01-f7968ebd49bb\"},\"displayName\":\"VSCode Neovim\"},{\"identifier\":{\"id\":\"bung87.rails\",\"uuid\":\"61048194-bd70-4abb-b039-d796bf6be01c\"},\"displayName\":\"Rails\",\"disabled\":true},{\"identifier\":{\"id\":\"bung87.vscode-gemfile\",\"uuid\":\"63cce059-9b09-4959-bba8-01be8a606850\"},\"displayName\":\"vscode-gemfile\"},{\"identifier\":{\"id\":\"drcika.apc-extension\",\"uuid\":\"c445982f-a615-472b-a90e-0a9edd88b8e8\"},\"displayName\":\"Apc Customize UI++\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"ewrenn.vscode-ytt\",\"uuid\":\"3caabcb9-19d6-4607-8f1f-f5e147afd8dc\"},\"displayName\":\"vscode-ytt\"},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\"},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\"},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"displayName\":\"GitHub Theme\"},{\"identifier\":{\"id\":\"github.vscode-github-actions\",\"uuid\":\"04f49bfc-8330-4eee-8237-ea938fb755ef\"},\"displayName\":\"GitHub Actions\"},{\"identifier\":{\"id\":\"grapecity.gc-excelviewer\",\"uuid\":\"8bb12ae3-73f8-40cf-86b7-4bd5729c6238\"},\"displayName\":\"Excel Viewer\"},{\"identifier\":{\"id\":\"koichisasada.vscode-rdbg\",\"uuid\":\"24c6dcf1-6c66-4c4e-be43-d48d0d9c5a41\"},\"displayName\":\"VSCode rdbg Ruby Debugger\"},{\"identifier\":{\"id\":\"mariusschulz.yarn-lock-syntax\",\"uuid\":\"b44254a5-aaf6-4ce2-8bbc-9a3f5aa21a02\"},\"displayName\":\"Syntax Highlighting for yarn.lock files\"},{\"identifier\":{\"id\":\"midouest.playdate-debug\",\"uuid\":\"92356080-bfd9-46c7-8a00-8cbc98cef9ed\"},\"displayName\":\"Playdate Debug\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"ms-vscode.cmake-tools\",\"uuid\":\"7c889349-8749-43d4-8b5e-08939936d7f4\"},\"displayName\":\"CMake Tools\"},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"displayName\":\"C/C++\"},{\"identifier\":{\"id\":\"ms-vscode.cpptools-extension-pack\",\"uuid\":\"3957b2f6-f086-49b5-a7b4-5da772123130\"},\"displayName\":\"C/C++ Extension Pack\"},{\"identifier\":{\"id\":\"ms-vscode.cpptools-themes\",\"uuid\":\"99b17261-8f6e-45f0-9ad5-a69c6f509a4f\"},\"displayName\":\"C/C++ Themes\"},{\"identifier\":{\"id\":\"orta.playdate\",\"uuid\":\"7532fc44-62b5-4db5-b592-bf5d1d0489fa\"},\"displayName\":\"Playdate\"},{\"identifier\":{\"id\":\"phil9909.ytt-lint\",\"uuid\":\"ce286e11-4160-4c2d-a9ba-69c0dd6b5194\"},\"displayName\":\"ytt lint\"},{\"identifier\":{\"id\":\"shd101wyy.markdown-preview-enhanced\",\"uuid\":\"3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a\"},\"displayName\":\"Markdown Preview Enhanced\"},{\"identifier\":{\"id\":\"shopify.ruby-extensions-pack\",\"uuid\":\"430af273-c0cc-4565-a417-6ee1991bbf4c\"},\"displayName\":\"Ruby\"},{\"identifier\":{\"id\":\"shopify.ruby-lsp\",\"uuid\":\"ef656a13-3703-477b-9f36-672a0c949b96\"},\"displayName\":\"Ruby LSP\"},{\"identifier\":{\"id\":\"sianglim.slim\",\"uuid\":\"66a5558f-9e27-4895-9c3e-dde3d657bc13\"},\"displayName\":\"Slim\"},{\"identifier\":{\"id\":\"sorbet.sorbet-vscode-extension\",\"uuid\":\"67d58bf5-9c4f-495f-bee0-d1d3f5898a8b\"},\"displayName\":\"Ruby Sorbet\"},{\"identifier\":{\"id\":\"sumneko.lua\",\"uuid\":\"3a15b5a7-be12-47e3-8445-88ee3eabc8b2\"},\"displayName\":\"Lua\"},{\"identifier\":{\"id\":\"twxs.cmake\",\"uuid\":\"2be7cf14-2603-402e-9771-fd79df83cdf8\"},\"displayName\":\"CMake\"},{\"identifier\":{\"id\":\"vue.volar\",\"uuid\":\"a5223b43-8621-4351-a14e-3d560f85f277\"},\"displayName\":\"Vue Language Features (Volar)\"},{\"identifier\":{\"id\":\"wingrunr21.vscode-ruby\",\"uuid\":\"708cfcd8-e0c6-49ca-9af6-b27a342d247b\"},\"displayName\":\"VSCode Ruby\",\"disabled\":true},{\"identifier\":{\"id\":\"yamenarahman.nord-extra-dark\",\"uuid\":\"e7e803ab-df53-49b1-9a1c-668698c27c09\"},\"displayName\":\"Nord Extra Dark\"},{\"identifier\":{\"id\":\"yummygum.city-lights-icon-vsc\",\"uuid\":\"897c115a-dfbf-4c20-bafd-1c13fc5d1d80\"},\"displayName\":\"City Lights Icon package\"},{\"identifier\":{\"id\":\"yzhang.markdown-all-in-one\",\"uuid\":\"98790d67-10fa-497c-9113-f6c7489207b2\"},\"displayName\":\"Markdown All in One\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\"},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\"},{\"identifier\":{\"id\":\"grapecity.gc-excelviewer\",\"uuid\":\"8bb12ae3-73f8-40cf-86b7-4bd5729c6238\"},\"displayName\":\"Excel Viewer\"},{\"identifier\":{\"id\":\"koichisasada.vscode-rdbg\",\"uuid\":\"24c6dcf1-6c66-4c4e-be43-d48d0d9c5a41\"},\"displayName\":\"VSCode rdbg Ruby Debugger\"},{\"identifier\":{\"id\":\"phil9909.ytt-lint\",\"uuid\":\"ce286e11-4160-4c2d-a9ba-69c0dd6b5194\"},\"displayName\":\"ytt lint\"},{\"identifier\":{\"id\":\"shopify.ruby-lsp\",\"uuid\":\"ef656a13-3703-477b-9f36-672a0c949b96\"},\"displayName\":\"Ruby LSP\"},{\"identifier\":{\"id\":\"testdouble.vscode-standard-ruby\",\"uuid\":\"24da9c65-1b65-48c4-8ea9-7e72d8432342\"},\"displayName\":\"Standard Ruby\"},{\"identifier\":{\"id\":\"vue.volar\",\"uuid\":\"a5223b43-8621-4351-a14e-3d560f85f277\"},\"displayName\":\"Vue Language Features (Volar)\"}]","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}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":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.gitlensPatch\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.cmake-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.postgres-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.panel.chatSidebar.copilot\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.sidebar.f7aa32f6-6bc7-4696-b18d-b72df2dccc8b\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.views.service.sidebar.f5105ff1-2d8c-4020-932c-f55314fd2195\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"nps/lastSessionDate\":\"Fri Sep 15 2023\",\"nps/sessionCount\":\"9\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"rdbg.inspector\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"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\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"cpp.1.lastSessionDate\":\"Fri Nov 24 2023\",\"cpp.1.sessionCount\":\"54\",\"java.2.lastSessionDate\":\"Fri Nov 24 2023\",\"java.2.sessionCount\":\"54\",\"javascript.1.lastSessionDate\":\"Fri Nov 24 2023\",\"javascript.1.sessionCount\":\"54\",\"typescript.1.lastSessionDate\":\"Fri Nov 24 2023\",\"typescript.1.sessionCount\":\"54\",\"csharp.1.lastSessionDate\":\"Fri Nov 24 2023\",\"csharp.1.sessionCount\":\"54\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark GitHub-github-vscode-theme-themes-dark-default-json\\\",\\\"label\\\":\\\"GitHub Dark Default\\\",\\\"settingsId\\\":\\\"GitHub Dark Default\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#8b949e\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\",\\\"string.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff7b72\\\"},\\\"scope\\\":[\\\"constant.other.placeholder\\\",\\\"constant.character\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":[\\\"constant\\\",\\\"entity.name.constant\\\",\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\",\\\"variable.language\\\",\\\"entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffa657\\\"},\\\"scope\\\":[\\\"entity.name\\\",\\\"meta.export.default\\\",\\\"meta.definition.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6edf3\\\"},\\\"scope\\\":[\\\"variable.parameter.function\\\",\\\"meta.jsx.children\\\",\\\"meta.block\\\",\\\"meta.tag.attributes\\\",\\\"entity.name.constant\\\",\\\"meta.object.member\\\",\\\"meta.embedded.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d2a8ff\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7ee787\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\",\\\"support.class.component\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff7b72\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff7b72\\\"},\\\"scope\\\":[\\\"storage\\\",\\\"storage.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6edf3\\\"},\\\"scope\\\":[\\\"storage.modifier.package\\\",\\\"storage.modifier.import\\\",\\\"storage.type.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a5d6ff\\\"},\\\"scope\\\":[\\\"string\\\",\\\"string punctuation.section.embedded source\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"support\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"meta.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffa657\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e6edf3\\\"},\\\"scope\\\":\\\"variable.other\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic underline\\\",\\\"background\\\":\\\"#ff7b72\\\",\\\"foreground\\\":\\\"#f0f6fc\\\",\\\"content\\\":\\\"^M\\\"},\\\"scope\\\":\\\"carriage-return\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"message.error\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"string variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a5d6ff\\\"},\\\"scope\\\":[\\\"source.regexp\\\",\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a5d6ff\\\"},\\\"scope\\\":[\\\"string.regexp.character-class\\\",\\\"string.regexp constant.character.escape\\\",\\\"string.regexp source.ruby.embedded\\\",\\\"string.regexp string.regexp.arbitrary-repitition\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#7ee787\\\"},\\\"scope\\\":\\\"string.regexp constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"support.variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7ee787\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"meta.module-reference\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffa657\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":[\\\"markup.heading\\\",\\\"markup.heading entity.name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7ee787\\\"},\\\"scope\\\":\\\"markup.quote\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#e6edf3\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#e6edf3\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":[\\\"markup.strikethrough\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"background\\\":\\\"#490202\\\",\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":[\\\"markup.deleted\\\",\\\"meta.diff.header.from-file\\\",\\\"punctuation.definition.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff7b72\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"background\\\":\\\"#04260f\\\",\\\"foreground\\\":\\\"#7ee787\\\"},\\\"scope\\\":[\\\"markup.inserted\\\",\\\"meta.diff.header.to-file\\\",\\\"punctuation.definition.inserted\\\"]},{\\\"settings\\\":{\\\"background\\\":\\\"#5a1e02\\\",\\\"foreground\\\":\\\"#ffa657\\\"},\\\"scope\\\":[\\\"markup.changed\\\",\\\"punctuation.definition.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#161b22\\\",\\\"background\\\":\\\"#79c0ff\\\"},\\\"scope\\\":[\\\"markup.ignored\\\",\\\"markup.untracked\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d2a8ff\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"meta.diff.range\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"meta.separator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79c0ff\\\"},\\\"scope\\\":\\\"meta.output\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8b949e\\\"},\\\"scope\\\":[\\\"brackethighlighter.tag\\\",\\\"brackethighlighter.curly\\\",\\\"brackethighlighter.round\\\",\\\"brackethighlighter.square\\\",\\\"brackethighlighter.angle\\\",\\\"brackethighlighter.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffa198\\\"},\\\"scope\\\":\\\"brackethighlighter.unmatched\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a5d6ff\\\"},\\\"scope\\\":[\\\"constant.other.reference.link\\\",\\\"string.other.link\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"GitHub.github-vscode-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"github-vscode-theme\\\",\\\"_extensionPublisher\\\":\\\"GitHub\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#1f6feb\\\",\\\"foreground\\\":\\\"#e6edf3\\\",\\\"descriptionForeground\\\":\\\"#7d8590\\\",\\\"errorForeground\\\":\\\"#f85149\\\",\\\"textLink.foreground\\\":\\\"#2f81f7\\\",\\\"textLink.activeForeground\\\":\\\"#2f81f7\\\",\\\"textBlockQuote.background\\\":\\\"#010409\\\",\\\"textBlockQuote.border\\\":\\\"#30363d\\\",\\\"textCodeBlock.background\\\":\\\"#6e768166\\\",\\\"textPreformat.foreground\\\":\\\"#7d8590\\\",\\\"textSeparator.foreground\\\":\\\"#21262d\\\",\\\"icon.foreground\\\":\\\"#7d8590\\\",\\\"keybindingLabel.foreground\\\":\\\"#e6edf3\\\",\\\"button.background\\\":\\\"#238636\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#2ea043\\\",\\\"button.secondaryBackground\\\":\\\"#282e33\\\",\\\"button.secondaryForeground\\\":\\\"#c9d1d9\\\",\\\"button.secondaryHoverBackground\\\":\\\"#30363d\\\",\\\"checkbox.background\\\":\\\"#161b22\\\",\\\"checkbox.border\\\":\\\"#30363d\\\",\\\"dropdown.background\\\":\\\"#161b22\\\",\\\"dropdown.border\\\":\\\"#30363d\\\",\\\"dropdown.foreground\\\":\\\"#e6edf3\\\",\\\"dropdown.listBackground\\\":\\\"#161b22\\\",\\\"input.background\\\":\\\"#0d1117\\\",\\\"input.border\\\":\\\"#30363d\\\",\\\"input.foreground\\\":\\\"#e6edf3\\\",\\\"input.placeholderForeground\\\":\\\"#6e7681\\\",\\\"badge.foreground\\\":\\\"#ffffff\\\",\\\"badge.background\\\":\\\"#1f6feb\\\",\\\"progressBar.background\\\":\\\"#1f6feb\\\",\\\"titleBar.activeForeground\\\":\\\"#7d8590\\\",\\\"titleBar.activeBackground\\\":\\\"#0d1117\\\",\\\"titleBar.inactiveForeground\\\":\\\"#7d8590\\\",\\\"titleBar.inactiveBackground\\\":\\\"#010409\\\",\\\"titleBar.border\\\":\\\"#30363d\\\",\\\"activityBar.foreground\\\":\\\"#e6edf3\\\",\\\"activityBar.inactiveForeground\\\":\\\"#7d8590\\\",\\\"activityBar.background\\\":\\\"#0d1117\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"activityBarBadge.background\\\":\\\"#1f6feb\\\",\\\"activityBar.activeBorder\\\":\\\"#f78166\\\",\\\"activityBar.border\\\":\\\"#30363d\\\",\\\"sideBar.foreground\\\":\\\"#e6edf3\\\",\\\"sideBar.background\\\":\\\"#010409\\\",\\\"sideBar.border\\\":\\\"#30363d\\\",\\\"sideBarTitle.foreground\\\":\\\"#e6edf3\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#e6edf3\\\",\\\"sideBarSectionHeader.background\\\":\\\"#010409\\\",\\\"sideBarSectionHeader.border\\\":\\\"#30363d\\\",\\\"list.hoverForeground\\\":\\\"#e6edf3\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#e6edf3\\\",\\\"list.activeSelectionForeground\\\":\\\"#e6edf3\\\",\\\"list.hoverBackground\\\":\\\"#6e76811a\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#6e768166\\\",\\\"list.activeSelectionBackground\\\":\\\"#6e768166\\\",\\\"list.focusForeground\\\":\\\"#e6edf3\\\",\\\"list.focusBackground\\\":\\\"#388bfd26\\\",\\\"list.inactiveFocusBackground\\\":\\\"#388bfd26\\\",\\\"list.highlightForeground\\\":\\\"#2f81f7\\\",\\\"tree.indentGuidesStroke\\\":\\\"#21262d\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#7d8590\\\",\\\"notificationCenterHeader.background\\\":\\\"#161b22\\\",\\\"notifications.foreground\\\":\\\"#e6edf3\\\",\\\"notifications.background\\\":\\\"#161b22\\\",\\\"notifications.border\\\":\\\"#30363d\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#f85149\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#d29922\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#2f81f7\\\",\\\"pickerGroup.border\\\":\\\"#30363d\\\",\\\"pickerGroup.foreground\\\":\\\"#7d8590\\\",\\\"quickInput.background\\\":\\\"#161b22\\\",\\\"quickInput.foreground\\\":\\\"#e6edf3\\\",\\\"statusBar.foreground\\\":\\\"#7d8590\\\",\\\"statusBar.background\\\":\\\"#0d1117\\\",\\\"statusBar.border\\\":\\\"#30363d\\\",\\\"statusBar.focusBorder\\\":\\\"#1f6feb80\\\",\\\"statusBar.noFolderBackground\\\":\\\"#0d1117\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.debuggingBackground\\\":\\\"#da3633\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#6e768166\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#e6edf3\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#30363d\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#e6edf314\\\",\\\"statusBarItem.activeBackground\\\":\\\"#e6edf31f\\\",\\\"statusBarItem.focusBorder\\\":\\\"#1f6feb\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#010409\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#30363d\\\",\\\"editorGroup.border\\\":\\\"#30363d\\\",\\\"tab.activeForeground\\\":\\\"#e6edf3\\\",\\\"tab.inactiveForeground\\\":\\\"#7d8590\\\",\\\"tab.inactiveBackground\\\":\\\"#010409\\\",\\\"tab.activeBackground\\\":\\\"#0d1117\\\",\\\"tab.hoverBackground\\\":\\\"#0d1117\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#6e76811a\\\",\\\"tab.border\\\":\\\"#30363d\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#30363d\\\",\\\"tab.activeBorder\\\":\\\"#0d1117\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#0d1117\\\",\\\"tab.activeBorderTop\\\":\\\"#f78166\\\",\\\"breadcrumb.foreground\\\":\\\"#7d8590\\\",\\\"breadcrumb.focusForeground\\\":\\\"#e6edf3\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#7d8590\\\",\\\"breadcrumbPicker.background\\\":\\\"#161b22\\\",\\\"editor.foreground\\\":\\\"#e6edf3\\\",\\\"editor.background\\\":\\\"#0d1117\\\",\\\"editorWidget.background\\\":\\\"#161b22\\\",\\\"editor.foldBackground\\\":\\\"#6e76811a\\\",\\\"editor.lineHighlightBackground\\\":\\\"#6e76811a\\\",\\\"editorLineNumber.foreground\\\":\\\"#6e7681\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#e6edf3\\\",\\\"editorIndentGuide.background\\\":\\\"#e6edf31f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#e6edf33d\\\",\\\"editorWhitespace.foreground\\\":\\\"#484f58\\\",\\\"editorCursor.foreground\\\":\\\"#2f81f7\\\",\\\"editor.findMatchBackground\\\":\\\"#9e6a03\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#f2cc6080\\\",\\\"editor.linkedEditingBackground\\\":\\\"#2f81f712\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#3fb95040\\\",\\\"editor.wordHighlightBackground\\\":\\\"#6e768180\\\",\\\"editor.wordHighlightBorder\\\":\\\"#6e768199\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#6e76814d\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#6e768199\\\",\\\"editorBracketMatch.background\\\":\\\"#3fb95040\\\",\\\"editorBracketMatch.border\\\":\\\"#3fb95099\\\",\\\"editorInlayHint.background\\\":\\\"#8b949e33\\\",\\\"editorInlayHint.foreground\\\":\\\"#7d8590\\\",\\\"editorInlayHint.typeBackground\\\":\\\"#8b949e33\\\",\\\"editorInlayHint.typeForeground\\\":\\\"#7d8590\\\",\\\"editorInlayHint.paramBackground\\\":\\\"#8b949e33\\\",\\\"editorInlayHint.paramForeground\\\":\\\"#7d8590\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#bb800966\\\",\\\"editorGutter.addedBackground\\\":\\\"#2ea04366\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f8514966\\\",\\\"diffEditor.insertedLineBackground\\\":\\\"#23863626\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#3fb9504d\\\",\\\"diffEditor.removedLineBackground\\\":\\\"#da363326\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#ff7b724d\\\",\\\"scrollbar.shadow\\\":\\\"#484f5833\\\",\\\"scrollbarSlider.background\\\":\\\"#8b949e33\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#8b949e3d\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#8b949e47\\\",\\\"editorOverviewRuler.border\\\":\\\"#010409\\\",\\\"minimapSlider.background\\\":\\\"#8b949e33\\\",\\\"minimapSlider.hoverBackground\\\":\\\"#8b949e3d\\\",\\\"minimapSlider.activeBackground\\\":\\\"#8b949e47\\\",\\\"panel.background\\\":\\\"#010409\\\",\\\"panel.border\\\":\\\"#30363d\\\",\\\"panelTitle.activeBorder\\\":\\\"#f78166\\\",\\\"panelTitle.activeForeground\\\":\\\"#e6edf3\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#7d8590\\\",\\\"panelInput.border\\\":\\\"#30363d\\\",\\\"debugIcon.breakpointForeground\\\":\\\"#f85149\\\",\\\"debugConsole.infoForeground\\\":\\\"#8b949e\\\",\\\"debugConsole.warningForeground\\\":\\\"#d29922\\\",\\\"debugConsole.errorForeground\\\":\\\"#ffa198\\\",\\\"debugConsole.sourceForeground\\\":\\\"#e3b341\\\",\\\"debugConsoleInputIcon.foreground\\\":\\\"#bc8cff\\\",\\\"debugTokenExpression.name\\\":\\\"#79c0ff\\\",\\\"debugTokenExpression.value\\\":\\\"#a5d6ff\\\",\\\"debugTokenExpression.string\\\":\\\"#a5d6ff\\\",\\\"debugTokenExpression.boolean\\\":\\\"#56d364\\\",\\\"debugTokenExpression.number\\\":\\\"#56d364\\\",\\\"debugTokenExpression.error\\\":\\\"#ffa198\\\",\\\"symbolIcon.arrayForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.booleanForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.classForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.colorForeground\\\":\\\"#79c0ff\\\",\\\"symbolIcon.constructorForeground\\\":\\\"#d2a8ff\\\",\\\"symbolIcon.enumeratorForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.enumeratorMemberForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.eventForeground\\\":\\\"#6e7681\\\",\\\"symbolIcon.fieldForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.fileForeground\\\":\\\"#d29922\\\",\\\"symbolIcon.folderForeground\\\":\\\"#d29922\\\",\\\"symbolIcon.functionForeground\\\":\\\"#bc8cff\\\",\\\"symbolIcon.interfaceForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.keyForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.keywordForeground\\\":\\\"#ff7b72\\\",\\\"symbolIcon.methodForeground\\\":\\\"#bc8cff\\\",\\\"symbolIcon.moduleForeground\\\":\\\"#ff7b72\\\",\\\"symbolIcon.namespaceForeground\\\":\\\"#ff7b72\\\",\\\"symbolIcon.nullForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.numberForeground\\\":\\\"#3fb950\\\",\\\"symbolIcon.objectForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.operatorForeground\\\":\\\"#79c0ff\\\",\\\"symbolIcon.packageForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.propertyForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.referenceForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.snippetForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.stringForeground\\\":\\\"#79c0ff\\\",\\\"symbolIcon.structForeground\\\":\\\"#f0883e\\\",\\\"symbolIcon.textForeground\\\":\\\"#79c0ff\\\",\\\"symbolIcon.typeParameterForeground\\\":\\\"#79c0ff\\\",\\\"symbolIcon.unitForeground\\\":\\\"#58a6ff\\\",\\\"symbolIcon.variableForeground\\\":\\\"#f0883e\\\",\\\"terminal.foreground\\\":\\\"#e6edf3\\\",\\\"terminal.ansiBlack\\\":\\\"#484f58\\\",\\\"terminal.ansiRed\\\":\\\"#ff7b72\\\",\\\"terminal.ansiGreen\\\":\\\"#3fb950\\\",\\\"terminal.ansiYellow\\\":\\\"#d29922\\\",\\\"terminal.ansiBlue\\\":\\\"#58a6ff\\\",\\\"terminal.ansiMagenta\\\":\\\"#bc8cff\\\",\\\"terminal.ansiCyan\\\":\\\"#39c5cf\\\",\\\"terminal.ansiWhite\\\":\\\"#b1bac4\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#6e7681\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ffa198\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#56d364\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#e3b341\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#79c0ff\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#d2a8ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#56d4dd\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#79c0ff\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#56d364\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#e3b341\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#ffa198\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#ff9bce\\\",\\\"editorBracketHighlight.foreground6\\\":\\\"#d2a8ff\\\",\\\"editorBracketHighlight.unexpectedBracket.foreground\\\":\\\"#7d8590\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#3fb950\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#d29922\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#f85149\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#3fb950\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#6e7681\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#db6d28\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#7d8590\\\",\\\"debugToolBar.background\\\":\\\"#161b22\\\",\\\"editor.stackFrameHighlightBackground\\\":\\\"#bb800966\\\",\\\"editor.focusedStackFrameHighlightBackground\\\":\\\"#2ea04366\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#bb800966\\\",\\\"peekViewEditor.background\\\":\\\"#6e76811a\\\",\\\"peekViewResult.background\\\":\\\"#0d1117\\\",\\\"settings.headerForeground\\\":\\\"#e6edf3\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#bb800966\\\",\\\"welcomePage.buttonBackground\\\":\\\"#21262d\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#30363d\\\"},\\\"watch\\\":false}\",\"workbench.telemetryOptOutShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.additional\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\":{\\\"done\\\":true}}\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1693595098208\\\",\\\"status.workspaceTrust.3e265a415761a52e86ea39a477c35c9f\\\",\\\"status.workspaceTrust.1693601514007\\\",\\\"status.workspaceTrust.da25f490740d4d03d9685e2eee41ec64\\\",\\\"status.workspaceTrust.4e2991b8b7ee9e8336c10e5ed20276af\\\",\\\"status.workspaceTrust.1693925354373\\\",\\\"status.workspaceTrust.3881965b9a024363470437b31b192a4d\\\",\\\"status.workspaceTrust.1694038454379\\\",\\\"status.workspaceTrust.1694039699941\\\",\\\"status.workspaceTrust.22cdea5a07db36e44ba368310b09adba\\\",\\\"status.workspaceTrust.1694781281330\\\",\\\"status.workspaceTrust.4254dfbd338fbe97e6ba2e0942c005ec\\\",\\\"status.workspaceTrust.1694784032143\\\",\\\"status.workspaceTrust.1694792956871\\\",\\\"status.workspaceTrust.f3350392908241a2acea4641a8411579\\\",\\\"status.workspaceTrust.cefd900b18b78f60273a0dc61b783909\\\",\\\"status.workspaceTrust.c8b1dbd60742e99d641435bf16de78b0\\\",\\\"status.workspaceTrust.e46a023947126d8caefe24aa448452df\\\",\\\"status.workspaceTrust.dbbd08b384fd07e252d1f6a9d9ebaf30\\\",\\\"status.workspaceTrust.572ab466d308388eb3eb916e0e2005bf\\\",\\\"status.workspaceTrust.1695166017818\\\",\\\"status.workspaceTrust.5471cc5192845cde4ca74f4d9feded40\\\",\\\"status.workspaceTrust.2e8562f003a01e67679d69886e285a30\\\",\\\"status.workspaceTrust.c4153f46deee6d45edd7446eea021a30\\\",\\\"status.workspaceTrust.4753e423811cb9e3016f800e79205f15\\\",\\\"status.workspaceTrust.f0f0219761814800ebd45c0fe1783f77\\\",\\\"status.workspaceTrust.5bc447a1fd852bbe31e5ebccd8a4fba9\\\",\\\"status.workspaceTrust.77a991318c5a0706ac9c40f6d1d3fab9\\\",\\\"status.workspaceTrust.1697666479728\\\",\\\"status.workspaceTrust.1697666734291\\\",\\\"status.workspaceTrust.1697667827569\\\",\\\"status.workspaceTrust.7373424839f225a2c0d7f9f9b8e03423\\\",\\\"status.workspaceTrust.40550391e2b10e72d0a654516712b6ac\\\",\\\"status.workspaceTrust.34c957009fe1d1c0c76b0d9b041f8144\\\"]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Beginner\\\",\\\"Intermediate\\\",\\\"github.copilot\\\",\\\"GitHub.copilot#copilotWelcome\\\",\\\"Setup\\\"]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1695165264477,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.sidebars\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.commitGraph\\\",\\\"gitlens.welcome.workspaces\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.labs\\\",\\\"gitlens.welcome.preview\\\",\\\"gitlens.welcome.trial\\\",\\\"gitlens.welcome.services\\\",\\\"gitlens.welcome.additional\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1695165264477,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1696200537922,\\\"stepIDs\\\":[\\\"awaiting.activation.mac\\\",\\\"awaiting.activation.linux\\\",\\\"awaiting.activation.windows\\\",\\\"no.compilers.found.mac\\\",\\\"no.compilers.found.linux\\\",\\\"no.compilers.found.windows\\\",\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"create.cpp.file\\\",\\\"relaunch.developer.command.prompt.windows\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"customize.debugging.linux\\\",\\\"customize.debugging.windows\\\",\\\"customize.debugging.mac\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1696200542305,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}]]\",\"github-jtmkrueger\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.vscode-github-actions\\\",\\\"name\\\":\\\"GitHub Actions\\\",\\\"allowed\\\":true}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":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}]\",\"workbench.panel.alignment\":\"center\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"remote-containers.settings\\\",\\\"value\\\":8},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":12},{\\\"key\\\":\\\"remote-containers.openAttachDevContainerFile\\\",\\\"value\\\":13},{\\\"key\\\":\\\"remote-containers.cleanUpDevContainers\\\",\\\"value\\\":14},{\\\"key\\\":\\\"remote-containers.attachToRunningContainer\\\",\\\"value\\\":18},{\\\"key\\\":\\\"remote-containers.rebuildAndReopenInContainer\\\",\\\"value\\\":36},{\\\"key\\\":\\\"remote-containers.openDevContainerFile\\\",\\\"value\\\":37},{\\\"key\\\":\\\"workbench.action.openRemoteSettings\\\",\\\"value\\\":38},{\\\"key\\\":\\\"remote-containers.installUserCLI\\\",\\\"value\\\":40},{\\\"key\\\":\\\"remote-containers.revealLogTerminal\\\",\\\"value\\\":41},{\\\"key\\\":\\\"git.push\\\",\\\"value\\\":44},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":45},{\\\"key\\\":\\\"editor.action.inspectTMScopes\\\",\\\"value\\\":53},{\\\"key\\\":\\\"extension.runSimulator\\\",\\\"value\\\":59},{\\\"key\\\":\\\"playdate-debug.runEditorContents\\\",\\\"value\\\":61},{\\\"key\\\":\\\"workbench.extensions.action.installVSIX\\\",\\\"value\\\":62},{\\\"key\\\":\\\"workbench.profiles.actions.switchProfile\\\",\\\"value\\\":63},{\\\"key\\\":\\\"workbench.action.openRawDefaultSettings\\\",\\\"value\\\":65},{\\\"key\\\":\\\"workbench.action.inspectKeyMappingsJSON\\\",\\\"value\\\":72},{\\\"key\\\":\\\"remote-containers.rebuildContainer\\\",\\\"value\\\":78},{\\\"key\\\":\\\"remote-containers.rebuildContainerNoCache\\\",\\\"value\\\":79},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":84},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":85},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":88}]}\",\"commandPalette.mru.counter\":\"89\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"ces/skipSurvey\":\"1.81.1\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f616664632d73746174696f6e732d31222c2273657474696e6773223a7b22636f6e74657874223a226f7262737461636b227d7d.552280763\":\"[]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"yaml\\\":[\\\"github.vscode-github-actions\\\"],\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"plaintext\\\":[\\\"vue.volar\\\"]}\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"test-explorer\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"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}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"suggestion\\\",\\\"go to fi\\\",\\\"go to file\\\",\\\"search al\\\",\\\"search all\\\",\\\"search\\\",\\\"\\\\\\\"shift+cmd+f\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+f backspace\\\\\\\"\\\",\\\"\\\\\\\"backspace shift+cmd+e\\\\\\\"\\\",\\\"\\\\\\\"backspace backspace\\\\\\\"\\\",\\\"\\\\\\\"space\\\\\\\"\\\",\\\"\\\\\\\"space cmd\\\\\\\"\\\",\\\"\\\\\\\"space shift+cmd\\\\\\\"\\\",\\\"\\\\\\\"space shift+cmd+e\\\\\\\"\\\",\\\"\\\\\\\"shift\\\\\\\"\\\",\\\"\\\\\\\"cmd+e\\\\\\\"\\\",\\\"\\\\\\\"cmd+e shift+cmd+e\\\\\\\"\\\",\\\"\\\\\\\"backspace cmd\\\\\\\"\\\",\\\"\\\\\\\"cmd\\\\\\\"\\\",\\\"\\\\\\\"shift+e\\\\\\\"\\\",\\\"\\\\\\\"shift+e cmd\\\\\\\"\\\",\\\"\\\\\\\"shift+e shift\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+e\\\\\\\"\\\",\\\"escape\\\",\\\"\\\\\\\"ctrl+j\\\\\\\"\\\",\\\"break\\\",\\\"run\\\",\\\"run and \\\",\\\"debug\\\",\\\"debug test\\\",\\\"%\\\",\\\"\\\\\\\"shift+5\\\\\\\"\\\",\\\"\\\\\\\"shift+5 enter\\\\\\\"\\\",\\\"\\\\\\\"backspace\\\\\\\"\\\",\\\"@command:remote-containers.rebuildAndReopenInContainer\\\",\\\"gT\\\",\\\"toggle\\\",\\\"toggle pan\\\",\\\"toggle panel\\\"]}\",\"workbench.view.extension.postgres-explorer.state.hidden\":\"[{\\\"id\\\":\\\"postgres\\\",\\\"isHidden\\\":false}]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.82.1\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f616664632d73706f6e67652d31222c2273657474696e6773223a7b22636f6e74657874223a226f7262737461636b227d7d.552280763\":\"[]\",\"remote.tunnels.toRestore.dev-container+7b22686f737450617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73706f6e6765222c226c6f63616c446f636b6572223a66616c73652c2273657474696e6773223a7b22636f6e74657874223a226f7262737461636b227d2c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73706f6e67652f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73706f6e67652f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73706f6e67652f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d.552280763\":\"[{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":80,\\\"localPort\\\":63384,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:63384\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:63384\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53,\\\"localPort\\\":63385,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:63385\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:63385\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"gitlens+-jtmkrueger\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"remote.tunnels.toRestore.dev-container+7b22686f737450617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73746174696f6e73222c226c6f63616c446f636b6572223a66616c73652c2273657474696e6773223a7b22636f6e74657874223a226f7262737461636b227d2c22636f6e66696746696c65223a7b22246d6964223a312c22667350617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73746174696f6e732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2265787465726e616c223a2266696c653a2f2f2f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73746174696f6e732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c2270617468223a222f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73746174696f6e732f2e646576636f6e7461696e65722f646576636f6e7461696e65722e6a736f6e222c22736368656d65223a2266696c65227d7d.552280763\":\"[{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":80,\\\"localPort\\\":49272,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:49272\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:49272\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53,\\\"localPort\\\":49273,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:49273\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:49273\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.dev-container+2f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73746174696f6e73.552280763\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53,\\\"localPort\\\":49642,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:49642\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:49642\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"remote.tunnels.toRestore.dev-container+2f55736572732f6a6b7275656765722f436f64652f616664632f617070732f73706f6e6765.552280763\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":53,\\\"localPort\\\":61480,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:61480\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:61480\\\"},\\\"hasRunningProcess\\\":true,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":3000,\\\"localPort\\\":3000,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"localhost:3000\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:3000\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":3036,\\\"localPort\\\":3036,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:3036\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:3036\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":40259,\\\"localPort\\\":40259,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:40259\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:40259\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36631,\\\"localPort\\\":36631,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36631\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36631\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":9515,\\\"localPort\\\":9515,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:9515\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:9515\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43544,\\\"localPort\\\":43544,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43544\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43544\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":34497,\\\"localPort\\\":34497,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:34497\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:34497\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42345,\\\"localPort\\\":42345,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42345\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42345\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":39516,\\\"localPort\\\":39516,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:39516\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:39516\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36711,\\\"localPort\\\":36711,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36711\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36711\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":43295,\\\"localPort\\\":43295,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:43295\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:43295\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36751,\\\"localPort\\\":36751,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36751\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36751\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":32860,\\\"localPort\\\":32860,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:32860\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:32860\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":32859,\\\"localPort\\\":32859,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:32859\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:32859\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":37911,\\\"localPort\\\":37911,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:37911\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:37911\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":45499,\\\"localPort\\\":45499,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:45499\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:45499\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":39871,\\\"localPort\\\":39871,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:39871\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:39871\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":33776,\\\"localPort\\\":33776,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:33776\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:33776\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42337,\\\"localPort\\\":42337,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42337\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42337\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":42986,\\\"localPort\\\":42986,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:42986\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:42986\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":35621,\\\"localPort\\\":35621,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:35621\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:35621\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"},{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":36299,\\\"localPort\\\":36299,\\\"closeable\\\":true,\\\"localAddress\\\":\\\"127.0.0.1:36299\\\",\\\"protocol\\\":\\\"http\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:36299\\\"},\\\"hasRunningProcess\\\":false,\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"},\\\"privacy\\\":\\\"private\\\"}]\",\"workbench.view.sync.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.sync.conflicts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\",\"workbench.panel.chatSidebar.copilot.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"erb.json/ERB tag\\\",1700577002489],[\\\"erb.json/Interpolated ERB tag\\\",1700681771355]]\",\"javascript.1.editedCount\":\"9\",\"javascript.1.editedDate\":\"Thu Nov 16 2023\",\"typescript.1.editedCount\":\"5\",\"typescript.1.editedDate\":\"Tue Nov 14 2023\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"extensionsAssistant/deprecated\":\"[\\\"wingrunr21.vscode-ruby\\\"]\",\"tabs-list-width-horizontal\":\"97\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.sidebar.f7aa32f6-6bc7-4696-b18d-b72df2dccc8b\\\":0,\\\"workbench.views.service.sidebar.f5105ff1-2d8c-4020-932c-f55314fd2195\\\":0},\\\"viewLocations\\\":{\\\"timeline\\\":\\\"workbench.views.service.sidebar.f7aa32f6-6bc7-4696-b18d-b72df2dccc8b\\\",\\\"outline\\\":\\\"workbench.views.service.sidebar.f5105ff1-2d8c-4020-932c-f55314fd2195\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.views.service.sidebar.f7aa32f6-6bc7-4696-b18d-b72df2dccc8b.state.hidden\":\"[{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.sidebar.f5105ff1-2d8c-4020-932c-f55314fd2195.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false}]\",\"remote.tunnelsView.autoForwardNeverShow\":\"true\",\"remote.tunnels.toRestore.dev-container+2f55736572732f6a6b7275656765722f436f64652f6570616374.552280763\":\"[]\",\"workbench.activity.showAccounts\":\"false\"}}"}