-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcursor.code-profile
1 lines (1 loc) · 87.5 KB
/
cursor.code-profile
1
{"name":"cursor-oct-2024","settings":"{\"settings\":\"{\\n \\\"prettier.requireConfig\\\": true,\\n \\\"tabSize\\\": 2,\\n \\\"[javascript]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[json]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[css]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[scss]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[handlebars]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[typescriptreact]\\\": {\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"update.showReleaseNotes\\\": false,\\n \\\"workbench.colorTheme\\\": \\\"Catppuccin Macchiato\\\",\\n \\\"workbench.iconTheme\\\": \\\"catppuccin-macchiato\\\",\\n \\\"[glimmer-js]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.foldingStrategy\\\": \\\"indentation\\\"\\n },\\n \\\"[glimmer-ts]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.foldingStrategy\\\": \\\"indentation\\\"\\n },\\n \\\"eslint.validate\\\": [\\n \\\"glimmer-ts\\\",\\n \\\"glimmer-js\\\"\\n ],\\n \\\"eslint.rules.customizations\\\": [\\n {\\n \\\"rule\\\": \\\"*\\\",\\n \\\"severity\\\": \\\"warn\\\"\\n }\\n ],\\n \\\"git.openRepositoryInParentFolders\\\": \\\"always\\\",\\n \\\"prettier.documentSelectors\\\": [\\n \\\"**/*.gts\\\",\\n \\\"**/*.gjs\\\"\\n ],\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"breadcrumbs.icons\\\": false,\\n \\\"breadcrumbs.showArrays\\\": false,\\n \\\"breadcrumbs.showBooleans\\\": false,\\n \\\"breadcrumbs.showClasses\\\": false,\\n \\\"breadcrumbs.showConstants\\\": false,\\n \\\"breadcrumbs.showConstructors\\\": false,\\n \\\"breadcrumbs.showEnumMembers\\\": false,\\n \\\"breadcrumbs.showEnums\\\": false,\\n \\\"breadcrumbs.showEvents\\\": false,\\n \\\"breadcrumbs.showFields\\\": false,\\n \\\"breadcrumbs.showFiles\\\": false,\\n \\\"breadcrumbs.showFunctions\\\": false,\\n \\\"breadcrumbs.showInterfaces\\\": false,\\n \\\"breadcrumbs.showKeys\\\": false,\\n \\\"breadcrumbs.showMethods\\\": false,\\n \\\"breadcrumbs.showModules\\\": false,\\n \\\"breadcrumbs.showNamespaces\\\": false,\\n \\\"breadcrumbs.showNull\\\": false,\\n \\\"breadcrumbs.showNumbers\\\": false,\\n \\\"breadcrumbs.showObjects\\\": false,\\n \\\"breadcrumbs.showOperators\\\": false,\\n \\\"breadcrumbs.showPackages\\\": false,\\n \\\"breadcrumbs.showProperties\\\": false,\\n \\\"breadcrumbs.showStrings\\\": false,\\n \\\"breadcrumbs.showStructs\\\": false,\\n \\\"breadcrumbs.showTypeParameters\\\": false,\\n \\\"breadcrumbs.showVariables\\\": false,\\n \\\"breadcrumbs.symbolPath\\\": \\\"off\\\",\\n \\\"vim.useSystemClipboard\\\": true,\\n \\\"vim.leader\\\": \\\"<space>\\\",\\n \\\"vim.normalModeKeyBindingsNonRecursive\\\": [\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"w\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.files.save\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"q\\\"\\n ],\\n \\\"commands\\\": [\\n \\\":q\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"<tab>\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.nextEditor\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"`\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.previousEditor\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"ctrl+p\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.quickOpen\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"<leader>\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.showCommands\\\"\\n ],\\n \\\"silent\\\": true\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"G\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"filesExplorer.findInWorkspace\\\"\\n ]\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"e\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"revealInExplorer\\\"\\n ]\\n },\\n {\\n \\\"before\\\": [\\n \\\"<leader>\\\",\\n \\\"b\\\"\\n ],\\n \\\"commands\\\": [\\n \\\"workbench.action.toggleSidebarVisibility\\\"\\n ]\\n }\\n ],\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"tailwindCSS.experimental.classRegex\\\": [\\n \\n [\\n \\\"cva\\\\\\\\(([^)]*)\\\\\\\\)\\\",\\n \\\"[\\\\\\\"'`]([^\\\\\\\"'`]*).*?[\\\\\\\"'`]\\\"\\n ],\\n [\\n \\\"cx\\\\\\\\(([^)]*)\\\\\\\\)\\\",\\n \\\"(?:'|\\\\\\\"|`)([^']*)(?:'|\\\\\\\"|`)\\\"\\n ],\\n [\\n \\\"cn\\\\\\\\(([^)]*)\\\\\\\\)\\\",\\n \\\"(?:'|\\\\\\\"|`)([^']*)(?:'|\\\\\\\"|`)\\\"\\n ]\\n ],\\n \\\"cursor.cpp.disabledLanguages\\\": [\\n \\\"plaintext\\\",\\n \\\"markdown\\\",\\n \\\"scminput\\\"\\n ]\\n}\"}","extensions":"[{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\"},{\"identifier\":{\"id\":\"catppuccin.catppuccin-vsc\",\"uuid\":\"69264e4d-cd3b-468a-8f2b-e69673c7d864\"},\"displayName\":\"Catppuccin for VSCode\"},{\"identifier\":{\"id\":\"catppuccin.catppuccin-vsc-icons\",\"uuid\":\"625b9abd-dfac-405b-bf34-e65f46e2f22f\"},\"displayName\":\"Catppuccin Icons for VSCode\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"fabiospampinato.vscode-open-in-github\",\"uuid\":\"d9ad4cf9-a53a-4237-8962-a9c43c2e6fd2\"},\"displayName\":\"Open in GitHub\"},{\"identifier\":{\"id\":\"lifeart.vscode-ember-unstable\",\"uuid\":\"1c43e19e-ff77-468e-ac70-c5e453003ef4\"},\"displayName\":\"Stable Ember Language Server\"},{\"identifier\":{\"id\":\"lifeart.vscode-glimmer-syntax\",\"uuid\":\"9397dd30-34e6-4e37-b5bc-177f1c47473f\"},\"displayName\":\"Glimmer Templates Syntax for VS Code\"},{\"identifier\":{\"id\":\"stylelint.vscode-stylelint\",\"uuid\":\"ec35b5a3-9802-4c68-b5ff-e85f19ec0977\"},\"displayName\":\"Stylelint\"},{\"identifier\":{\"id\":\"typed-ember.glint-vscode\",\"uuid\":\"f1370239-cb1d-475c-b9da-20961224a998\"},\"displayName\":\"Glint\"},{\"identifier\":{\"id\":\"vscodevim.vim\",\"uuid\":\"d96e79c6-8b25-4be3-8545-0e0ecefcae03\"},\"displayName\":\"Vim\"},{\"identifier\":{\"id\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.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}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"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\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"els.fileUsages\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.aichat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.aichat.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.aipaneaaaireview.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.aipane.viewaaaireview\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.composerViewPane\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.aichat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.composerViewPane2\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.aipaneaaaireview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2}]\",\"cursorai/donotchange/privacyMode\":\"true\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark Catppuccin-catppuccin-vsc-themes-macchiato-json\\\",\\\"label\\\":\\\"Catppuccin Macchiato\\\",\\\"settingsId\\\":\\\"Catppuccin Macchiato\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"text\\\",\\\"source\\\",\\\"variable.other.readwrite\\\",\\\"punctuation.definition.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#939ab7\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6e738d\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":[\\\"string\\\",\\\"punctuation.definition.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.constant\\\",\\\"entity.name.constant\\\",\\\"constant.language.boolean\\\",\\\"constant.language.false\\\",\\\"constant.language.true\\\",\\\"keyword.other.unit.user-defined\\\",\\\"keyword.other.unit.suffix.floating-point\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"keyword\\\",\\\"keyword.operator.word\\\",\\\"keyword.operator.new\\\",\\\"variable.language.super\\\",\\\"support.type.primitive\\\",\\\"storage.type\\\",\\\"storage.modifier\\\",\\\"punctuation.definition.keyword\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"entity.name.tag.documentation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"keyword.operator\\\",\\\"punctuation.accessor\\\",\\\"punctuation.definition.generic\\\",\\\"meta.function.closure punctuation.section.parameters\\\",\\\"punctuation.definition.tag\\\",\\\"punctuation.separator.key-value\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.function-call.method\\\",\\\"support.function\\\",\\\"support.function.misc\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"entity.other.inherited-class\\\",\\\"support.class\\\",\\\"meta.function-call.constructor\\\",\\\"entity.name.struct\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.name.enum\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"meta.enum variable.other.readwrite\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"meta.property.object\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"meta.type\\\",\\\"meta.type-alias\\\",\\\"support.type\\\",\\\"entity.name.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"meta.annotation variable.function\\\",\\\"meta.annotation variable.annotation.function\\\",\\\"meta.annotation punctuation.definition.annotation\\\",\\\"meta.decorator\\\",\\\"punctuation.decorator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"variable.parameter\\\",\\\"meta.function.parameters\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":[\\\"constant.language\\\",\\\"support.function.builtin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.documentation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"keyword.control.directive\\\",\\\"punctuation.definition.directive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":\\\"punctuation.definition.typeparameters\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"support.type.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":[\\\"variable.language.this\\\",\\\"variable.language.this punctuation.definition.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"variable.object.property\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"string.template variable\\\",\\\"string variable\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"keyword.operator.new\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"storage.modifier.specifier.extern.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"entity.name.scope-resolution.template.call.cpp\\\",\\\"entity.name.scope-resolution.parameter.cpp\\\",\\\"entity.name.scope-resolution.cpp\\\",\\\"entity.name.scope-resolution.function.definition.cpp\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"storage.type.class.doxygen\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"storage.modifier.reference.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"meta.interpolation.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"comment.block.documentation.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"source.css entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"punctuation.separator.operator.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"source.css entity.other.attribute-name.pseudo-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"source.css constant.other.unicode-range\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"source.css variable.parameter.url\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":[\\\"source.css meta.property-value variable\\\",\\\"source.css meta.property-value variable.other.less\\\",\\\"source.css meta.property-value variable.other.less punctuation.definition.variable.less\\\",\\\"meta.definition.variable.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"source.css meta.property-list variable\\\",\\\"meta.property-list variable.other.less\\\",\\\"meta.property-list variable.other.less punctuation.definition.variable.less\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"keyword.other.unit.percentage.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":\\\"source.css meta.attribute-selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"keyword.other.definition.ini\\\",\\\"punctuation.support.type.property-name.json\\\",\\\"support.type.property-name.json\\\",\\\"punctuation.support.type.property-name.toml\\\",\\\"support.type.property-name.toml\\\",\\\"entity.name.tag.yaml\\\",\\\"punctuation.support.type.property-name.yaml\\\",\\\"support.type.property-name.yaml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"constant.language.json\\\",\\\"constant.language.yaml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.type.anchor.yaml\\\",\\\"variable.other.alias.yaml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"support.type.property-name.table\\\",\\\"entity.name.section.group-title.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"constant.other.time.datetime.offset.toml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":[\\\"punctuation.definition.anchor.yaml\\\",\\\"punctuation.definition.alias.yaml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"entity.other.document.begin.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"meta.diff.header.from-file\\\",\\\"meta.diff.header.to-file\\\",\\\"punctuation.definition.from-file.diff\\\",\\\"punctuation.definition.to-file.diff\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"variable.other.env\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"string.quoted variable.other.env\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":\\\"support.function.builtin.gdscript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"constant.language.gdscript\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":\\\"comment meta.annotation.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"comment meta.annotation.parameters.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"constant.language.go\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"variable.graphql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f0c6c6\\\"},\\\"scope\\\":\\\"string.unquoted.alias.graphql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"constant.character.enum.graphql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f0c6c6\\\"},\\\"scope\\\":\\\"meta.objectvalues.graphql constant.object.key.graphql string.unquoted.graphql\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"keyword.other.doctype\\\",\\\"meta.tag.sgml.doctype punctuation.definition.tag\\\",\\\"meta.tag.metadata.doctype entity.name.tag\\\",\\\"meta.tag.metadata.doctype punctuation.definition.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":[\\\"text.html constant.character.entity\\\",\\\"text.html constant.character.entity punctuation\\\",\\\"constant.character.entity.xml\\\",\\\"constant.character.entity.xml punctuation\\\",\\\"constant.character.entity.js.jsx\\\",\\\"constant.charactger.entity.js.jsx punctuation\\\",\\\"constant.character.entity.tsx\\\",\\\"constant.character.entity.tsx punctuation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"support.class.component\\\",\\\"support.class.component.jsx\\\",\\\"support.class.component.tsx\\\",\\\"support.class.component.vue\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"punctuation.definition.annotation\\\",\\\"storage.type.annotation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"constant.other.enum.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"storage.modifier.import.java\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"comment.block.javadoc.java keyword.other.documentation.javadoc.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":\\\"meta.export variable.other.readwrite.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"variable.other.constant.js\\\",\\\"variable.other.constant.ts\\\",\\\"variable.other.property.js\\\",\\\"variable.other.property.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"variable.other.jsdoc\\\",\\\"comment.block.documentation variable.other\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"storage.type.class.jsdoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"support.type.object.console.js\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"support.constant.node\\\",\\\"support.type.object.module.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"storage.modifier.implements\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"constant.language.null.js\\\",\\\"constant.language.null.ts\\\",\\\"constant.language.undefined.js\\\",\\\"constant.language.undefined.ts\\\",\\\"support.type.builtin.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":\\\"variable.parameter.generic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"keyword.declaration.function.arrow.js\\\",\\\"storage.type.function.arrow.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"punctuation.decorator.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.in.js\\\",\\\"keyword.operator.expression.in.ts\\\",\\\"keyword.operator.expression.infer.ts\\\",\\\"keyword.operator.expression.instanceof.js\\\",\\\"keyword.operator.expression.instanceof.ts\\\",\\\"keyword.operator.expression.is\\\",\\\"keyword.operator.expression.keyof.ts\\\",\\\"keyword.operator.expression.of.js\\\",\\\"keyword.operator.expression.of.ts\\\",\\\"keyword.operator.expression.typeof.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"support.function.macro.julia\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"constant.language.julia\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":\\\"constant.other.symbol.julia\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"text.tex keyword.control.preamble\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":\\\"text.tex support.function.be\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f0c6c6\\\"},\\\"scope\\\":\\\"constant.other.general.math.tex\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"comment.line.double-dash.documentation.lua storage.type.annotation.lua\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"comment.line.double-dash.documentation.lua entity.name.variable.lua\\\",\\\"comment.line.double-dash.documentation.lua variable.lua\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":[\\\"heading.1.markdown punctuation.definition.heading.markdown\\\",\\\"heading.1.markdown\\\",\\\"heading.1.quarto punctuation.definition.heading.quarto\\\",\\\"heading.1.quarto\\\",\\\"markup.heading.atx.1.mdx\\\",\\\"markup.heading.atx.1.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.heading-0.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"heading.2.markdown punctuation.definition.heading.markdown\\\",\\\"heading.2.markdown\\\",\\\"heading.2.quarto punctuation.definition.heading.quarto\\\",\\\"heading.2.quarto\\\",\\\"markup.heading.atx.2.mdx\\\",\\\"markup.heading.atx.2.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.setext.2.markdown\\\",\\\"markup.heading.heading-1.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"heading.3.markdown punctuation.definition.heading.markdown\\\",\\\"heading.3.markdown\\\",\\\"heading.3.quarto punctuation.definition.heading.quarto\\\",\\\"heading.3.quarto\\\",\\\"markup.heading.atx.3.mdx\\\",\\\"markup.heading.atx.3.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.heading-2.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":[\\\"heading.4.markdown punctuation.definition.heading.markdown\\\",\\\"heading.4.markdown\\\",\\\"heading.4.quarto punctuation.definition.heading.quarto\\\",\\\"heading.4.quarto\\\",\\\"markup.heading.atx.4.mdx\\\",\\\"markup.heading.atx.4.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.heading-3.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"heading.5.markdown punctuation.definition.heading.markdown\\\",\\\"heading.5.markdown\\\",\\\"heading.5.quarto punctuation.definition.heading.quarto\\\",\\\"heading.5.quarto\\\",\\\"markup.heading.atx.5.mdx\\\",\\\"markup.heading.atx.5.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.heading-4.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"heading.6.markdown punctuation.definition.heading.markdown\\\",\\\"heading.6.markdown\\\",\\\"heading.6.quarto punctuation.definition.heading.quarto\\\",\\\"heading.6.quarto\\\",\\\"markup.heading.atx.6.mdx\\\",\\\"markup.heading.atx.6.mdx punctuation.definition.heading.mdx\\\",\\\"markup.heading.heading-5.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a5adcb\\\",\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"punctuation.definition.link\\\",\\\"markup.underline.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b7bdf8\\\"},\\\"scope\\\":[\\\"text.html.markdown punctuation.definition.link.title\\\",\\\"text.html.quarto punctuation.definition.link.title\\\",\\\"string.other.link.title.markdown\\\",\\\"string.other.link.title.quarto\\\",\\\"markup.link\\\",\\\"punctuation.definition.constant.markdown\\\",\\\"punctuation.definition.constant.quarto\\\",\\\"constant.other.reference.link.markdown\\\",\\\"constant.other.reference.link.quarto\\\",\\\"markup.substitution.attribute-reference\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":[\\\"punctuation.definition.raw.markdown\\\",\\\"punctuation.definition.raw.quarto\\\",\\\"markup.inline.raw.string.markdown\\\",\\\"markup.inline.raw.string.quarto\\\",\\\"markup.raw.block.markdown\\\",\\\"markup.raw.block.quarto\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":\\\"fenced_code.block.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#939ab7\\\"},\\\"scope\\\":[\\\"markup.fenced_code.block punctuation.definition\\\",\\\"markup.raw support.asciidoc\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":[\\\"markup.quote\\\",\\\"punctuation.definition.quote.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"meta.separator.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"punctuation.definition.list.begin.markdown\\\",\\\"punctuation.definition.list.begin.quarto\\\",\\\"markup.list.bullet\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.heading.quarto\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.multipart.nix\\\",\\\"entity.other.attribute-name.single.nix\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"variable.parameter.name.nix\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b7bdf8\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"meta.embedded variable.parameter.name.nix\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"string.unquoted.path.nix\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":[\\\"support.attribute.builtin\\\",\\\"meta.attribute.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":\\\"meta.function.parameters.php punctuation.definition.variable.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"constant.language.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":\\\"text.html.php support.function\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"keyword.other.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":[\\\"support.variable.magic.python\\\",\\\"meta.function-call.arguments.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"support.function.magic.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"variable.parameter.function.language.special.self.python\\\",\\\"variable.language.special.self.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":[\\\"keyword.control.flow.python\\\",\\\"keyword.operator.logical.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"storage.type.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":[\\\"support.token.decorator.python\\\",\\\"meta.function.decorator.identifier.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"meta.function-call.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.function.decorator.python\\\",\\\"punctuation.definition.decorator.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"support.type.exception.python\\\",\\\"support.function.builtin.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":[\\\"support.type.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"constant.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"meta.indexed-name.python\\\",\\\"meta.item-access.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"storage.type.string.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"meta.function.parameters.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":[\\\"string.regexp punctuation.definition.string.begin\\\",\\\"string.regexp punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"keyword.control.anchor.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"string.regexp.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#a6da95\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"keyword.other.back-reference.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":\\\"punctuation.definition.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f4dbd6\\\"},\\\"scope\\\":\\\"constant.other.character-class.range.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"constant.character.numeric.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.no-capture.regexp\\\",\\\"meta.assertion.look-ahead.regexp\\\",\\\"meta.assertion.negative-look-ahead.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"meta.annotation.rust\\\",\\\"meta.annotation.rust punctuation\\\",\\\"meta.attribute.rust\\\",\\\"punctuation.definition.attribute.rust\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"meta.attribute.rust string.quoted.double.rust\\\",\\\"meta.attribute.rust string.quoted.single.char.rust\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":[\\\"entity.name.function.macro.rules.rust\\\",\\\"storage.type.module.rust\\\",\\\"storage.modifier.rust\\\",\\\"storage.type.struct.rust\\\",\\\"storage.type.enum.rust\\\",\\\"storage.type.trait.rust\\\",\\\"storage.type.union.rust\\\",\\\"storage.type.impl.rust\\\",\\\"storage.type.rust\\\",\\\"storage.type.function.rust\\\",\\\"storage.type.type.rust\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\",\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"entity.name.type.numeric.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"meta.generic.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.name.impl.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"entity.name.module.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.name.trait.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":\\\"storage.type.source.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#eed49f\\\"},\\\"scope\\\":\\\"entity.name.union.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":\\\"meta.enum.rust storage.type.source.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"support.macro.rust\\\",\\\"meta.macro.rust support.function.rust\\\",\\\"entity.name.function.macro.rust\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"storage.modifier.lifetime.rust\\\",\\\"entity.name.type.lifetime\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":\\\"string.quoted.double.rust constant.other.placeholder.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"meta.function.return-type.rust meta.generic.rust storage.type.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8aadf4\\\"},\\\"scope\\\":\\\"meta.function.call.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#91d7e3\\\"},\\\"scope\\\":\\\"punctuation.brackets.angle.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\"},\\\"scope\\\":\\\"constant.other.caps.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ee99a0\\\"},\\\"scope\\\":[\\\"meta.function.definition.rust variable.other.rust\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"meta.function.call.rust variable.other.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":\\\"variable.language.self.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\"},\\\"scope\\\":[\\\"variable.other.metavariable.name.rust\\\",\\\"meta.macro.metavariable.rust keyword.operator.macro.dollar.rust\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5bde6\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment.line.shebang\\\",\\\"comment.line.shebang punctuation.definition.comment\\\",\\\"comment.line.shebang\\\",\\\"punctuation.definition.comment.shebang.shell\\\",\\\"meta.shebang.shell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.shebang constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ed8796\\\"},\\\"scope\\\":[\\\"meta.function-call.arguments.shell punctuation.definition.variable.shell\\\",\\\"meta.function-call.arguments.shell punctuation.section.interpolation\\\",\\\"meta.function-call.arguments.shell punctuation.definition.variable.shell\\\",\\\"meta.function-call.arguments.shell punctuation.section.interpolation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f5a97f\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"meta.string meta.interpolation.parameter.shell variable.other.readwrite\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8bd5ca\\\"},\\\"scope\\\":[\\\"source.shell punctuation.section.interpolation\\\",\\\"punctuation.definition.evaluation.backticks.shell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c6a0f6\\\"},\\\"scope\\\":\\\"entity.name.tag.heredoc.shell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cad3f5\\\"},\\\"scope\\\":\\\"string.quoted.double.shell variable.other.normal.shell\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#8bd5ca\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"selfKeyword\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ed8796\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"boolean\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f5a97f\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"number\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f5a97f\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ee99a0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"class:python\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#eed49f\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"class.builtin:python\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c6a0f6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.typeHint:python\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#eed49f\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"function.decorator:python\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f5a97f\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.readonly:javascript\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.readonly:typescript\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property.readonly:javascript\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property.readonly:typescript\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.readonly:javascriptreact\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.readonly:typescriptreact\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property.readonly:javascriptreact\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property.readonly:typescriptreact\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.readonly:scala\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"type.defaultLibrary:go\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c6a0f6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary.readonly:go\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c6a0f6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"tomlArrayKey\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#8aadf4\\\",\\\"_bold\\\":false,\\\"_underline\\\":false,\\\"_italic\\\":false,\\\"_strikethrough\\\":false}},{\\\"_selector\\\":\\\"tomlTableKey\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#8aadf4\\\",\\\"_bold\\\":false,\\\"_underline\\\":false,\\\"_italic\\\":false,\\\"_strikethrough\\\":false}},{\\\"_selector\\\":\\\"builtinAttribute.attribute.library:rust\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#8aadf4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"generic.attribute:rust\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#cad3f5\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"constant.builtin.readonly:nix\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c6a0f6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"heading\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ed8796\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"text.emph\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ed8796\\\",\\\"_bold\\\":false,\\\"_underline\\\":false,\\\"_italic\\\":true,\\\"_strikethrough\\\":false}},{\\\"_selector\\\":\\\"text.strong\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ed8796\\\",\\\"_bold\\\":true,\\\"_underline\\\":false,\\\"_italic\\\":false,\\\"_strikethrough\\\":false}},{\\\"_selector\\\":\\\"text.math\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f0c6c6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"pol\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#f0c6c6\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"Catppuccin.catppuccin-vsc\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"catppuccin-vsc\\\",\\\"_extensionPublisher\\\":\\\"Catppuccin\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#c6a0f6\\\",\\\"foreground\\\":\\\"#cad3f5\\\",\\\"disabledForeground\\\":\\\"#a5adcb\\\",\\\"widget.shadow\\\":\\\"#1e203080\\\",\\\"selection.background\\\":\\\"#c6a0f666\\\",\\\"descriptionForeground\\\":\\\"#cad3f5\\\",\\\"errorForeground\\\":\\\"#ed8796\\\",\\\"icon.foreground\\\":\\\"#c6a0f6\\\",\\\"sash.hoverBorder\\\":\\\"#c6a0f6\\\",\\\"window.activeBorder\\\":\\\"#00000000\\\",\\\"window.inactiveBorder\\\":\\\"#00000000\\\",\\\"textBlockQuote.background\\\":\\\"#1e2030\\\",\\\"textBlockQuote.border\\\":\\\"#181926\\\",\\\"textCodeBlock.background\\\":\\\"#24273a\\\",\\\"textLink.activeForeground\\\":\\\"#91d7e3\\\",\\\"textLink.foreground\\\":\\\"#8aadf4\\\",\\\"textPreformat.foreground\\\":\\\"#cad3f5\\\",\\\"textSeparator.foreground\\\":\\\"#c6a0f6\\\",\\\"activityBar.background\\\":\\\"#181926\\\",\\\"activityBar.foreground\\\":\\\"#c6a0f6\\\",\\\"activityBar.dropBorder\\\":\\\"#c6a0f633\\\",\\\"activityBar.inactiveForeground\\\":\\\"#6e738d\\\",\\\"activityBar.border\\\":\\\"#00000000\\\",\\\"activityBarBadge.background\\\":\\\"#c6a0f6\\\",\\\"activityBarBadge.foreground\\\":\\\"#181926\\\",\\\"activityBar.activeBorder\\\":\\\"#00000000\\\",\\\"activityBar.activeBackground\\\":\\\"#00000000\\\",\\\"activityBar.activeFocusBorder\\\":\\\"#00000000\\\",\\\"activityBarTop.foreground\\\":\\\"#c6a0f6\\\",\\\"activityBarTop.activeBorder\\\":\\\"#00000000\\\",\\\"activityBarTop.inactiveForeground\\\":\\\"#6e738d\\\",\\\"activityBarTop.dropBorder\\\":\\\"#c6a0f633\\\",\\\"badge.background\\\":\\\"#494d64\\\",\\\"badge.foreground\\\":\\\"#cad3f5\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#c6a0f6\\\",\\\"breadcrumb.background\\\":\\\"#24273a\\\",\\\"breadcrumb.focusForeground\\\":\\\"#c6a0f6\\\",\\\"breadcrumb.foreground\\\":\\\"#cad3f5cc\\\",\\\"breadcrumbPicker.background\\\":\\\"#1e2030\\\",\\\"button.background\\\":\\\"#c6a0f6\\\",\\\"button.foreground\\\":\\\"#181926\\\",\\\"button.border\\\":\\\"#00000000\\\",\\\"button.separator\\\":\\\"#00000000\\\",\\\"button.hoverBackground\\\":\\\"#dac1f9\\\",\\\"button.secondaryForeground\\\":\\\"#cad3f5\\\",\\\"button.secondaryBackground\\\":\\\"#5b6078\\\",\\\"button.secondaryHoverBackground\\\":\\\"#6a708c\\\",\\\"checkbox.background\\\":\\\"#494d64\\\",\\\"checkbox.border\\\":\\\"#00000000\\\",\\\"checkbox.foreground\\\":\\\"#c6a0f6\\\",\\\"dropdown.background\\\":\\\"#1e2030\\\",\\\"dropdown.listBackground\\\":\\\"#5b6078\\\",\\\"dropdown.border\\\":\\\"#c6a0f6\\\",\\\"dropdown.foreground\\\":\\\"#cad3f5\\\",\\\"debugToolBar.background\\\":\\\"#181926\\\",\\\"debugToolBar.border\\\":\\\"#00000000\\\",\\\"debugExceptionWidget.background\\\":\\\"#181926\\\",\\\"debugExceptionWidget.border\\\":\\\"#c6a0f6\\\",\\\"debugTokenExpression.number\\\":\\\"#f5a97f\\\",\\\"debugTokenExpression.boolean\\\":\\\"#c6a0f6\\\",\\\"debugTokenExpression.string\\\":\\\"#a6da95\\\",\\\"debugTokenExpression.error\\\":\\\"#ed8796\\\",\\\"debugIcon.breakpointForeground\\\":\\\"#ed8796\\\",\\\"debugIcon.breakpointDisabledForeground\\\":\\\"#ed879699\\\",\\\"debugIcon.breakpointUnverifiedForeground\\\":\\\"#a47487\\\",\\\"debugIcon.breakpointCurrentStackframeForeground\\\":\\\"#5b6078\\\",\\\"debugIcon.breakpointStackframeForeground\\\":\\\"#5b6078\\\",\\\"debugIcon.startForeground\\\":\\\"#a6da95\\\",\\\"debugIcon.pauseForeground\\\":\\\"#8aadf4\\\",\\\"debugIcon.stopForeground\\\":\\\"#ed8796\\\",\\\"debugIcon.disconnectForeground\\\":\\\"#5b6078\\\",\\\"debugIcon.restartForeground\\\":\\\"#8bd5ca\\\",\\\"debugIcon.stepOverForeground\\\":\\\"#c6a0f6\\\",\\\"debugIcon.stepIntoForeground\\\":\\\"#cad3f5\\\",\\\"debugIcon.stepOutForeground\\\":\\\"#cad3f5\\\",\\\"debugIcon.continueForeground\\\":\\\"#a6da95\\\",\\\"debugIcon.stepBackForeground\\\":\\\"#5b6078\\\",\\\"debugConsole.infoForeground\\\":\\\"#8aadf4\\\",\\\"debugConsole.warningForeground\\\":\\\"#f5a97f\\\",\\\"debugConsole.errorForeground\\\":\\\"#ed8796\\\",\\\"debugConsole.sourceForeground\\\":\\\"#f4dbd6\\\",\\\"debugConsoleInputIcon.foreground\\\":\\\"#cad3f5\\\",\\\"diffEditor.border\\\":\\\"#5b6078\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#a6da951a\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#ed87961a\\\",\\\"diffEditor.insertedLineBackground\\\":\\\"#a6da9526\\\",\\\"diffEditor.removedLineBackground\\\":\\\"#ed879626\\\",\\\"diffEditor.diagonalFill\\\":\\\"#5b607899\\\",\\\"diffEditorOverview.insertedForeground\\\":\\\"#a6da95cc\\\",\\\"diffEditorOverview.removedForeground\\\":\\\"#ed8796cc\\\",\\\"editor.background\\\":\\\"#24273a\\\",\\\"editor.findMatchBackground\\\":\\\"#604456\\\",\\\"editor.findMatchBorder\\\":\\\"#ed879633\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#455c6d\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#91d7e333\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#455c6d\\\",\\\"editor.findRangeHighlightBorder\\\":\\\"#91d7e333\\\",\\\"editor.foldBackground\\\":\\\"#91d7e340\\\",\\\"editor.foreground\\\":\\\"#cad3f5\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#91d7e340\\\",\\\"editor.lineHighlightBackground\\\":\\\"#cad3f512\\\",\\\"editor.lineHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#91d7e340\\\",\\\"editor.rangeHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.selectionBackground\\\":\\\"#939ab740\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#939ab733\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#939ab733\\\",\\\"editor.wordHighlightBackground\\\":\\\"#939ab733\\\",\\\"editorBracketMatch.background\\\":\\\"#939ab71a\\\",\\\"editorBracketMatch.border\\\":\\\"#939ab7\\\",\\\"editorCodeLens.foreground\\\":\\\"#8087a2\\\",\\\"editorCursor.background\\\":\\\"#24273a\\\",\\\"editorCursor.foreground\\\":\\\"#f4dbd6\\\",\\\"editorGroup.border\\\":\\\"#5b6078\\\",\\\"editorGroup.dropBackground\\\":\\\"#c6a0f633\\\",\\\"editorGroup.emptyBackground\\\":\\\"#24273a\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#181926\\\",\\\"editorGutter.addedBackground\\\":\\\"#a6da95\\\",\\\"editorGutter.background\\\":\\\"#24273a\\\",\\\"editorGutter.commentRangeForeground\\\":\\\"#363a4f\\\",\\\"editorGutter.commentGlyphForeground\\\":\\\"#c6a0f6\\\",\\\"editorGutter.deletedBackground\\\":\\\"#ed8796\\\",\\\"editorGutter.foldingControlForeground\\\":\\\"#939ab7\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#eed49f\\\",\\\"editorHoverWidget.background\\\":\\\"#1e2030\\\",\\\"editorHoverWidget.border\\\":\\\"#5b6078\\\",\\\"editorHoverWidget.foreground\\\":\\\"#cad3f5\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#5b6078\\\",\\\"editorIndentGuide.background\\\":\\\"#494d64\\\",\\\"editorInlayHint.foreground\\\":\\\"#5b6078\\\",\\\"editorInlayHint.background\\\":\\\"#1e2030bf\\\",\\\"editorInlayHint.typeForeground\\\":\\\"#b8c0e0\\\",\\\"editorInlayHint.typeBackground\\\":\\\"#1e2030bf\\\",\\\"editorInlayHint.parameterForeground\\\":\\\"#a5adcb\\\",\\\"editorInlayHint.parameterBackground\\\":\\\"#1e2030bf\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#c6a0f6\\\",\\\"editorLineNumber.foreground\\\":\\\"#8087a2\\\",\\\"editorLink.activeForeground\\\":\\\"#c6a0f6\\\",\\\"editorMarkerNavigation.background\\\":\\\"#1e2030\\\",\\\"editorMarkerNavigationError.background\\\":\\\"#ed8796\\\",\\\"editorMarkerNavigationInfo.background\\\":\\\"#8aadf4\\\",\\\"editorMarkerNavigationWarning.background\\\":\\\"#f5a97f\\\",\\\"editorOverviewRuler.background\\\":\\\"#1e2030\\\",\\\"editorOverviewRuler.border\\\":\\\"#cad3f512\\\",\\\"editorOverviewRuler.modifiedForeground\\\":\\\"#eed49f\\\",\\\"editorRuler.foreground\\\":\\\"#5b6078\\\",\\\"editor.stackFrameHighlightBackground\\\":\\\"#eed49f26\\\",\\\"editor.focusedStackFrameHighlightBackground\\\":\\\"#a6da9526\\\",\\\"editorStickyScrollHover.background\\\":\\\"#363a4f\\\",\\\"editorSuggestWidget.background\\\":\\\"#1e2030\\\",\\\"editorSuggestWidget.border\\\":\\\"#5b6078\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#cad3f5\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#c6a0f6\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#363a4f\\\",\\\"editorWhitespace.foreground\\\":\\\"#939ab766\\\",\\\"editorWidget.background\\\":\\\"#1e2030\\\",\\\"editorWidget.foreground\\\":\\\"#cad3f5\\\",\\\"editorWidget.resizeBorder\\\":\\\"#5b6078\\\",\\\"editorLightBulb.foreground\\\":\\\"#eed49f\\\",\\\"editorError.foreground\\\":\\\"#ed8796\\\",\\\"editorError.border\\\":\\\"#00000000\\\",\\\"editorError.background\\\":\\\"#00000000\\\",\\\"editorWarning.foreground\\\":\\\"#f5a97f\\\",\\\"editorWarning.border\\\":\\\"#00000000\\\",\\\"editorWarning.background\\\":\\\"#00000000\\\",\\\"editorInfo.foreground\\\":\\\"#8aadf4\\\",\\\"editorInfo.border\\\":\\\"#00000000\\\",\\\"editorInfo.background\\\":\\\"#00000000\\\",\\\"problemsErrorIcon.foreground\\\":\\\"#ed8796\\\",\\\"problemsInfoIcon.foreground\\\":\\\"#8aadf4\\\",\\\"problemsWarningIcon.foreground\\\":\\\"#f5a97f\\\",\\\"extensionButton.prominentForeground\\\":\\\"#181926\\\",\\\"extensionButton.prominentBackground\\\":\\\"#c6a0f6\\\",\\\"extensionButton.separator\\\":\\\"#24273a\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#dac1f9\\\",\\\"extensionBadge.remoteBackground\\\":\\\"#8aadf4\\\",\\\"extensionBadge.remoteForeground\\\":\\\"#181926\\\",\\\"extensionIcon.starForeground\\\":\\\"#eed49f\\\",\\\"extensionIcon.verifiedForeground\\\":\\\"#a6da95\\\",\\\"extensionIcon.preReleaseForeground\\\":\\\"#5b6078\\\",\\\"extensionIcon.sponsorForeground\\\":\\\"#f5bde6\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#a6da95\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#c6a0f6\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#ed8796\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#6e738d\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#eed49f\\\",\\\"gitDecoration.stageDeletedResourceForeground\\\":\\\"#ed8796\\\",\\\"gitDecoration.stageModifiedResourceForeground\\\":\\\"#eed49f\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#8aadf4\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#a6da95\\\",\\\"input.background\\\":\\\"#363a4f\\\",\\\"input.border\\\":\\\"#00000000\\\",\\\"input.foreground\\\":\\\"#cad3f5\\\",\\\"input.placeholderForeground\\\":\\\"#cad3f573\\\",\\\"inputOption.activeBackground\\\":\\\"#5b6078\\\",\\\"inputOption.activeBorder\\\":\\\"#c6a0f6\\\",\\\"inputOption.activeForeground\\\":\\\"#cad3f5\\\",\\\"inputValidation.errorBackground\\\":\\\"#ed8796\\\",\\\"inputValidation.errorBorder\\\":\\\"#18192633\\\",\\\"inputValidation.errorForeground\\\":\\\"#181926\\\",\\\"inputValidation.infoBackground\\\":\\\"#8aadf4\\\",\\\"inputValidation.infoBorder\\\":\\\"#18192633\\\",\\\"inputValidation.infoForeground\\\":\\\"#181926\\\",\\\"inputValidation.warningBackground\\\":\\\"#f5a97f\\\",\\\"inputValidation.warningBorder\\\":\\\"#18192633\\\",\\\"inputValidation.warningForeground\\\":\\\"#181926\\\",\\\"list.activeSelectionBackground\\\":\\\"#363a4f\\\",\\\"list.activeSelectionForeground\\\":\\\"#cad3f5\\\",\\\"list.dropBackground\\\":\\\"#c6a0f633\\\",\\\"list.focusBackground\\\":\\\"#363a4f\\\",\\\"list.focusForeground\\\":\\\"#cad3f5\\\",\\\"list.focusOutline\\\":\\\"#00000000\\\",\\\"list.highlightForeground\\\":\\\"#c6a0f6\\\",\\\"list.hoverBackground\\\":\\\"#363a4f80\\\",\\\"list.hoverForeground\\\":\\\"#cad3f5\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#363a4f\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#cad3f5\\\",\\\"list.warningForeground\\\":\\\"#f5a97f\\\",\\\"listFilterWidget.background\\\":\\\"#494d64\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#ed8796\\\",\\\"listFilterWidget.outline\\\":\\\"#00000000\\\",\\\"tree.indentGuidesStroke\\\":\\\"#939ab7\\\",\\\"tree.inactiveIndentGuidesStroke\\\":\\\"#494d64\\\",\\\"menu.background\\\":\\\"#24273a\\\",\\\"menu.border\\\":\\\"#24273a80\\\",\\\"menu.foreground\\\":\\\"#cad3f5\\\",\\\"menu.selectionBackground\\\":\\\"#5b6078\\\",\\\"menu.selectionBorder\\\":\\\"#00000000\\\",\\\"menu.selectionForeground\\\":\\\"#cad3f5\\\",\\\"menu.separatorBackground\\\":\\\"#5b6078\\\",\\\"menubar.selectionBackground\\\":\\\"#494d64\\\",\\\"menubar.selectionForeground\\\":\\\"#cad3f5\\\",\\\"merge.commonContentBackground\\\":\\\"#494d64\\\",\\\"merge.commonHeaderBackground\\\":\\\"#5b6078\\\",\\\"merge.currentContentBackground\\\":\\\"#a6da9533\\\",\\\"merge.currentHeaderBackground\\\":\\\"#a6da9566\\\",\\\"merge.incomingContentBackground\\\":\\\"#8aadf433\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#8aadf466\\\",\\\"minimap.background\\\":\\\"#1e203080\\\",\\\"minimap.findMatchHighlight\\\":\\\"#91d7e34d\\\",\\\"minimap.selectionHighlight\\\":\\\"#5b6078bf\\\",\\\"minimap.selectionOccurrenceHighlight\\\":\\\"#5b6078bf\\\",\\\"minimap.warningHighlight\\\":\\\"#f5a97fbf\\\",\\\"minimap.errorHighlight\\\":\\\"#ed8796bf\\\",\\\"minimapSlider.background\\\":\\\"#c6a0f633\\\",\\\"minimapSlider.hoverBackground\\\":\\\"#c6a0f666\\\",\\\"minimapSlider.activeBackground\\\":\\\"#c6a0f699\\\",\\\"minimapGutter.addedBackground\\\":\\\"#a6da95bf\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#ed8796bf\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#eed49fbf\\\",\\\"notificationCenter.border\\\":\\\"#c6a0f6\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#cad3f5\\\",\\\"notificationCenterHeader.background\\\":\\\"#1e2030\\\",\\\"notificationToast.border\\\":\\\"#c6a0f6\\\",\\\"notifications.foreground\\\":\\\"#cad3f5\\\",\\\"notifications.background\\\":\\\"#1e2030\\\",\\\"notifications.border\\\":\\\"#c6a0f6\\\",\\\"notificationLink.foreground\\\":\\\"#8aadf4\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#ed8796\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#f5a97f\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#8aadf4\\\",\\\"panel.background\\\":\\\"#24273a\\\",\\\"panel.border\\\":\\\"#5b6078\\\",\\\"panelSection.border\\\":\\\"#5b6078\\\",\\\"panelSection.dropBackground\\\":\\\"#c6a0f633\\\",\\\"panelTitle.activeBorder\\\":\\\"#c6a0f6\\\",\\\"panelTitle.activeForeground\\\":\\\"#cad3f5\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#a5adcb\\\",\\\"peekView.border\\\":\\\"#c6a0f6\\\",\\\"peekViewEditor.background\\\":\\\"#1e2030\\\",\\\"peekViewEditorGutter.background\\\":\\\"#1e2030\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#91d7e34d\\\",\\\"peekViewEditor.matchHighlightBorder\\\":\\\"#00000000\\\",\\\"peekViewResult.background\\\":\\\"#1e2030\\\",\\\"peekViewResult.fileForeground\\\":\\\"#cad3f5\\\",\\\"peekViewResult.lineForeground\\\":\\\"#cad3f5\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#91d7e34d\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#363a4f\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#cad3f5\\\",\\\"peekViewTitle.background\\\":\\\"#24273a\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#b8c0e0b3\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#cad3f5\\\",\\\"pickerGroup.border\\\":\\\"#c6a0f6\\\",\\\"pickerGroup.foreground\\\":\\\"#c6a0f6\\\",\\\"progressBar.background\\\":\\\"#c6a0f6\\\",\\\"scrollbar.shadow\\\":\\\"#181926\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#363a4f66\\\",\\\"scrollbarSlider.background\\\":\\\"#5b607880\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#6e738d\\\",\\\"settings.focusedRowBackground\\\":\\\"#5b607833\\\",\\\"settings.headerForeground\\\":\\\"#cad3f5\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#c6a0f6\\\",\\\"settings.dropdownBackground\\\":\\\"#494d64\\\",\\\"settings.dropdownListBorder\\\":\\\"#00000000\\\",\\\"settings.textInputBackground\\\":\\\"#494d64\\\",\\\"settings.textInputBorder\\\":\\\"#00000000\\\",\\\"settings.numberInputBackground\\\":\\\"#494d64\\\",\\\"settings.numberInputBorder\\\":\\\"#00000000\\\",\\\"sideBar.background\\\":\\\"#1e2030\\\",\\\"sideBar.dropBackground\\\":\\\"#c6a0f633\\\",\\\"sideBar.foreground\\\":\\\"#cad3f5\\\",\\\"sideBar.border\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.background\\\":\\\"#1e2030\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#cad3f5\\\",\\\"sideBarTitle.foreground\\\":\\\"#c6a0f6\\\",\\\"banner.background\\\":\\\"#494d64\\\",\\\"banner.foreground\\\":\\\"#cad3f5\\\",\\\"banner.iconForeground\\\":\\\"#cad3f5\\\",\\\"statusBar.background\\\":\\\"#181926\\\",\\\"statusBar.foreground\\\":\\\"#cad3f5\\\",\\\"statusBar.border\\\":\\\"#00000000\\\",\\\"statusBar.noFolderBackground\\\":\\\"#181926\\\",\\\"statusBar.noFolderForeground\\\":\\\"#cad3f5\\\",\\\"statusBar.noFolderBorder\\\":\\\"#00000000\\\",\\\"statusBar.debuggingBackground\\\":\\\"#f5a97f\\\",\\\"statusBar.debuggingForeground\\\":\\\"#181926\\\",\\\"statusBar.debuggingBorder\\\":\\\"#00000000\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#8aadf4\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#181926\\\",\\\"statusBarItem.activeBackground\\\":\\\"#5b607866\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#5b607833\\\",\\\"statusBarItem.prominentForeground\\\":\\\"#c6a0f6\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#00000000\\\",\\\"statusBarItem.prominentHoverBackground\\\":\\\"#5b607833\\\",\\\"statusBarItem.errorForeground\\\":\\\"#ed8796\\\",\\\"statusBarItem.errorBackground\\\":\\\"#00000000\\\",\\\"statusBarItem.warningForeground\\\":\\\"#f5a97f\\\",\\\"statusBarItem.warningBackground\\\":\\\"#00000000\\\",\\\"commandCenter.foreground\\\":\\\"#b8c0e0\\\",\\\"commandCenter.inactiveForeground\\\":\\\"#b8c0e0\\\",\\\"commandCenter.activeForeground\\\":\\\"#c6a0f6\\\",\\\"commandCenter.background\\\":\\\"#1e2030\\\",\\\"commandCenter.activeBackground\\\":\\\"#5b607833\\\",\\\"commandCenter.border\\\":\\\"#00000000\\\",\\\"commandCenter.inactiveBorder\\\":\\\"#00000000\\\",\\\"commandCenter.activeBorder\\\":\\\"#c6a0f6\\\",\\\"tab.activeBackground\\\":\\\"#24273a\\\",\\\"tab.activeBorder\\\":\\\"#00000000\\\",\\\"tab.activeBorderTop\\\":\\\"#c6a0f6\\\",\\\"tab.activeForeground\\\":\\\"#c6a0f6\\\",\\\"tab.activeModifiedBorder\\\":\\\"#eed49f\\\",\\\"tab.border\\\":\\\"#1e2030\\\",\\\"tab.hoverBackground\\\":\\\"#2e324a\\\",\\\"tab.hoverBorder\\\":\\\"#00000000\\\",\\\"tab.hoverForeground\\\":\\\"#c6a0f6\\\",\\\"tab.inactiveBackground\\\":\\\"#1e2030\\\",\\\"tab.inactiveForeground\\\":\\\"#6e738d\\\",\\\"tab.inactiveModifiedBorder\\\":\\\"#eed49f4d\\\",\\\"tab.lastPinnedBorder\\\":\\\"#c6a0f6\\\",\\\"tab.unfocusedActiveBackground\\\":\\\"#1e2030\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#00000000\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#c6a0f64d\\\",\\\"tab.unfocusedInactiveBackground\\\":\\\"#141620\\\",\\\"terminal.foreground\\\":\\\"#cad3f5\\\",\\\"terminal.ansiBlack\\\":\\\"#a5adcb\\\",\\\"terminal.ansiRed\\\":\\\"#ed8796\\\",\\\"terminal.ansiGreen\\\":\\\"#a6da95\\\",\\\"terminal.ansiYellow\\\":\\\"#eed49f\\\",\\\"terminal.ansiBlue\\\":\\\"#8aadf4\\\",\\\"terminal.ansiMagenta\\\":\\\"#f5bde6\\\",\\\"terminal.ansiCyan\\\":\\\"#91d7e3\\\",\\\"terminal.ansiWhite\\\":\\\"#b8c0e0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#5b6078\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ed8796\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a6da95\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#eed49f\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#8aadf4\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#f5bde6\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#91d7e3\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#494d64\\\",\\\"terminal.selectionBackground\\\":\\\"#5b6078\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#5b607880\\\",\\\"terminalCursor.background\\\":\\\"#24273a\\\",\\\"terminalCursor.foreground\\\":\\\"#f4dbd6\\\",\\\"terminal.border\\\":\\\"#5b6078\\\",\\\"terminal.dropBackground\\\":\\\"#c6a0f633\\\",\\\"terminal.tab.activeBorder\\\":\\\"#c6a0f6\\\",\\\"terminalCommandDecoration.defaultBackground\\\":\\\"#5b6078\\\",\\\"terminalCommandDecoration.successBackground\\\":\\\"#a6da95\\\",\\\"terminalCommandDecoration.errorBackground\\\":\\\"#ed8796\\\",\\\"titleBar.activeBackground\\\":\\\"#181926\\\",\\\"titleBar.activeForeground\\\":\\\"#cad3f5\\\",\\\"titleBar.inactiveBackground\\\":\\\"#181926\\\",\\\"titleBar.inactiveForeground\\\":\\\"#cad3f580\\\",\\\"titleBar.border\\\":\\\"#00000000\\\",\\\"welcomePage.tileBackground\\\":\\\"#1e2030\\\",\\\"welcomePage.progress.background\\\":\\\"#181926\\\",\\\"welcomePage.progress.foreground\\\":\\\"#c6a0f6\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#24273a4d\\\",\\\"symbolIcon.textForeground\\\":\\\"#cad3f5\\\",\\\"symbolIcon.arrayForeground\\\":\\\"#f5a97f\\\",\\\"symbolIcon.booleanForeground\\\":\\\"#c6a0f6\\\",\\\"symbolIcon.classForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.colorForeground\\\":\\\"#f5bde6\\\",\\\"symbolIcon.constantForeground\\\":\\\"#f5a97f\\\",\\\"symbolIcon.constructorForeground\\\":\\\"#b7bdf8\\\",\\\"symbolIcon.enumeratorForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.enumeratorMemberForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.eventForeground\\\":\\\"#f5bde6\\\",\\\"symbolIcon.fieldForeground\\\":\\\"#cad3f5\\\",\\\"symbolIcon.fileForeground\\\":\\\"#c6a0f6\\\",\\\"symbolIcon.folderForeground\\\":\\\"#c6a0f6\\\",\\\"symbolIcon.functionForeground\\\":\\\"#8aadf4\\\",\\\"symbolIcon.interfaceForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.keyForeground\\\":\\\"#8bd5ca\\\",\\\"symbolIcon.keywordForeground\\\":\\\"#c6a0f6\\\",\\\"symbolIcon.methodForeground\\\":\\\"#8aadf4\\\",\\\"symbolIcon.moduleForeground\\\":\\\"#cad3f5\\\",\\\"symbolIcon.namespaceForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.nullForeground\\\":\\\"#ee99a0\\\",\\\"symbolIcon.numberForeground\\\":\\\"#f5a97f\\\",\\\"symbolIcon.objectForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.operatorForeground\\\":\\\"#8bd5ca\\\",\\\"symbolIcon.packageForeground\\\":\\\"#f0c6c6\\\",\\\"symbolIcon.propertyForeground\\\":\\\"#ee99a0\\\",\\\"symbolIcon.referenceForeground\\\":\\\"#eed49f\\\",\\\"symbolIcon.snippetForeground\\\":\\\"#f0c6c6\\\",\\\"symbolIcon.stringForeground\\\":\\\"#a6da95\\\",\\\"symbolIcon.structForeground\\\":\\\"#8bd5ca\\\",\\\"symbolIcon.typeParameterForeground\\\":\\\"#ee99a0\\\",\\\"symbolIcon.unitForeground\\\":\\\"#cad3f5\\\",\\\"symbolIcon.variableForeground\\\":\\\"#cad3f5\\\",\\\"charts.foreground\\\":\\\"#cad3f5\\\",\\\"charts.lines\\\":\\\"#b8c0e0\\\",\\\"charts.red\\\":\\\"#ed8796\\\",\\\"charts.blue\\\":\\\"#8aadf4\\\",\\\"charts.yellow\\\":\\\"#eed49f\\\",\\\"charts.orange\\\":\\\"#f5a97f\\\",\\\"charts.green\\\":\\\"#a6da95\\\",\\\"charts.purple\\\":\\\"#c6a0f6\\\",\\\"errorLens.errorBackground\\\":\\\"#ed879626\\\",\\\"errorLens.errorBackgroundLight\\\":\\\"#ed879626\\\",\\\"errorLens.errorForeground\\\":\\\"#ed8796\\\",\\\"errorLens.errorForegroundLight\\\":\\\"#ed8796\\\",\\\"errorLens.errorMessageBackground\\\":\\\"#ed879626\\\",\\\"errorLens.hintBackground\\\":\\\"#a6da9526\\\",\\\"errorLens.hintBackgroundLight\\\":\\\"#a6da9526\\\",\\\"errorLens.hintForeground\\\":\\\"#a6da95\\\",\\\"errorLens.hintForegroundLight\\\":\\\"#a6da95\\\",\\\"errorLens.hintMessageBackground\\\":\\\"#a6da9526\\\",\\\"errorLens.infoBackground\\\":\\\"#8aadf426\\\",\\\"errorLens.infoBackgroundLight\\\":\\\"#8aadf426\\\",\\\"errorLens.infoForeground\\\":\\\"#8aadf4\\\",\\\"errorLens.infoForegroundLight\\\":\\\"#8aadf4\\\",\\\"errorLens.infoMessageBackground\\\":\\\"#8aadf426\\\",\\\"errorLens.statusBarErrorForeground\\\":\\\"#ed8796\\\",\\\"errorLens.statusBarHintForeground\\\":\\\"#a6da95\\\",\\\"errorLens.statusBarIconErrorForeground\\\":\\\"#ed8796\\\",\\\"errorLens.statusBarIconWarningForeground\\\":\\\"#f5a97f\\\",\\\"errorLens.statusBarInfoForeground\\\":\\\"#8aadf4\\\",\\\"errorLens.statusBarWarningForeground\\\":\\\"#f5a97f\\\",\\\"errorLens.warningBackground\\\":\\\"#f5a97f26\\\",\\\"errorLens.warningBackgroundLight\\\":\\\"#f5a97f26\\\",\\\"errorLens.warningForeground\\\":\\\"#f5a97f\\\",\\\"errorLens.warningForegroundLight\\\":\\\"#f5a97f\\\",\\\"errorLens.warningMessageBackground\\\":\\\"#f5a97f26\\\",\\\"issues.closed\\\":\\\"#c6a0f6\\\",\\\"issues.newIssueDecoration\\\":\\\"#f4dbd6\\\",\\\"issues.open\\\":\\\"#a6da95\\\",\\\"pullRequests.closed\\\":\\\"#ed8796\\\",\\\"pullRequests.draft\\\":\\\"#939ab7\\\",\\\"pullRequests.merged\\\":\\\"#c6a0f6\\\",\\\"pullRequests.notification\\\":\\\"#cad3f5\\\",\\\"pullRequests.open\\\":\\\"#a6da95\\\",\\\"gitlens.gutterBackgroundColor\\\":\\\"#363a4f4d\\\",\\\"gitlens.gutterForegroundColor\\\":\\\"#cad3f5\\\",\\\"gitlens.gutterUncommittedForegroundColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.trailingLineBackgroundColor\\\":\\\"#00000000\\\",\\\"gitlens.trailingLineForegroundColor\\\":\\\"#cad3f54d\\\",\\\"gitlens.lineHighlightBackgroundColor\\\":\\\"#c6a0f626\\\",\\\"gitlens.lineHighlightOverviewRulerColor\\\":\\\"#c6a0f6cc\\\",\\\"gitlens.openAutolinkedIssueIconColor\\\":\\\"#a6da95\\\",\\\"gitlens.closedAutolinkedIssueIconColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.closedPullRequestIconColor\\\":\\\"#ed8796\\\",\\\"gitlens.openPullRequestIconColor\\\":\\\"#a6da95\\\",\\\"gitlens.mergedPullRequestIconColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.unpublishedChangesIconColor\\\":\\\"#a6da95\\\",\\\"gitlens.unpublishedCommitIconColor\\\":\\\"#a6da95\\\",\\\"gitlens.unpulledChangesIconColor\\\":\\\"#f5a97f\\\",\\\"gitlens.decorations.branchAheadForegroundColor\\\":\\\"#a6da95\\\",\\\"gitlens.decorations.branchBehindForegroundColor\\\":\\\"#f5a97f\\\",\\\"gitlens.decorations.branchDivergedForegroundColor\\\":\\\"#eed49f\\\",\\\"gitlens.decorations.branchUnpublishedForegroundColor\\\":\\\"#a6da95\\\",\\\"gitlens.decorations.branchMissingUpstreamForegroundColor\\\":\\\"#f5a97f\\\",\\\"gitlens.decorations.statusMergingOrRebasingConflictForegroundColor\\\":\\\"#ee99a0\\\",\\\"gitlens.decorations.statusMergingOrRebasingForegroundColor\\\":\\\"#eed49f\\\",\\\"gitlens.decorations.workspaceRepoMissingForegroundColor\\\":\\\"#a5adcb\\\",\\\"gitlens.decorations.workspaceCurrentForegroundColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.decorations.workspaceRepoOpenForegroundColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.decorations.worktreeHasUncommittedChangesForegroundColor\\\":\\\"#f5a97f\\\",\\\"gitlens.decorations.worktreeMissingForegroundColor\\\":\\\"#ee99a0\\\",\\\"gitlens.graphLane1Color\\\":\\\"#c6a0f6\\\",\\\"gitlens.graphLane2Color\\\":\\\"#eed49f\\\",\\\"gitlens.graphLane3Color\\\":\\\"#8aadf4\\\",\\\"gitlens.graphLane4Color\\\":\\\"#f0c6c6\\\",\\\"gitlens.graphLane5Color\\\":\\\"#a6da95\\\",\\\"gitlens.graphLane6Color\\\":\\\"#b7bdf8\\\",\\\"gitlens.graphLane7Color\\\":\\\"#f4dbd6\\\",\\\"gitlens.graphLane8Color\\\":\\\"#ed8796\\\",\\\"gitlens.graphLane9Color\\\":\\\"#8bd5ca\\\",\\\"gitlens.graphLane10Color\\\":\\\"#f5bde6\\\",\\\"gitlens.graphChangesColumnAddedColor\\\":\\\"#a6da95\\\",\\\"gitlens.graphChangesColumnDeletedColor\\\":\\\"#ed8796\\\",\\\"gitlens.graphMinimapMarkerHeadColor\\\":\\\"#a6da95\\\",\\\"gitlens.graphScrollMarkerHeadColor\\\":\\\"#a6da95\\\",\\\"gitlens.graphMinimapMarkerUpstreamColor\\\":\\\"#96d382\\\",\\\"gitlens.graphScrollMarkerUpstreamColor\\\":\\\"#96d382\\\",\\\"gitlens.graphMinimapMarkerHighlightsColor\\\":\\\"#eed49f\\\",\\\"gitlens.graphScrollMarkerHighlightsColor\\\":\\\"#eed49f\\\",\\\"gitlens.graphMinimapMarkerLocalBranchesColor\\\":\\\"#8aadf4\\\",\\\"gitlens.graphScrollMarkerLocalBranchesColor\\\":\\\"#8aadf4\\\",\\\"gitlens.graphMinimapMarkerRemoteBranchesColor\\\":\\\"#739df2\\\",\\\"gitlens.graphScrollMarkerRemoteBranchesColor\\\":\\\"#739df2\\\",\\\"gitlens.graphMinimapMarkerStashesColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.graphScrollMarkerStashesColor\\\":\\\"#c6a0f6\\\",\\\"gitlens.graphMinimapMarkerTagsColor\\\":\\\"#f0c6c6\\\",\\\"gitlens.graphScrollMarkerTagsColor\\\":\\\"#f0c6c6\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#ed8796\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#f5a97f\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#eed49f\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#a6da95\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#7dc4e4\\\",\\\"editorBracketHighlight.foreground6\\\":\\\"#c6a0f6\\\",\\\"editorBracketHighlight.unexpectedBracket.foreground\\\":\\\"#ee99a0\\\",\\\"button.secondaryBorder\\\":\\\"#c6a0f6\\\",\\\"table.headerBackground\\\":\\\"#363a4f\\\",\\\"table.headerForeground\\\":\\\"#cad3f5\\\",\\\"list.focusAndSelectionBackground\\\":\\\"#494d64\\\"},\\\"watch\\\":false}\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"themeUpdatedNotificationShown\":\"true\",\"src.vs.platform.reactivestorage.browser.reactiveStorageServiceImpl.persistentStorage.applicationUser\":\"{\\\"cursorCreds\\\":{\\\"cppBackendUrl\\\":\\\"https://api3.cursor.sh\\\",\\\"websiteUrl\\\":\\\"https://cursor.com\\\",\\\"backendUrl\\\":\\\"https://api2.cursor.sh\\\",\\\"authClientId\\\":\\\"KbZUR41cY7W6zRSdpSUJ7I7mLYBKOCmB\\\",\\\"authDomain\\\":\\\"prod.authentication.cursor.sh\\\",\\\"repoBackendUrl\\\":\\\"https://repo42.cursor.sh\\\",\\\"telemBackendUrl\\\":\\\"https://api3.cursor.sh\\\",\\\"cmdkBackendUrl\\\":\\\"https://api3.cursor.sh\\\",\\\"hfUrl\\\":\\\"https://api3.cursor.sh\\\",\\\"geoCppBackendUrl\\\":\\\"https://us-eu.gcpp.cursor.sh\\\",\\\"credentialsDisplayName\\\":\\\"Prod\\\",\\\"cppConfigBackendUrl\\\":\\\"https://api4.cursor.sh\\\"},\\\"composerState\\\":{\\\"isComposerEnabled2\\\":true,\\\"isComposerProjectsEnabled\\\":true,\\\"isComposerControlPanelEnabled\\\":true,\\\"alwaysKeepComposerInBound\\\":false,\\\"shouldAutoApply\\\":true,\\\"location\\\":\\\"bar\\\",\\\"enableDevTools\\\":false,\\\"isBackgroundComposerEnabled\\\":false,\\\"isPersistenceEnabled\\\":\\\"disabled\\\"},\\\"chatDisplayVariant3\\\":\\\"premium\\\",\\\"aiFeaturesCopyPasteState\\\":{\\\"mentions\\\":[]},\\\"syncDevModeColorTheme\\\":true,\\\"cppModelsState\\\":{\\\"cppModels\\\":[\\\"fast\\\"],\\\"defaultCppModel\\\":\\\"main\\\",\\\"defaultModel\\\":\\\"dsv2-lctxv2-10-13\\\"},\\\"autopilotFeatureEnabled\\\":false,\\\"isLinterEnabled\\\":false,\\\"bigCmdKEnabled\\\":false,\\\"aiSettings\\\":{\\\"openAIModel\\\":\\\"claude-3.5-sonnet\\\",\\\"regularChatModel\\\":\\\"claude-3.5-sonnet\\\",\\\"cmdKModel\\\":\\\"claude-3.5-sonnet\\\",\\\"terminalCmdKModel\\\":\\\"claude-3.5-sonnet\\\",\\\"composerModel\\\":\\\"claude-3.5-sonnet\\\",\\\"privateFTOpenAIModel\\\":null,\\\"longContextOpenAIModel\\\":\\\"claude-3-5-sonnet-200k\\\",\\\"teamIds\\\":[1393133],\\\"modelOverrideEnabled\\\":[\\\"cursor-small\\\",\\\"gpt-4o\\\",\\\"claude-3.5-sonnet\\\"],\\\"modelOverrideDisabled\\\":[\\\"gpt-4\\\"]},\\\"authenticationSettings\\\":{\\\"githubLoggedIn\\\":false},\\\"docState\\\":{\\\"visibleDocs\\\":[],\\\"usableDocs\\\":[],\\\"previosulyUsedDocs\\\":[]},\\\"lastUpdateHiddenTimeInUnixSeconds\\\":0,\\\"lintRules\\\":\\\"\\\",\\\"bubbleTimesLeft\\\":0,\\\"showAgentActionDebugger\\\":false,\\\"cmdLineHookState\\\":{\\\"ignored\\\":true,\\\"timesShown\\\":0},\\\"agentDebuggerState\\\":{\\\"priomptLiveMode\\\":false,\\\"isRecordingTasks\\\":true},\\\"showLinterDebugger\\\":false,\\\"linterDebuggerState\\\":{\\\"specificRules\\\":true,\\\"compileErrors\\\":false,\\\"changeBehavior\\\":true,\\\"matchCode\\\":false,\\\"relevance\\\":true,\\\"userAwareness\\\":true},\\\"contextAstPersistentState\\\":{\\\"enabled\\\":false},\\\"compressComposerEdits\\\":true,\\\"cmdkDiffHistoryEnabled\\\":false,\\\"shouldOnlyImportOnAccept\\\":true,\\\"cppAutoImportDecorationStyle\\\":\\\"squiggle\\\",\\\"lintSettings\\\":{\\\"forceEnableDiscriminators\\\":[],\\\"forceDisableDiscriminators\\\":[],\\\"forceEnableGenerators\\\":[],\\\"forceDisableGenerators\\\":[]},\\\"lastUpgradeToProNotificationTime\\\":0,\\\"hallucinatedFunctionsPersistentState\\\":{},\\\"haveNotSeen\\\":{\\\"chat\\\":false,\\\"submit\\\":false,\\\"context\\\":true},\\\"newUserData\\\":{\\\"toolUsageCount\\\":{\\\"plainChat\\\":47,\\\"contextChat\\\":1,\\\"intentChat\\\":0}},\\\"azureState\\\":{\\\"useAzure\\\":false},\\\"interpreterModeSettings\\\":{\\\"interpreterModeByDefault\\\":false},\\\"cppFireOnEveryCursorChange\\\":false,\\\"personalDocs\\\":[],\\\"chunkedStreamingEnabledV2\\\":true,\\\"cppCachedTypeaheadEnabled\\\":true,\\\"cppManualTriggerWithOpToken\\\":false,\\\"cppTriggerInComments\\\":true,\\\"fastCppEnabled\\\":false,\\\"indexRepository\\\":true,\\\"haveNotImportedFromVSC\\\":false,\\\"shouldAutoParseCmdKLinks\\\":false,\\\"SPECIAL_KEY_lastUpdatedTimeInUnixSeconds\\\":1729453120.469,\\\"aiHyperModeUXType\\\":\\\"auto-accept\\\",\\\"aiPreviewsEnabled\\\":true,\\\"aiPreviewSettings\\\":{\\\"enabledFeatures\\\":{\\\"summary\\\":true,\\\"relatedFiles\\\":true,\\\"relatedCommits\\\":true},\\\"summary\\\":{\\\"isExpanded\\\":true},\\\"relatedFiles\\\":{\\\"isExpanded\\\":true},\\\"relatedCommits\\\":{\\\"isExpanded\\\":false}},\\\"chatFadeInAnimationEnabled\\\":false,\\\"isFileSyncEnabled\\\":false,\\\"isAiReviewInputExpanded\\\":true,\\\"useFastApplyModel\\\":false,\\\"fastApplyModelType\\\":1,\\\"explicitlyEnableSemanticSearch\\\":false,\\\"aiCursorHelpEnabled\\\":true,\\\"showAllCmdKContexts\\\":false,\\\"aiDocAgentEnabled\\\":false,\\\"markdownTestString\\\":\\\"\\\",\\\"cppInPeek\\\":true,\\\"cursorPredictionUIExperiments\\\":[],\\\"isCursorSmallEnabledForTheFirstTime\\\":true,\\\"oneTimeSettings\\\":{\\\"shouldDisableGithubCopilot\\\":false,\\\"shouldMigrateFromGpt4ToGpt4o\\\":false,\\\"shouldMigrateFromGpt4oToClaudeSonnet\\\":false,\\\"didMigrateFromGpt4oToClaudeSonnet\\\":true,\\\"didMigrateBackFromClaudeSonnetToGpt4o\\\":false},\\\"aiReviewPersistentStorage\\\":{\\\"customInstructions\\\":\\\"\\\"},\\\"indexingState\\\":{\\\"lastAskedToIndexTime\\\":0},\\\"shouldNotTryToGetThemToNoticeCpp\\\":true,\\\"checklistState\\\":{\\\"shouldSeeOnboardingChecklist\\\":false,\\\"doneAutoComplete\\\":true,\\\"doneAddingCodeSelection\\\":true,\\\"doneCommandL\\\":true,\\\"doneCommandK\\\":true,\\\"doneCommandEnter\\\":true},\\\"havePerformedSettingsServiceMigration\\\":true,\\\"cppHasLoadedConfigFromCopilot\\\":true,\\\"hasDisabledErrorLensForAiLinter\\\":true,\\\"cursorPredictionState\\\":{\\\"modelConfigs\\\":[{\\\"name\\\":\\\"legacy\\\",\\\"radius\\\":80},{\\\"name\\\":\\\"default\\\",\\\"radius\\\":50},{\\\"name\\\":\\\"v2\\\",\\\"radius\\\":1000},{\\\"name\\\":\\\"v3\\\",\\\"radius\\\":1000}],\\\"defaultModel\\\":\\\"default\\\",\\\"heuristics\\\":[1]},\\\"availableDefaultModels2\\\":[{\\\"name\\\":\\\"gpt-4\\\",\\\"defaultOn\\\":false},{\\\"name\\\":\\\"gpt-4o\\\",\\\"defaultOn\\\":true},{\\\"name\\\":\\\"claude-3-opus\\\",\\\"defaultOn\\\":false},{\\\"name\\\":\\\"cursor-small\\\",\\\"defaultOn\\\":true},{\\\"name\\\":\\\"gpt-3.5-turbo\\\",\\\"defaultOn\\\":false},{\\\"name\\\":\\\"gpt-4-turbo-2024-04-09\\\",\\\"defaultOn\\\":false},{\\\"name\\\":\\\"gpt-4o-128k\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":true},{\\\"name\\\":\\\"gemini-1.5-flash-500k\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":true},{\\\"name\\\":\\\"claude-3-haiku-200k\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":true},{\\\"name\\\":\\\"claude-3-5-sonnet-200k\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":true},{\\\"name\\\":\\\"claude-3.5-sonnet\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":false},{\\\"name\\\":\\\"gpt-4o-mini\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":false},{\\\"name\\\":\\\"o1-mini\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":false},{\\\"name\\\":\\\"o1-preview\\\",\\\"defaultOn\\\":true,\\\"isLongContextOnly\\\":false}],\\\"isCursorFastNameSwitched\\\":true,\\\"removeAIReview\\\":true,\\\"noStorageMode\\\":true,\\\"selectedPrivacyForOnboarding\\\":true,\\\"SPECIAL_KEY_id\\\":\\\"46e11fc8-d307-4b07-bf41-b705f82d5015\\\",\\\"cppEnabled\\\":true,\\\"cppConfig\\\":{\\\"heuristics\\\":[4,6],\\\"excludeRecentlyViewedFilesPatterns\\\":[\\\".env\\\",\\\".production\\\",\\\".pem\\\",\\\".cursor-retrieval.\\\",\\\".cursor-always-local.\\\",\\\".svg\\\",\\\".lock\\\",\\\".jsonl\\\",\\\".csv\\\",\\\".tsv\\\",\\\"Copilot++\\\"],\\\"enableRvfTracking\\\":true,\\\"globalDebounceDurationMillis\\\":70,\\\"clientDebounceDurationMillis\\\":50,\\\"cppUrl\\\":\\\"https://api3.cursor.sh\\\",\\\"useWhitespaceDiffHistory\\\":true,\\\"enableFilesyncDebounceSkipping\\\":true,\\\"checkFilesyncHashPercent\\\":0.05000000074505806,\\\"geoCppBackendUrl\\\":\\\"https://us-eu.gcpp.cursor.sh\\\",\\\"aboveRadius\\\":1,\\\"belowRadius\\\":2,\\\"isOn\\\":true,\\\"isGhostText\\\":true,\\\"shouldLetUserEnableCppEvenIfNotPro\\\":true,\\\"importPredictionConfig\\\":{\\\"isDisabledByBackend\\\":false,\\\"shouldTurnOnAutomatically\\\":true,\\\"pythonEnabled\\\":false}},\\\"useOpenAIKey\\\":false,\\\"cppShown\\\":485,\\\"docsNudge\\\":{\\\"upUntilCounter\\\":48,\\\"shownNudges\\\":0},\\\"cmdKGenerationConfigs\\\":[{\\\"modelDetails\\\":{\\\"modelName\\\":\\\"claude-3.5-sonnet\\\",\\\"azureState\\\":{\\\"apiKey\\\":\\\"\\\",\\\"baseUrl\\\":\\\"\\\",\\\"deployment\\\":\\\"\\\",\\\"useAzure\\\":false}},\\\"generationUUID\\\":\\\"5de8238c-7e03-407e-8981-9f9c34a37cb0\\\"}],\\\"backendHasDisabledCppAutoImport\\\":false,\\\"cppAutoImportEnabled\\\":true,\\\"notepadState\\\":{\\\"isNotepadEnabled\\\":true},\\\"controlPanelState\\\":{\\\"location\\\":\\\"floating\\\",\\\"isControlPanelWindowEnabled\\\":false},\\\"isFileSyncClientEnabled\\\":true,\\\"membershipType\\\":\\\"enterprise\\\",\\\"cacheChatPrompts\\\":false}\",\"workbench.panel.alignment\":\"center\",\"extensionsIdentifiers/disabled\":\"[]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"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.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}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"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}]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"editor.action.insertCursorAbove\\\",\\\"value\\\":1},{\\\"key\\\":\\\"aiSettings.action.open\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.action.webview.reloadWebviewAction\\\",\\\"value\\\":5},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":10}]}\",\"commandPalette.mru.counter\":\"11\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"GitHub.copilot.status\\\"]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/typescript.code-snippets/Class Definition\\\",1725457513814]]\",\"http.linkProtectionTrustedDomains\":\"[\\\"*.intercom.io\\\",\\\"*.intercom.com\\\"]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}