Skip to content

Instantly share code, notes, and snippets.

@macx
Last active November 28, 2024 09:13
Show Gist options
  • Save macx/c4afc6441561cf8e021d104eed0de505 to your computer and use it in GitHub Desktop.
Save macx/c4afc6441561cf8e021d104eed0de505 to your computer and use it in GitHub Desktop.
VS Code Profile for Beginners
{"name":"HAWK-GT1191","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"Night Owl Light\\\",\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.fontSize\\\": 15,\\n \\\"window.zoomLevel\\\": 0,\\n \\\"editor.stickyScroll.enabled\\\": true,\\n \\\"editor.bracketPairColorization.independentColorPoolPerBracketType\\\": true,\\n \\\"editor.guides.bracketPairs\\\": true,\\n \\\"editor.wordWrapColumn\\\": 90,\\n \\\"editor.lineHeight\\\": 1.5,\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"emmet.showSuggestionsAsSnippets\\\": true,\\n \\\"prettier.bracketSameLine\\\": true,\\n \\\"prettier.singleQuote\\\": true,\\n \\\"prettier.printWidth\\\": 90,\\n \\\"terminal.integrated.fontSize\\\": 16,\\n \\\"indentRainbow.colors\\\": [\\n \\\"rgba(255,255,64,0.07)\\\",\\n \\\"rgba(127,255,127,0.07)\\\",\\n \\\"rgba(255,127,255,0.07)\\\",\\n \\\"rgba(79,236,236,0.07)\\\"\\n ],\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"editor.minimap.scale\\\": 2,\\n \\\"editor.minimap.renderCharacters\\\": false,\\n \\\"editor.minimap.autohide\\\": true\\n}\\n\"}","keybindings":"{\"keybindings\":\"// Platzieren Sie Ihre Tastenzuordnungen in dieser Datei, um die Standardwerte zu überschreiben.\\n[\\n // Toggle between terminal and editor focus\\n { \\\"key\\\": \\\"ctrl+oem_3\\\", \\\"command\\\": \\\"workbench.action.terminal.focus\\\" },\\n {\\n \\\"key\\\": \\\"ctrl+oem_3\\\",\\n \\\"command\\\": \\\"workbench.action.focusActiveEditorGroup\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+w\\\",\\n \\\"command\\\": \\\"editor.emmet.action.wrapIndividualLinesWithAbbreviation\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Backquote]\\\",\\n \\\"command\\\": \\\"-editor.action.inPlaceReplace.down\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Backquote]\\\",\\n \\\"command\\\": \\\"-breadcrumbs.focusAndSelect\\\",\\n \\\"when\\\": \\\"breadcrumbsPossible\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Backquote]\\\",\\n \\\"command\\\": \\\"-breadcrumbs.toggleToOn\\\",\\n \\\"when\\\": \\\"!config.breadcrumbs.enabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+[Equal]\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.toggleTerminal\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Backquote]\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.toggleTerminal\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+left\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.resizePaneLeft\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+right\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.resizePaneRight\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+down\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.resizePaneDown\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+down\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToBelowGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+up\\\",\\n \\\"command\\\": \\\"workbench.action.moveEditorToAboveGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+up\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.resizePaneUp\\\",\\n \\\"when\\\": \\\"terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+left\\\",\\n \\\"command\\\": \\\"editor.action.moveCarretLeftAction\\\",\\n \\\"when\\\": \\\"editorHasSelection && editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+right\\\",\\n \\\"command\\\": \\\"editor.action.moveCarretRightAction\\\",\\n \\\"when\\\": \\\"editorHasSelection && editorTextFocus\\\"\\n }\\n]\",\"platform\":1}","snippets":"{\"snippets\":{\"html.json\":\"{\\n\\t// Place your snippets for html 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}\",\"scss.json\":\"{\\n // Place your snippets for scss here. Each snippet is defined under a snippet name and has a prefix, body and\\n // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the\\n // same ids are connected.\\n // Example:\\n // \\\"Print to console\\\": {\\n // \\t\\\"prefix\\\": \\\"log\\\",\\n // \\t\\\"body\\\": [\\n // \\t\\t\\\"console.log('$1');\\\",\\n // \\t\\t\\\"$2\\\"\\n // \\t],\\n // \\t\\\"description\\\": \\\"Log output to console\\\"\\n // }\\n \\\"section\\\": {\\n \\\"prefix\\\": \\\"sec\\\",\\n \\\"body\\\": [\\n \\\"/*\\\",\\n \\\"┌──────────────────────────────────┐\\\",\\n \\\" $1\\\",\\n \\\"└──────────────────────────────────┘\\\",\\n \\\"*/\\\",\\n \\\"\\\",\\n \\\"$2\\\"\\n ],\\n \\\"description\\\": \\\"Section\\\"\\n },\\n \\\"border-1px\\\": {\\n \\\"prefix\\\": \\\"b1px\\\",\\n \\\"body\\\": [\\\"border: 1px solid red;\\\", \\\"$2\\\"],\\n \\\"description\\\": \\\"Border: 1px\\\"\\n },\\n \\\"border-10px\\\": {\\n \\\"prefix\\\": \\\"b10px\\\",\\n \\\"body\\\": [\\\"border: 10px solid orange;\\\", \\\"$2\\\"],\\n \\\"description\\\": \\\"Border: 10px\\\"\\n },\\n \\\"Prettier ignore\\\": {\\n \\\"prefix\\\": \\\"prettier\\\",\\n \\\"body\\\": [\\\"/* prettier-ignore */\\\", \\\"\\\"],\\n \\\"description\\\": \\\"A CSS comment of /* prettier-ignore */ will exclude the next node in the abstract syntax tree from formatting.\\\"\\n }\\n}\\n\"}}","extensions":"[{\"identifier\":{\"id\":\"bierner.markdown-preview-github-styles\",\"uuid\":\"5cbdf58a-694a-4aba-af08-61d00842eb03\"},\"displayName\":\"Markdown Preview Github Styling\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"cipchk.cssrem\",\"uuid\":\"a0e969a7-a8a4-4958-8b82-ad690ebfa5c0\"},\"displayName\":\"px to rem & rpx & vw (cssrem)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"displayName\":\"HTML CSS Support\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"displayName\":\"GitHub Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"kamikillerto.vscode-colorize\",\"uuid\":\"445ba381-f232-4150-9056-d790bd76d698\"},\"displayName\":\"colorize\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-ceintl.vscode-language-pack-de\",\"uuid\":\"bf2ad3a8-0475-49ea-8851-4e9e8074a4f2\"},\"displayName\":\"German Language Pack for Visual Studio Code\",\"applicationScoped\":true},{\"identifier\":{\"id\":\"ms-vscode.live-server\",\"uuid\":\"4eae7368-ec63-429d-8449-57a7df5e2117\"},\"displayName\":\"Live Preview\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"},\"applicationScoped\":false},{\"identifier\":{\"id\":\"sdras.night-owl\",\"uuid\":\"e58f546c-babc-455f-a265-ba40dbd140d4\"},\"displayName\":\"Night Owl\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"syler.sass-indented\",\"uuid\":\"466468c3-1861-4ad1-bf3e-f9ad46545ebb\"},\"displayName\":\"Sass (.sass only)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"wesbos.theme-cobalt2\",\"uuid\":\"fb374ce1-5343-46c8-a425-900fdad15523\"},\"displayName\":\"Cobalt2 Theme Official\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"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.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.vscodeWorkspaceSwitcherViewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.snyk\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.browser-preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.codestream-activitybar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":false,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.panel.8de6756b-867f-430a-b6e1-d0c03d2bc835\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.panel.1fb03ebf-e181-47d9-b14a-7ae5a6df32f0\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.auxiliarybar.9ef8dc21-bb5c-4ddc-923b-609491f01b2f.state.hidden\":\"[{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.1fd7d524-35f6-4f7d-bcb7-65601243066b\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.chatEditing\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.panel.chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.9ef8dc21-bb5c-4ddc-923b-609491f01b2f\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.f3fa3ede-2697-416f-b77e-37d2f0f23cda\\\",\\\"pinned\\\":true,\\\"visible\\\":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\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflowExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflowTags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"gitlens.views.scm.grouped\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vueComponentPreview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.targets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-edge-devtools-view.help-links\\\",\\\"isHidden\\\":false},{\\\"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\\\":\\\"quokkaValueExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"angular-schematics\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflow.views.main\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflow.views.feature\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflow.views.release\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxConsole.views.angular-welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"logged-out-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"free-trial-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"url-bar\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"quick-launch-devices\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"trending-devices\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"other-settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequestWebview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesFiles\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesCommits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.patchDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"angular-schematics-pro-edition\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codesnap.snapView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"xmlTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:conflictResolution\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"houston.hello\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilot-chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCloudOnboarding\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubernetes.localDevExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubectlExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudRunExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apiExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.dataprocExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.notebookExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.bigQueryDatasetExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.secretsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apigee.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gcfExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.awsLambdaImporterExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudStorageExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.sourceProtectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.mcdcSources\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.helpAndFeedbackExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.gemini.chatView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"notifications:github\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:conflictResolution\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitflow-explorer.state.hidden\":\"[{\\\"id\\\":\\\"gitflow.views.main\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflow.views.feature\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitflow.views.release\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs sdras-night-owl-themes-Night-Owl-Light-color-theme-json\\\",\\\"label\\\":\\\"Night Owl Light\\\",\\\"settingsId\\\":\\\"Night Owl Light\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#a2bffc\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"markup.changed\\\",\\\"meta.diff.header.git\\\",\\\"meta.diff.header.from-file\\\",\\\"meta.diff.header.to-file\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#EF535090\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6ff\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"background\\\":\\\"#011627\\\",\\\"foreground\\\":\\\"#403f53\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#989fb1\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c96765\\\"},\\\"scope\\\":[\\\"string.quoted\\\",\\\"variable.other.readwrite.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"constant.character.numeric\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"constant.language\\\",\\\"punctuation.definition.constant\\\",\\\"variable.other.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5ca7e4\\\"},\\\"scope\\\":[\\\"string.regexp\\\",\\\"string.regexp keyword.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5f7e97\\\"},\\\"scope\\\":\\\"meta.function punctuation.separator.comma\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"punctuation.accessor\\\",\\\"keyword\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"storage\\\",\\\"meta.var.expr\\\",\\\"meta.class meta.method.declaration meta.var.expr storage.type.js\\\",\\\"storage.type.property.js\\\",\\\"storage.type.property.ts\\\",\\\"storage.type.property.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"storage.type.function.arrow.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"meta.class entity.name.type.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag\\\",\\\"meta.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\",\\\"meta.tag.other.html\\\",\\\"meta.tag.other.js\\\",\\\"meta.tag.other.tsx\\\",\\\"entity.name.tag.tsx\\\",\\\"entity.name.tag.js\\\",\\\"entity.name.tag\\\",\\\"meta.tag.js\\\",\\\"meta.tag.tsx\\\",\\\"meta.tag.html\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"entity.name.tag.custom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"support.function\\\",\\\"support.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"support.constant.meta.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"support.type\\\",\\\"support.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"support.variable.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff2c83\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d3423e\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"keyword.operator.assignment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"keyword.operator.increment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"keyword.operator.ternary\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#939dbb\\\"},\\\"scope\\\":\\\"comment.line.double-slash\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cdebf7\\\"},\\\"scope\\\":\\\"object\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":\\\"constant.language.null\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"meta.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"meta.delimiter.period\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"punctuation.definition.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":\\\"punctuation.definition.string.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":\\\"constant.language.boolean\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"object.comma\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"support.type.vendor.property-name\\\",\\\"support.constant.vendor.property-value\\\",\\\"support.type.property-name\\\",\\\"meta.property-list entity.name.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#57eaf1\\\"},\\\"scope\\\":\\\"meta.property-list entity.name.tag.reference\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"constant.other.color.rgb-value punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"constant.other.color\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"meta.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.tag.doctype\\\",\\\"meta.tag.sgml.doctype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"keyword.control.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"variable.instance\\\",\\\"variable.other.instance\\\",\\\"variable.readwrite.instance\\\",\\\"variable.other.readwrite.instance\\\",\\\"variable.other.property\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"variable.other.object.property\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"variable.other.object.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"keyword.operator.comparison\\\",\\\"keyword.control.flow.js\\\",\\\"keyword.control.flow.ts\\\",\\\"keyword.control.flow.tsx\\\",\\\"keyword.control.ruby\\\",\\\"keyword.control.module.ruby\\\",\\\"keyword.control.class.ruby\\\",\\\"keyword.control.def.ruby\\\",\\\"keyword.control.loop.js\\\",\\\"keyword.control.loop.ts\\\",\\\"keyword.control.import.js\\\",\\\"keyword.control.import.ts\\\",\\\"keyword.control.import.tsx\\\",\\\"keyword.control.from.js\\\",\\\"keyword.control.from.ts\\\",\\\"keyword.control.from.tsx\\\",\\\"keyword.operator.instanceof.js\\\",\\\"keyword.operator.expression.instanceof.ts\\\",\\\"keyword.operator.expression.instanceof.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"keyword.control.conditional.js\\\",\\\"keyword.control.conditional.ts\\\",\\\"keyword.control.switch.js\\\",\\\"keyword.control.switch.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"support.constant\\\",\\\"keyword.other.special-method\\\",\\\"keyword.other.new\\\",\\\"keyword.other.debugger\\\",\\\"keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BD649\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c96765\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"support.variable.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"variable.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ec5f67\\\"},\\\"scope\\\":\\\"variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"meta.function-call\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d3423e\\\"},\\\"scope\\\":\\\"punctuation.section.embedded\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"punctuation.terminator.expression\\\",\\\"punctuation.definition.arguments\\\",\\\"punctuation.definition.array\\\",\\\"punctuation.section.array\\\",\\\"meta.array\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"punctuation.definition.list.begin\\\",\\\"punctuation.definition.list.end\\\",\\\"punctuation.separator.arguments\\\",\\\"punctuation.definition.list\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d3423e\\\"},\\\"scope\\\":\\\"string.template meta.template.expression\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"string.template punctuation.definition.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#697098\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"quote\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#31e1eb\\\"},\\\"scope\\\":\\\"variable.assignment.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"variable.parameter.function.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"variable.assignment.coffee\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"variable.other.readwrite.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"entity.name.type.class.cs\\\",\\\"storage.type.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c96765\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.tag.css\\\",\\\"entity.name.tag.less\\\",\\\"entity.name.tag.custom.css\\\",\\\"support.constant.property-value.css\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"entity.name.tag.wildcard.css\\\",\\\"entity.name.tag.wildcard.less\\\",\\\"entity.name.tag.wildcard.scss\\\",\\\"entity.name.tag.wildcard.sass\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"keyword.other.unit.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":[\\\"meta.attribute-selector.css entity.other.attribute-name.attribute\\\",\\\"variable.other.readwrite.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"source.elixir support.type.elixir\\\",\\\"source.elixir meta.module.elixir entity.name.class.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"source.elixir entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"source.elixir constant.other.symbol.elixir\\\",\\\"source.elixir constant.other.keywords.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"source.elixir punctuation.definition.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"source.elixir variable.other.readwrite.module.elixir\\\",\\\"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"source.elixir .punctuation.binary.elixir\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"constant.keyword.clojure\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"source.go meta.function-call.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"source.go keyword.package.go\\\",\\\"source.go keyword.import.go\\\",\\\"source.go keyword.function.go\\\",\\\"source.go keyword.type.go\\\",\\\"source.go keyword.struct.go\\\",\\\"source.go keyword.interface.go\\\",\\\"source.go keyword.const.go\\\",\\\"source.go keyword.var.go\\\",\\\"source.go keyword.map.go\\\",\\\"source.go keyword.channel.go\\\",\\\"source.go keyword.control.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":[\\\"source.go constant.language.go\\\",\\\"source.go constant.other.placeholder.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969bff\\\"},\\\"scope\\\":[\\\"entity.name.function.preprocessor.cpp\\\",\\\"entity.scope.name.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"meta.namespace-block.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":[\\\"storage.type.language.primitive.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"meta.preprocessor.macro.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"variable.parameter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"variable.other.readwrite.powershell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969bff\\\"},\\\"scope\\\":[\\\"support.function.powershell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"punctuation.definition.tag.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"meta.tag.sgml.doctype.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"meta.class entity.name.type.class.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"meta.method.declaration storage.type.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"terminator.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"meta.js punctuation.definition.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5f7e97\\\"},\\\"scope\\\":[\\\"entity.name.type.instance.jsdoc\\\",\\\"entity.name.type.instance.phpdoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#78ccf0\\\"},\\\"scope\\\":[\\\"variable.other.jsdoc\\\",\\\"variable.other.phpdoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.other.meta.import.js\\\",\\\"meta.import.js variable.other\\\",\\\"variable.other.meta.export.js\\\",\\\"meta.export.js variable.other\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7986E7\\\"},\\\"scope\\\":\\\"variable.parameter.function.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.other.object.js\\\",\\\"variable.other.object.jsx\\\",\\\"variable.object.property.js\\\",\\\"variable.object.property.jsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.js\\\",\\\"variable.other.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.type.js\\\",\\\"entity.name.type.module.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"support.class.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c789d6\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.value.json string.quoted.double\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"string.quoted.double.json punctuation.definition.string.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.json meta.structure.dictionary.value constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"variable.other.object.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.other.ruby\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c96765\\\"},\\\"scope\\\":[\\\"entity.name.type.class.ruby\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"constant.language.symbol.hashkey.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":\\\"entity.name.tag.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"keyword.other.unit.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"meta.attribute-selector.less entity.other.attribute-name.attribute\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"markup.heading.markdown\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#697098\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff869a\\\"},\\\"scope\\\":[\\\"markup.underline.link.markdown\\\",\\\"markup.underline.link.image.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"string.other.link.title.markdown\\\",\\\"string.other.link.description.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.markdown\\\",\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"meta.link.inline.markdown punctuation.definition.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"variable.other.php\\\",\\\"variable.other.property.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"support.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"meta.function-call.php punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"variable.other.global.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"variable.other.global.php punctuation.definition.variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#bc5454\\\"},\\\"scope\\\":\\\"constant.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"variable.parameter.function.python\\\",\\\"meta.function-call.arguments.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"meta.function-call.python\\\",\\\"meta.function-call.generic.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":\\\"punctuation.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"entity.name.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":\\\"source.python variable.language.special\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"variable.scss\\\",\\\"variable.sass\\\",\\\"variable.parameter.url.scss\\\",\\\"variable.parameter.url.sass\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"source.css.scss meta.at-rule variable\\\",\\\"source.css.sass meta.at-rule variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"source.css.scss meta.at-rule variable\\\",\\\"source.css.sass meta.at-rule variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\"},\\\"scope\\\":[\\\"meta.attribute-selector.scss entity.other.attribute-name.attribute\\\",\\\"meta.attribute-selector.sass entity.other.attribute-name.attribute\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0c969b\\\"},\\\"scope\\\":[\\\"entity.name.tag.scss\\\",\\\"entity.name.tag.sass\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994cc3\\\"},\\\"scope\\\":[\\\"keyword.other.unit.scss\\\",\\\"keyword.other.unit.sass\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.other.readwrite.alias.ts\\\",\\\"variable.other.readwrite.alias.tsx\\\",\\\"variable.other.readwrite.ts\\\",\\\"variable.other.readwrite.tsx\\\",\\\"variable.other.object.ts\\\",\\\"variable.other.object.tsx\\\",\\\"variable.object.property.ts\\\",\\\"variable.object.property.tsx\\\",\\\"variable.other.ts\\\",\\\"variable.other.tsx\\\",\\\"variable.tsx\\\",\\\"variable.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"entity.name.type.ts\\\",\\\"entity.name.type.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"support.class.node.ts\\\",\\\"support.class.node.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5f7e97\\\"},\\\"scope\\\":[\\\"meta.type.parameters.ts entity.name.type\\\",\\\"meta.type.parameters.tsx entity.name.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"meta.import.ts punctuation.definition.block\\\",\\\"meta.import.tsx punctuation.definition.block\\\",\\\"meta.export.ts punctuation.definition.block\\\",\\\"meta.export.tsx punctuation.definition.block\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"meta.decorator punctuation.decorator.ts\\\",\\\"meta.decorator punctuation.decorator.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":\\\"meta.tag.js meta.jsx.children.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"entity.name.tag.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"variable.other.readwrite.js\\\",\\\"variable.parameter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#aa0982\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"support.class.component.js\\\",\\\"support.class.component.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#403f53\\\"},\\\"scope\\\":[\\\"meta.jsx.children\\\",\\\"meta.jsx.children.js\\\",\\\"meta.jsx.children.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":\\\"meta.class entity.name.type.class.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#111111\\\"},\\\"scope\\\":[\\\"entity.name.type.tsx\\\",\\\"entity.name.type.module.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#994CC3\\\"},\\\"scope\\\":[\\\"meta.class.ts meta.var.expr.ts storage.type.ts\\\",\\\"meta.class.tsx meta.var.expr.tsx storage.type.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4876d6\\\"},\\\"scope\\\":[\\\"meta.method.declaration storage.type.ts\\\",\\\"meta.method.declaration storage.type.tsx\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"meta.property-list.css meta.property-value.css variable.other.less\\\",\\\"meta.property-list.scss variable.scss\\\",\\\"meta.property-list.sass variable.sass\\\",\\\"meta.brace\\\",\\\"keyword.operator.operator\\\",\\\"keyword.operator.or.regexp\\\",\\\"keyword.operator.expression.in\\\",\\\"keyword.operator.relational\\\",\\\"keyword.operator.assignment\\\",\\\"keyword.operator.comparison\\\",\\\"keyword.operator.type\\\",\\\"keyword.operator\\\",\\\"keyword\\\",\\\"punctuation.definintion.string\\\",\\\"punctuation\\\",\\\"variable.other.readwrite.js\\\",\\\"storage.type\\\",\\\"source.css\\\",\\\"string.quoted\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"sdras.night-owl\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"night-owl\\\",\\\"_extensionPublisher\\\":\\\"sdras\\\"},\\\"themeSemanticHighlighting\\\":false,\\\"colorMap\\\":{\\\"foreground\\\":\\\"#403f53\\\",\\\"focusBorder\\\":\\\"#93a1a1\\\",\\\"errorForeground\\\":\\\"#403f53\\\",\\\"selection.background\\\":\\\"#7a8181ad\\\",\\\"descriptionForeground\\\":\\\"#403f53\\\",\\\"widget.shadow\\\":\\\"#d9d9d9\\\",\\\"titleBar.activeBackground\\\":\\\"#f0f0f0\\\",\\\"notifications.background\\\":\\\"#f0f0f0\\\",\\\"notifications.foreground\\\":\\\"#403f53\\\",\\\"notificationLink.foreground\\\":\\\"#994cc3\\\",\\\"notifications.border\\\":\\\"#cccccc\\\",\\\"notificationCenter.border\\\":\\\"#cccccc\\\",\\\"notificationToast.border\\\":\\\"#cccccc\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#403f53\\\",\\\"notificationCenterHeader.background\\\":\\\"#f0f0f0\\\",\\\"button.background\\\":\\\"#2aa298\\\",\\\"button.foreground\\\":\\\"#f0f0f0\\\",\\\"dropdown.background\\\":\\\"#f0f0f0\\\",\\\"dropdown.foreground\\\":\\\"#403f53\\\",\\\"dropdown.border\\\":\\\"#d9d9d9\\\",\\\"input.background\\\":\\\"#f0f0f0\\\",\\\"input.foreground\\\":\\\"#403f53\\\",\\\"input.border\\\":\\\"#d9d9d9\\\",\\\"input.placeholderForeground\\\":\\\"#93a1a1\\\",\\\"inputOption.activeBorder\\\":\\\"#2aa298\\\",\\\"inputValidation.infoBorder\\\":\\\"#d0d0d0\\\",\\\"inputValidation.infoBackground\\\":\\\"#f0f0f0\\\",\\\"inputValidation.warningBackground\\\":\\\"#daaa01\\\",\\\"inputValidation.warningBorder\\\":\\\"#e0af02\\\",\\\"inputValidation.errorBackground\\\":\\\"#f76e6e\\\",\\\"inputValidation.errorBorder\\\":\\\"#de3d3b\\\",\\\"badge.background\\\":\\\"#2aa298\\\",\\\"badge.foreground\\\":\\\"#f0f0f0\\\",\\\"progressBar.background\\\":\\\"#2aa298\\\",\\\"list.activeSelectionBackground\\\":\\\"#d3e8f8\\\",\\\"list.activeSelectionForeground\\\":\\\"#403f53\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#e0e7ea\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#403f53\\\",\\\"list.focusBackground\\\":\\\"#d3e8f8\\\",\\\"list.hoverBackground\\\":\\\"#d3e8f8\\\",\\\"list.focusForeground\\\":\\\"#403f53\\\",\\\"list.hoverForeground\\\":\\\"#403f53\\\",\\\"list.highlightForeground\\\":\\\"#403f53\\\",\\\"list.errorForeground\\\":\\\"#e64d49\\\",\\\"list.warningForeground\\\":\\\"#daaa01\\\",\\\"activityBar.background\\\":\\\"#f0f0f0\\\",\\\"activityBar.foreground\\\":\\\"#403f53\\\",\\\"activityBar.dropBackground\\\":\\\"#d0d0d0\\\",\\\"activityBarBadge.background\\\":\\\"#403f53\\\",\\\"activityBarBadge.foreground\\\":\\\"#f0f0f0\\\",\\\"activityBar.border\\\":\\\"#f0f0f0\\\",\\\"sideBar.background\\\":\\\"#f0f0f0\\\",\\\"sideBar.foreground\\\":\\\"#403f53\\\",\\\"sideBarTitle.foreground\\\":\\\"#403f53\\\",\\\"sideBar.border\\\":\\\"#f0f0f0\\\",\\\"scrollbar.shadow\\\":\\\"#cccccc\\\",\\\"tab.border\\\":\\\"#f0f0f0\\\",\\\"tab.activeBackground\\\":\\\"#f6f6f6\\\",\\\"tab.activeForeground\\\":\\\"#403f53\\\",\\\"tab.inactiveForeground\\\":\\\"#403f53\\\",\\\"tab.inactiveBackground\\\":\\\"#f0f0f0\\\",\\\"editorGroup.border\\\":\\\"#f0f0f0\\\",\\\"editorGroup.background\\\":\\\"#f6f6f6\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#f0f0f0\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#f0f0f0\\\",\\\"editorGroupHeader.noTabsBackground\\\":\\\"#f0f0f0\\\",\\\"tab.activeModifiedBorder\\\":\\\"#2aa298\\\",\\\"tab.inactiveModifiedBorder\\\":\\\"#93a1a1\\\",\\\"tab.unfocusedActiveModifiedBorder\\\":\\\"#93a1a1\\\",\\\"tab.unfocusedInactiveModifiedBorder\\\":\\\"#93a1a1\\\",\\\"editor.background\\\":\\\"#fbfbfb\\\",\\\"editor.foreground\\\":\\\"#403f53\\\",\\\"editorCursor.foreground\\\":\\\"#90a7b2\\\",\\\"editorLineNumber.foreground\\\":\\\"#90a7b2\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#403f53\\\",\\\"editor.selectionBackground\\\":\\\"#e0e0e0\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#339cec33\\\",\\\"editor.wordHighlightBackground\\\":\\\"#339cec33\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#007dd659\\\",\\\"editor.findMatchBackground\\\":\\\"#93a1a16c\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#93a1a16c\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#7497a633\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#339cec33\\\",\\\"editor.lineHighlightBackground\\\":\\\"#f0f0f0\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#7497a633\\\",\\\"editorWhitespace.foreground\\\":\\\"#d9d9d9\\\",\\\"editorIndentGuide.background\\\":\\\"#d9d9d9\\\",\\\"editorCodeLens.foreground\\\":\\\"#403f53\\\",\\\"editorBracketMatch.background\\\":\\\"#d3e8f8\\\",\\\"editorBracketMatch.border\\\":\\\"#2aa298\\\",\\\"editorError.foreground\\\":\\\"#e64d49\\\",\\\"editorError.border\\\":\\\"#fbfbfb\\\",\\\"editorWarning.foreground\\\":\\\"#daaa01\\\",\\\"editorWarning.border\\\":\\\"#daaa01\\\",\\\"editorGutter.addedBackground\\\":\\\"#49d0c5\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#6fbef6\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f76e6e\\\",\\\"editorRuler.foreground\\\":\\\"#d9d9d9\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#e64d49\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#daaa01\\\",\\\"editorWidget.background\\\":\\\"#f0f0f0\\\",\\\"editorWidget.border\\\":\\\"#d9d9d9\\\",\\\"editorSuggestWidget.background\\\":\\\"#f0f0f0\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#403f53\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#403f53\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#d3e8f8\\\",\\\"editorSuggestWidget.border\\\":\\\"#d9d9d9\\\",\\\"editorHoverWidget.background\\\":\\\"#f0f0f0\\\",\\\"editorHoverWidget.border\\\":\\\"#d9d9d9\\\",\\\"debugExceptionWidget.background\\\":\\\"#f0f0f0\\\",\\\"debugExceptionWidget.border\\\":\\\"#d9d9d9\\\",\\\"editorMarkerNavigation.background\\\":\\\"#d0d0d0\\\",\\\"editorMarkerNavigationError.background\\\":\\\"#f76e6e\\\",\\\"editorMarkerNavigationWarning.background\\\":\\\"#daaa01\\\",\\\"debugToolBar.background\\\":\\\"#f0f0f0\\\",\\\"pickerGroup.border\\\":\\\"#d9d9d9\\\",\\\"pickerGroup.foreground\\\":\\\"#403f53\\\",\\\"extensionButton.prominentBackground\\\":\\\"#2aa298\\\",\\\"extensionButton.prominentForeground\\\":\\\"#f0f0f0\\\",\\\"statusBar.background\\\":\\\"#f0f0f0\\\",\\\"statusBar.border\\\":\\\"#f0f0f0\\\",\\\"statusBar.debuggingBackground\\\":\\\"#f0f0f0\\\",\\\"statusBar.debuggingForeground\\\":\\\"#403f53\\\",\\\"statusBar.foreground\\\":\\\"#403f53\\\",\\\"statusBar.noFolderBackground\\\":\\\"#f0f0f0\\\",\\\"statusBar.noFolderForeground\\\":\\\"#403f53\\\",\\\"panel.background\\\":\\\"#f0f0f0\\\",\\\"panel.border\\\":\\\"#d9d9d9\\\",\\\"peekView.border\\\":\\\"#d9d9d9\\\",\\\"peekViewEditor.background\\\":\\\"#f6f6f6\\\",\\\"peekViewEditorGutter.background\\\":\\\"#f6f6f6\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#49d0c5\\\",\\\"peekViewResult.background\\\":\\\"#f0f0f0\\\",\\\"peekViewResult.fileForeground\\\":\\\"#403f53\\\",\\\"peekViewResult.lineForeground\\\":\\\"#403f53\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#49d0c5\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#e0e7ea\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#403f53\\\",\\\"peekViewTitle.background\\\":\\\"#f0f0f0\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#403f53\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#403f53\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#403f53\\\",\\\"terminal.ansiBlack\\\":\\\"#403f53\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#288ed7\\\",\\\"terminal.ansiBlue\\\":\\\"#288ed7\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#2aa298\\\",\\\"terminal.ansiCyan\\\":\\\"#2aa298\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#08916a\\\",\\\"terminal.ansiGreen\\\":\\\"#08916a\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#d6438a\\\",\\\"terminal.ansiMagenta\\\":\\\"#d6438a\\\",\\\"terminal.ansiBrightRed\\\":\\\"#de3d3b\\\",\\\"terminal.ansiRed\\\":\\\"#de3d3b\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#f0f0f0\\\",\\\"terminal.ansiWhite\\\":\\\"#f0f0f0\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#daaa01\\\",\\\"terminal.ansiYellow\\\":\\\"#e0af02\\\",\\\"terminal.background\\\":\\\"#f6f6f6\\\",\\\"terminal.foreground\\\":\\\"#403f53\\\"},\\\"watch\\\":false}\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.extensions.action.showDisabledExtensions\\\",\\\"value\\\":1574},{\\\"key\\\":\\\"workbench.action.reloadWindowWithExtensionsDisabled\\\",\\\"value\\\":1575},{\\\"key\\\":\\\"vscode-edge-devtools.launch\\\",\\\"value\\\":1590},{\\\"key\\\":\\\"vscode-edge-devtools-view.close-instance\\\",\\\"value\\\":1591},{\\\"key\\\":\\\"projectManager.listProjects\\\",\\\"value\\\":1592},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":1593},{\\\"key\\\":\\\"markdown.preview.refresh\\\",\\\"value\\\":1594},{\\\"key\\\":\\\"workbench.action.openWorkspaceSettingsFile\\\",\\\"value\\\":1597},{\\\"key\\\":\\\"prettier.createConfigFile\\\",\\\"value\\\":1626},{\\\"key\\\":\\\"editor.action.formatDocument.none\\\",\\\"value\\\":1627},{\\\"key\\\":\\\"quokka.createJavaScriptFile\\\",\\\"value\\\":1629},{\\\"key\\\":\\\"fileutils.moveFile\\\",\\\"value\\\":1637},{\\\"key\\\":\\\"fileutils.newFile\\\",\\\"value\\\":1644},{\\\"key\\\":\\\"ngrok-for-vscode.editSettings\\\",\\\"value\\\":1646},{\\\"key\\\":\\\"ngrok-for-vscode.stop\\\",\\\"value\\\":1653},{\\\"key\\\":\\\"extension.addDocComments\\\",\\\"value\\\":1654},{\\\"key\\\":\\\"ngrok-for-vscode.start\\\",\\\"value\\\":1660},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":1661},{\\\"key\\\":\\\"workbench.action.editor.changeLanguageMode\\\",\\\"value\\\":1664},{\\\"key\\\":\\\"gitflow.newFeature\\\",\\\"value\\\":1665},{\\\"key\\\":\\\"workbench.action.alignPanelJustify\\\",\\\"value\\\":1672},{\\\"key\\\":\\\"json\\\",\\\"value\\\":1675},{\\\"key\\\":\\\"fileutils.duplicateFile\\\",\\\"value\\\":1750},{\\\"key\\\":\\\"markdown.extension.toc.create\\\",\\\"value\\\":1760},{\\\"key\\\":\\\"gitlens.showSettingsPage\\\",\\\"value\\\":1761},{\\\"key\\\":\\\"projectManager.saveProject\\\",\\\"value\\\":1763},{\\\"key\\\":\\\"workbench.action.evenEditorWidths\\\",\\\"value\\\":1765},{\\\"key\\\":\\\"op-vscode.chooseAccount\\\",\\\"value\\\":1766},{\\\"key\\\":\\\"op-vscode.chooseVault\\\",\\\"value\\\":1767},{\\\"key\\\":\\\"op-vscode.saveValueToItem\\\",\\\"value\\\":1769},{\\\"key\\\":\\\"workbench.view.extension.bard\\\",\\\"value\\\":1781},{\\\"key\\\":\\\"editor.action.removeCommentLine\\\",\\\"value\\\":1816},{\\\"key\\\":\\\"fileutils.renameFile\\\",\\\"value\\\":1828},{\\\"key\\\":\\\"opensshremotes.cleanRemoteServer\\\",\\\"value\\\":1829},{\\\"key\\\":\\\"git.deleteBranch\\\",\\\"value\\\":1836},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":1838},{\\\"key\\\":\\\"workbench.action.openSnippets\\\",\\\"value\\\":1855},{\\\"key\\\":\\\"references-view.showSupertypes\\\",\\\"value\\\":1856},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":1859},{\\\"key\\\":\\\"snapcode.activate\\\",\\\"value\\\":1865},{\\\"key\\\":\\\"codesnapshot.init\\\",\\\"value\\\":1868},{\\\"key\\\":\\\"codesnap-plus.start\\\",\\\"value\\\":1869},{\\\"key\\\":\\\"codesnap.start\\\",\\\"value\\\":1870},{\\\"key\\\":\\\"welcome.showNewFileEntries\\\",\\\"value\\\":1879},{\\\"key\\\":\\\"editor.emmet.action.wrapWithAbbreviation\\\",\\\"value\\\":1900},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":1903},{\\\"key\\\":\\\"workbench.action.selectIconTheme\\\",\\\"value\\\":1904},{\\\"key\\\":\\\"explorer.newFile\\\",\\\"value\\\":1905},{\\\"key\\\":\\\"workbench.profiles.actions.switchProfile\\\",\\\"value\\\":1906},{\\\"key\\\":\\\"workbench.action.files.revert\\\",\\\"value\\\":1907}]}\",\"commandPalette.mru.counter\":\"1908\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false,\\\"order\\\":1}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false,\\\"order\\\":0}]\",\"workbench.telemetryOptOutShown\":\"true\",\"memento/gettingStartedService\":\"{\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"findLanguageExtensions\\\":{\\\"done\\\":true},\\\"findLanguageExtensionsWeb\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"vscjava.vscode-java-pack#javaWelcome#java.showProjectExplorer.inactive\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"ms-vscode-remote.remote-wsl#wslWalkthrough#create.project\\\":{\\\"done\\\":true},\\\"commandPaletteTaskAccessibility\\\":{\\\"done\\\":true}}\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1675674255634\\\",\\\"status.workspaceTrust.ae36b5a596722e7ffba3c10d36f6c03e\\\",\\\"status.workspaceTrust.bbc86190b36d2c84e03950871d6ad076\\\",\\\"status.workspaceTrust.933dff82e806966a96049abddca275d9\\\",\\\"status.workspaceTrust.1675957265486\\\",\\\"status.workspaceTrust.48a00d0b9c025abe2cb1c55e12df6f16\\\",\\\"status.workspaceTrust.782563f6b106c3bff18b31825e7be751\\\",\\\"status.workspaceTrust.c1918c5ce0fbf3bf8bf1a2058a38b4e4\\\",\\\"status.workspaceTrust.c92b526d02c608f00bfb64d0d261edb3\\\",\\\"status.workspaceTrust.fd977a109de984358bebddbc6bf6816c\\\",\\\"status.workspaceTrust.ccdd078fa3a6c811be55aee70145421a\\\",\\\"status.workspaceTrust.1677930624751\\\",\\\"status.workspaceTrust.f29a8117e853b2bde5f0c0ca2cda157d\\\",\\\"status.workspaceTrust.3ab6af0538ad8bb4e5fde82a21596520\\\",\\\"status.workspaceTrust.272efab1bd68ee7e818f2cdc39cedf4c\\\",\\\"status.workspaceTrust.bb153d58c1a154e1422bfd2fbdcfdabd\\\",\\\"status.workspaceTrust.1682059570055\\\",\\\"status.workspaceTrust.1682071599165\\\",\\\"status.workspaceTrust.f1ec6d164ad9968a7c42b6f791dfae1a\\\",\\\"status.workspaceTrust.1682076687019\\\",\\\"status.workspaceTrust.150714ed4f3e6a3cb6ede045a06047b3\\\",\\\"status.workspaceTrust.1682579354684\\\",\\\"status.workspaceTrust.cf555f78558dad260f5e21562a6c0271\\\",\\\"status.workspaceTrust.0c7edd4bdabfa765b1941e090dd87c58\\\",\\\"kamikillerto.vscode-colorize\\\",\\\"status.workspaceTrust.abc1c2a4220c46bd46ac0f435ad0da2f\\\",\\\"status.workspaceTrust.c28b2217594189830059d641d875ef35\\\",\\\"status.workspaceTrust.5c1f1bdd5ced84263febc424ffdcc706\\\",\\\"status.workspaceTrust.1683272306899\\\",\\\"status.workspaceTrust.1683275682181\\\",\\\"status.workspaceTrust.1ed5a6b4e901168e884cb23cc6bce9e0\\\",\\\"status.workspaceTrust.1cbb99a78895d201dcee291a6ce2f76e\\\",\\\"status.workspaceTrust.dee6616b750a7b35aa7eab208c2c3bab\\\",\\\"status.workspaceTrust.3401d236a440496493acc8ca179293de\\\",\\\"status.workspaceTrust.066463e6f029ffa9892361d9097513ac\\\",\\\"status.workspaceTrust.9f1f9bd0db49d891cdad556f1ae577f4\\\",\\\"status.workspaceTrust.aee8aba6354ad1fb39f66b286565135c\\\",\\\"status.workspaceTrust.1685690126654\\\",\\\"status.workspaceTrust.11b2d7eff16b4af8f9f7a6cdff1669ef\\\",\\\"status.workspaceTrust.1685690319467\\\",\\\"status.workspaceTrust.e72af6bfd209f06e7f78a041ffa366b8\\\",\\\"status.workspaceTrust.1685691303202\\\",\\\"status.workspaceTrust.2fa9134ca6b6397aecc3f9fd2841b82f\\\",\\\"status.workspaceTrust.6eec60ef060295105b1a64a471e323b6\\\",\\\"status.workspaceTrust.b5a98c61c98932e012a39d15f384be4c\\\",\\\"status.workspaceTrust.f9a5b49bcee23694ec27261ab191cdc0\\\",\\\"status.workspaceTrust.1687504960250\\\",\\\"status.workspaceTrust.ef31592d34736636f5e0078aef6845cb\\\",\\\"status.workspaceTrust.1c595ccef79a529cc326432ff7cf889c\\\",\\\"status.workspaceTrust.1687511994715\\\",\\\"status.workspaceTrust.b5b698ad67387492fa44f4e7fc405794\\\",\\\"status.workspaceTrust.1abd8296ff5536598f3d76f1dbc27f2b\\\",\\\"status.workspaceTrust.1080b8de2e1c75fde621182ec6c5086b\\\",\\\"status.workspaceTrust.e8e18430e1487aa4f56efe31470d3115\\\",\\\"status.workspaceTrust.e455d54310ba7169a9c47fe1ea0b40e9\\\",\\\"status.workspaceTrust.0c6e7bb8c1e5190e152bd95fd67a98ab\\\",\\\"status.workspaceTrust.7388f06014cc2296030a81447d7a46ad\\\",\\\"status.workspaceTrust.1697792864299\\\",\\\"status.workspaceTrust.1697792948744\\\",\\\"status.workspaceTrust.e8a6cacdc202fc2231cca7834a0a8c7d\\\",\\\"status.workspaceTrust.1697793556207\\\",\\\"status.workspaceTrust.0963089fc020de5a78724f988e21f513\\\",\\\"status.workspaceTrust.1698998969649\\\",\\\"status.workspaceTrust.4e36bff3c10a9a5ff6a20618eeb2933e\\\",\\\"status.workspaceTrust.08e799fdb460cf8a0eaee0c6159a81be\\\",\\\"status.workspaceTrust.1d8ce0e42127498a723e8dafaba8046d\\\",\\\"status.workspaceTrust.90d8d509fabaf78558dc497921fbacdb\\\",\\\"status.workspaceTrust.876671a5604b4f311e5db254f69349e1\\\",\\\"status.workspaceTrust.6ae99681dc9ba6c322dc96fd28e8a4dc\\\",\\\"status.workspaceTrust.036c43d94ff9e0ab804e1bccdcd7f24b\\\",\\\"status.workspaceTrust.1707915970310\\\",\\\"status.workspaceTrust.f5c0928aea4039ce31d5b03470831fac\\\",\\\"status.workspaceTrust.cdcfa72264bfb7b9b97fe7ca194d7803\\\"]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"vscode.typescript-language-features#tempNodejsWelcome\\\",{\\\"firstSeen\\\":1685082040677,\\\"stepIDs\\\":[],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1685082771489,\\\"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\\\":1685082771506,\\\"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}],[\\\"nrwl.angular-console#nxConsole\\\",{\\\"firstSeen\\\":1685083019781,\\\"stepIDs\\\":[\\\"nxConsole.generate\\\",\\\"nxConsole.run\\\",\\\"nxConsole.commonNxCommands\\\",\\\"nxConsole.projects\\\",\\\"nxConsole.streamlining\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1685083037363,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}],[\\\"cyrilletuzi.angular-schematics#angularschematics\\\",{\\\"firstSeen\\\":1685083781045,\\\"stepIDs\\\":[\\\"documentation\\\",\\\"openfolder\\\",\\\"scmclean\\\",\\\"firstgeneration\\\",\\\"troubleshooting\\\",\\\"generatecomponent\\\",\\\"advanced\\\",\\\"schematicspro\\\"],\\\"manaullyOpened\\\":false}],[\\\"browserstackcom.browserstack-vscode#browserstack-walkthrough\\\",{\\\"firstSeen\\\":1699604824776,\\\"stepIDs\\\":[\\\"sign-in\\\",\\\"start-testing\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1699604824776,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"alefragnani.project-manager#projectManagerWelcome\\\",{\\\"firstSeen\\\":1713518580619,\\\"stepIDs\\\":[\\\"saveYourFavoriteProjects\\\",\\\"autoDetectGitRepositories\\\",\\\"findAndOpenProjects\\\",\\\"organizeWithTags\\\",\\\"exclusiveSideBar\\\",\\\"workingWithRemotes\\\"],\\\"manaullyOpened\\\":false}],[\\\"cyrilletuzi.angular-schematics#angular-schematics\\\",{\\\"firstSeen\\\":1713518580619,\\\"stepIDs\\\":[\\\"documentation\\\",\\\"firstGeneration\\\",\\\"troubleshooting\\\",\\\"configuration\\\",\\\"advancedSchematics\\\",\\\"advancedOptions\\\",\\\"legacy\\\",\\\"customSchematics\\\",\\\"testing\\\",\\\"predefinedpaths\\\",\\\"changelog\\\"],\\\"manaullyOpened\\\":false}],[\\\"cyrilletuzi.angular-schematics#angular-schematics-pro-edition\\\",{\\\"firstSeen\\\":1713518580619,\\\"stepIDs\\\":[\\\"documentation\\\",\\\"firstGeneration\\\",\\\"troubleshooting\\\",\\\"configuration\\\",\\\"advancedSchematics\\\",\\\"advancedOptions\\\",\\\"legacy\\\",\\\"customSchematics\\\",\\\"testing\\\",\\\"predefinedpaths\\\",\\\"changelog\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1713518588768,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.chatWin\\\",\\\"copilot.chatNonWin\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.panel.alignment\":\"center\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\",\\\"SetupWeb\\\"]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/snippets.json/$field->exists()\\\",1660725019523],[\\\"snippets/snippets.json/$user->isLoggedIn()\\\",1660731470057],[\\\"snippets/snippets.json/$page->isHomeOrErrorPage()\\\",1660753032236],[\\\"javascript.json/Console Log\\\",1660987028515],[\\\"snippets/snippets.json/$languages->get()\\\",1661500276860],[\\\"snippets/snippets.json/$page->slug()\\\",1661501152975],[\\\"snippets/snippets.json/$file->panelPath()\\\",1661545573031],[\\\"snippets/snippets.json/$user->panelPath()\\\",1661958810130],[\\\"snippets/snippets.json/$site->panelPath()\\\",1662628354008],[\\\"snippets/snippets.json/$blocks->toArray()\\\",1664349524598],[\\\"snippets/snippets.json/$page->panelPath()\\\",1665141584235],[\\\"html.json/Link Target\\\",1666621314452],[\\\"random/0.5489707162923987\\\",1668151499789],[\\\"random/0.3081651008309909\\\",1669545707501],[\\\"snippets/snippets.json/$block->excerpt()\\\",1672400370178],[\\\"snippets/snippets.json/$block->isNotEmpty()\\\",1672567050602],[\\\"snippets/snippets.json/$page->isHomePage()\\\",1673795655603],[\\\"scss.json/border-1px\\\",1674195083642],[\\\"html.erb.code-snippets/Section\\\",1674206250302],[\\\"javascript.json/section\\\",1674294712387],[\\\"src/snippets/hugo.code-snippets.json/Block\\\",1675420521897],[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1676641229753],[\\\"javascript.json/Prettier ignore\\\",1676642618996],[\\\"html.json/Prettier ignore\\\",1678011892197],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1678982175208],[\\\"snippets/snippets.json/$kirby->path()\\\",1686814938831],[\\\"src/op-vscode.code-snippets/Create a secret reference\\\",1687786574120],[\\\"snippets/typescript.code-snippets/Region End\\\",1687861964094],[\\\"php.json/PR\\\",1687937346227],[\\\"scss.json/section\\\",1688120331307]]\",\"settingsEditor2.splitViewWidth\":\"323\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"komment\\\",\\\"kommentare\\\",\\\"@command:editor.foldAllBlockComments\\\"]}\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"tunnel,ssh-remote\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.auxiliarybar.f3fa3ede-2697-416f-b77e-37d2f0f23cda.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"default\",\"workbench.views.service.auxiliarybar.1fd7d524-35f6-4f7d-bcb7-65601243066b.state.hidden\":\"[{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.angular.state.hidden\":\"[{\\\"id\\\":\\\"angular-schematics\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"angular-schematics-pro-edition\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.chat.movedView.welcomeView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-geminiAIChatViewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.gemini.chatView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-cloudCodeContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.unified.kubernetes.localDevExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubectlExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudRunExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apiExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.dataprocExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.notebookExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.bigQueryDatasetExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.secretsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apigee.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gcfExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.awsLambdaImporterExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudStorageExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.sourceProtectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.mcdcSources\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.helpAndFeedbackExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatEditing.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.edits\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"true\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{},\\\"viewLocations\\\":{\\\"npm\\\":\\\"workbench.view.debug\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\"}}"}
@macx
Copy link
Author

macx commented Feb 9, 2023

Visual Studio Code Profile for HAWK GT1191

A Profile can include extensions, settings, keyboard shortcuts, UI state, tasks, and user snippets. This is pre-configured for my Students.

To use this pre-configured Profile click on the lower left cock icon in VSC > Profiles and choose "Import profile". Copy the URL of this website. In the popup which says, "Provide Profile Template URL", paste the URL you copied before. Now, you're good to go.

Please visit the coresponding website HAWK GT1191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment