Skip to content

Instantly share code, notes, and snippets.

@santospatrick
Created March 17, 2023 23:00
Show Gist options
  • Save santospatrick/05432976d73449adda385dcee9661dc6 to your computer and use it in GitHub Desktop.
Save santospatrick/05432976d73449adda385dcee9661dc6 to your computer and use it in GitHub Desktop.
{"name":"Patrick's Profile","settings":"{\"settings\":\"{\\n // Workbench\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.colorTheme\\\": \\\"Dracula\\\",\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": false,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"statusBar.debuggingBackground\\\": \\\"#45C8FE\\\"\\n },\\n\\n // Editor\\n \\\"editor.cursorBlinking\\\": \\\"solid\\\",\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\n \\\"editor.rulers\\\": [\\n 120\\n ],\\n \\\"editor.fontSize\\\": 14,\\n \\\"editor.detectIndentation\\\": true,\\n \\\"editor.acceptSuggestionOnCommitCharacter\\\": false,\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll.eslint\\\": true,\\n },\\n \\\"editor.quickSuggestionsDelay\\\": 100,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.linkedEditing\\\": true,\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.typescript-language-features\\\"\\n },\\n \\n // Explorer\\n \\\"explorer.compactFolders\\\": false,\\n\\n // HTML\\n \\\"html.format.wrapAttributes\\\": \\\"force\\\",\\n\\n // Git\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n\\n // Terminal\\n \\\"terminal.integrated.fontFamily\\\": \\\"Meslo LG M for Powerline\\\",\\n \\\"terminal.integrated.fontSize\\\": 16,\\n\\n // Misc\\n \\\"breadcrumbs.enabled\\\": true,\\n\\n // ===============\\n // Plugins Section\\n // ===============\\n\\n // Git Project Manager\\n \\\"gitProjectManager.baseProjectsFolders\\\": [\\n \\\"~/Developer\\\",\\n ],\\n \\\"gitProjectManager.ignoredFolders\\\": [\\n \\\"node_modules\\\"\\n ],\\n \\\"gitProjectManager.maxDepthRecursion\\\": 1,\\n \\\"gitProjectManager.checkRemoteOrigin\\\": false,\\n \\\"gitProjectManager.openInNewWindow\\\": true,\\n\\n // Emmet\\n \\\"emmet.showSuggestionsAsSnippets\\\": true,\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"emmet.includeLanguages\\\": {\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"javascript\\\": \\\"javascriptreact\\\"\\n },\\n \\\"emmet.syntaxProfiles\\\": {\\n \\\"javascript\\\": \\\"jsx\\\"\\n },\\n\\n // ESLint\\n \\\"eslint.validate\\\": [\\\"javascript\\\", \\\"javascriptreact\\\", \\\"vue\\\"],\\n \\\"eslint.packageManager\\\": \\\"yarn\\\",\\n \\n // Material Icons\\n \\\"material-icon-theme.folders.theme\\\": \\\"specific\\\",\\n\\n // Security\\n \\\"window.zoomLevel\\\": 1\\n}\\n\"}","keybindings":"{\"keybindings\":\"[\\n {\\n \\\"key\\\": \\\"alt+right\\\",\\n \\\"command\\\": \\\"cursorWordPartRight\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+right\\\",\\n \\\"command\\\": \\\"cursorWordPartRightSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+left\\\",\\n \\\"command\\\": \\\"cursorWordPartStartLeft\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+left\\\",\\n \\\"command\\\": \\\"cursorWordPartStartLeftSelect\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+backspace\\\",\\n \\\"command\\\": \\\"deleteWordPartLeft\\\",\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+delete\\\",\\n \\\"command\\\": \\\"deleteWordPartRight\\\",\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+0\\\",\\n \\\"command\\\": \\\"workbench.action.zoomReset\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+r\\\",\\n \\\"command\\\": \\\"workbench.action.reloadWindow\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+l\\\",\\n \\\"command\\\": \\\"turboConsoleLog.displayLogMessage\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+l\\\",\\n \\\"command\\\": \\\"-turboConsoleLog.displayLogMessage\\\"\\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}\",\"javascript.json\":\"{\\n\\t// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"sleep\\\": {\\n\\t\\t\\\"prefix\\\": \\\"sleep\\\",\\n\\t\\t\\\"body\\\": [\\\"const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));\\\"]\\n\\t},\\n\\t\\\"Try Finally\\\": {\\n\\t\\t\\\"prefix\\\": \\\"tryfinally\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"try {\\\",\\n\\t\\t\\t\\\" $1\\\",\\n\\t\\t\\t\\\"} finally {\\\",\\n\\t\\t\\t\\\" $2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t]\\n\\t},\\n\\t\\\"Styled Components Theme\\\": {\\n\\t\\t\\\"prefix\\\": \\\"pt\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"${({ theme }) => theme.$1}\\\"\\n\\t\\t]\\n\\t}\\n}\",\"typescriptreact.json\":\"{\\n\\t// Place your snippets for typescriptreact here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"sleep\\\": {\\n\\t\\t\\\"prefix\\\": \\\"sleep\\\",\\n\\t\\t\\\"body\\\": [\\\"const sleep = ms => new Promise(resolve => setTimeout(resolve, ms));\\\"]\\n\\t},\\n\\t\\\"Try Finally\\\": {\\n\\t\\t\\\"prefix\\\": \\\"tryfinally\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"try {\\\",\\n\\t\\t\\t\\\" $1\\\",\\n\\t\\t\\t\\\"} finally {\\\",\\n\\t\\t\\t\\\" $2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t]\\n\\t}\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"aeschli.vscode-css-formatter\",\"uuid\":\"3f770365-3682-44ee-a63e-5ef1b16c74d2\"},\"displayName\":\"CSS Formatter\"},{\"identifier\":{\"id\":\"attilabuti.vscode-mjml\",\"uuid\":\"efc33846-2498-43d7-9699-47d0a7741345\"},\"displayName\":\"MJML\"},{\"identifier\":{\"id\":\"chakrounanas.turbo-console-log\",\"uuid\":\"6623619a-676d-4cde-943f-a3c193b44fc0\"},\"displayName\":\"Turbo Console Log\"},{\"identifier\":{\"id\":\"clinyong.vscode-css-modules\",\"uuid\":\"5f362e62-15b7-4fd3-a839-3a240d18c49d\"},\"displayName\":\"CSS Modules\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"dracula-theme.theme-dracula\",\"uuid\":\"4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1\"},\"displayName\":\"Dracula Official\"},{\"identifier\":{\"id\":\"dsznajder.es7-react-js-snippets\",\"uuid\":\"19804510-b475-4dae-b0f7-6ca08fd1af0c\"},\"displayName\":\"ES7+ React/Redux/React-Native snippets\"},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\"},{\"identifier\":{\"id\":\"felipecaputo.git-project-manager\",\"uuid\":\"2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f\"},\"displayName\":\"Git Project Manager\"},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\"},{\"identifier\":{\"id\":\"knisterpeter.vscode-commitizen\",\"uuid\":\"726dd888-7465-4e27-a016-4288df7be24a\"},\"displayName\":\"Visual Studio Code Commitizen Support\"},{\"identifier\":{\"id\":\"mikestead.dotenv\",\"uuid\":\"532533c9-a894-4a58-9eee-bbfbe7c06f71\"},\"displayName\":\"DotENV\"},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"displayName\":\"Color Highlight\"},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"prisma.prisma\",\"uuid\":\"33ce9d6b-41cf-4972-a62b-386f7201981d\"},\"displayName\":\"Prisma\"},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"displayName\":\"Live Server\"},{\"identifier\":{\"id\":\"samuherek.obcss\",\"uuid\":\"4e797c30-1696-4ebb-9557-dec5f0ed4bbd\"},\"displayName\":\"OBCSS - css/obj property + values converter\"},{\"identifier\":{\"id\":\"styled-components.vscode-styled-components\",\"uuid\":\"22a740c5-ec07-4bf0-a58f-1a38aabea310\"},\"displayName\":\"vscode-styled-components\"},{\"identifier\":{\"id\":\"toba.vsfire\",\"uuid\":\"2b2535e4-d0cd-4b0a-9a18-5db6d6fb0c31\"},\"displayName\":\"Firebase\"},{\"identifier\":{\"id\":\"willstakayama.vscode-nextjs-snippets\",\"uuid\":\"4f78ee22-9fd6-44f3-b43f-c5459ec39229\"},\"displayName\":\"NEXTJS Snippets tsx and jsx\"}]","globalState":"{\"storage\":{\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true}}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":1},{\\\"key\\\":\\\"workbench.extensions.action.openExtensionsFolder\\\",\\\"value\\\":4},{\\\"key\\\":\\\"extension.downloadSettings\\\",\\\"value\\\":5},{\\\"key\\\":\\\"extension.obcss.css-to-obj\\\",\\\"value\\\":24},{\\\"key\\\":\\\"mjml.previewToSide\\\",\\\"value\\\":82},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":124},{\\\"key\\\":\\\"workbench.action.terminal.openNativeConsole\\\",\\\"value\\\":137},{\\\"key\\\":\\\"workbench.action.terminal.split\\\",\\\"value\\\":138},{\\\"key\\\":\\\"remote-containers.createDevContainerFile\\\",\\\"value\\\":140},{\\\"key\\\":\\\"workbench.action.terminal.toggleTerminal\\\",\\\"value\\\":148},{\\\"key\\\":\\\"extension.obcss.obj-to-css\\\",\\\"value\\\":191},{\\\"key\\\":\\\"vscode-commitizen.commit\\\",\\\"value\\\":216},{\\\"key\\\":\\\"typescript.selectTypeScriptVersion\\\",\\\"value\\\":218},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":220},{\\\"key\\\":\\\"git.pullFrom\\\",\\\"value\\\":232},{\\\"key\\\":\\\"editor.action.transformToLowercase\\\",\\\"value\\\":242},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":249},{\\\"key\\\":\\\"git.pull\\\",\\\"value\\\":252},{\\\"key\\\":\\\"editor.action.transformToUppercase\\\",\\\"value\\\":253},{\\\"key\\\":\\\"git.checkout\\\",\\\"value\\\":254},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":255},{\\\"key\\\":\\\"git.push\\\",\\\"value\\\":258}]}\",\"commandPalette.mru.counter\":\"259\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Mon Jul 18 2022\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark dracula-theme-theme-dracula-theme-dracula-json\\\",\\\"label\\\":\\\"Dracula\\\",\\\"settingsId\\\":\\\"Dracula\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"emphasis\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"strong\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"header\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6272A4\\\"},\\\"scope\\\":[\\\"meta.diff\\\",\\\"meta.diff.header\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"markup.inserted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\"},\\\"scope\\\":[\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"markup.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\",\\\"fontStyle\\\":\\\"underline italic\\\"},\\\"scope\\\":[\\\"invalid\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\",\\\"fontStyle\\\":\\\"underline italic\\\"},\\\"scope\\\":[\\\"invalid.deprecated\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"entity.name.filename\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\"},\\\"scope\\\":[\\\"markup.error\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"markup.bold\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"markup.heading\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"markup.italic\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\",\\\"beginning.punctuation.definition.quote.markdown\\\",\\\"punctuation.definition.link.restructuredtext\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"markup.inline.raw\\\",\\\"markup.raw.restructuredtext\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"markup.underline.link\\\",\\\"markup.underline.link.image\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"meta.link.reference.def.restructuredtext\\\",\\\"punctuation.definition.directive.restructuredtext\\\",\\\"string.other.link.description\\\",\\\"string.other.link.title\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.name.directive.restructuredtext\\\",\\\"markup.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6272A4\\\"},\\\"scope\\\":[\\\"meta.separator.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"fenced_code.block.language\\\",\\\"markup.raw.inner.restructuredtext\\\",\\\"markup.fenced_code.block.markdown punctuation.definition.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"punctuation.definition.constant.restructuredtext\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"markup.heading.markdown punctuation.definition.string.begin\\\",\\\"markup.heading.markdown punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.paragraph.markdown punctuation.definition.string.begin\\\",\\\"meta.paragraph.markdown punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin\\\",\\\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\",\\\"fontStyle\\\":\\\"normal\\\"},\\\"scope\\\":[\\\"entity.name.type.class\\\",\\\"entity.name.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"keyword.expressions-and-types.swift\\\",\\\"keyword.other.this\\\",\\\"variable.language\\\",\\\"variable.language punctuation.definition.variable.php\\\",\\\"variable.other.readwrite.instance.ruby\\\",\\\"variable.parameter.function.language.special\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6272A4\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\",\\\"unused.comment\\\",\\\"wildcard.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"comment keyword.codetag.notation\\\",\\\"comment.block.documentation keyword\\\",\\\"comment.block.documentation storage.type.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment.block.documentation entity.name.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"comment.block.documentation entity.name.type punctuation.definition.bracket\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFB86C\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment.block.documentation variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"constant\\\",\\\"variable.other.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\",\\\"constant.character.string.escape\\\",\\\"constant.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.parent-selector\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.function-call.object\\\",\\\"meta.function-call.php\\\",\\\"meta.function-call.static\\\",\\\"meta.method-call.java meta.method\\\",\\\"meta.method.groovy\\\",\\\"support.function.any-method.lua\\\",\\\"keyword.operator.function.infix\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"entity.name.variable.parameter\\\",\\\"meta.at-rule.function variable\\\",\\\"meta.at-rule.mixin variable\\\",\\\"meta.function.arguments variable.other.php\\\",\\\"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql\\\",\\\"variable.parameter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"meta.decorator variable.other.readwrite\\\",\\\"meta.decorator variable.other.property\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"meta.decorator variable.other.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"keyword\\\",\\\"punctuation.definition.keyword\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"keyword.control.new\\\",\\\"keyword.operator.new\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"meta.selector\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"support\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"regular\\\",\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"support.function.magic\\\",\\\"support.variable\\\",\\\"variable.other.predefined\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"regular\\\"},\\\"scope\\\":[\\\"support.function\\\",\\\"support.type.property-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"constant.other.symbol.hashkey punctuation.definition.constant.ruby\\\",\\\"entity.other.attribute-name.placeholder punctuation\\\",\\\"entity.other.attribute-name.pseudo-class punctuation\\\",\\\"entity.other.attribute-name.pseudo-element punctuation\\\",\\\"meta.group.double.toml\\\",\\\"meta.group.toml\\\",\\\"meta.object-binding-pattern-variable punctuation.destructuring\\\",\\\"punctuation.colon.graphql\\\",\\\"punctuation.definition.block.scalar.folded.yaml\\\",\\\"punctuation.definition.block.scalar.literal.yaml\\\",\\\"punctuation.definition.block.sequence.item.yaml\\\",\\\"punctuation.definition.entity.other.inherited-class\\\",\\\"punctuation.function.swift\\\",\\\"punctuation.separator.dictionary.key-value\\\",\\\"punctuation.separator.hash\\\",\\\"punctuation.separator.inheritance\\\",\\\"punctuation.separator.key-value\\\",\\\"punctuation.separator.key-value.mapping.yaml\\\",\\\"punctuation.separator.namespace\\\",\\\"punctuation.separator.pointer-access\\\",\\\"punctuation.separator.slice\\\",\\\"string.unquoted.heredoc punctuation.definition.string\\\",\\\"support.other.chomping-indicator.yaml\\\",\\\"punctuation.separator.annotation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"keyword.operator.other.powershell\\\",\\\"keyword.other.statement-separator.powershell\\\",\\\"meta.brace.round\\\",\\\"meta.function-call punctuation\\\",\\\"punctuation.definition.arguments.begin\\\",\\\"punctuation.definition.arguments.end\\\",\\\"punctuation.definition.entity.begin\\\",\\\"punctuation.definition.entity.end\\\",\\\"punctuation.definition.tag.cs\\\",\\\"punctuation.definition.type.begin\\\",\\\"punctuation.definition.type.end\\\",\\\"punctuation.section.scope.begin\\\",\\\"punctuation.section.scope.end\\\",\\\"punctuation.terminator.expression.php\\\",\\\"storage.type.generic.java\\\",\\\"string.template meta.brace\\\",\\\"string.template punctuation.accessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"meta.string-contents.quoted.double punctuation.definition.variable\\\",\\\"punctuation.definition.interpolation.begin\\\",\\\"punctuation.definition.interpolation.end\\\",\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded.begin\\\",\\\"punctuation.section.embedded.coffee\\\",\\\"punctuation.section.embedded.end\\\",\\\"punctuation.section.embedded.end source.php\\\",\\\"punctuation.section.embedded.end source.ruby\\\",\\\"punctuation.definition.variable.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"entity.name.function.target.makefile\\\",\\\"entity.name.section.toml\\\",\\\"entity.name.tag.yaml\\\",\\\"variable.other.key.toml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"constant.other.date\\\",\\\"constant.other.timestamp\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic underline\\\",\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"variable.other.alias.yaml\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"regular\\\",\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"storage\\\",\\\"meta.implementation storage.type.objc\\\",\\\"meta.interface-or-protocol storage.type.objc\\\",\\\"source.groovy storage.type.def\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"entity.name.type\\\",\\\"keyword.primitive-datatypes.swift\\\",\\\"keyword.type.cs\\\",\\\"meta.protocol-list.objc\\\",\\\"meta.return-type.objc\\\",\\\"source.go storage.type\\\",\\\"source.groovy storage.type\\\",\\\"source.java storage.type\\\",\\\"source.powershell entity.other.attribute-name\\\",\\\"storage.class.std.rust\\\",\\\"storage.type.attribute.swift\\\",\\\"storage.type.c\\\",\\\"storage.type.core.rust\\\",\\\"storage.type.cs\\\",\\\"storage.type.groovy\\\",\\\"storage.type.objc\\\",\\\"storage.type.php\\\",\\\"storage.type.haskell\\\",\\\"storage.type.ocaml\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"entity.name.type.type-parameter\\\",\\\"meta.indexer.mappedtype.declaration entity.name.type\\\",\\\"meta.type.parameters entity.name.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"string.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.character.escape.backslash.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF79C6\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.capture.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\"},\\\"scope\\\":[\\\"string.regexp punctuation.definition.string.begin\\\",\\\"string.regexp punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"punctuation.definition.character-class.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.assertion.regexp\\\",\\\"keyword.operator.negation.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50FA7B\\\"},\\\"scope\\\":[\\\"meta.assertion.look-ahead.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E9F284\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin\\\",\\\"punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FE\\\"},\\\"scope\\\":[\\\"punctuation.support.type.property-name.begin\\\",\\\"punctuation.support.type.property-name.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6272A4\\\"},\\\"scope\\\":[\\\"string.quoted.docstring.multi\\\",\\\"string.quoted.docstring.multi.python punctuation.definition.string.begin\\\",\\\"string.quoted.docstring.multi.python punctuation.definition.string.end\\\",\\\"string.quoted.docstring.multi.python constant.character.escape\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"constant.other.key.perl\\\",\\\"support.variable.property\\\",\\\"variable.other.constant.js\\\",\\\"variable.other.constant.ts\\\",\\\"variable.other.constant.tsx\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FFB86C\\\"},\\\"scope\\\":[\\\"meta.import variable.other.readwrite\\\",\\\"meta.variable.assignment.destructured.object.coffee variable\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.import variable.other.readwrite.alias\\\",\\\"meta.export variable.other.readwrite.alias\\\",\\\"meta.variable.assignment.destructured.object.coffee variable variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"meta.selectionset.graphql variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.selectionset.graphql meta.arguments variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#8BE9FD\\\"},\\\"scope\\\":[\\\"entity.name.fragment.graphql\\\",\\\"variable.fragment.graphql\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"constant.other.symbol.hashkey.ruby\\\",\\\"keyword.operator.dereference.java\\\",\\\"keyword.operator.navigation.groovy\\\",\\\"meta.scope.for-loop.shell punctuation.definition.string.begin\\\",\\\"meta.scope.for-loop.shell punctuation.definition.string.end\\\",\\\"meta.scope.for-loop.shell string\\\",\\\"storage.modifier.import\\\",\\\"punctuation.section.embedded.begin.tsx\\\",\\\"punctuation.section.embedded.end.tsx\\\",\\\"punctuation.section.embedded.begin.jsx\\\",\\\"punctuation.section.embedded.end.jsx\\\",\\\"punctuation.separator.list.comma.css\\\",\\\"constant.language.empty-list.haskell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"source.shell variable.other\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#BD93F9\\\"},\\\"scope\\\":[\\\"support.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\"},\\\"scope\\\":[\\\"meta.attribute-selector.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"punctuation.definition.attribute-selector.end.bracket.square.scss\\\",\\\"punctuation.definition.attribute-selector.begin.bracket.square.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6272A4\\\"},\\\"scope\\\":[\\\"meta.preprocessor.haskell\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FF5555\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"log.error\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F1FA8C\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"log.warning\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"dracula-theme.theme-dracula\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"theme-dracula\\\",\\\"_extensionPublisher\\\":\\\"dracula-theme\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"terminal.background\\\":\\\"#282a36\\\",\\\"terminal.foreground\\\":\\\"#f8f8f2\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#6272a4\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff6e6e\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#69ff94\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffffa5\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#d6acff\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#ff92df\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#a4ffff\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBlack\\\":\\\"#21222c\\\",\\\"terminal.ansiRed\\\":\\\"#ff5555\\\",\\\"terminal.ansiGreen\\\":\\\"#50fa7b\\\",\\\"terminal.ansiYellow\\\":\\\"#f1fa8c\\\",\\\"terminal.ansiBlue\\\":\\\"#bd93f9\\\",\\\"terminal.ansiMagenta\\\":\\\"#ff79c6\\\",\\\"terminal.ansiCyan\\\":\\\"#8be9fd\\\",\\\"terminal.ansiWhite\\\":\\\"#f8f8f2\\\",\\\"focusBorder\\\":\\\"#6272a4\\\",\\\"foreground\\\":\\\"#f8f8f2\\\",\\\"selection.background\\\":\\\"#bd93f9\\\",\\\"errorForeground\\\":\\\"#ff5555\\\",\\\"button.background\\\":\\\"#44475a\\\",\\\"button.foreground\\\":\\\"#f8f8f2\\\",\\\"button.secondaryBackground\\\":\\\"#282a36\\\",\\\"button.secondaryForeground\\\":\\\"#f8f8f2\\\",\\\"button.secondaryHoverBackground\\\":\\\"#343746\\\",\\\"dropdown.background\\\":\\\"#343746\\\",\\\"dropdown.border\\\":\\\"#191a21\\\",\\\"dropdown.foreground\\\":\\\"#f8f8f2\\\",\\\"input.background\\\":\\\"#282a36\\\",\\\"input.foreground\\\":\\\"#f8f8f2\\\",\\\"input.border\\\":\\\"#191a21\\\",\\\"input.placeholderForeground\\\":\\\"#6272a4\\\",\\\"inputOption.activeBorder\\\":\\\"#bd93f9\\\",\\\"inputValidation.infoBorder\\\":\\\"#ff79c6\\\",\\\"inputValidation.warningBorder\\\":\\\"#ffb86c\\\",\\\"inputValidation.errorBorder\\\":\\\"#ff5555\\\",\\\"badge.foreground\\\":\\\"#f8f8f2\\\",\\\"badge.background\\\":\\\"#44475a\\\",\\\"progressBar.background\\\":\\\"#ff79c6\\\",\\\"list.activeSelectionBackground\\\":\\\"#44475a\\\",\\\"list.activeSelectionForeground\\\":\\\"#f8f8f2\\\",\\\"list.dropBackground\\\":\\\"#44475a\\\",\\\"list.focusBackground\\\":\\\"#44475a75\\\",\\\"list.highlightForeground\\\":\\\"#8be9fd\\\",\\\"list.hoverBackground\\\":\\\"#44475a75\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#44475a75\\\",\\\"list.warningForeground\\\":\\\"#ffb86c\\\",\\\"list.errorForeground\\\":\\\"#ff5555\\\",\\\"activityBar.background\\\":\\\"#343746\\\",\\\"activityBar.inactiveForeground\\\":\\\"#6272a4\\\",\\\"activityBar.foreground\\\":\\\"#f8f8f2\\\",\\\"activityBar.activeBorder\\\":\\\"#ff79c680\\\",\\\"activityBar.activeBackground\\\":\\\"#bd93f910\\\",\\\"activityBarBadge.background\\\":\\\"#ff79c6\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8f8f2\\\",\\\"sideBar.background\\\":\\\"#21222c\\\",\\\"sideBarTitle.foreground\\\":\\\"#f8f8f2\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282a36\\\",\\\"sideBarSectionHeader.border\\\":\\\"#191a21\\\",\\\"editorGroup.border\\\":\\\"#bd93f9\\\",\\\"editorGroup.dropBackground\\\":\\\"#44475a70\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#191a21\\\",\\\"tab.activeBackground\\\":\\\"#282a36\\\",\\\"tab.activeForeground\\\":\\\"#f8f8f2\\\",\\\"tab.border\\\":\\\"#191a21\\\",\\\"tab.activeBorderTop\\\":\\\"#ff79c680\\\",\\\"tab.inactiveBackground\\\":\\\"#21222c\\\",\\\"tab.inactiveForeground\\\":\\\"#6272a4\\\",\\\"editor.foreground\\\":\\\"#f8f8f2\\\",\\\"editor.background\\\":\\\"#282a36\\\",\\\"editorLineNumber.foreground\\\":\\\"#6272a4\\\",\\\"editor.selectionBackground\\\":\\\"#44475a\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#424450\\\",\\\"editor.foldBackground\\\":\\\"#21222c80\\\",\\\"editor.wordHighlightBackground\\\":\\\"#8be9fd50\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#50fa7b50\\\",\\\"editor.findMatchBackground\\\":\\\"#ffb86c80\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#ffffff40\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#44475a75\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#8be9fd50\\\",\\\"editor.lineHighlightBorder\\\":\\\"#44475a\\\",\\\"editorLink.activeForeground\\\":\\\"#8be9fd\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#bd93f915\\\",\\\"editor.snippetTabstopHighlightBackground\\\":\\\"#282a36\\\",\\\"editor.snippetTabstopHighlightBorder\\\":\\\"#6272a4\\\",\\\"editor.snippetFinalTabstopHighlightBackground\\\":\\\"#282a36\\\",\\\"editor.snippetFinalTabstopHighlightBorder\\\":\\\"#50fa7b\\\",\\\"editorWhitespace.foreground\\\":\\\"#ffffff1a\\\",\\\"editorIndentGuide.background\\\":\\\"#ffffff1a\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#ffffff45\\\",\\\"editorRuler.foreground\\\":\\\"#ffffff1a\\\",\\\"editorCodeLens.foreground\\\":\\\"#6272a4\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#f8f8f2\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#ff79c6\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#8be9fd\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#50fa7b\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#bd93f9\\\",\\\"editorBracketHighlight.foreground6\\\":\\\"#ffb86c\\\",\\\"editorBracketHighlight.unexpectedBracket.foreground\\\":\\\"#ff5555\\\",\\\"editorOverviewRuler.border\\\":\\\"#191a21\\\",\\\"editorOverviewRuler.selectionHighlightForeground\\\":\\\"#ffb86c\\\",\\\"editorOverviewRuler.wordHighlightForeground\\\":\\\"#8be9fd\\\",\\\"editorOverviewRuler.wordHighlightStrongForeground\\\":\\\"#50fa7b\\\",\\\"editorOverviewRuler.modifiedForeground\\\":\\\"#8be9fd80\\\",\\\"editorOverviewRuler.addedForeground\\\":\\\"#50fa7b80\\\",\\\"editorOverviewRuler.deletedForeground\\\":\\\"#ff555580\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#ff555580\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#ffb86c80\\\",\\\"editorOverviewRuler.infoForeground\\\":\\\"#8be9fd80\\\",\\\"editorError.foreground\\\":\\\"#ff5555\\\",\\\"editorWarning.foreground\\\":\\\"#8be9fd\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#8be9fd80\\\",\\\"editorGutter.addedBackground\\\":\\\"#50fa7b80\\\",\\\"editorGutter.deletedBackground\\\":\\\"#ff555580\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#8be9fd\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#ff5555\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#50fa7b\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#6272a4\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#ffb86c\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#50fa7b20\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#ff555550\\\",\\\"editorWidget.background\\\":\\\"#21222c\\\",\\\"editorSuggestWidget.background\\\":\\\"#21222c\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#f8f8f2\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#44475a\\\",\\\"editorHoverWidget.background\\\":\\\"#282a36\\\",\\\"editorHoverWidget.border\\\":\\\"#6272a4\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21222c\\\",\\\"peekView.border\\\":\\\"#44475a\\\",\\\"peekViewEditor.background\\\":\\\"#282a36\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#f1fa8c80\\\",\\\"peekViewResult.background\\\":\\\"#21222c\\\",\\\"peekViewResult.fileForeground\\\":\\\"#f8f8f2\\\",\\\"peekViewResult.lineForeground\\\":\\\"#f8f8f2\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#f1fa8c80\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#44475a\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#f8f8f2\\\",\\\"peekViewTitle.background\\\":\\\"#191a21\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#6272a4\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#f8f8f2\\\",\\\"merge.currentHeaderBackground\\\":\\\"#50fa7b90\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#bd93f990\\\",\\\"editorOverviewRuler.currentContentForeground\\\":\\\"#50fa7b\\\",\\\"editorOverviewRuler.incomingContentForeground\\\":\\\"#bd93f9\\\",\\\"panel.background\\\":\\\"#282a36\\\",\\\"panel.border\\\":\\\"#bd93f9\\\",\\\"panelTitle.activeBorder\\\":\\\"#ff79c6\\\",\\\"panelTitle.activeForeground\\\":\\\"#f8f8f2\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#6272a4\\\",\\\"statusBar.background\\\":\\\"#191a21\\\",\\\"statusBar.foreground\\\":\\\"#f8f8f2\\\",\\\"statusBar.debuggingBackground\\\":\\\"#ff5555\\\",\\\"statusBar.debuggingForeground\\\":\\\"#191a21\\\",\\\"statusBar.noFolderBackground\\\":\\\"#191a21\\\",\\\"statusBar.noFolderForeground\\\":\\\"#f8f8f2\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#ff5555\\\",\\\"statusBarItem.prominentHoverBackground\\\":\\\"#ffb86c\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#282a36\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#bd93f9\\\",\\\"titleBar.activeBackground\\\":\\\"#21222c\\\",\\\"titleBar.activeForeground\\\":\\\"#f8f8f2\\\",\\\"titleBar.inactiveBackground\\\":\\\"#191a21\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6272a4\\\",\\\"extensionButton.prominentForeground\\\":\\\"#f8f8f2\\\",\\\"extensionButton.prominentBackground\\\":\\\"#50fa7b90\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#50fa7b60\\\",\\\"pickerGroup.border\\\":\\\"#bd93f9\\\",\\\"pickerGroup.foreground\\\":\\\"#8be9fd\\\",\\\"debugToolBar.background\\\":\\\"#21222c\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#21222c\\\",\\\"settings.headerForeground\\\":\\\"#f8f8f2\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#ffb86c\\\",\\\"settings.dropdownBackground\\\":\\\"#21222c\\\",\\\"settings.dropdownForeground\\\":\\\"#f8f8f2\\\",\\\"settings.dropdownBorder\\\":\\\"#191a21\\\",\\\"settings.checkboxBackground\\\":\\\"#21222c\\\",\\\"settings.checkboxForeground\\\":\\\"#f8f8f2\\\",\\\"settings.checkboxBorder\\\":\\\"#191a21\\\",\\\"settings.textInputBackground\\\":\\\"#21222c\\\",\\\"settings.textInputForeground\\\":\\\"#f8f8f2\\\",\\\"settings.textInputBorder\\\":\\\"#191a21\\\",\\\"settings.numberInputBackground\\\":\\\"#21222c\\\",\\\"settings.numberInputForeground\\\":\\\"#f8f8f2\\\",\\\"settings.numberInputBorder\\\":\\\"#191a21\\\",\\\"breadcrumb.foreground\\\":\\\"#6272a4\\\",\\\"breadcrumb.background\\\":\\\"#282a36\\\",\\\"breadcrumb.focusForeground\\\":\\\"#f8f8f2\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#f8f8f2\\\",\\\"breadcrumbPicker.background\\\":\\\"#191a21\\\",\\\"listFilterWidget.background\\\":\\\"#343746\\\",\\\"listFilterWidget.outline\\\":\\\"#424450\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#ff5555\\\"},\\\"watch\\\":false}\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1653406060206\\\",\\\"status.workspaceTrust.6188ba5f2234f5c0831fedfe857aa387\\\",\\\"status.workspaceTrust.6bf449afb3be57ff5dd8074f2d564332\\\",\\\"status.workspaceTrust.ffabeca74d49ba46a225db8ff1edcd9b\\\",\\\"status.workspaceTrust.f3d362521a691cd9897a82ed223c066b\\\",\\\"status.workspaceTrust.c686e4e7a84d4477a7a4e6f6a5f3dcb6\\\",\\\"status.workspaceTrust.e6466a52bda395accb9ae2e924a6d8af\\\",\\\"status.workspaceTrust.58d637718b698f25d66a0a6f7c88fd8c\\\",\\\"status.workspaceTrust.fb5b26e43a206ebf467895f9be95d4b7\\\",\\\"status.workspaceTrust.aebe64d51749f370c5a51d8edb5ad71a\\\",\\\"status.workspaceTrust.1654617960197\\\",\\\"status.workspaceTrust.021a51febadaa4ebe04c058e35896245\\\",\\\"status.workspaceTrust.559cf2b4fba19933700101c2d7fb6542\\\",\\\"status.workspaceTrust.1654785053181\\\",\\\"status.workspaceTrust.25a306b639c864d17bf39da582456b23\\\",\\\"status.workspaceTrust.4f6ff3c2dcd765faa60717a237e01054\\\",\\\"status.workspaceTrust.36639216a49cd9c04fdd03a16791ed78\\\",\\\"status.workspaceTrust.e58842680a767f1e823632122461718d\\\",\\\"status.workspaceTrust.7baf8f36a33c4d25c499dc29d8a9b4b6\\\",\\\"status.workspaceTrust.fdeebac45c00ae7cebc4373829d63648\\\",\\\"status.workspaceTrust.fee3260b3f0d706ab9ce47039dd35181\\\",\\\"status.workspaceTrust.1656347836981\\\",\\\"status.workspaceTrust.1656694371535\\\",\\\"status.workspaceTrust.43345429fe8d62733d65c0b8fa329af2\\\",\\\"status.workspaceTrust.57377b824c23385450daf38e643e6342\\\",\\\"status.workspaceTrust.1657216767159\\\",\\\"status.workspaceTrust.c333798b436a16b0a3a7366d849b2fc1\\\",\\\"status.workspaceTrust.1657294847736\\\",\\\"status.workspaceTrust.338226072f210a1e86587cf6fb40e771\\\",\\\"status.workspaceTrust.c93e24f75788f777c87edf6193126ab0\\\",\\\"status.workspaceTrust.1657855386712\\\",\\\"status.workspaceTrust.3f3965ff0d149f2c71e5b6041a2808ad\\\",\\\"status.workspaceTrust.1657922131006\\\",\\\"status.workspaceTrust.dab4ab6db2cc2fd0127052c9b0c886eb\\\",\\\"status.workspaceTrust.d821a837e426f3bbc631d541f08b710c\\\",\\\"status.workspaceTrust.1658245414699\\\",\\\"status.workspaceTrust.0f5123c70513fb264f231e3e165c0590\\\",\\\"status.workspaceTrust.1658329196652\\\",\\\"status.workspaceTrust.e89ba6df48d7bec8c7c5fec804ef7fb4\\\",\\\"status.workspaceTrust.1658865205830\\\",\\\"status.workspaceTrust.1658869493627\\\",\\\"status.workspaceTrust.1658871222708\\\",\\\"status.workspaceTrust.d6ea802b6572c180aa3dd70069fa62f7\\\",\\\"status.workspaceTrust.6df65ce006939b890a64aefb9c9b925e\\\",\\\"status.workspaceTrust.d53f311dc3123fc442672f0e13a2b62c\\\",\\\"status.workspaceTrust.141285a697cd23e820226abf60691e81\\\",\\\"status.workspaceTrust.3961bcbf27b7a3ef2513a68cb422633b\\\",\\\"status.workspaceTrust.1659120438339\\\",\\\"status.workspaceTrust.1659187829895\\\",\\\"status.workspaceTrust.1659189844088\\\",\\\"status.workspaceTrust.1659190334265\\\",\\\"status.workspaceTrust.f934f486149dbb353fd3a76fd61d6b79\\\",\\\"status.workspaceTrust.65ea379a6d2cb8eb5ed528fad1175202\\\",\\\"status.workspaceTrust.da59be4d97b1ff6a1182e72d5504fc5d\\\",\\\"status.workspaceTrust.ea2cc40c084f8f975cb997bf13453cd8\\\",\\\"status.workspaceTrust.1659377802778\\\",\\\"status.workspaceTrust.1659388363250\\\",\\\"status.workspaceTrust.3e717f67f82d6cb30ab490d40d782c8e\\\",\\\"status.workspaceTrust.1660313702002\\\",\\\"status.workspaceTrust.1660858345795\\\",\\\"status.workspaceTrust.1cde1f601bc0ec88980aef078f8c7dd1\\\",\\\"status.workspaceTrust.1661430684061\\\",\\\"status.workspaceTrust.ce7ed84b31982777e3593aac3451bc63\\\",\\\"status.workspaceTrust.7c7044af2352407965575a8e3a448ca6\\\",\\\"status.workspaceTrust.1dd352219f80294e97405526d8354378\\\",\\\"status.workspaceTrust.13ae9c682b9c4aa726f5df482a58b5e8\\\",\\\"status.workspaceTrust.1661551793269\\\",\\\"status.workspaceTrust.325233efbf4a7171cee83bfd1bad9b07\\\",\\\"status.workspaceTrust.1662130142499\\\",\\\"status.workspaceTrust.ae440a4a68ff47b51824f31613311957\\\",\\\"status.workspaceTrust.f47b57ed5e54f4fdf42d412b1b8bf144\\\",\\\"status.workspaceTrust.64893bc1bd82439b551197bea852ff08\\\",\\\"status.workspaceTrust.1662932066528\\\",\\\"status.workspaceTrust.1663078818221\\\",\\\"status.workspaceTrust.1663426281652\\\",\\\"status.workspaceTrust.1663699752471\\\",\\\"status.workspaceTrust.1666369084619\\\",\\\"status.workspaceTrust.1666715748949\\\",\\\"status.workspaceTrust.1666908398535\\\",\\\"status.workspaceTrust.706bbe73780aba301c922ed00d96b9ca\\\",\\\"status.workspaceTrust.1667324620057\\\",\\\"status.workspaceTrust.115dfe886927506e4e3b12fe63fab607\\\",\\\"status.workspaceTrust.a4af7a81055716b48418f1aa62d022d6\\\",\\\"status.workspaceTrust.1669148499129\\\",\\\"status.workspaceTrust.08519a106544036a4c46edb043686b36\\\",\\\"status.workspaceTrust.1670020833783\\\",\\\"status.workspaceTrust.b63342fffba76155578eeb946c030b63\\\",\\\"status.workspaceTrust.dbca63684061947a09b0d52ede6c9f44\\\",\\\"status.workspaceTrust.1673460536382\\\",\\\"status.workspaceTrust.1674748576170\\\",\\\"status.workspaceTrust.ca73451706fda24b93bb4235f0319476\\\",\\\"status.workspaceTrust.1675870136825\\\",\\\"status.workspaceTrust.f11c541dd74cc6d302311a0c185903ba\\\",\\\"status.workspaceTrust.da8500c7da19bdb867c7ee2efd63f6b6\\\",\\\"status.workspaceTrust.1676558554712\\\",\\\"status.workspaceTrust.1676560087799\\\",\\\"status.workspaceTrust.1676560972853\\\",\\\"status.workspaceTrust.1677183037604\\\",\\\"status.workspaceTrust.89914d706cec46b0af90e13e563a3133\\\",\\\"status.workspaceTrust.1677238258275\\\",\\\"status.workspaceTrust.1677240894656\\\",\\\"status.workspaceTrust.1677265414514\\\",\\\"status.workspaceTrust.1677324211715\\\",\\\"status.workspaceTrust.1677585920593\\\",\\\"status.workspaceTrust.1677597631302\\\",\\\"status.workspaceTrust.1677670416084\\\",\\\"status.workspaceTrust.1677675006947\\\",\\\"status.workspaceTrust.1677756277598\\\",\\\"status.workspaceTrust.1677844548618\\\",\\\"status.workspaceTrust.1677858039218\\\",\\\"status.workspaceTrust.1678294404139\\\",\\\"status.workspaceTrust.1678375729630\\\",\\\"status.workspaceTrust.1678410928466\\\",\\\"status.workspaceTrust.1678459138576\\\",\\\"status.workspaceTrust.1678459517920\\\",\\\"status.workspaceTrust.648394672fbbe8e57a3375c51de9b16b\\\",\\\"status.workspaceTrust.31083c4415bf88e399ac2fcccf2cbc1d\\\",\\\"status.workspaceTrust.1678460780465\\\",\\\"status.workspaceTrust.1678547302635\\\",\\\"status.workspaceTrust.7a86122a8195544d8c0f2e6e7c41bf82\\\"]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"name\\\":\\\"Ports\\\",\\\"pinned\\\":true,\\\"order\\\":5,\\\"visible\\\":false},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.alignment\":\"center\",\"ces/skipSurvey\":\"1.67.2\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"nps/lastSessionDate\":\"Tue Jun 07 2022\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Thu Mar 09 2023\",\"cpp.1.sessionCount\":\"143\",\"java.2.lastSessionDate\":\"Thu Mar 09 2023\",\"java.2.sessionCount\":\"143\",\"javascript.1.lastSessionDate\":\"Tue Jul 19 2022\",\"javascript.1.sessionCount\":\"36\",\"typescript.1.lastSessionDate\":\"Sun Jul 03 2022\",\"typescript.1.sessionCount\":\"23\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Fri Jul 01 2022\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"false\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.67.2\",\"extensionTips/promptedExecutableTips\":\"{\\\"docker\\\":[\\\"ms-azuretools.vscode-docker\\\",\\\"ms-vscode-remote.remote-containers\\\"]}\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.68.1\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"mjml\\\",\\\"prisma\\\"]\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.69.2\",\"snippets.usageTimestamps\":\"[[\\\"lib/snippets/generated.json/typescriptReactArrowFunctionExportComponent\\\",1659797448712],[\\\"snippets/typescript/nextjs-ts.json/API Routes\\\",1662776141506],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1665151943641],[\\\"snippets/typescript.code-snippets/For-Of Loop\\\",1665511807083],[\\\"snippets/typescript.code-snippets/While Statement\\\",1665511859702],[\\\"lib/snippets/generated.json/useMemo\\\",1665516371382],[\\\"typescriptreact.json/Try Finally\\\",1666635726633],[\\\"snippets/typescript/nextjs-ts.json/Async function getServerSideProps\\\",1667508373381],[\\\"lib/snippets/generated.json/exportDestructing\\\",1670346646169],[\\\"lib/snippets/generated.json/useRef\\\",1670873054840],[\\\"lib/snippets/generated.json/useImperativeHandle\\\",1670873104434],[\\\"lib/snippets/generated.json/useEffect\\\",1673893342957],[\\\"lib/snippets/generated.json/reactArrowFunctionExportComponent\\\",1676421635394],[\\\"snippets/typescript/nextjs-ts.json/NextJS getServerSideProps React FC with TS\\\",1678642691551],[\\\"lib/snippets/generated.json/reactFunctionalComponent\\\",1678643956888],[\\\"lib/snippets/generated.json/typescriptReactFunctionalExportComponent\\\",1678645928051],[\\\"lib/snippets/generated.json/useState\\\",1678651814593],[\\\"lib/snippets/generated.json/reactFunctionalExportComponent\\\",1678652030650]]\",\"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}]\",\"github-santospatrick\":\"[{\\\"id\\\":\\\"cschleiden.vscode-github-actions\\\",\\\"name\\\":\\\"GitHub Actions\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[]\",\"tabs-list-width-vertical\":\"108\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.dev-container+2f55736572732f73616e746f737061747269636b2f446576656c6f7065722f6d6564726f737465725f776562.966998447\":\"[]\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{},\\\"viewLocations\\\":{}}\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"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}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1678459418403,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment