Skip to content

Instantly share code, notes, and snippets.

@sp0033212000
Last active March 29, 2021 02:53
Show Gist options
  • Save sp0033212000/4eb9be89373476447a35a409425e199f to your computer and use it in GitHub Desktop.
Save sp0033212000/4eb9be89373476447a35a409425e199f to your computer and use it in GitHub Desktop.
{"lastUpload":"2021-03-29T02:53:00.542Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "70378119-1d85-4935-9733-0298c7a369a2",
"publisherId": "steoates.autoimport",
"publisherDisplayName": "steoates"
},
"name": "autoimport",
"publisher": "steoates",
"version": "1.5.3"
},
{
"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": "ee0f7a17-5251-4f71-a408-8568747c781c",
"publisherId": "ngryman.codesandbox-theme",
"publisherDisplayName": "ngryman"
},
"name": "codesandbox-theme",
"publisher": "ngryman",
"version": "1.1.3"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "3.1.1"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.1"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "6.3.1"
},
{
"metadata": {
"id": "38583aca-2ba1-417f-80fc-68ca8d717fb4",
"publisherId": "rbbit.typescript-hero",
"publisherDisplayName": "rbbit"
},
"name": "typescript-hero",
"publisher": "rbbit",
"version": "3.0.0"
},
{
"metadata": {
"id": "90a37ca1-92a2-488a-b196-7a8c0b0127ea",
"publisherId": "ms-vscode.vscode-typescript-tslint-plugin",
"publisherDisplayName": "ms-vscode"
},
"name": "vscode-typescript-tslint-plugin",
"publisher": "ms-vscode",
"version": "1.3.3"
},
{
"metadata": {
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444",
"publisherId": "VisualStudioExptTeam.vscodeintellicode",
"publisherDisplayName": "VisualStudioExptTeam"
},
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.2.12"
}
]
{
"workbench.iconTheme": "vscode-icons",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"prettier.useTabs": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.minimap.enabled": false,
"colorize.languages": ["*"],
"colorize.include": ["**/*.js", "**/*.jsx", "**/*.tsx", "**/*.ts"],
"color-highlight.languages": ["*"],
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveServer.settings.donotVerifyTags": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.ignorePath": "./.prettierignore",
"prettier.disableLanguages": ["xml"],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.startupEditor": "newUntitledFile",
"eslint.alwaysShowStatus": true,
"eslint.validate": [
"vue",
"html",
"javascript",
"typescript",
"javascriptreact",
"typescriptreact"
],
"filewatcher.commands": [
{
"match": "\\.*",
"isAsync": true,
"cmd": "echo '${file} folder content Changed'",
"event": "onFolderChange"
}
],
"window.zoomLevel": 0,
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"path-autocomplete.extensionOnImport": true,
"autoimport.doubleQuotes": true,
"workbench.colorTheme": "CodeSandbox",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"[java]": {
"editor.defaultFormatter": "mwpb.java-prettier-formatter"
},
"sync.gist": "4eb9be89373476447a35a409425e199f",
"sync.autoDownload": true
}
{
// 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:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Import Redux Thunk": {
"prefix": "imrdxtk",
"body": [
"import reduxThunk from 'redux-thunk'",
"$0"
],
"description": "Import redux-thunk"
}
}
{
// 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:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// },
"Import Redux Thunk": {
"prefix": "imrdxtk",
"body": [
"import reduxThunk from 'redux-thunk'",
"$0"
],
"description": "Import redux-thunk"
}
}
{"ref":"06ada12d-18e4-4792-aa93-262d18c4bacb","content":"{\"version\":5,\"machineId\":\"1f5a690b-fdf6-4956-aa08-5f7e8e744263\",\"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\\\":\\\"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\\\"},{\\\"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.xml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.testing-editor-contributions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.julia\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.notebook-markdown-extensions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"esbenp.prettier-vscode\\\",\\\"uuid\\\":\\\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\\\"},\\\"version\\\":\\\"6.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"visualstudioexptteam.vscodeintellicode\\\",\\\"uuid\\\":\\\"876e8f93-74d0-4f4f-91b7-34a09f19f444\\\"},\\\"version\\\":\\\"1.2.12\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.npm-intellisense\\\",\\\"uuid\\\":\\\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\\\"},\\\"version\\\":\\\"1.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-typescript-tslint-plugin\\\",\\\"uuid\\\":\\\"90a37ca1-92a2-488a-b196-7a8c0b0127ea\\\"},\\\"version\\\":\\\"1.3.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dsznajder.es7-react-js-snippets\\\",\\\"uuid\\\":\\\"19804510-b475-4dae-b0f7-6ca08fd1af0c\\\"},\\\"version\\\":\\\"3.1.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"steoates.autoimport\\\",\\\"uuid\\\":\\\"70378119-1d85-4935-9733-0298c7a369a2\\\"},\\\"version\\\":\\\"1.5.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rbbit.typescript-hero\\\",\\\"uuid\\\":\\\"38583aca-2ba1-417f-80fc-68ca8d717fb4\\\"},\\\"version\\\":\\\"3.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ngryman.codesandbox-theme\\\",\\\"uuid\\\":\\\"ee0f7a17-5251-4f71-a408-8568747c781c\\\"},\\\"version\\\":\\\"1.1.3\\\",\\\"installed\\\":true}]\"}","skippedExtensions":[]}
{"ref":"3efc3b56-077f-4c72-8cd3-3279569439bc","content":"{\"version\":1,\"machineId\":\"1f5a690b-fdf6-4956-aa08-5f7e8e744263\",\"content\":\"{\\\"storage\\\":{\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"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.terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"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},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"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\\\\\\\":\\\\\\\"extensions.local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.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.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\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"javaProjectExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"mavenProjects\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"SonarLint.AllRules\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm.mainPane\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:-1523109999\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:-878629200\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:1741251777\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"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.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\\\\\\\":3},{\\\\\\\"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.dockerView\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.view.extension.references-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"references-view.tree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Jul 15 2020\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.47.0\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"198\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Mar 28 2021\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"198\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Mar 28 2021\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"13\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Jul 21 2020\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.47.2\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Jul 20 2020\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"33\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Aug 18 2020\\\"},\\\"typescript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.47.3\\\"},\\\"typescript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"typescript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"typescript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Aug 17 2020\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.restartExtensionHost\\\\\\\",\\\\\\\"value\\\\\\\":2},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.files.action.saveAllInGroup\\\\\\\",\\\\\\\"value\\\\\\\":11},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.insertSnippet\\\\\\\",\\\\\\\"value\\\\\\\":29},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSnippets\\\\\\\",\\\\\\\"value\\\\\\\":30},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.none\\\\\\\",\\\\\\\"value\\\\\\\":123},{\\\\\\\"key\\\\\\\":\\\\\\\"copyFilePath\\\\\\\",\\\\\\\"value\\\\\\\":128},{\\\\\\\"key\\\\\\\":\\\\\\\"prettier.createConfigFile\\\\\\\",\\\\\\\"value\\\\\\\":141},{\\\\\\\"key\\\\\\\":\\\\\\\"eslint.createConfig\\\\\\\",\\\\\\\"value\\\\\\\":173},{\\\\\\\"key\\\\\\\":\\\\\\\"eslint.migrateSettings\\\\\\\",\\\\\\\"value\\\\\\\":174},{\\\\\\\"key\\\\\\\":\\\\\\\"eslint.resetLibraryExecution\\\\\\\",\\\\\\\"value\\\\\\\":175},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.enableFileWatcher\\\\\\\",\\\\\\\"value\\\\\\\":188},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.updateAllExtensions\\\\\\\",\\\\\\\"value\\\\\\\":209},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.disableAll\\\\\\\",\\\\\\\"value\\\\\\\":210},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.enableAll\\\\\\\",\\\\\\\"value\\\\\\\":212},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument\\\\\\\",\\\\\\\"value\\\\\\\":243},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.colorHelper.pick\\\\\\\",\\\\\\\"value\\\\\\\":254},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.colorHelper.convert\\\\\\\",\\\\\\\"value\\\\\\\":258},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.files.saveWithoutFormatting\\\\\\\",\\\\\\\"value\\\\\\\":260},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.goToProjectConfig\\\\\\\",\\\\\\\"value\\\\\\\":263},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.debug.restart\\\\\\\",\\\\\\\"value\\\\\\\":272},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.emmet.action.reflectCSSValue\\\\\\\",\\\\\\\"value\\\\\\\":274},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.foldAll\\\\\\\",\\\\\\\"value\\\\\\\":298},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.selectTypeScriptVersion\\\\\\\",\\\\\\\"value\\\\\\\":309},{\\\\\\\"key\\\\\\\":\\\\\\\"codesandbox.login\\\\\\\",\\\\\\\"value\\\\\\\":312},{\\\\\\\"key\\\\\\\":\\\\\\\"codesandbox.createSandbox\\\\\\\",\\\\\\\"value\\\\\\\":313},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.restartTsServer\\\\\\\",\\\\\\\"value\\\\\\\":332},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.showSyncedData\\\\\\\",\\\\\\\"value\\\\\\\":335},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.configure\\\\\\\",\\\\\\\"value\\\\\\\":337},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.syncNow\\\\\\\",\\\\\\\"value\\\\\\\":338},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":339},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":340},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userData.actions.openSyncBackupsFolder\\\\\\\",\\\\\\\"value\\\\\\\":341}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"342\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"targetsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"detailsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"~remote.helpPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.dockerView.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dockerContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerImages\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerRegistries\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerNetworks\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dockerVolumes\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-docker.views.dockerContexts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-docker.views.help\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark ngryman-codesandbox-theme-themes-Codesandbox-color-theme-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"CodeSandbox\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"CodeSandbox\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5C6370\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"comment\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5C6370\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"comment markup.link\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.other.inherited-class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.special-method\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.unit\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.type.annotation\\\\\\\",\\\\\\\"storage.type.primitive\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.modifier.package\\\\\\\",\\\\\\\"storage.modifier.import\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.escape\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.numeric\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.other.color\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.other.symbol\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#BE5046\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.interpolation\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.parameter\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.regexp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.regexp source.ruby.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.other.link\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5C6370\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.comment\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.method-parameters\\\\\\\",\\\\\\\"punctuation.definition.function-parameters\\\\\\\",\\\\\\\"punctuation.definition.parameters\\\\\\\",\\\\\\\"punctuation.definition.separator\\\\\\\",\\\\\\\"punctuation.definition.seperator\\\\\\\",\\\\\\\"punctuation.definition.array\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.heading\\\\\\\",\\\\\\\"punctuation.definition.identity\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.bold\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.italic\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#BE5046\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.section.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.section.method\\\\\\\",\\\\\\\"punctuation.section.class\\\\\\\",\\\\\\\"punctuation.section.inner-class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.function\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.function.any-method\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.class\\\\\\\",\\\\\\\"entity.name.type.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.section\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.other.attribute-name\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.other.attribute-name.id\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.class.body\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.method-call\\\\\\\",\\\\\\\"meta.method\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.definition.variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.link\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.require\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.selector\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#373B41\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.separator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.tag\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"text-decoration\\\\\\\":\\\\\\\"underline\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"underline\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"none\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#523D14\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#E0C285\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"invalid.deprecated\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#E05252\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"invalid.illegal\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.bold\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.changed\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.deleted\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.italic\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.heading\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.heading punctuation.definition.heading\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.link\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.inserted\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.quote\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.raw\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.c keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.cpp keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.cs keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#828997\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.css property-name\\\\\\\",\\\\\\\"source.css property-value\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.css property-name.support\\\\\\\",\\\\\\\"source.css property-value.support\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"-webkit-font-smoothing\\\\\\\":\\\\\\\"auto\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.gfm markup\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.gfm link entity\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.go storage.type.string\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ini keyword.other.definition.ini\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.java storage.modifier.import\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.java storage.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.java keyword.operator.instanceof\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.java-properties meta.key-pair\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.java-properties meta.key-pair > punctuation\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js keyword.operator.delete\\\\\\\",\\\\\\\"source.js keyword.operator.in\\\\\\\",\\\\\\\"source.js keyword.operator.of\\\\\\\",\\\\\\\"source.js keyword.operator.instanceof\\\\\\\",\\\\\\\"source.js keyword.operator.new\\\\\\\",\\\\\\\"source.js keyword.operator.typeof\\\\\\\",\\\\\\\"source.js keyword.operator.void\\\\\\\"]},{\\\\\\\"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\\\\\\\":\\\\\\\"inherit\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ruby constant.other.symbol > punctuation\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.python keyword.operator.logical.python\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.python variable.parameter\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#BCC199\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.attribute.rust\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#33E8EC\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.modifier.lifetime.rust\\\\\\\",\\\\\\\"entity.name.lifetime.rust\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#CC6B73\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.unsafe.rust\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"customrule\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.quoted.double punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.json punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.separator.key-value.ts\\\\\\\",\\\\\\\"punctuation.separator.key-value.js\\\\\\\",\\\\\\\"punctuation.separator.key-value.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js.embedded.html keyword.operator\\\\\\\",\\\\\\\"source.ts.embedded.html keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.readwrite.js\\\\\\\",\\\\\\\"variable.other.readwrite.ts\\\\\\\",\\\\\\\"variable.other.readwrite.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.variable.dom.js\\\\\\\",\\\\\\\"support.variable.dom.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.variable.property.dom.js\\\\\\\",\\\\\\\"support.variable.property.dom.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#BE5046\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.template.expression.js punctuation.definition\\\\\\\",\\\\\\\"meta.template.expression.ts punctuation.definition\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ts punctuation.definition.typeparameters\\\\\\\",\\\\\\\"source.js punctuation.definition.typeparameters\\\\\\\",\\\\\\\"source.tsx punctuation.definition.typeparameters\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ts punctuation.definition.block\\\\\\\",\\\\\\\"source.js punctuation.definition.block\\\\\\\",\\\\\\\"source.tsx punctuation.definition.block\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ts punctuation.separator.comma\\\\\\\",\\\\\\\"source.js punctuation.separator.comma\\\\\\\",\\\\\\\"source.tsx punctuation.separator.comma\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.variable.property.js\\\\\\\",\\\\\\\"support.variable.property.ts\\\\\\\",\\\\\\\"support.variable.property.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control.default.js\\\\\\\",\\\\\\\"keyword.control.default.ts\\\\\\\",\\\\\\\"keyword.control.default.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.expression.instanceof.js\\\\\\\",\\\\\\\"keyword.operator.expression.instanceof.ts\\\\\\\",\\\\\\\"keyword.operator.expression.instanceof.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.expression.of.js\\\\\\\",\\\\\\\"keyword.operator.expression.of.ts\\\\\\\",\\\\\\\"keyword.operator.expression.of.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.brace.round.js\\\\\\\",\\\\\\\"meta.array-binding-pattern-variable.js\\\\\\\",\\\\\\\"meta.brace.square.js\\\\\\\",\\\\\\\"meta.brace.round.ts\\\\\\\",\\\\\\\"meta.array-binding-pattern-variable.ts\\\\\\\",\\\\\\\"meta.brace.square.ts\\\\\\\",\\\\\\\"meta.brace.round.tsx\\\\\\\",\\\\\\\"meta.array-binding-pattern-variable.tsx\\\\\\\",\\\\\\\"meta.brace.square.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js punctuation.accessor\\\\\\\",\\\\\\\"source.ts punctuation.accessor\\\\\\\",\\\\\\\"source.tsx punctuation.accessor\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.terminator.statement.js\\\\\\\",\\\\\\\"punctuation.terminator.statement.ts\\\\\\\",\\\\\\\"punctuation.terminator.statement.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.array-binding-pattern-variable.js variable.other.readwrite.js\\\\\\\",\\\\\\\"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts\\\\\\\",\\\\\\\"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js support.variable\\\\\\\",\\\\\\\"source.ts support.variable\\\\\\\",\\\\\\\"source.tsx support.variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.constant.property.js\\\\\\\",\\\\\\\"variable.other.constant.property.ts\\\\\\\",\\\\\\\"variable.other.constant.property.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.new.ts\\\\\\\",\\\\\\\"keyword.operator.new.j\\\\\\\",\\\\\\\"keyword.operator.new.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.ts keyword.operator\\\\\\\",\\\\\\\"source.tsx keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.separator.parameter.js\\\\\\\",\\\\\\\"punctuation.separator.parameter.ts\\\\\\\",\\\\\\\"punctuation.separator.parameter.tsx \\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language.import-export-all.js\\\\\\\",\\\\\\\"constant.language.import-export-all.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language.import-export-all.jsx\\\\\\\",\\\\\\\"constant.language.import-export-all.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control.as.js\\\\\\\",\\\\\\\"keyword.control.as.ts\\\\\\\",\\\\\\\"keyword.control.as.jsx\\\\\\\",\\\\\\\"keyword.control.as.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.readwrite.alias.js\\\\\\\",\\\\\\\"variable.other.readwrite.alias.ts\\\\\\\",\\\\\\\"variable.other.readwrite.alias.jsx\\\\\\\",\\\\\\\"variable.other.readwrite.alias.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.constant.js\\\\\\\",\\\\\\\"variable.other.constant.ts\\\\\\\",\\\\\\\"variable.other.constant.jsx\\\\\\\",\\\\\\\"variable.other.constant.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.export.default.js variable.other.readwrite.js\\\\\\\",\\\\\\\"meta.export.default.ts variable.other.readwrite.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js meta.template.expression.js punctuation.accessor\\\\\\\",\\\\\\\"source.ts meta.template.expression.ts punctuation.accessor\\\\\\\",\\\\\\\"source.tsx meta.template.expression.tsx punctuation.accessor\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js meta.import-equals.external.js keyword.operator\\\\\\\",\\\\\\\"source.jsx meta.import-equals.external.jsx keyword.operator\\\\\\\",\\\\\\\"source.ts meta.import-equals.external.ts keyword.operator\\\\\\\",\\\\\\\"source.tsx meta.import-equals.external.tsx keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.definition.property.js variable\\\\\\\",\\\\\\\"meta.definition.property.ts variable\\\\\\\",\\\\\\\"meta.definition.property.jsx variable\\\\\\\",\\\\\\\"meta.definition.property.tsx variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.type.parameters.js support.type\\\\\\\",\\\\\\\"meta.type.parameters.jsx support.type\\\\\\\",\\\\\\\"meta.type.parameters.ts support.type\\\\\\\",\\\\\\\"meta.type.parameters.tsx support.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.js meta.tag.js keyword.operator\\\\\\\",\\\\\\\"source.jsx meta.tag.jsx keyword.operator\\\\\\\",\\\\\\\"source.ts meta.tag.ts keyword.operator\\\\\\\",\\\\\\\"source.tsx meta.tag.tsx keyword.operator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.tag.js punctuation.section.embedded\\\\\\\",\\\\\\\"meta.tag.jsx punctuation.section.embedded\\\\\\\",\\\\\\\"meta.tag.ts punctuation.section.embedded\\\\\\\",\\\\\\\"meta.tag.tsx punctuation.section.embedded\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.array.literal.js variable\\\\\\\",\\\\\\\"meta.array.literal.jsx variable\\\\\\\",\\\\\\\"meta.array.literal.ts variable\\\\\\\",\\\\\\\"meta.array.literal.tsx variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.object.module.js\\\\\\\",\\\\\\\"support.type.object.module.jsx\\\\\\\",\\\\\\\"support.type.object.module.ts\\\\\\\",\\\\\\\"support.type.object.module.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.constant.object.js\\\\\\\",\\\\\\\"variable.other.constant.object.jsx\\\\\\\",\\\\\\\"variable.other.constant.object.ts\\\\\\\",\\\\\\\"variable.other.constant.object.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#56B6C2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.type.property.js\\\\\\\",\\\\\\\"storage.type.property.jsx\\\\\\\",\\\\\\\"storage.type.property.ts\\\\\\\",\\\\\\\"storage.type.property.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.template.expression.js string.quoted punctuation.definition\\\\\\\",\\\\\\\"meta.template.expression.jsx string.quoted punctuation.definition\\\\\\\",\\\\\\\"meta.template.expression.ts string.quoted punctuation.definition\\\\\\\",\\\\\\\"meta.template.expression.tsx string.quoted punctuation.definition\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.template.expression.js string.template punctuation.definition.string.template\\\\\\\",\\\\\\\"meta.template.expression.jsx string.template punctuation.definition.string.template\\\\\\\",\\\\\\\"meta.template.expression.ts string.template punctuation.definition.string.template\\\\\\\",\\\\\\\"meta.template.expression.tsx string.template punctuation.definition.string.template\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.expression.in.js\\\\\\\",\\\\\\\"keyword.operator.expression.in.jsx\\\\\\\",\\\\\\\"keyword.operator.expression.in.ts\\\\\\\",\\\\\\\"keyword.operator.expression.in.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python constant.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.format.placeholder.other.python storage\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.magic.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function.parameters.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.annotation.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.parameters.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.variable.field.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs keyword.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.readwrite.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.object.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.object.property.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#61AFEF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.variable.property.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unsafe.rust\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.raw.block.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.variable.shell\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.property-value.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.constant.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.key-value.scss\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.constant.scss\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.property-list.scss punctuation.separator.key-value.scss\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E5C07B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.primitive.array.java\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.section.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.heading.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\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"beginning.punctuation.definition.list.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5C6370\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.quote.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.string.begin.markdown\\\\\\\",\\\\\\\"punctuation.definition.string.end.markdown\\\\\\\",\\\\\\\"punctuation.definition.metadata.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C678DD\\\\\\\"},\\\\\\\"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\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.separator.variable.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#D19A66\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.constant.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#98C379\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.other.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#E06C75\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.variable.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ABB2BF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.class.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#6796e6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.info-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#cd9731\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.warn-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f44747\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.error-token\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#b267e6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"token.debug-token\\\\\\\"}],\\\\\\\"semanticTokenRules\\\\\\\":[],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"ngryman.codesandbox-theme\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":false,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"codesandbox-theme\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"ngryman\\\\\\\"},\\\\\\\"colorMap\\\\\\\":{\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#374140\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#40a9f3\\\\\\\",\\\\\\\"button.hoverBackground\\\\\\\":\\\\\\\"#66b9f4\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#40a8f348\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#66b9f4\\\\\\\",\\\\\\\"editorGroup.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"editorGroupHeader.tabsBackground\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"editorHoverWidget.background\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"input.background\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"input.foreground\\\\\\\":\\\\\\\"#c0c0c0\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#37414050\\\\\\\",\\\\\\\"list.focusBackground\\\\\\\":\\\\\\\"#24282a\\\\\\\",\\\\\\\"menu.selectionBackground\\\\\\\":\\\\\\\"#24282a\\\\\\\",\\\\\\\"scrollbarSlider.activeBackground\\\\\\\":\\\\\\\"#374140\\\\\\\",\\\\\\\"scrollbarSlider.background\\\\\\\":\\\\\\\"#37414050\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#191d1f\\\\\\\",\\\\\\\"sideBar.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#40a9f3\\\\\\\",\\\\\\\"tab.activeBackground\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"tab.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"tab.inactiveBackground\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"titleBar.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"editorSuggestWidget.background\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"editorSuggestWidget.selectedBackground\\\\\\\":\\\\\\\"#24282a\\\\\\\",\\\\\\\"editorSuggestWidget.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"editorHoverWidget.border\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"inputOption.activeBorder\\\\\\\":\\\\\\\"#66b9f4\\\\\\\",\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#66b9f4\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#111518\\\\\\\",\\\\\\\"menu.background\\\\\\\":\\\\\\\"#1c2022\\\\\\\",\\\\\\\"menu.foreground\\\\\\\":\\\\\\\"#c0c0c0\\\\\\\",\\\\\\\"menu.selectionForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"menubar.selectionBackground\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"menubar.selectionForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"editorGroup.dropBackground\\\\\\\":\\\\\\\"#ffd3991f\\\\\\\",\\\\\\\"editorWarning.foreground\\\\\\\":\\\\\\\"#ffd399\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_resource_app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/new/AWSTokenApp\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger__customer\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_merchant\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_official\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/okgo\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/css/advanced-css-course\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/test/nextjs-blog\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_cms_new\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_reservation\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/rh_web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/a9power/A9Power\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hungerTool\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/ptqctracer\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/PT_Factory\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/ptuser\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/javascript/Interview/5x_training_demo\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"cpp.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"cpp.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Jan 12 2021\\\"},\\\"java.2.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"java.2.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Mar 25 2021\\\"},\\\"fileBasedRecommendations/promptedRecommendations\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"java\\\\\\\":[\\\\\\\"vscjava.vscode-java-pack\\\\\\\"]}\\\"},\\\"workbench.view.extension.test.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"testExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.testing\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/new/ptuser_azure_app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/new/aws_pt_user\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hungerappcertifications\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/test/carousel\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/test/playground\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/test/test\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"extensionsAssistant/fileExtensionsSuggestionIgnore\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"production\\\\\\\",\\\\\\\"development\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/new/tool_demo\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/components\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger-APP\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_email_template\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/hunger/hunger_v3_official\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"memento/workbench.editor.keybindings\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"searchHistory\\\\\\\":[\\\\\\\"@command:editor.foldAll\\\\\\\",\\\\\\\"@command:editor.fold\\\\\\\",\\\\\\\"@command:fold\\\\\\\",\\\\\\\"@command:typescript.restartTsServer\\\\\\\",\\\\\\\"@command:workbench.userDataSync.actions.configure\\\\\\\",\\\\\\\"@command:workbench.userData.actions.openSyncBackupsFolder\\\\\\\"]}\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/powertech/token_app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/javascript/ReactJS_Course/temp/rtw-product-tracer\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/liaojiwei/Desktop/javascript/ReactJS_Course/temp/rtw-product-tracer/core\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"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":"7c4eaee4-d114-494a-be82-a82e38c1eaba","content":"{\"version\":2,\"machineId\":\"1f5a690b-fdf6-4956-aa08-5f7e8e744263\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n\\\\t\\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"vscode-icons\\\\\\\",\\\\n\\\\t\\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n\\\\t\\\\\\\"vsintellicode.modify.editor.suggestSelection\\\\\\\": \\\\\\\"automaticallyOverrodeDefaultValue\\\\\\\",\\\\n\\\\t\\\\\\\"prettier.useTabs\\\\\\\": true,\\\\n\\\\t\\\\\\\"[javascript]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"editor.minimap.enabled\\\\\\\": false,\\\\n\\\\t\\\\\\\"colorize.languages\\\\\\\": [\\\\\\\"*\\\\\\\"],\\\\n\\\\t\\\\\\\"colorize.include\\\\\\\": [\\\\\\\"**/*.js\\\\\\\", \\\\\\\"**/*.jsx\\\\\\\", \\\\\\\"**/*.tsx\\\\\\\", \\\\\\\"**/*.ts\\\\\\\"],\\\\n\\\\t\\\\\\\"color-highlight.languages\\\\\\\": [\\\\\\\"*\\\\\\\"],\\\\n\\\\t\\\\\\\"[html]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"liveServer.settings.donotVerifyTags\\\\\\\": true,\\\\n\\\\t\\\\\\\"[jsonc]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n\\\\t\\\\\\\"[typescriptreact]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"[typescript]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"prettier.ignorePath\\\\\\\": \\\\\\\"./.prettierignore\\\\\\\",\\\\n\\\\t\\\\\\\"prettier.disableLanguages\\\\\\\": [\\\\\\\"xml\\\\\\\"],\\\\n\\\\t\\\\\\\"[json]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"workbench.startupEditor\\\\\\\": \\\\\\\"newUntitledFile\\\\\\\",\\\\n\\\\t\\\\\\\"eslint.alwaysShowStatus\\\\\\\": true,\\\\n\\\\t\\\\\\\"eslint.validate\\\\\\\": [\\\\n\\\\t\\\\t\\\\\\\"vue\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"html\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"javascript\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"typescript\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"javascriptreact\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"typescriptreact\\\\\\\"\\\\n\\\\t],\\\\n\\\\t\\\\\\\"filewatcher.commands\\\\\\\": [\\\\n\\\\t\\\\t{\\\\n\\\\t\\\\t\\\\t\\\\\\\"match\\\\\\\": \\\\\\\"\\\\\\\\\\\\\\\\.*\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"isAsync\\\\\\\": true,\\\\n\\\\t\\\\t\\\\t\\\\\\\"cmd\\\\\\\": \\\\\\\"echo '${file} folder content Changed'\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"event\\\\\\\": \\\\\\\"onFolderChange\\\\\\\"\\\\n\\\\t\\\\t}\\\\n\\\\t],\\\\n\\\\t\\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n\\\\t\\\\\\\"[scss]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"path-autocomplete.extensionOnImport\\\\\\\": true,\\\\n\\\\t\\\\\\\"autoimport.doubleQuotes\\\\\\\": true,\\\\n\\\\t\\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"CodeSandbox\\\\\\\",\\\\n\\\\t\\\\\\\"files.exclude\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"**/.classpath\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/.project\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/.settings\\\\\\\": true,\\\\n\\\\t\\\\t\\\\\\\"**/.factorypath\\\\\\\": true\\\\n\\\\t},\\\\n\\\\t\\\\\\\"[java]\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"mwpb.java-prettier-formatter\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"sync.gist\\\\\\\": \\\\\\\"4eb9be89373476447a35a409425e199f\\\\\\\",\\\\n\\\\t\\\\\\\"sync.autoDownload\\\\\\\": true\\\\n}\\\"}\"}"}
{"ref":"5d3a0408-c8d4-4dad-975a-f81d1694a317","content":"{\"version\":1,\"machineId\":\"1f5a690b-fdf6-4956-aa08-5f7e8e744263\",\"content\":\"{\\\"javascript.json\\\":\\\"{\\\\n\\\\t// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and \\\\n\\\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\\\n\\\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\\\n\\\\t// same ids are connected.\\\\n\\\\t// Example:\\\\n\\\\t// \\\\\\\"Print to console\\\\\\\": {\\\\n\\\\t// \\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"log\\\\\\\",\\\\n\\\\t// \\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t// \\\\t\\\\t\\\\\\\"console.log('$1');\\\\\\\",\\\\n\\\\t// \\\\t\\\\t\\\\\\\"$2\\\\\\\"\\\\n\\\\t// \\\\t],\\\\n\\\\t// \\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t// }\\\\n\\\\t\\\\\\\"Import Redux Thunk\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"imrdxtk\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"import reduxThunk from 'redux-thunk'\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Import redux-thunk\\\\\\\"\\\\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// \\\\\\\"Print to console\\\\\\\": {\\\\n\\\\t// \\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"log\\\\\\\",\\\\n\\\\t// \\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t// \\\\t\\\\t\\\\\\\"console.log('$1');\\\\\\\",\\\\n\\\\t// \\\\t\\\\t\\\\\\\"$2\\\\\\\"\\\\n\\\\t// \\\\t],\\\\n\\\\t// \\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Log output to console\\\\\\\"\\\\n\\\\t// },\\\\n\\\\t\\\\\\\"Import Redux Thunk\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"imrdxtk\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": [\\\\n\\\\t\\\\t\\\\t\\\\\\\"import reduxThunk from 'redux-thunk'\\\\\\\",\\\\n\\\\t\\\\t\\\\t\\\\\\\"$0\\\\\\\"\\\\n\\\\t\\\\t],\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Import redux-thunk\\\\\\\"\\\\n\\\\t}\\\\n}\\\"}\"}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment