Skip to content

Instantly share code, notes, and snippets.

@yogesh-aggarwal
Last active February 18, 2021 05:58
Show Gist options
  • Save yogesh-aggarwal/9841b128209c3196f9c3664780d29d19 to your computer and use it in GitHub Desktop.
Save yogesh-aggarwal/9841b128209c3196f9c3664780d29d19 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-02-18T05:58:20.255Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.1.0"
},
{
"metadata": {
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc",
"publisherId": "alefragnani.Bookmarks",
"publisherDisplayName": "alefragnani"
},
"name": "Bookmarks",
"publisher": "alefragnani",
"version": "13.0.1"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.11.2"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2",
"publisherId": "ms-vscode.cpptools",
"publisherDisplayName": "ms-vscode"
},
"name": "cpptools",
"publisher": "ms-vscode",
"version": "1.2.1"
},
{
"metadata": {
"id": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4",
"publisherId": "Dart-Code.dart-code",
"publisherDisplayName": "Dart-Code"
},
"name": "dart-code",
"publisher": "Dart-Code",
"version": "3.19.2"
},
{
"metadata": {
"id": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherDisplayName": "usernamehw"
},
"name": "errorlens",
"publisher": "usernamehw",
"version": "3.2.4"
},
{
"metadata": {
"id": "b63c44fd-0457-4696-99e9-dbfdf70d77de",
"publisherId": "ritwickdey.LiveServer",
"publisherDisplayName": "ritwickdey"
},
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.5.0"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "material-theme",
"publisher": "zhuangtongfa",
"version": "3.9.15"
},
{
"metadata": {
"id": "a92d457e-6f3f-4167-8087-1a54e1b6e00e",
"publisherId": "Angular.ng-template",
"publisherDisplayName": "Angular"
},
"name": "ng-template",
"publisher": "Angular",
"version": "11.2.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "5.9.2"
}
]
["a:\\# Projects\\cyanide-os\\core\\env\\share\\jupyter\\kernels\\python3\\kernel.json"]
{
"files.autoSave": "afterDelay",
"terminal.external.windowsExec": "wt",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"extensions.showRecommendationsOnlyOnDemand": true,
"editor.mouseWheelZoom": true,
"explorer.confirmDelete": false,
"code-runner.runInTerminal": true,
"files.autoSaveDelay": 1,
"git.autofetch": true,
"workbench.iconTheme": "material-icon-theme",
"python.linting.pylintEnabled": false,
"python.linting.pylamaEnabled": true,
"python.linting.enabled": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveServer.settings.donotShowInfoMsg": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.quickSuggestions": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sync.gist": "9841b128209c3196f9c3664780d29d19",
"terminal.integrated.shell.linux": "/bin/bash",
"explorer.confirmDragAndDrop": false,
"liveServer.settings.donotVerifyTags": true,
"window.zoomLevel": 0,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"editor.suggestSelection": "first",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"sync.quietSync": true,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": false,
"emmet.includeLanguages": { "django-html": "html", "jinja": "html" },
"[django-html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#008e94",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "/",
"color": "#00a78fd6",
"itallic": true,
"backgroundColor": "#002f29d6"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
{
"tag": "&",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "*",
"color": "#98C379",
"strikethrough": false,
"backgroundColor": "transparent"
}
],
"todohighlight.isEnable": true,
"todohighlight.isCaseSensitive": true,
"todohighlight.keywords": [
"DEBUG:",
"REVIEW:",
{
"text": "NOTE:",
"color": "white",
"backgroundColor": "green",
"overviewRulerColor": "grey"
}
],
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"sync.forceUpload": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.implicitProjectConfig.experimentalDecorators": true,
"terminal.integrated.cursorStyle": "line",
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.rendererType": "dom",
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.colorCustomizations": {},
"editor.accessibilitySupport": "off",
"C_Cpp.updateChannel": "Insiders",
"dart.debugExternalLibraries": false,
"dart.debugSdkLibraries": false,
"editor.largeFileOptimizations": false,
"python.formatting.provider": "black",
"python.formatting.autopep8Path": "yapf",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jinja]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.columnSelection": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"files.associations": {
"*.svg": "html",
"*.j2": "html",
"*.xml": "html"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.explorerKind": "external",
"sync.autoUpload": true,
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": true,
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"git.ignoreMissingGitWarning": true,
"editor.renameOnType": true,
"python.languageServer": "Pylance",
"workbench.editorAssociations": [
{
"viewType": "imagePreview.previewEditor",
"filenamePattern": "*.png"
},
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"editor.minimap.enabled": false,
"editor.renderControlCharacters": false,
"editor.fontLigatures": true,
"debug.internalConsoleOptions": "openOnSessionStart",
"debug.openExplorerOnEnd": true,
"workbench.colorTheme": "One Dark Pro",
"dart.devToolsBrowser": "default",
"python.insidersChannel": "off",
"dart.openDevTools": "flutter",
"editor.fontSize": 20,
"kite.showWelcomeNotificationOnStartup": false,
"debug.openDebug": "openOnDebugBreak",
"debug.onTaskErrors": "abort"
}
{
// Place your snippets for c here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Starter for C": {
"prefix": "start",
"body": [
"#include <stdio.h>\n",
"int main()",
"{",
"\t$1",
"\treturn 0;",
"}",
""
],
"description": "Log output to console"
}
}
{
// Place your snippets for cpp here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Starter for C": {
"prefix": "start",
"body": [
"#include <iostream>\n",
"int main()",
"{",
"\t$1",
"\treturn 0;",
"}\n"
],
"description": "C++ program starter"
}
}
{
// Place your snippets for css here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
{
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"console.log": {
"prefix": "clog",
"body": [
"console.log($1);",
],
"description": "Log output to console"
}
}
{
// Place your snippets for javascriptreact here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"console.log": {
"prefix": "clog",
"body": [
"console.log($1);",
],
"description": "Log output to console"
}
}
{
// Place your snippets for json here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
{
// Place your snippets for markdown here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Python code": {
"prefix": "pyCode",
"body": [
"``` python",
"$1",
"```",
"$2"
],
"description": "Python code snippet"
}
}
{
// Place your snippets for sql here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"Database information": {
"prefix": "newDatabase",
"body": [
"-----> DATABASE: $1 <-----",
"/* DESCRIPTION: $2 */",
"\n\n\n\n"
],
"description": "New database template."
},
"Table": {
"prefix": "newTable",
"body": [
"--====================================================================================================================================================================================================",
"---> TABLE: $1",
"/* DESCRIPTION: $2 */",
"$3",
"-----------------------------------------------------------------------------------------------------------------------------------------------------\n",
"$4",
"\n----------------------\n"
],
"description": "New table template."
}
}
{
// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"console.log": {
"prefix": "clog",
"body": [
"console.log($1);",
],
"description": "Log output to console"
}
}
{
// Place your snippets for typescriptreact here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
"console.log": {
"prefix": "clog",
"body": [
"console.log($1);",
],
"description": "Log output to console"
}
}
{"version":5,"content":"[{\"identifier\":{\"id\":\"vscode.bat\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.clojure\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.coffeescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.configuration-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.cpp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.csharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-auto-launch\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-server-ready\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.docker\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.emmet\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.extension-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.fsharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.git\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.git-ui\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.go\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.groovy\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.grunt\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.gulp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.handlebars\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.hlsl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.image-preview\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ini\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.jake\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.java\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.javascript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.less\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.log\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.lua\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.make\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.merge-conflict\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.microsoft-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.npm\"},\"version\":\"1.0.1\"},{\"identifier\":{\"id\":\"vscode.objective-c\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.perl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.powershell\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.pug\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.python\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.r\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.razor\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ruby\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.rust\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.scss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.search-result\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shaderlab\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shellscript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.sql\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.swift\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-abyss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-defaults\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-kimbie-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai-dimmed\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-quietlight\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-red\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-light\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-tomorrow-night-blue\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vscode-theme-seti\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.xml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.yaml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.51.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.8\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug\",\"uuid\":\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\"},\"version\":\"1.44.14\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug2\",\"uuid\":\"36d19e17-7569-4841-a001-947eb18602b2\"},\"version\":\"1.42.5\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.71\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.11\"}]"}
{"version":5,"content":"[{\"identifier\":{\"id\":\"vscode.bat\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.clojure\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.coffeescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.configuration-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.cpp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.csharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-auto-launch\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.debug-server-ready\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.docker\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.emmet\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.extension-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.fsharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.git\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.git-ui\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.go\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.groovy\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.grunt\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.gulp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.handlebars\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.hlsl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.html-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.image-preview\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ini\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.jake\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.java\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.javascript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.json-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.less\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.log\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.lua\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.make\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.markdown-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.merge-conflict\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.microsoft-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.npm\"},\"version\":\"1.0.1\"},{\"identifier\":{\"id\":\"vscode.objective-c\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.perl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.powershell\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.pug\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.python\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.r\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.razor\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ruby\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.rust\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.scss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.search-result\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shaderlab\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shellscript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.simple-browser\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.sql\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.swift\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.testing-editor-contributions\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-abyss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-defaults\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-kimbie-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai-dimmed\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-quietlight\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-red\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-light\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-tomorrow-night-blue\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vscode-theme-seti\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.xml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.yaml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.53.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.8\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug\",\"uuid\":\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\"},\"version\":\"1.44.16\"},{\"identifier\":{\"id\":\"ms-vscode.node-debug2\",\"uuid\":\"36d19e17-7569-4841-a001-947eb18602b2\"},\"version\":\"1.42.5\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.77\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.11\"}]"}
{"ref":"ef0e1417-8fa2-4d08-a456-0f3dcde1b161","content":"{\"version\":5,\"machineId\":\"4f1a9b03-8903-4023-b5a5-4c7cbad29037\",\"content\":\"[{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.bat\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.clojure\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.coffeescript\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.configuration-editing\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.cpp\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.csharp\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-auto-launch\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-server-ready\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.docker\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.emmet\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.extension-editing\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.fsharp\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git-ui\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.go\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.groovy\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.grunt\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.gulp\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.handlebars\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.hlsl\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.image-preview\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ini\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.jake\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.java\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.javascript\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.less\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.log\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.lua\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.make\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.merge-conflict\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"},\\\"version\\\":\\\"1.0.8\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug\\\",\\\"uuid\\\":\\\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\\\"},\\\"version\\\":\\\"1.44.14\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug2\\\",\\\"uuid\\\":\\\"36d19e17-7569-4841-a001-947eb18602b2\\\"},\\\"version\\\":\\\"1.42.5\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.references-view\\\",\\\"uuid\\\":\\\"dc489f46-520d-4556-ae85-1f9eab3c412d\\\"},\\\"version\\\":\\\"0.0.71\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"},\\\"version\\\":\\\"0.0.11\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.npm\\\"},\\\"version\\\":\\\"1.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.objective-c\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.perl\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.powershell\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.pug\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.python\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.r\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.razor\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ruby\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.rust\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.scss\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.search-result\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shaderlab\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shellscript\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.sql\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.swift\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-abyss\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-defaults\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-kimbie-dark\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai-dimmed\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-quietlight\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-red\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vscode-theme-seti\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-dark\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-light\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-tomorrow-night-blue\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vb\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vscode-account\\\"},\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.xml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"coenraads.bracket-pair-colorizer\\\",\\\"uuid\\\":\\\"f583eafd-aa0d-4ccb-8f44-d1e610389660\\\"},\\\"version\\\":\\\"1.0.61\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dart-code.dart-code\\\",\\\"uuid\\\":\\\"f57f68ea-9ee8-42b5-9a97-041d3e4278c4\\\"},\\\"version\\\":\\\"3.16.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.cpptools\\\",\\\"uuid\\\":\\\"690b692e-e8a9-493f-b802-8089d50ac1b2\\\"},\\\"version\\\":\\\"1.1.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.microsoft-authentication\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"},\\\"version\\\":\\\"1.51.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"angular.ng-template\\\",\\\"uuid\\\":\\\"a92d457e-6f3f-4167-8087-1a54e1b6e00e\\\"},\\\"version\\\":\\\"0.1100.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"alefragnani.bookmarks\\\",\\\"uuid\\\":\\\"b689fcc8-d494-4dbf-a228-2c694a578afc\\\"},\\\"version\\\":\\\"13.0.1\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"Bookmarks.version\\\":\\\"13.0.1\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.testing-editor-contributions\\\"},\\\"version\\\":\\\"1.0.0\\\"}]\"}","skippedExtensions":[{"identifier":{"id":"vscode.vscode-account"},"installed":true}]}
[
{
"identifier": {
"id": "vscode.bat"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.clojure"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.coffeescript"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.configuration-editing"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.cpp"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.csharp"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.css"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.css-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.debug-auto-launch"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.debug-server-ready"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.docker"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.emmet"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.extension-editing"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.fsharp"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.git"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.git-ui"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.github"
},
"version": "0.0.1"
},
{
"identifier": {
"id": "vscode.github-authentication"
},
"version": "0.0.1"
},
{
"identifier": {
"id": "vscode.go"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.groovy"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.grunt"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.gulp"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.handlebars"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.hlsl"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.html"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.html-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.image-preview"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.ini"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.jake"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.java"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.javascript"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.json"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.json-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.less"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.log"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.lua"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.make"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.markdown"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.markdown-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.merge-conflict"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.microsoft-authentication"
},
"version": "0.0.1"
},
{
"identifier": {
"id": "vscode.npm"
},
"version": "1.0.1"
},
{
"identifier": {
"id": "vscode.objective-c"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.perl"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.php"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.php-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.powershell"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.pug"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.python"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.r"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.razor"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.ruby"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.rust"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.scss"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.search-result"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.shaderlab"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.shellscript"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.simple-browser"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.sql"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.swift"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.testing-editor-contributions"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-abyss"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-defaults"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-kimbie-dark"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-monokai"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-monokai-dimmed"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-quietlight"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-red"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-solarized-dark"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-solarized-light"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.theme-tomorrow-night-blue"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.typescript"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.typescript-language-features"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.vb"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.vscode-theme-seti"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.xml"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "vscode.yaml"
},
"version": "1.0.0"
},
{
"identifier": {
"id": "alefragnani.bookmarks",
"uuid": "b689fcc8-d494-4dbf-a228-2c694a578afc"
},
"version": "13.0.1",
"installed": true,
"state": {
"Bookmarks.version": "13.0.1"
}
},
{
"identifier": {
"id": "angular.ng-template",
"uuid": "a92d457e-6f3f-4167-8087-1a54e1b6e00e"
},
"version": "11.2.1",
"installed": true
},
{
"identifier": {
"id": "dart-code.dart-code",
"uuid": "f57f68ea-9ee8-42b5-9a97-041d3e4278c4"
},
"version": "3.19.2",
"installed": true
},
{
"identifier": {
"id": "ms-vscode.cpptools",
"uuid": "690b692e-e8a9-493f-b802-8089d50ac1b2"
},
"version": "1.2.1",
"installed": true
},
{
"identifier": {
"id": "ms-vscode.js-debug",
"uuid": "25629058-ddac-4e17-abba-74678e126c5d"
},
"version": "1.53.0"
},
{
"identifier": {
"id": "ms-vscode.js-debug-companion",
"uuid": "99cb0b7f-7354-4278-b8da-6cc79972169d"
},
"version": "1.0.8"
},
{
"identifier": {
"id": "ms-vscode.node-debug",
"uuid": "b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6"
},
"version": "1.44.16"
},
{
"identifier": {
"id": "ms-vscode.node-debug2",
"uuid": "36d19e17-7569-4841-a001-947eb18602b2"
},
"version": "1.42.5"
},
{
"identifier": {
"id": "ms-vscode.references-view",
"uuid": "dc489f46-520d-4556-ae85-1f9eab3c412d"
},
"version": "0.0.77"
},
{
"identifier": {
"id": "ms-vscode.vscode-js-profile-table",
"uuid": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb"
},
"version": "0.0.11"
}
]
{"version":1,"content":"{\"storage\":{\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"Dark+ (default dark)\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.return-type\\\",\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.character\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\"},\\\"watch\\\":false}\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Sat Nov 21 2020\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Sat Nov 21 2020\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"1\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sat Nov 21 2020\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Sat Nov 21 2020\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"1\"},\"terminal.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sat Nov 21 2020\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"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\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true}]\"},\"workbench.panel.markers.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.output.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"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\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false}]\"},\"workbench.telemetryOptOutShown\":{\"version\":1,\"value\":\"true\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"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}]\"},\"workbench.view.search.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\"}}}"}
{"version":1,"content":"{\"storage\":{\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\",\\\"label\\\":\\\"One Dark Pro\\\",\\\"settingsId\\\":\\\"One Dark Pro\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"punctuation.definition.string.begin,punctuation.definition.string.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control.import.python,keyword.control.flow.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#56b6c2\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"zhuangtongfa.material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"material-theme\\\",\\\"_extensionPublisher\\\":\\\"zhuangtongfa\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"activityBar.background\\\":\\\"#282c34\\\",\\\"activityBar.foreground\\\":\\\"#d7dae0\\\",\\\"activityBarBadge.background\\\":\\\"#4d78cc\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8fafd\\\",\\\"badge.background\\\":\\\"#282c34\\\",\\\"button.background\\\":\\\"#404754\\\",\\\"debugToolBar.background\\\":\\\"#21252b\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#21252b\\\",\\\"dropdown.border\\\":\\\"#21252b\\\",\\\"editor.background\\\":\\\"#282c34\\\",\\\"editor.findMatchBackground\\\":\\\"#42557b\\\",\\\"editor.findMatchBorder\\\":\\\"#457dff\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#6199ff2f\\\",\\\"editor.foreground\\\":\\\"#abb2bf\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2c313c\\\",\\\"editor.selectionBackground\\\":\\\"#67769660\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffffff10\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#dddddd\\\",\\\"editor.wordHighlightBackground\\\":\\\"#d2e0ff2f\\\",\\\"editor.wordHighlightBorder\\\":\\\"#7f848e\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#abb2bf26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#7f848e\\\",\\\"editorActiveLineNumber.foreground\\\":\\\"#737984\\\",\\\"editorBracketMatch.background\\\":\\\"#515a6b\\\",\\\"editorBracketMatch.border\\\":\\\"#515a6b\\\",\\\"editorCursor.background\\\":\\\"#ffffffc9\\\",\\\"editorCursor.foreground\\\":\\\"#528bff\\\",\\\"editorError.foreground\\\":\\\"#c24038\\\",\\\"editorGroup.background\\\":\\\"#181a1f\\\",\\\"editorGroup.border\\\":\\\"#181a1f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#21252b\\\",\\\"editorHoverWidget.background\\\":\\\"#21252b\\\",\\\"editorHoverWidget.border\\\":\\\"#181a1f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c8c8c859\\\",\\\"editorIndentGuide.background\\\":\\\"#3b4048\\\",\\\"editorLineNumber.foreground\\\":\\\"#495162\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21252b\\\",\\\"editorRuler.foreground\\\":\\\"#abb2bf26\\\",\\\"editorSuggestWidget.background\\\":\\\"#21252b\\\",\\\"editorSuggestWidget.border\\\":\\\"#181a1f\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#2c313a\\\",\\\"editorWarning.foreground\\\":\\\"#d19a66\\\",\\\"editorWhitespace.foreground\\\":\\\"#3b4048\\\",\\\"editorWidget.background\\\":\\\"#21252b\\\",\\\"focusBorder\\\":\\\"#464646\\\",\\\"input.background\\\":\\\"#1d1f23\\\",\\\"list.activeSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.activeSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.focusBackground\\\":\\\"#383e4a\\\",\\\"list.highlightForeground\\\":\\\"#c5c5c5\\\",\\\"list.hoverBackground\\\":\\\"#292d35\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.warningForeground\\\":\\\"#d19a66\\\",\\\"menu.foreground\\\":\\\"#c8c8c8\\\",\\\"panelSectionHeader.background\\\":\\\"#21252b\\\",\\\"peekViewEditor.background\\\":\\\"#1b1d23\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#29244b\\\",\\\"peekViewResult.background\\\":\\\"#22262b\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566660\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"sideBar.background\\\":\\\"#21252b\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282c34\\\",\\\"statusBar.background\\\":\\\"#21252b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#cc6633\\\",\\\"statusBar.debuggingBorder\\\":\\\"#66017a\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#9da5b4\\\",\\\"statusBar.noFolderBackground\\\":\\\"#21252b\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#2c313a\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#4d78cc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#f8fafd\\\",\\\"tab.activeBackground\\\":\\\"#282c34\\\",\\\"tab.activeForeground\\\":\\\"#dcdcdc\\\",\\\"tab.border\\\":\\\"#181a1f\\\",\\\"tab.hoverBackground\\\":\\\"#323842\\\",\\\"tab.inactiveBackground\\\":\\\"#21252b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#323842\\\",\\\"terminal.ansiBlack\\\":\\\"#3f4451\\\",\\\"terminal.ansiBlue\\\":\\\"#4aa5f0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#4f5666\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#4dc4ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4cd1e0\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a5e075\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#de73ff\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff616e\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#d7dae0\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#f0a45d\\\",\\\"terminal.ansiCyan\\\":\\\"#42b3c2\\\",\\\"terminal.ansiGreen\\\":\\\"#8cc265\\\",\\\"terminal.ansiMagenta\\\":\\\"#c162de\\\",\\\"terminal.ansiRed\\\":\\\"#e05561\\\",\\\"terminal.ansiWhite\\\":\\\"#e6e6e6\\\",\\\"terminal.ansiYellow\\\":\\\"#d18f52\\\",\\\"terminal.background\\\":\\\"#282c34\\\",\\\"terminal.border\\\":\\\"#abb2bf\\\",\\\"terminal.foreground\\\":\\\"#abb2bf\\\",\\\"terminal.selectionBackground\\\":\\\"#abb2bf30\\\",\\\"textLink.foreground\\\":\\\"#61afef\\\",\\\"titleBar.activeBackground\\\":\\\"#282c34\\\",\\\"titleBar.activeForeground\\\":\\\"#9da5b4\\\",\\\"titleBar.inactiveBackground\\\":\\\"#21252b\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6b717d\\\"},\\\"watch\\\":false}\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Nov 22 2020\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"7\"},\"github-yogesh-aggarwal\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\"}]\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Sun Nov 22 2020\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"7\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Nov 22 2020\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"7\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Sun Nov 22 2020\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"7\"},\"terminal.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Nov 22 2020\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"7\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"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\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.CppRenameActivityBar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.markers.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.output.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"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\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"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.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true}]\"},\"workbench.telemetryOptOutShown\":{\"version\":1,\"value\":\"true\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"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}]\"},\"workbench.view.extension.bookmarks.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"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.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.remote.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.search.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\"}}}"}
{"version":1,"content":"{\"storage\":{\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\",\\\"label\\\":\\\"One Dark Pro\\\",\\\"settingsId\\\":\\\"One Dark Pro\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"punctuation.definition.string.begin,punctuation.definition.string.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"keyword.control.import.python,keyword.control.flow.python\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#56b6c2\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"zhuangtongfa.material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"material-theme\\\",\\\"_extensionPublisher\\\":\\\"zhuangtongfa\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"activityBar.background\\\":\\\"#282c34\\\",\\\"activityBar.foreground\\\":\\\"#d7dae0\\\",\\\"activityBarBadge.background\\\":\\\"#4d78cc\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8fafd\\\",\\\"badge.background\\\":\\\"#282c34\\\",\\\"button.background\\\":\\\"#404754\\\",\\\"debugToolBar.background\\\":\\\"#21252b\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#21252b\\\",\\\"dropdown.border\\\":\\\"#21252b\\\",\\\"editor.background\\\":\\\"#282c34\\\",\\\"editor.findMatchBackground\\\":\\\"#42557b\\\",\\\"editor.findMatchBorder\\\":\\\"#457dff\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#6199ff2f\\\",\\\"editor.foreground\\\":\\\"#abb2bf\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2c313c\\\",\\\"editor.selectionBackground\\\":\\\"#67769660\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffffff10\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#dddddd\\\",\\\"editor.wordHighlightBackground\\\":\\\"#d2e0ff2f\\\",\\\"editor.wordHighlightBorder\\\":\\\"#7f848e\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#abb2bf26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#7f848e\\\",\\\"editorActiveLineNumber.foreground\\\":\\\"#737984\\\",\\\"editorBracketMatch.background\\\":\\\"#515a6b\\\",\\\"editorBracketMatch.border\\\":\\\"#515a6b\\\",\\\"editorCursor.background\\\":\\\"#ffffffc9\\\",\\\"editorCursor.foreground\\\":\\\"#528bff\\\",\\\"editorError.foreground\\\":\\\"#c24038\\\",\\\"editorGroup.background\\\":\\\"#181a1f\\\",\\\"editorGroup.border\\\":\\\"#181a1f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#21252b\\\",\\\"editorHoverWidget.background\\\":\\\"#21252b\\\",\\\"editorHoverWidget.border\\\":\\\"#181a1f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c8c8c859\\\",\\\"editorIndentGuide.background\\\":\\\"#3b4048\\\",\\\"editorLineNumber.foreground\\\":\\\"#495162\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21252b\\\",\\\"editorRuler.foreground\\\":\\\"#abb2bf26\\\",\\\"editorSuggestWidget.background\\\":\\\"#21252b\\\",\\\"editorSuggestWidget.border\\\":\\\"#181a1f\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#2c313a\\\",\\\"editorWarning.foreground\\\":\\\"#d19a66\\\",\\\"editorWhitespace.foreground\\\":\\\"#3b4048\\\",\\\"editorWidget.background\\\":\\\"#21252b\\\",\\\"focusBorder\\\":\\\"#464646\\\",\\\"input.background\\\":\\\"#1d1f23\\\",\\\"list.activeSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.activeSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.focusBackground\\\":\\\"#383e4a\\\",\\\"list.highlightForeground\\\":\\\"#c5c5c5\\\",\\\"list.hoverBackground\\\":\\\"#292d35\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.warningForeground\\\":\\\"#d19a66\\\",\\\"menu.foreground\\\":\\\"#c8c8c8\\\",\\\"panelSectionHeader.background\\\":\\\"#21252b\\\",\\\"peekViewEditor.background\\\":\\\"#1b1d23\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#29244b\\\",\\\"peekViewResult.background\\\":\\\"#22262b\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566660\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"sideBar.background\\\":\\\"#21252b\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282c34\\\",\\\"statusBar.background\\\":\\\"#21252b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#cc6633\\\",\\\"statusBar.debuggingBorder\\\":\\\"#66017a\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#9da5b4\\\",\\\"statusBar.noFolderBackground\\\":\\\"#21252b\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#2c313a\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#4d78cc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#f8fafd\\\",\\\"tab.activeBackground\\\":\\\"#282c34\\\",\\\"tab.activeForeground\\\":\\\"#dcdcdc\\\",\\\"tab.border\\\":\\\"#181a1f\\\",\\\"tab.hoverBackground\\\":\\\"#323842\\\",\\\"tab.inactiveBackground\\\":\\\"#21252b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#323842\\\",\\\"terminal.ansiBlack\\\":\\\"#3f4451\\\",\\\"terminal.ansiBlue\\\":\\\"#4aa5f0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#4f5666\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#4dc4ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4cd1e0\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a5e075\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#de73ff\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff616e\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#d7dae0\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#f0a45d\\\",\\\"terminal.ansiCyan\\\":\\\"#42b3c2\\\",\\\"terminal.ansiGreen\\\":\\\"#8cc265\\\",\\\"terminal.ansiMagenta\\\":\\\"#c162de\\\",\\\"terminal.ansiRed\\\":\\\"#e05561\\\",\\\"terminal.ansiWhite\\\":\\\"#e6e6e6\\\",\\\"terminal.ansiYellow\\\":\\\"#d18f52\\\",\\\"terminal.background\\\":\\\"#282c34\\\",\\\"terminal.border\\\":\\\"#abb2bf\\\",\\\"terminal.foreground\\\":\\\"#abb2bf\\\",\\\"terminal.selectionBackground\\\":\\\"#abb2bf30\\\",\\\"textLink.foreground\\\":\\\"#61afef\\\",\\\"titleBar.activeBackground\\\":\\\"#282c34\\\",\\\"titleBar.activeForeground\\\":\\\"#9da5b4\\\",\\\"titleBar.inactiveBackground\\\":\\\"#21252b\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6b717d\\\"},\\\"watch\\\":false}\"},\"cpp.1.editedCount\":{\"version\":1,\"value\":\"2\"},\"cpp.1.editedDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"9\"},\"github-yogesh-aggarwal\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\"}]\"},\"hasNotifiedOfSettingsAutosave\":{\"version\":1,\"value\":\"true\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"9\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/isCandidate\":{\"version\":1,\"value\":\"false\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/skipVersion\":{\"version\":1,\"value\":\"1.51.1\"},\"refactorPreview.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\"},\"terminal.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Tue Nov 24 2020\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"9\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"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\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.CppRenameActivityBar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.markers.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.output.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"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\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"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.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true}]\"},\"workbench.telemetryOptOutShown\":{\"version\":1,\"value\":\"true\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"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}]\"},\"workbench.view.extension.bookmarks.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"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.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.remote.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.search.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\"}}}"}
{"version":1,"content":"{\"storage\":{\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_vs-json\\\",\\\"label\\\":\\\"Dark (Visual Studio)\\\",\\\"settingsId\\\":\\\"Visual Studio Dark\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\"},\\\"watch\\\":false}\"},\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.userDataSync.actions.showLog\\\",\\\"value\\\":1},{\\\"key\\\":\\\"extension.resetSettings\\\",\\\"value\\\":2}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"3\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Thu Feb 18 2021\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"fileBasedRecommendations/promptedFileExtensions\":{\"version\":1,\"value\":\"[\\\"desktop\\\"]\"},\"hasNotifiedOfSettingsAutosave\":{\"version\":1,\"value\":\"true\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Thu Feb 18 2021\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"1\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Thu Feb 18 2021\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Thu Feb 18 2021\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"1\"},\"terminal.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Thu Feb 18 2021\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"1\"},\"workbench.activity.pinnedViewlets2\":{\"version\":1,\"value\":\"[{\\\"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\\\":2},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true}]\"},\"workbench.panel.markers.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.output.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"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\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false}]\"},\"workbench.telemetryOptOutShown\":{\"version\":1,\"value\":\"true\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"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}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"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.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.search.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.sync.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.sync.merges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true}]\"}}}"}
{"ref":"2c743d42-38e1-4385-b2c3-cd06c71861b0","content":"{\"version\":1,\"machineId\":\"4f1a9b03-8903-4023-b5a5-4c7cbad29037\",\"content\":\"{\\\"storage\\\":{\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"One Dark Pro\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"One Dark Pro\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.generic-type.haskell\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.haskell\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.magic.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function.language.special.self.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.modifier.lifetime.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.function.std.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.lifetime.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.language.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.edge\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.other.character-class.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.quantifier.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.string.begin,punctuation.definition.string.end\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5c6370\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment markup.link\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.changed.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function.c,meta.function.cpp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.key-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.expression.import\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.math\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.property.math\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.type.annotation.java\\\\\\\",\\\\\\\"storage.type.object.array.java\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.method.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.instanceof.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.definition.variable.name.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.logical\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.bitwise\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.channel\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.property-value.scss,support.constant.property-value.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.list.comma.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.color.w3c-standard-color-name.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.vendored.property-name.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.module.node,support.type.object.module,support.module.node\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type.module\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.expression.instanceof\\\\\\\",\\\\\\\"keyword.operator.new\\\\\\\",\\\\\\\"keyword.operator.ternary\\\\\\\",\\\\\\\"keyword.operator.optional\\\\\\\",\\\\\\\"keyword.operator.expression.keyof\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.object.console\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.property.process\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function,support.function.console\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.misc.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.sigil.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.delete\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.object.dom\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.dom,support.variable.property.dom\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.delimiter\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.c,punctuation.separator.cpp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function.language.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.logical.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function-call.generic.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.format.placeholder.other.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.assignment.compound\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.namespace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.c\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.variable.parameter.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"import.storage.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.package.keyword\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.package\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function\\\\\\\",\\\\\\\"meta.require\\\\\\\",\\\\\\\"support.function.any-method\\\\\\\",\\\\\\\"variable.function\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type.namespace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class, entity.name.type.class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.class.identifier.namespace.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.class\\\\\\\",\\\\\\\"variable.other.class.js\\\\\\\",\\\\\\\"variable.other.class.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.class.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.control\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"control.elements, keyword.operator.less\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.special-method\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.storage\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.storage.type.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.property-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.font-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.inherited-class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.other.symbol\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.numeric\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.id\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"normal\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.class.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.selector\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading punctuation.definition.heading, entity.name.section\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unit\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold,todo.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"emphasis md\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.section.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.heading.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.list.begin.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading.setext\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.bold.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.string.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.list.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.string.begin.markdown\\\\\\\",\\\\\\\"punctuation.definition.string.end.markdown\\\\\\\",\\\\\\\"punctuation.definition.metadata.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"beginning.punctuation.definition.list.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.metadata.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.embedded, variable.interpolation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.illegal\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.illegal.bad-ampersand.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.broken\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.deprecated\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.unimplemented\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.json punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.error-control.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.type.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.array.begin.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.array.end.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f44747\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.illegal.non-null-typehinted.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.core.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.goto-label.php,support.other.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.regexp.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.comparison.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function.decorator.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"function.parameter\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"function.brace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"function.parameter.ruby, function.parameter.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.symbol.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"rgb-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"inline-color-decoration rgb-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"less rgb-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"selector.sass\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"block.scope.end,block.scope.begin\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.variable.local.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.info-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.warn-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f44747\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.error-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.debug-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.template-expression.begin\\\\\\\",\\\\\\\"punctuation.definition.template-expression.end\\\\\\\",\\\\\\\"punctuation.section.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.template.expression\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.module\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.type.flowtype\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.primitive\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.property.object\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.parameter.function.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.template.begin\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.template.end\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.substitution.begin\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.substitution.end\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.assignment\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.assignment.go\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.arithmetic.go\\\\\\\",\\\\\\\"keyword.operator.address.go\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.package.go\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.prelude.elm\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.constant.elm\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.quasi.element\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.entity\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.other.attribute-name.pseudo-element\\\\\\\",\\\\\\\"entity.other.attribute-name.pseudo-class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.global.clojure\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.symbol.clojure\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.keyword.clojure\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.arguments.coffee\\\\\\\",\\\\\\\"variable.parameter.function.coffee\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ini\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.scope.prerequisites.makefile\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.makefile\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.modifier.import.groovy\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.method.groovy\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.definition.variable.name.groovy\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.definition.class.inherited.classes.groovy\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.variable.semantic.hlsl\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.texture.hlsl\\\\\\\",\\\\\\\"support.type.sampler.hlsl\\\\\\\",\\\\\\\"support.type.object.hlsl\\\\\\\",\\\\\\\"support.type.object.rw.hlsl\\\\\\\",\\\\\\\"support.type.fx.hlsl\\\\\\\",\\\\\\\"support.type.object.hlsl\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"text.variable\\\\\\\",\\\\\\\"text.bracketed\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.swift\\\\\\\",\\\\\\\"support.type.vb.asp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.class.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.character-class.regexp.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c678dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.regexp.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"invalid.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"beginning.punctuation.definition.quote.markdown.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7f848e\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"beginning.punctuation.definition.list.markdown.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"accent.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"wikiword.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.other.color.rgb-value.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5c6370\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.tag.xi\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.label.cs\\\\\\\",\\\\\\\"entity.name.scope-resolution.function.call\\\\\\\",\\\\\\\"entity.name.scope-resolution.function.definition\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.label.cs\\\\\\\",\\\\\\\"markup.heading.setext.1.markdown\\\\\\\",\\\\\\\"markup.heading.setext.2.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\" meta.brace.square\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#7f848e\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment, punctuation.definition.comment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5c6370\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.quote.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.block.sequence.item.yaml\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language.symbol.elixir\\\\\\\",\\\\\\\"constant.language.symbol.double-quoted.elixir\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.variable.parameter.cs\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.variable.field.cs\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e06c75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98c379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"underline\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.underline\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment.line.double-slash,comment.block.documentation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.control.import.python,keyword.control.flow.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic.markdown\\\\\\\"}],\\\\\\\"semanticTokenRules\\\\\\\":[{\\\\\\\"_selector\\\\\\\":\\\\\\\"enumMember\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#56b6c2\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"variable.constant\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}},{\\\\\\\"_selector\\\\\\\":\\\\\\\"variable.defaultLibrary\\\\\\\",\\\\\\\"_style\\\\\\\":{\\\\\\\"_foreground\\\\\\\":\\\\\\\"#e5c07b\\\\\\\",\\\\\\\"_bold\\\\\\\":null,\\\\\\\"_underline\\\\\\\":null,\\\\\\\"_italic\\\\\\\":null}}],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"zhuangtongfa.material-theme\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":false,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"material-theme\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"zhuangtongfa\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":true,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"activityBar.foreground\\\\\\\":\\\\\\\"#d7dae0\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#4d78cc\\\\\\\",\\\\\\\"activityBarBadge.foreground\\\\\\\":\\\\\\\"#f8fafd\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#404754\\\\\\\",\\\\\\\"debugToolBar.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"diffEditor.insertedTextBackground\\\\\\\":\\\\\\\"#00809b33\\\\\\\",\\\\\\\"dropdown.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"dropdown.border\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"editor.findMatchBackground\\\\\\\":\\\\\\\"#42557b\\\\\\\",\\\\\\\"editor.findMatchBorder\\\\\\\":\\\\\\\"#457dff\\\\\\\",\\\\\\\"editor.findMatchHighlightBackground\\\\\\\":\\\\\\\"#6199ff2f\\\\\\\",\\\\\\\"editor.foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\",\\\\\\\"editor.lineHighlightBackground\\\\\\\":\\\\\\\"#2c313c\\\\\\\",\\\\\\\"editorLineNumber.activeForeground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#67769660\\\\\\\",\\\\\\\"editor.selectionHighlightBackground\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"editor.selectionHighlightBorder\\\\\\\":\\\\\\\"#dddddd\\\\\\\",\\\\\\\"editor.wordHighlightBackground\\\\\\\":\\\\\\\"#d2e0ff2f\\\\\\\",\\\\\\\"editor.wordHighlightBorder\\\\\\\":\\\\\\\"#7f848e\\\\\\\",\\\\\\\"editor.wordHighlightStrongBackground\\\\\\\":\\\\\\\"#abb2bf26\\\\\\\",\\\\\\\"editor.wordHighlightStrongBorder\\\\\\\":\\\\\\\"#7f848e\\\\\\\",\\\\\\\"editorActiveLineNumber.foreground\\\\\\\":\\\\\\\"#737984\\\\\\\",\\\\\\\"editorBracketMatch.background\\\\\\\":\\\\\\\"#515a6b\\\\\\\",\\\\\\\"editorBracketMatch.border\\\\\\\":\\\\\\\"#515a6b\\\\\\\",\\\\\\\"editorCursor.background\\\\\\\":\\\\\\\"#ffffffc9\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#528bff\\\\\\\",\\\\\\\"editorError.foreground\\\\\\\":\\\\\\\"#c24038\\\\\\\",\\\\\\\"editorGroup.background\\\\\\\":\\\\\\\"#181a1f\\\\\\\",\\\\\\\"editorGroup.border\\\\\\\":\\\\\\\"#181a1f\\\\\\\",\\\\\\\"editorGroupHeader.tabsBackground\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"editorHoverWidget.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"editorHoverWidget.border\\\\\\\":\\\\\\\"#181a1f\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#c8c8c859\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#3b4048\\\\\\\",\\\\\\\"editorLineNumber.foreground\\\\\\\":\\\\\\\"#495162\\\\\\\",\\\\\\\"editorMarkerNavigation.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"editorRuler.foreground\\\\\\\":\\\\\\\"#abb2bf26\\\\\\\",\\\\\\\"editorSuggestWidget.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"editorSuggestWidget.border\\\\\\\":\\\\\\\"#181a1f\\\\\\\",\\\\\\\"editorSuggestWidget.selectedBackground\\\\\\\":\\\\\\\"#2c313a\\\\\\\",\\\\\\\"editorWarning.foreground\\\\\\\":\\\\\\\"#d19a66\\\\\\\",\\\\\\\"editorWhitespace.foreground\\\\\\\":\\\\\\\"#3b4048\\\\\\\",\\\\\\\"editorWidget.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#464646\\\\\\\",\\\\\\\"input.background\\\\\\\":\\\\\\\"#1d1f23\\\\\\\",\\\\\\\"list.activeSelectionBackground\\\\\\\":\\\\\\\"#2c313a\\\\\\\",\\\\\\\"list.activeSelectionForeground\\\\\\\":\\\\\\\"#d7dae0\\\\\\\",\\\\\\\"list.focusBackground\\\\\\\":\\\\\\\"#383e4a\\\\\\\",\\\\\\\"list.highlightForeground\\\\\\\":\\\\\\\"#c5c5c5\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#292d35\\\\\\\",\\\\\\\"list.inactiveSelectionBackground\\\\\\\":\\\\\\\"#2c313a\\\\\\\",\\\\\\\"list.inactiveSelectionForeground\\\\\\\":\\\\\\\"#d7dae0\\\\\\\",\\\\\\\"list.warningForeground\\\\\\\":\\\\\\\"#d19a66\\\\\\\",\\\\\\\"menu.foreground\\\\\\\":\\\\\\\"#c8c8c8\\\\\\\",\\\\\\\"panelSectionHeader.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#1b1d23\\\\\\\",\\\\\\\"peekViewEditor.matchHighlightBackground\\\\\\\":\\\\\\\"#29244b\\\\\\\",\\\\\\\"peekViewResult.background\\\\\\\":\\\\\\\"#22262b\\\\\\\",\\\\\\\"scrollbarSlider.activeBackground\\\\\\\":\\\\\\\"#747d9180\\\\\\\",\\\\\\\"scrollbarSlider.background\\\\\\\":\\\\\\\"#4e566660\\\\\\\",\\\\\\\"scrollbarSlider.hoverBackground\\\\\\\":\\\\\\\"#5a637580\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"statusBar.debuggingBackground\\\\\\\":\\\\\\\"#cc6633\\\\\\\",\\\\\\\"statusBar.debuggingBorder\\\\\\\":\\\\\\\"#66017a\\\\\\\",\\\\\\\"statusBar.debuggingForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"statusBar.foreground\\\\\\\":\\\\\\\"#9da5b4\\\\\\\",\\\\\\\"statusBar.noFolderBackground\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"statusBarItem.hoverBackground\\\\\\\":\\\\\\\"#2c313a\\\\\\\",\\\\\\\"statusBarItem.remoteBackground\\\\\\\":\\\\\\\"#4d78cc\\\\\\\",\\\\\\\"statusBarItem.remoteForeground\\\\\\\":\\\\\\\"#f8fafd\\\\\\\",\\\\\\\"tab.activeBackground\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"tab.activeForeground\\\\\\\":\\\\\\\"#dcdcdc\\\\\\\",\\\\\\\"tab.border\\\\\\\":\\\\\\\"#181a1f\\\\\\\",\\\\\\\"tab.hoverBackground\\\\\\\":\\\\\\\"#323842\\\\\\\",\\\\\\\"tab.inactiveBackground\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"tab.unfocusedHoverBackground\\\\\\\":\\\\\\\"#323842\\\\\\\",\\\\\\\"terminal.ansiBlack\\\\\\\":\\\\\\\"#3f4451\\\\\\\",\\\\\\\"terminal.ansiBlue\\\\\\\":\\\\\\\"#4aa5f0\\\\\\\",\\\\\\\"terminal.ansiBrightBlack\\\\\\\":\\\\\\\"#4f5666\\\\\\\",\\\\\\\"terminal.ansiBrightBlue\\\\\\\":\\\\\\\"#4dc4ff\\\\\\\",\\\\\\\"terminal.ansiBrightCyan\\\\\\\":\\\\\\\"#4cd1e0\\\\\\\",\\\\\\\"terminal.ansiBrightGreen\\\\\\\":\\\\\\\"#a5e075\\\\\\\",\\\\\\\"terminal.ansiBrightMagenta\\\\\\\":\\\\\\\"#de73ff\\\\\\\",\\\\\\\"terminal.ansiBrightRed\\\\\\\":\\\\\\\"#ff616e\\\\\\\",\\\\\\\"terminal.ansiBrightWhite\\\\\\\":\\\\\\\"#d7dae0\\\\\\\",\\\\\\\"terminal.ansiBrightYellow\\\\\\\":\\\\\\\"#f0a45d\\\\\\\",\\\\\\\"terminal.ansiCyan\\\\\\\":\\\\\\\"#42b3c2\\\\\\\",\\\\\\\"terminal.ansiGreen\\\\\\\":\\\\\\\"#8cc265\\\\\\\",\\\\\\\"terminal.ansiMagenta\\\\\\\":\\\\\\\"#c162de\\\\\\\",\\\\\\\"terminal.ansiRed\\\\\\\":\\\\\\\"#e05561\\\\\\\",\\\\\\\"terminal.ansiWhite\\\\\\\":\\\\\\\"#e6e6e6\\\\\\\",\\\\\\\"terminal.ansiYellow\\\\\\\":\\\\\\\"#d18f52\\\\\\\",\\\\\\\"terminal.background\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"terminal.border\\\\\\\":\\\\\\\"#abb2bf\\\\\\\",\\\\\\\"terminal.foreground\\\\\\\":\\\\\\\"#abb2bf\\\\\\\",\\\\\\\"terminal.selectionBackground\\\\\\\":\\\\\\\"#abb2bf30\\\\\\\",\\\\\\\"textLink.foreground\\\\\\\":\\\\\\\"#61afef\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#282c34\\\\\\\",\\\\\\\"titleBar.activeForeground\\\\\\\":\\\\\\\"#9da5b4\\\\\\\",\\\\\\\"titleBar.inactiveBackground\\\\\\\":\\\\\\\"#21252b\\\\\\\",\\\\\\\"titleBar.inactiveForeground\\\\\\\":\\\\\\\"#6b717d\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"extension.start\\\\\\\",\\\\\\\"value\\\\\\\":1}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"2\\\"},\\\"cpp.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"5\\\"},\\\"cpp.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"editor.contrib.semanticTokensHelp\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"github-yogesh-aggarwal\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"eamodio.gitlens\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitLens — Git supercharged\\\\\\\"}]\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Nov 24 2020\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.51.1\\\"},\\\"refactorPreview.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"typescript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"2\\\"},\\\"typescript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Fri Nov 27 2020\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"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\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.bookmarks\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.CppRenameActivityBar\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.flutter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.gitlens\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":10},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dartPackages\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.markers.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.output.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"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\\\\\\\":\\\\\\\"workbench.view.extension.jupyter-variables\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Jupyter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":6,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.commits\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"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.contributors\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.searchAndCompare\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"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}]\\\"},\\\"workbench.view.extension.bookmarks.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"bookmarksExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"bookmarksHelpAndFeedback\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.gitlens.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.updates\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.references-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"references-view.tree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"CppReferencesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.test.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dartTestTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.popularExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.workspaceRecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.otherrecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.listView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInBasicsExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInThemesExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.outdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"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.builtinFeatureExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinThemeExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"targetsWsl\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"fileBasedRecommendations/promptedFileExtensions\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"desktop\\\\\\\"]\\\"},\\\"workbench.view.sync.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.merges\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.remoteActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.machines\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.localActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"}}}\"}"}
{"version":2,"content":"{\"linux\":\"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"shift+alt+s shift+alt+i\\\",\\n \\\"command\\\": \\\"python.sortImports\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+d\\\",\\n \\\"command\\\": \\\"bookmarks.jumpToNext\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+l\\\",\\n \\\"command\\\": \\\"-bookmarks.jumpToNext\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+a\\\",\\n \\\"command\\\": \\\"bookmarks.jumpToPrevious\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+j\\\",\\n \\\"command\\\": \\\"-bookmarks.jumpToPrevious\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+b\\\",\\n \\\"command\\\": \\\"bookmarks.toggle\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+k\\\",\\n \\\"command\\\": \\\"-bookmarks.toggle\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+o shift+alt+r\\\",\\n \\\"command\\\": \\\"gitlens.openRepoInRemote\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k v\\\",\\n \\\"command\\\": \\\"-markdown-preview-enhanced.openPreviewToTheSide\\\",\\n \\\"when\\\": \\\"editorLangId == 'markdown'\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+u\\\",\\n \\\"command\\\": \\\"extension.updateSettings\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+u\\\",\\n \\\"command\\\": \\\"-extension.updateSettings\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+c ctrl+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.clear\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r ctrl+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.rename\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r\\\",\\n \\\"command\\\": \\\"workbench.action.openRecent\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r\\\",\\n \\\"command\\\": \\\"-workbench.action.openRecent\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+c\\\",\\n \\\"command\\\": \\\"editor.action.clipboardCopyAction\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+insert\\\",\\n \\\"command\\\": \\\"-editor.action.clipboardCopyAction\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+c\\\",\\n \\\"command\\\": \\\"-editor.action.clipboardCopyAction\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+down\\\",\\n \\\"command\\\": \\\"editor.action.copyLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+down\\\",\\n \\\"command\\\": \\\"-editor.action.copyLinesDownAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+n\\\",\\n \\\"command\\\": \\\"explorer.newFolder\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+n\\\",\\n \\\"command\\\": \\\"explorer.newFile\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+up\\\",\\n \\\"command\\\": \\\"editor.action.copyLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+alt+up\\\",\\n \\\"command\\\": \\\"-editor.action.copyLinesUpAction\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+alt+up\\\",\\n \\\"command\\\": \\\"-markdown.extension.onCopyLineUp\\\",\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly && !suggestWidgetVisible && editorLangId == 'markdown'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+i\\\",\\n \\\"command\\\": \\\"editor.action.formatDocument\\\",\\n \\\"when\\\": \\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+i\\\",\\n \\\"command\\\": \\\"-editor.action.formatDocument\\\",\\n \\\"when\\\": \\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+r\\\",\\n \\\"command\\\": \\\"workbench.action.tasks.runTask\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+c ctrl+shift+a\\\",\\n \\\"command\\\": \\\"workbench.files.action.collapseExplorerFolders\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+n ctrl+shift+c\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.openNativeConsole\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+c\\\",\\n \\\"command\\\": \\\"-workbench.action.terminal.openNativeConsole\\\",\\n \\\"when\\\": \\\"!terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+q\\\",\\n \\\"command\\\": \\\"extension.runQuery\\\",\\n \\\"when\\\": \\\"editorTextFocus && editorLangId == 'sql'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+e\\\",\\n \\\"command\\\": \\\"-extension.runQuery\\\",\\n \\\"when\\\": \\\"editorTextFocus && editorLangId == 'sql'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+q\\\",\\n \\\"command\\\": \\\"mysql.runQuery\\\",\\n \\\"when\\\": \\\"editorLangId == 'sql'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+e\\\",\\n \\\"command\\\": \\\"-mysql.runQuery\\\",\\n \\\"when\\\": \\\"editorLangId == 'sql'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+n\\\",\\n \\\"command\\\": \\\"-workbench.action.newWindow\\\"\\n }\\n]\"}"}
{"ref":"6d12f43f-082c-4259-928b-1dadfe255b51","content":"{\"version\":2,\"machineId\":\"4f1a9b03-8903-4023-b5a5-4c7cbad29037\",\"content\":\"{\\\"windows\\\":\\\"// Place your key bindings in this file to override the defaultsauto[]\\\\n[\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"bookmarks.jumpToNext\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-bookmarks.jumpToNext\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+a\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"bookmarks.jumpToPrevious\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+j\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-bookmarks.jumpToPrevious\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+b\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"bookmarks.toggle\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+k\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-bookmarks.toggle\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+o shift+alt+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"gitlens.openRepoInRemote\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+k v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-markdown-preview-enhanced.openPreviewToTheSide\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorLangId == 'markdown'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+u\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"extension.updateSettings\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+u\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-extension.updateSettings\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r ctrl+t\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.rename\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.openRecent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.openRecent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+insert\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.clipboardCopyAction\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"textInputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+down\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.copyLinesDownAction\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+down\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.copyLinesDownAction\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+up\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.copyLinesUpAction\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+alt+up\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.copyLinesUpAction\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+up\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-markdown.extension.onCopyLineUp\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly && !suggestWidgetVisible && editorLangId == 'markdown'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.formatDocument\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.formatDocument\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.tasks.runTask\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+c ctrl+shift+a\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.files.action.collapseExplorerFolders\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+e shift+alt+t\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.openNativeConsole\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"!terminalFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.openNativeConsole\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"!terminalFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+q\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"extension.runQuery\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && editorLangId == 'sql'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+e\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-extension.runQuery\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && editorLangId == 'sql'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+q\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"mysql.runQuery\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorLangId == 'sql'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+e\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-mysql.runQuery\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorLangId == 'sql'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.newWindow\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFolder\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+`\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.kill\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+g shift+alt+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"git.commitAll\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"git.sync\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+y\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.debug.action.toggleRepl\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+y\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.debug.action.toggleRepl\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+s ctrl+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"python.sortImports\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+f\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-filesExplorer.findInFolder\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"explorerResourceIsFolder && explorerViewletVisible && filesExplorerFocus && !inputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+f\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.formatDocument\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.formatDocument\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+escape\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.togglePanel\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+j\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.togglePanel\\\\\\\"\\\\n }\\\\n]\\\",\\\"linux\\\":\\\"[]\\\"}\"}","platformSpecific":true}
{"version":2,"content":"{\"settings\":\"{\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\n \\\"terminal.external.windowsExec\\\": \\\"wt\\\",\\n \\\"terminal.integrated.shell.windows\\\": \\\"C:\\\\\\\\Program Files\\\\\\\\Git\\\\\\\\bin\\\\\\\\bash.exe\\\",\\n \\\"extensions.showRecommendationsOnlyOnDemand\\\": true,\\n \\\"editor.mouseWheelZoom\\\": true,\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"files.autoSaveDelay\\\": 1,\\n \\\"git.autofetch\\\": true,\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n \\\"python.linting.pylintEnabled\\\": false,\\n \\\"python.linting.pylamaEnabled\\\": true,\\n \\\"python.linting.enabled\\\": true,\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\n \\\"[html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[markdown]\\\": {\\n \\\"editor.quickSuggestions\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[c]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"sync.gist\\\": \\\"2c409689672820138226cda99c167517\\\",\\n \\\"terminal.integrated.shell.linux\\\": \\\"/bin/bash\\\",\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\n \\\"window.zoomLevel\\\": 0,\\n \\\"[python]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.python\\\"\\n },\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\n },\\n \\\"[cpp]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\n },\\n \\\"sync.quietSync\\\": false,\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.formatOnType\\\": false,\\n \\\"emmet.includeLanguages\\\": { \\\"django-html\\\": \\\"html\\\", \\\"jinja\\\": \\\"html\\\" },\\n \\\"[django-html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"better-comments.tags\\\": [\\n {\\n \\\"tag\\\": \\\"!\\\",\\n \\\"color\\\": \\\"#FF2D00\\\",\\n \\\"strikethrough\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\"\\n },\\n {\\n \\\"tag\\\": \\\"?\\\",\\n \\\"color\\\": \\\"#008e94\\\",\\n \\\"strikethrough\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\"\\n },\\n {\\n \\\"tag\\\": \\\"/\\\",\\n \\\"color\\\": \\\"#00a78fd6\\\",\\n \\\"itallic\\\": true,\\n \\\"backgroundColor\\\": \\\"#002f29d6\\\"\\n },\\n {\\n \\\"tag\\\": \\\"//\\\",\\n \\\"color\\\": \\\"#474747\\\",\\n \\\"strikethrough\\\": true,\\n \\\"backgroundColor\\\": \\\"transparent\\\"\\n },\\n {\\n \\\"tag\\\": \\\"&\\\",\\n \\\"color\\\": \\\"#FF8C00\\\",\\n \\\"strikethrough\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\"\\n },\\n {\\n \\\"tag\\\": \\\"*\\\",\\n \\\"color\\\": \\\"#98C379\\\",\\n \\\"strikethrough\\\": false,\\n \\\"backgroundColor\\\": \\\"transparent\\\"\\n }\\n ],\\n\\n \\\"todohighlight.isEnable\\\": true,\\n \\\"todohighlight.isCaseSensitive\\\": true,\\n \\\"todohighlight.keywords\\\": [\\n \\\"DEBUG:\\\",\\n \\\"REVIEW:\\\",\\n {\\n \\\"text\\\": \\\"NOTE:\\\",\\n \\\"color\\\": \\\"white\\\",\\n \\\"backgroundColor\\\": \\\"green\\\",\\n \\\"overviewRulerColor\\\": \\\"grey\\\"\\n }\\n ],\\n \\\"[scss]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"sync.forceUpload\\\": false,\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"javascript.implicitProjectConfig.experimentalDecorators\\\": true,\\n \\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"terminal.integrated.rendererType\\\": \\\"dom\\\",\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"workbench.colorCustomizations\\\": {},\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"C_Cpp.updateChannel\\\": \\\"Insiders\\\",\\n \\\"dart.debugExternalLibraries\\\": false,\\n \\\"dart.debugSdkLibraries\\\": false,\\n \\\"editor.largeFileOptimizations\\\": false,\\n \\\"python.formatting.provider\\\": \\\"black\\\",\\n \\\"python.formatting.autopep8Path\\\": \\\"yapf\\\",\\n \\\"[javascriptreact]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[jinja]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"editor.columnSelection\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"files.associations\\\": {\\n \\\"*.svg\\\": \\\"html\\\",\\n \\\"*.j2\\\": \\\"html\\\",\\n \\\"*.xml\\\": \\\"html\\\"\\n },\\n \\\"[typescriptreact]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"terminal.explorerKind\\\": \\\"external\\\",\\n \\\"sync.autoUpload\\\": false,\\n \\\"editor.fontFamily\\\": \\\"'Cascadia Code', Consolas, 'Courier New', monospace\\\",\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.activityBar.visible\\\": true,\\n \\\"editor.smoothScrolling\\\": true,\\n \\\"editor.cursorSmoothCaretAnimation\\\": true,\\n \\\"git.ignoreMissingGitWarning\\\": true,\\n \\\"dart.flutterSdkPath\\\": \\\"/home/yogesh/flutter\\\",\\n \\\"editor.renameOnType\\\": true,\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\n \\\"workbench.editorAssociations\\\": [\\n {\\n \\\"viewType\\\": \\\"imagePreview.previewEditor\\\",\\n \\\"filenamePattern\\\": \\\"*.png\\\"\\n }\\n ],\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.renderControlCharacters\\\": false,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"debug.internalConsoleOptions\\\": \\\"openOnSessionStart\\\",\\n \\\"debug.openExplorerOnEnd\\\": true,\\n \\\"C_Cpp.default.includePath\\\": [],\\n \\\"dart.devToolsBrowser\\\": \\\"default\\\",\\n \\\"python.insidersChannel\\\": \\\"off\\\",\\n \\\"python.defaultInterpreterPath\\\": \\\"C:\\\\\\\\Python\\\\\\\\Python38\\\\\\\\python.exe\\\",\\n \\\"dart.openDevTools\\\": \\\"flutter\\\",\\n \\\"editor.fontSize\\\": 22,\\n \\\"debug.openDebug\\\": \\\"openOnDebugBreak\\\",\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\n \\\"debug.onTaskErrors\\\": \\\"showErrors\\\",\\n \\\"kite.showWelcomeNotificationOnStartup\\\": false,\\n \\\"workbench.colorTheme\\\": \\\"Visual Studio Dark\\\"\\n}\\n\"}"}
{"ref":"a09242a9-7166-4b2b-b3e1-afc6813fdce8","content":"{\"version\":2,\"machineId\":\"71adbc43-b8f1-4843-9da9-44b961428057\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"files.autoSave\\\\\\\": \\\\\\\"afterDelay\\\\\\\",\\\\n \\\\\\\"terminal.external.windowsExec\\\\\\\": \\\\\\\"wt\\\\\\\",\\\\n \\\\\\\"terminal.integrated.shell.windows\\\\\\\": \\\\\\\"C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Git\\\\\\\\\\\\\\\\bin\\\\\\\\\\\\\\\\bash.exe\\\\\\\",\\\\n \\\\\\\"extensions.showRecommendationsOnlyOnDemand\\\\\\\": true,\\\\n \\\\\\\"editor.mouseWheelZoom\\\\\\\": true,\\\\n \\\\\\\"explorer.confirmDelete\\\\\\\": false,\\\\n \\\\\\\"code-runner.runInTerminal\\\\\\\": true,\\\\n \\\\\\\"files.autoSaveDelay\\\\\\\": 1,\\\\n \\\\\\\"git.autofetch\\\\\\\": true,\\\\n \\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"material-icon-theme\\\\\\\",\\\\n \\\\\\\"python.linting.pylintEnabled\\\\\\\": false,\\\\n \\\\\\\"python.linting.pylamaEnabled\\\\\\\": true,\\\\n \\\\\\\"python.linting.enabled\\\\\\\": true,\\\\n \\\\\\\"[jsonc]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"liveServer.settings.donotShowInfoMsg\\\\\\\": true,\\\\n \\\\\\\"[html]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"[markdown]\\\\\\\": {\\\\n \\\\\\\"editor.quickSuggestions\\\\\\\": true,\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"[c]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"ms-vscode.cpptools\\\\\\\"\\\\n },\\\\n \\\\\\\"[javascript]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"9841b128209c3196f9c3664780d29d19\\\\\\\",\\\\n \\\\\\\"terminal.integrated.shell.linux\\\\\\\": \\\\\\\"/bin/bash\\\\\\\",\\\\n \\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false,\\\\n \\\\\\\"liveServer.settings.donotVerifyTags\\\\\\\": true,\\\\n \\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n \\\\\\\"[python]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"ms-python.python\\\\\\\"\\\\n },\\\\n \\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n \\\\\\\"[json]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"vscode.json-language-features\\\\\\\"\\\\n },\\\\n \\\\\\\"[cpp]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"ms-vscode.cpptools\\\\\\\"\\\\n },\\\\n \\\\\\\"sync.quietSync\\\\\\\": true,\\\\n \\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"editor.formatOnPaste\\\\\\\": true,\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n \\\\\\\"editor.formatOnType\\\\\\\": false,\\\\n \\\\\\\"emmet.includeLanguages\\\\\\\": { \\\\\\\"django-html\\\\\\\": \\\\\\\"html\\\\\\\", \\\\\\\"jinja\\\\\\\": \\\\\\\"html\\\\\\\" },\\\\n \\\\\\\"[django-html]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"better-comments.tags\\\\\\\": [\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"!\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#FF2D00\\\\\\\",\\\\n \\\\\\\"strikethrough\\\\\\\": false,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"transparent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"?\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#008e94\\\\\\\",\\\\n \\\\\\\"strikethrough\\\\\\\": false,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"transparent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"/\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#00a78fd6\\\\\\\",\\\\n \\\\\\\"itallic\\\\\\\": true,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"#002f29d6\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"//\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#474747\\\\\\\",\\\\n \\\\\\\"strikethrough\\\\\\\": true,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"transparent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"&\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#FF8C00\\\\\\\",\\\\n \\\\\\\"strikethrough\\\\\\\": false,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"transparent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"tag\\\\\\\": \\\\\\\"*\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"#98C379\\\\\\\",\\\\n \\\\\\\"strikethrough\\\\\\\": false,\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"transparent\\\\\\\"\\\\n }\\\\n ],\\\\n\\\\n \\\\\\\"todohighlight.isEnable\\\\\\\": true,\\\\n \\\\\\\"todohighlight.isCaseSensitive\\\\\\\": true,\\\\n \\\\\\\"todohighlight.keywords\\\\\\\": [\\\\n \\\\\\\"DEBUG:\\\\\\\",\\\\n \\\\\\\"REVIEW:\\\\\\\",\\\\n {\\\\n \\\\\\\"text\\\\\\\": \\\\\\\"NOTE:\\\\\\\",\\\\n \\\\\\\"color\\\\\\\": \\\\\\\"white\\\\\\\",\\\\n \\\\\\\"backgroundColor\\\\\\\": \\\\\\\"green\\\\\\\",\\\\n \\\\\\\"overviewRulerColor\\\\\\\": \\\\\\\"grey\\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\\"[scss]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"sync.forceUpload\\\\\\\": true,\\\\n \\\\\\\"[typescript]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"javascript.implicitProjectConfig.experimentalDecorators\\\\\\\": true,\\\\n \\\\\\\"terminal.integrated.cursorStyle\\\\\\\": \\\\\\\"line\\\\\\\",\\\\n \\\\\\\"typescript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"terminal.integrated.rendererType\\\\\\\": \\\\\\\"dom\\\\\\\",\\\\n \\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"workbench.colorCustomizations\\\\\\\": {},\\\\n \\\\\\\"editor.accessibilitySupport\\\\\\\": \\\\\\\"off\\\\\\\",\\\\n \\\\\\\"C_Cpp.updateChannel\\\\\\\": \\\\\\\"Insiders\\\\\\\",\\\\n \\\\\\\"dart.debugExternalLibraries\\\\\\\": false,\\\\n \\\\\\\"dart.debugSdkLibraries\\\\\\\": false,\\\\n \\\\\\\"editor.largeFileOptimizations\\\\\\\": false,\\\\n \\\\\\\"python.formatting.provider\\\\\\\": \\\\\\\"black\\\\\\\",\\\\n \\\\\\\"python.formatting.autopep8Path\\\\\\\": \\\\\\\"yapf\\\\\\\",\\\\n \\\\\\\"[javascriptreact]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"[jinja]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"editor.columnSelection\\\\\\\": false,\\\\n \\\\\\\"git.enableSmartCommit\\\\\\\": true,\\\\n \\\\\\\"git.confirmSync\\\\\\\": false,\\\\n \\\\\\\"files.associations\\\\\\\": {\\\\n \\\\\\\"*.svg\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n \\\\\\\"*.j2\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n \\\\\\\"*.xml\\\\\\\": \\\\\\\"html\\\\\\\"\\\\n },\\\\n \\\\\\\"[typescriptreact]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"terminal.explorerKind\\\\\\\": \\\\\\\"external\\\\\\\",\\\\n \\\\\\\"sync.autoUpload\\\\\\\": true,\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"'Cascadia Code', Consolas, 'Courier New', monospace\\\\\\\",\\\\n \\\\\\\"workbench.statusBar.visible\\\\\\\": true,\\\\n \\\\\\\"workbench.activityBar.visible\\\\\\\": true,\\\\n \\\\\\\"editor.smoothScrolling\\\\\\\": true,\\\\n \\\\\\\"editor.cursorSmoothCaretAnimation\\\\\\\": true,\\\\n \\\\\\\"git.ignoreMissingGitWarning\\\\\\\": true,\\\\n \\\\\\\"editor.renameOnType\\\\\\\": true,\\\\n \\\\\\\"python.languageServer\\\\\\\": \\\\\\\"Pylance\\\\\\\",\\\\n \\\\\\\"workbench.editorAssociations\\\\\\\": [\\\\n {\\\\n \\\\\\\"viewType\\\\\\\": \\\\\\\"imagePreview.previewEditor\\\\\\\",\\\\n \\\\\\\"filenamePattern\\\\\\\": \\\\\\\"*.png\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"viewType\\\\\\\": \\\\\\\"jupyter.notebook.ipynb\\\\\\\",\\\\n \\\\\\\"filenamePattern\\\\\\\": \\\\\\\"*.ipynb\\\\\\\"\\\\n }\\\\n ],\\\\n \\\\\\\"editor.minimap.enabled\\\\\\\": false,\\\\n \\\\\\\"editor.renderControlCharacters\\\\\\\": false,\\\\n \\\\\\\"editor.fontLigatures\\\\\\\": true,\\\\n \\\\\\\"debug.internalConsoleOptions\\\\\\\": \\\\\\\"openOnSessionStart\\\\\\\",\\\\n \\\\\\\"debug.openExplorerOnEnd\\\\\\\": true,\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"One Dark Pro\\\\\\\",\\\\n \\\\\\\"dart.devToolsBrowser\\\\\\\": \\\\\\\"default\\\\\\\",\\\\n \\\\\\\"python.insidersChannel\\\\\\\": \\\\\\\"off\\\\\\\",\\\\n \\\\\\\"dart.openDevTools\\\\\\\": \\\\\\\"flutter\\\\\\\",\\\\n \\\\\\\"editor.fontSize\\\\\\\": 20,\\\\n \\\\\\\"kite.showWelcomeNotificationOnStartup\\\\\\\": false,\\\\n \\\\\\\"debug.openDebug\\\\\\\": \\\\\\\"openOnDebugBreak\\\\\\\",\\\\n \\\\\\\"debug.onTaskErrors\\\\\\\": \\\\\\\"abort\\\\\\\"\\\\n}\\\"}\"}"}
{"version":1,"content":"{}"}
{"version":1,"content":"{\"cpp.json\":\"{\\n\\t// Place your snippets for cpp 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\\\"Starter for C\\\": {\\n\\t\\t\\\"prefix\\\": \\\"start\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"#include <iostream>\\\",\\n\\t\\t\\t\\\"using namespace std;\\\\n\\\\n\\\",\\n\\t\\t\\t\\\"int main()\\\",\\n\\t\\t\\t\\\"{\\\",\\n\\t\\t\\t\\\"\\\\t$1\\\",\\n\\t\\t\\t\\\"\\\\treturn 0;\\\",\\n\\t\\t\\t\\\"}\\\\n\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"C++ program starter\\\"\\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\\\"console.log\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log($0);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t}\\n}\",\"javascriptreact.json\":\"{\\n\\t// Place your snippets for javascriptreact 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\\\"console.log\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log($0);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"React Class Component Starter\\\": {\\n\\t\\t\\\"prefix\\\": \\\"rcc\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"import React from \\\\\\\"react\\\\\\\";\\\",\\n\\t\\t\\t\\\"import \\\\\\\"./$1.scss\\\\\\\";\\\\n\\\",\\n\\t\\t\\t\\\"export class $2Component extends React.Component {\\\",\\n\\t\\t\\t\\\" render() {\\\",\\n\\t\\t\\t\\\" return <div>$0</div>\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\"}\\\\n\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"React Class Component Starter\\\"\\n\\t}\\n}\",\"typescript.json\":\"{\\n\\t// Place your snippets for typescript 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\\\"console.log\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log($0);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\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\\\"console.log\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log($0);\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"React Class Component Starter\\\": {\\n\\t\\t\\\"prefix\\\": \\\"rcc\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"import React from \\\\\\\"react\\\\\\\";\\\",\\n\\t\\t\\t\\\"import \\\\\\\"./$1.scss\\\\\\\";\\\\n\\\",\\n\\t\\t\\t\\\"export class $2Component extends React.Component {\\\",\\n\\t\\t\\t\\\" render() {\\\",\\n\\t\\t\\t\\\" return <div>$0</div>\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\"}\\\\n\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"React Class Component Starter\\\"\\n\\t}\\n}\",\"c.json\":\"{\\n\\t// Place your snippets for c 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\\\"Starter for C\\\": {\\n\\t\\t\\\"prefix\\\": \\\"start\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"#include <stdio.h>\\\\n\\\",\\n\\t\\t\\t\\\"int main()\\\",\\n\\t\\t\\t\\\"{\\\",\\n\\t\\t\\t\\\"\\\\t$1\\\",\\n\\t\\t\\t\\\"\\\\treturn 0;\\\",\\n\\t\\t\\t\\\"}\\\",\\n\\t\\t\\t\\\"\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t}\\n}\",\"css.json\":\"{\\n\\t// Place your snippets for css 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}\",\"json.json\":\"{\\n\\t// Place your snippets for json 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}\",\"markdown.json\":\"{\\n\\t// Place your snippets for markdown 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\\\"Python code\\\": {\\n\\t\\t\\\"prefix\\\": \\\"pyCode\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"``` python\\\",\\n\\t\\t\\t\\\"$1\\\",\\n\\t\\t\\t\\\"```\\\",\\n\\t\\t\\t\\\"$2\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Python code snippet\\\"\\n\\t}\\n}\",\"sql.json\":\"{\\n\\t// Place your snippets for sql 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\\\"Database information\\\": {\\n\\t\\t\\\"prefix\\\": \\\"newDatabase\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"-----> DATABASE: $1 <-----\\\",\\n\\t\\t\\t\\\"/* DESCRIPTION: $2 */\\\",\\n\\t\\t\\t\\\"\\\\n\\\\n\\\\n\\\\n\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"New database template.\\\"\\n\\t},\\n\\t\\\"Table\\\": {\\n\\t\\t\\\"prefix\\\": \\\"newTable\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"--====================================================================================================================================================================================================\\\",\\n\\t\\t\\t\\\"---> TABLE: $1\\\",\\n\\t\\t\\t\\\"/* DESCRIPTION: $2 */\\\",\\n\\t\\t\\t\\\"$3\\\",\\n\\t\\t\\t\\\"-----------------------------------------------------------------------------------------------------------------------------------------------------\\\\n\\\",\\n\\t\\t\\t\\\"$4\\\",\\n\\t\\t\\t\\\"\\\\n----------------------\\\\n\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"New table template.\\\"\\n\\t}\\n}\"}"}
{"ref":"838bcee4-d4ee-41b7-aa0c-e77df94b7162","content":"{\"version\":1,\"machineId\":\"71adbc43-b8f1-4843-9da9-44b961428057\",\"content\":\"{\\\"c.json\\\":\\\"{\\\\n\\\\t// Place your snippets for c 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\\\\\\\"Starter for C\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"start\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"#include <stdio.h>\\\\\\\\n\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"int main()\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"{\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\t$1\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\treturn 0;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"}\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"cpp.json\\\":\\\"{\\\\n\\\\t// Place your snippets for cpp 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\\\\\\\"Starter for C\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"start\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"#include <iostream>\\\\\\\\n\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"int main()\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"{\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\t$1\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\treturn 0;\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"}\\\\\\\\n\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"C++ program starter\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"css.json\\\":\\\"{\\\\n\\\\t// Place your snippets for css 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\\\\\\\"console.log\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"clog\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"console.log($1);\\\\\\\",\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"javascriptreact.json\\\":\\\"{\\\\n\\\\t// Place your snippets for javascriptreact 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\\\\\\\"console.log\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"clog\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"console.log($1);\\\\\\\",\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"json.json\\\":\\\"{\\\\n\\\\t// Place your snippets for json 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}\\\",\\\"markdown.json\\\":\\\"{\\\\n\\\\t// Place your snippets for markdown 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\\\\\\\"Python code\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"pyCode\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"``` python\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$1\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"```\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$2\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Python code snippet\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"sql.json\\\":\\\"{\\\\n\\\\t// Place your snippets for sql 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\\\\\\\"Database information\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"newDatabase\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"-----> DATABASE: $1 <-----\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"/* DESCRIPTION: $2 */\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\n\\\\\\\\n\\\\\\\\n\\\\\\\\n\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"New database template.\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"Table\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"newTable\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"--====================================================================================================================================================================================================\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"---> TABLE: $1\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"/* DESCRIPTION: $2 */\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$3\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"-----------------------------------------------------------------------------------------------------------------------------------------------------\\\\\\\\n\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$4\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"\\\\\\\\n----------------------\\\\\\\\n\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"New table template.\\\\\\\"\\\\n\\\\t}\\\\n}\\\",\\\"typescript.json\\\":\\\"{\\\\n\\\\t// Place your snippets for typescript 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\\\\\\\"console.log\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"clog\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"console.log($1);\\\\\\\",\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\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\\\\\\\"console.log\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"clog\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"console.log($1);\\\\\\\",\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t}\\\\n}\\\"}\"}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment