Last active
May 20, 2021 15:01
-
-
Save sagirk/cab4c72a43f6d2ede536077b0b4f70b9 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"contents":{"editor":{"insertSpaces":false},"files":{"trimTrailingWhitespace":true,"exclude":{".git":true,".build":true,"**/.DS_Store":true,"build/**/*.js":{"when":"$(basename).ts"}},"associations":{"OSSREADME.json":"jsonc"}},"search":{"exclude":{"**/node_modules":true,"**/bower_components":true,".build/**":true,"out/**":true,"out-build/**":true,"out-vscode/**":true,"i18n/**":true,"extensions/**/out/**":true,"test/smoke/out/**":true}},"tslint":{"enable":true},"lcov":{"path":["./.build/coverage/lcov.info","./.build/coverage-single/lcov.info"],"watch":[{"pattern":"**/*.test.js","command":"${workspaceFolder}/scripts/test.sh --coverage --run ${file}","windows":{"command":"${workspaceFolder}\\scripts\\test.bat --coverage --run ${file}"}}]},"typescript":{"tsdk":"node_modules/typescript/lib","preferences":{"importModuleSpecifier":"non-relative","quoteStyle":"single"}},"npm":{"exclude":"**/extensions/**"},"emmet":{"excludeLanguages":[]},"launch":{"version":"0.1.0","configurations":[{"type":"node","request":"launch","name":"Gulp Build","program":"${workspaceFolder}/node_modules/gulp/bin/gulp.js","stopOnEntry":true,"args":["hygiene"],"cwd":"${workspaceFolder}"},{"type":"node","request":"attach","name":"Attach to Extension Host","protocol":"inspector","port":5870,"restart":true,"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"node","request":"attach","name":"Attach to Shared Process","protocol":"inspector","port":5871,"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"node","request":"attach","protocol":"inspector","name":"Attach to Search Process","port":5876,"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"node","request":"attach","name":"Attach to CLI Process","protocol":"inspector","port":5874,"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"node","request":"attach","name":"Attach to Main Process","protocol":"inspector","port":5875,"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"VS Code Emmet Tests","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/emmet/test-fixtures","--extensionDevelopmentPath=${workspaceFolder}/extensions/emmet","--extensionTestsPath=${workspaceFolder}/extensions/emmet/out/test"],"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"VS Code API Tests (single folder)","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/vscode-api-tests/testWorkspace","--extensionDevelopmentPath=${workspaceFolder}/extensions/vscode-api-tests","--extensionTestsPath=${workspaceFolder}/extensions/vscode-api-tests/out/singlefolder-tests"],"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"VS Code API Tests (workspace)","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/vscode-api-tests/testworkspace.code-workspace","--extensionDevelopmentPath=${workspaceFolder}/extensions/vscode-api-tests","--extensionTestsPath=${workspaceFolder}/extensions/vscode-api-tests/out/workspace-tests"],"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"VS Code Tokenizer Tests","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/vscode-colorize-tests/test","--extensionDevelopmentPath=${workspaceFolder}/extensions/vscode-colorize-tests","--extensionTestsPath=${workspaceFolder}/extensions/vscode-colorize-tests/out"],"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"chrome","request":"attach","name":"Attach to VS Code","port":9222},{"type":"chrome","request":"launch","name":"Launch VS Code","windows":{"runtimeExecutable":"${workspaceFolder}/scripts/code.bat"},"osx":{"runtimeExecutable":"${workspaceFolder}/scripts/code.sh"},"linux":{"runtimeExecutable":"${workspaceFolder}/scripts/code.sh"},"urlFilter":"*index.html*","runtimeArgs":["--inspect=5875"],"skipFiles":["**/winjs*.js"],"webRoot":"${workspaceFolder}"},{"type":"node","request":"launch","name":"Git Unit Tests","protocol":"inspector","program":"${workspaceFolder}/extensions/git/node_modules/mocha/bin/_mocha","stopOnEntry":false,"cwd":"${workspaceFolder}/extensions/git","outFiles":["${workspaceFolder}/extensions/git/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"Markdown Extension Tests","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/markdown-language-features/test-fixtures","--extensionDevelopmentPath=${workspaceFolder}/extensions/markdown-language-features","--extensionTestsPath=${workspaceFolder}/extensions/markdown-language-features/out/test"],"outFiles":["${workspaceFolder}/extensions/markdown-language-features/out/**/*.js"]},{"type":"extensionHost","request":"launch","name":"TypeScript Extension Tests","runtimeExecutable":"${execPath}","args":["${workspaceFolder}/extensions/typescript-language-features/test-fixtures","--extensionDevelopmentPath=${workspaceFolder}/extensions/typescript-language-features","--extensionTestsPath=${workspaceFolder}/extensions/typescript-language-features/out/test"],"outFiles":["${workspaceFolder}/extensions/typescript-language-features/out/**/*.js"]},{"type":"node","request":"launch","name":"Unit Tests","protocol":"inspector","program":"${workspaceFolder}/node_modules/mocha/bin/_mocha","runtimeExecutable":"${workspaceFolder}/.build/electron/Code - OSS.app/Contents/MacOS/Electron","windows":{"runtimeExecutable":"${workspaceFolder}/.build/electron/Code - OSS.exe"},"linux":{"runtimeExecutable":"${workspaceFolder}/.build/electron/code-oss"},"stopOnEntry":false,"outputCapture":"std","args":["--delay","--timeout","2000"],"cwd":"${workspaceFolder}","env":{"ELECTRON_RUN_AS_NODE":"true"},"outFiles":["${workspaceFolder}/out/**/*.js"]},{"type":"node","request":"launch","name":"Launch Smoke Test","program":"${workspaceFolder}/test/smoke/out/main.js","cwd":"${workspaceFolder}/test/smoke","timeout":240000,"port":9999,"args":["-l","${workspaceFolder}/.build/electron/Code - OSS.app/Contents/MacOS/Electron"],"outFiles":["${cwd}/out/**/*.js"],"env":{"NODE_ENV":"development","VSCODE_DEV":"1","VSCODE_CLI":"1"}},{"name":"Launch Built-in Extension","type":"extensionHost","request":"launch","runtimeExecutable":"${execPath}","args":["--extensionDevelopmentPath=${workspaceRoot}/extensions/debug-auto-launch"]}],"compounds":[{"name":"Debug VS Code Main and Renderer","configurations":["Launch VS Code","Attach to Main Process"]},{"name":"Search and Renderer processes","configurations":["Launch VS Code","Attach to Search Process"]},{"name":"Renderer and Extension Host processes","configurations":["Launch VS Code","Attach to Extension Host"]}]},"tasks":{"version":"2.0.0","tasks":[{"type":"npm","script":"watch","label":"Build VS Code","group":"build","isBackground":true,"presentation":{"reveal":"never"},"problemMatcher":{"owner":"typescript","applyTo":"closedDocuments","fileLocation":["absolute"],"pattern":{"regexp":"Error: ([^(]+)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\): (.*)$","file":1,"location":2,"message":3},"background":{"beginsPattern":"Starting compilation","endsPattern":"Finished compilation"}}},{"type":"gulp","task":"tslint","label":"Run tslint","problemMatcher":["$tslint5"]},{"label":"Run tests","type":"shell","command":"./scripts/test.sh","windows":{"command":".\\scripts\\test.bat"},"group":"test","presentation":{"echo":true,"reveal":"always"}},{"label":"Run Dev","type":"shell","command":"./scripts/code.sh","windows":{"command":".\\scripts\\code.bat"},"problemMatcher":[]},{"type":"gulp","task":"electron","label":"Download electron"},{"type":"gulp","task":"hygiene","problemMatcher":[]}]}},"overrides":[],"keys":["editor.insertSpaces","files.trimTrailingWhitespace","files.exclude","files.associations","search.exclude","tslint.enable","lcov.path","lcov.watch","typescript.tsdk","npm.exclude","emmet.excludeLanguages","typescript.preferences.importModuleSpecifier","typescript.preferences.quoteStyle","launch.version","launch.configurations","launch.compounds","tasks.version","tasks.tasks"]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-05-20T15:01:43.311Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "d10af6bf-270f-4cf0-b94b-1bea4bda1e2e", | |
"publisherId": "nrwl.angular-console", | |
"publisherDisplayName": "nrwl" | |
}, | |
"name": "angular-console", | |
"publisher": "nrwl", | |
"version": "17.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "c1309cc2-f420-46a3-b2be-ca04f4d9e51b", | |
"publisherId": "asciidoctor.asciidoctor-vscode", | |
"publisherDisplayName": "asciidoctor" | |
}, | |
"name": "asciidoctor-vscode", | |
"publisher": "asciidoctor", | |
"version": "2.8.9" | |
}, | |
{ | |
"metadata": { | |
"id": "9e919931-6833-483d-a7b9-966f8f974227", | |
"publisherId": "joaompinto.asciidoctor-vscode", | |
"publisherDisplayName": "joaompinto" | |
}, | |
"name": "asciidoctor-vscode", | |
"publisher": "joaompinto", | |
"version": "2.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29", | |
"publisherId": "formulahendry.auto-close-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-close-tag", | |
"publisher": "formulahendry", | |
"version": "0.5.10" | |
}, | |
{ | |
"metadata": { | |
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03", | |
"publisherId": "formulahendry.auto-rename-tag", | |
"publisherDisplayName": "formulahendry" | |
}, | |
"name": "auto-rename-tag", | |
"publisher": "formulahendry", | |
"version": "0.1.6" | |
}, | |
{ | |
"metadata": { | |
"id": "819a23e1-b6c6-41cf-9029-e653b537d996", | |
"publisherId": "ms-vscode.azure-account", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "azure-account", | |
"publisher": "ms-vscode", | |
"version": "0.9.8" | |
}, | |
{ | |
"metadata": { | |
"id": "b689fcc8-d494-4dbf-a228-2c694a578afc", | |
"publisherId": "alefragnani.Bookmarks", | |
"publisherDisplayName": "alefragnani" | |
}, | |
"name": "Bookmarks", | |
"publisher": "alefragnani", | |
"version": "13.0.4" | |
}, | |
{ | |
"metadata": { | |
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a", | |
"publisherId": "CoenraadS.bracket-pair-colorizer-2", | |
"publisherDisplayName": "CoenraadS" | |
}, | |
"name": "bracket-pair-colorizer-2", | |
"publisher": "CoenraadS", | |
"version": "0.2.0" | |
}, | |
{ | |
"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": "391319ff-5ddc-483e-b164-8f8847b72172", | |
"publisherId": "paulmolluzzo.convert-css-in-js", | |
"publisherDisplayName": "paulmolluzzo" | |
}, | |
"name": "convert-css-in-js", | |
"publisher": "paulmolluzzo", | |
"version": "1.1.3" | |
}, | |
{ | |
"metadata": { | |
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2", | |
"publisherId": "ms-vscode.cpptools", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "cpptools", | |
"publisher": "ms-vscode", | |
"version": "1.3.1" | |
}, | |
{ | |
"metadata": { | |
"id": "3b682ab4-bfa4-4ec2-8aeb-5e48b733c268", | |
"publisherId": "gottfired.css2react", | |
"publisherDisplayName": "gottfired" | |
}, | |
"name": "css2react", | |
"publisher": "gottfired", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd", | |
"publisherId": "msjsdiag.debugger-for-chrome", | |
"publisherDisplayName": "msjsdiag" | |
}, | |
"name": "debugger-for-chrome", | |
"publisher": "msjsdiag", | |
"version": "4.12.12" | |
}, | |
{ | |
"metadata": { | |
"id": "fd110b00-4782-4794-bf1f-cdeae242954f", | |
"publisherId": "msjsdiag.debugger-for-edge", | |
"publisherDisplayName": "msjsdiag" | |
}, | |
"name": "debugger-for-edge", | |
"publisher": "msjsdiag", | |
"version": "1.0.15" | |
}, | |
{ | |
"metadata": { | |
"id": "5c5e67b8-b512-4f43-88b0-b4b7af0c50b0", | |
"publisherId": "bierner.docs-view", | |
"publisherDisplayName": "bierner" | |
}, | |
"name": "docs-view", | |
"publisher": "bierner", | |
"version": "0.0.9" | |
}, | |
{ | |
"metadata": { | |
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", | |
"publisherId": "EditorConfig.EditorConfig", | |
"publisherDisplayName": "EditorConfig" | |
}, | |
"name": "EditorConfig", | |
"publisher": "EditorConfig", | |
"version": "0.16.4" | |
}, | |
{ | |
"metadata": { | |
"id": "081cd2e9-bc51-4ea3-977e-544bed2e33a8", | |
"publisherId": "bierner.emojisense", | |
"publisherDisplayName": "bierner" | |
}, | |
"name": "emojisense", | |
"publisher": "bierner", | |
"version": "0.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "8bb12ae3-73f8-40cf-86b7-4bd5729c6238", | |
"publisherId": "GrapeCity.gc-excelviewer", | |
"publisherDisplayName": "GrapeCity" | |
}, | |
"name": "gc-excelviewer", | |
"publisher": "GrapeCity", | |
"version": "3.0.41" | |
}, | |
{ | |
"metadata": { | |
"id": "e5742230-050f-4ba9-95c0-8c7f6c1943a8", | |
"publisherId": "rubbersheep.gi", | |
"publisherDisplayName": "rubbersheep" | |
}, | |
"name": "gi", | |
"publisher": "rubbersheep", | |
"version": "0.2.11" | |
}, | |
{ | |
"metadata": { | |
"id": "7632e3e0-7d47-4be3-a5e3-a5873293f815", | |
"publisherId": "pomber.git-file-history", | |
"publisherDisplayName": "pomber" | |
}, | |
"name": "git-file-history", | |
"publisher": "pomber", | |
"version": "1.0.1" | |
}, | |
{ | |
"metadata": { | |
"id": "2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f", | |
"publisherId": "felipecaputo.git-project-manager", | |
"publisherDisplayName": "felipecaputo" | |
}, | |
"name": "git-project-manager", | |
"publisher": "felipecaputo", | |
"version": "1.7.1" | |
}, | |
{ | |
"metadata": { | |
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511", | |
"publisherId": "donjayamanne.githistory", | |
"publisherDisplayName": "donjayamanne" | |
}, | |
"name": "githistory", | |
"publisher": "donjayamanne", | |
"version": "0.6.16" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "11.4.1" | |
}, | |
{ | |
"metadata": { | |
"id": "b2afde1a-6cef-4f77-971f-24e66ff2ae38", | |
"publisherId": "wix.glean", | |
"publisherDisplayName": "wix" | |
}, | |
"name": "glean", | |
"publisher": "wix", | |
"version": "5.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f2c8b652-2886-45ef-8bc0-c8d1ee8a0e9f", | |
"publisherId": "znck.grammarly", | |
"publisherDisplayName": "znck" | |
}, | |
"name": "grammarly", | |
"publisher": "znck", | |
"version": "0.14.0" | |
}, | |
{ | |
"metadata": { | |
"id": "18266b50-aeb3-47b6-adfc-f63b7f29335b", | |
"publisherId": "nicoespeon.hocus-pocus", | |
"publisherDisplayName": "nicoespeon" | |
}, | |
"name": "hocus-pocus", | |
"publisher": "nicoespeon", | |
"version": "1.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "7b71fc1b-190d-4f7d-95d1-93e422649b0a", | |
"publisherId": "Zignd.html-css-class-completion", | |
"publisherDisplayName": "Zignd" | |
}, | |
"name": "html-css-class-completion", | |
"publisher": "Zignd", | |
"version": "1.20.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0ec558c9-f7f7-4df3-b2cf-a41ddcf292dd", | |
"publisherId": "mkaufman.HTMLHint", | |
"publisherDisplayName": "mkaufman" | |
}, | |
"name": "HTMLHint", | |
"publisher": "mkaufman", | |
"version": "0.10.0" | |
}, | |
{ | |
"metadata": { | |
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b", | |
"publisherId": "oderwat.indent-rainbow", | |
"publisherDisplayName": "oderwat" | |
}, | |
"name": "indent-rainbow", | |
"publisher": "oderwat", | |
"version": "7.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "fcbdb08e-4048-40e8-a674-fecc476f4b93", | |
"publisherId": "SirTori.indenticator", | |
"publisherDisplayName": "SirTori" | |
}, | |
"name": "indenticator", | |
"publisher": "SirTori", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "198a707e-28af-4e84-8610-6e2f628dd12d", | |
"publisherId": "redhat.java", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "java", | |
"publisher": "redhat", | |
"version": "0.79.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a2cec723-5349-460d-9de9-0fd1f8d3456f", | |
"publisherId": "xabikos.JavaScriptSnippets", | |
"publisherDisplayName": "xabikos" | |
}, | |
"name": "JavaScriptSnippets", | |
"publisher": "xabikos", | |
"version": "1.8.0" | |
}, | |
{ | |
"metadata": { | |
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8", | |
"publisherId": "ms-toolsai.jupyter", | |
"publisherDisplayName": "ms-toolsai" | |
}, | |
"name": "jupyter", | |
"publisher": "ms-toolsai", | |
"version": "2021.5.745244803" | |
}, | |
{ | |
"metadata": { | |
"id": "98790d67-10fa-497c-9113-f6c7489207b2", | |
"publisherId": "yzhang.markdown-all-in-one", | |
"publisherDisplayName": "yzhang" | |
}, | |
"name": "markdown-all-in-one", | |
"publisher": "yzhang", | |
"version": "3.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "5db78037-f674-459f-a236-db622c427c5b", | |
"publisherId": "PKief.material-icon-theme", | |
"publisherDisplayName": "PKief" | |
}, | |
"name": "material-icon-theme", | |
"publisher": "PKief", | |
"version": "4.6.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a92437f6-75af-47b2-b3e0-99764308b4be", | |
"publisherId": "ryuta46.multi-command", | |
"publisherDisplayName": "ryuta46" | |
}, | |
"name": "multi-command", | |
"publisher": "ryuta46", | |
"version": "1.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e58f546c-babc-455f-a265-ba40dbd140d4", | |
"publisherId": "sdras.night-owl", | |
"publisherDisplayName": "sdras" | |
}, | |
"name": "night-owl", | |
"publisher": "sdras", | |
"version": "2.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "1bb92b2c-526c-4bfd-bb38-5bae1b278c89", | |
"publisherId": "leizongmin.node-module-intellisense", | |
"publisherDisplayName": "leizongmin" | |
}, | |
"name": "node-module-intellisense", | |
"publisher": "leizongmin", | |
"version": "1.5.0" | |
}, | |
{ | |
"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": "0d1241e3-fa60-4f24-8f2a-6d7085677c48", | |
"publisherId": "ionutvmi.path-autocomplete", | |
"publisherDisplayName": "ionutvmi" | |
}, | |
"name": "path-autocomplete", | |
"publisher": "ionutvmi", | |
"version": "1.17.1" | |
}, | |
{ | |
"metadata": { | |
"id": "a41c1549-4053-44d4-bf30-60fc809b4a86", | |
"publisherId": "christian-kohler.path-intellisense", | |
"publisherDisplayName": "christian-kohler" | |
}, | |
"name": "path-intellisense", | |
"publisher": "christian-kohler", | |
"version": "2.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d80b9a94-f4a6-4e39-bc42-62212e365682", | |
"publisherId": "pnp.polacode", | |
"publisherDisplayName": "pnp" | |
}, | |
"name": "polacode", | |
"publisher": "pnp", | |
"version": "0.3.4" | |
}, | |
{ | |
"metadata": { | |
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
"publisherId": "esbenp.prettier-vscode", | |
"publisherDisplayName": "esbenp" | |
}, | |
"name": "prettier-vscode", | |
"publisher": "esbenp", | |
"version": "6.3.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2021.4.765268190" | |
}, | |
{ | |
"metadata": { | |
"id": "aae0701b-111f-49c1-9000-abd37a442f28", | |
"publisherId": "WallabyJs.quokka-vscode", | |
"publisherDisplayName": "WallabyJs" | |
}, | |
"name": "quokka-vscode", | |
"publisher": "WallabyJs", | |
"version": "1.0.362" | |
}, | |
{ | |
"metadata": { | |
"id": "c518d166-9604-43cc-b394-03b7f95de0f9", | |
"publisherId": "burkeholland.react-food-truck", | |
"publisherDisplayName": "burkeholland" | |
}, | |
"name": "react-food-truck", | |
"publisher": "burkeholland", | |
"version": "1.0.2" | |
}, | |
{ | |
"metadata": { | |
"id": "b5bd2855-8c9a-4faf-b6ae-18f163b1418f", | |
"publisherId": "angryobject.react-pure-to-class-vscode", | |
"publisherDisplayName": "angryobject" | |
}, | |
"name": "react-pure-to-class-vscode", | |
"publisher": "angryobject", | |
"version": "1.1.8" | |
}, | |
{ | |
"metadata": { | |
"id": "ba9458d6-6cb3-48d3-9a4e-38d37187cdd6", | |
"publisherId": "afzalsayed96.reacticons", | |
"publisherDisplayName": "afzalsayed96" | |
}, | |
"name": "reacticons", | |
"publisher": "afzalsayed96", | |
"version": "0.1.4" | |
}, | |
{ | |
"metadata": { | |
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df", | |
"publisherId": "ms-vscode-remote.remote-containers", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-containers", | |
"publisher": "ms-vscode-remote", | |
"version": "0.166.1" | |
}, | |
{ | |
"metadata": { | |
"id": "607fd052-be03-4363-b657-2bd62b83d28a", | |
"publisherId": "ms-vscode-remote.remote-ssh", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh", | |
"publisher": "ms-vscode-remote", | |
"version": "0.65.4" | |
}, | |
{ | |
"metadata": { | |
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c", | |
"publisherId": "ms-vscode-remote.remote-ssh-edit", | |
"publisherDisplayName": "ms-vscode-remote" | |
}, | |
"name": "remote-ssh-edit", | |
"publisher": "ms-vscode-remote", | |
"version": "0.65.4" | |
}, | |
{ | |
"metadata": { | |
"id": "679a8970-ee76-4ef9-a861-e02a33bb4d1b", | |
"publisherId": "eamodio.remotehub", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "remotehub", | |
"publisher": "eamodio", | |
"version": "0.5.0" | |
}, | |
{ | |
"metadata": { | |
"id": "dda49fd5-1f3b-4d25-bf61-4fc41905ede5", | |
"publisherId": "humao.rest-client", | |
"publisherDisplayName": "humao" | |
}, | |
"name": "rest-client", | |
"publisher": "humao", | |
"version": "0.24.5" | |
}, | |
{ | |
"metadata": { | |
"id": "ee108066-df8b-43ae-9a83-e6c11400a759", | |
"publisherId": "jasonnutter.search-node-modules", | |
"publisherDisplayName": "jasonnutter" | |
}, | |
"name": "search-node-modules", | |
"publisher": "jasonnutter", | |
"version": "1.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a84825e8-5f04-4988-b85a-4942e795bcbe", | |
"publisherId": "burkeholland.simple-react-snippets", | |
"publisherDisplayName": "burkeholland" | |
}, | |
"name": "simple-react-snippets", | |
"publisher": "burkeholland", | |
"version": "1.2.3" | |
}, | |
{ | |
"metadata": { | |
"id": "b80129ef-d190-4ffd-80bf-7ebd643d53d1", | |
"publisherId": "asvetliakov.snapshot-tools", | |
"publisherDisplayName": "asvetliakov" | |
}, | |
"name": "snapshot-tools", | |
"publisher": "asvetliakov", | |
"version": "0.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a7fa941e-bcda-486f-8141-8483a6286177", | |
"publisherId": "SonarSource.sonarlint-vscode", | |
"publisherDisplayName": "SonarSource" | |
}, | |
"name": "sonarlint-vscode", | |
"publisher": "SonarSource", | |
"version": "1.21.0" | |
}, | |
{ | |
"metadata": { | |
"id": "f8b5562e-a2d9-49ab-9f91-e7da91998a92", | |
"publisherId": "shinnn.stylelint", | |
"publisherDisplayName": "shinnn" | |
}, | |
"name": "stylelint", | |
"publisher": "shinnn", | |
"version": "0.51.0" | |
}, | |
{ | |
"metadata": { | |
"id": "e56ae0dc-ddd7-462a-872d-6d14ea27f737", | |
"publisherId": "meganrogge.template-string-converter", | |
"publisherDisplayName": "meganrogge" | |
}, | |
"name": "template-string-converter", | |
"publisher": "meganrogge", | |
"version": "0.4.7" | |
}, | |
{ | |
"metadata": { | |
"id": "6623619a-676d-4cde-943f-a3c193b44fc0", | |
"publisherId": "ChakrounAnas.turbo-console-log", | |
"publisherDisplayName": "ChakrounAnas" | |
}, | |
"name": "turbo-console-log", | |
"publisher": "ChakrounAnas", | |
"version": "2.1.6" | |
}, | |
{ | |
"metadata": { | |
"id": "260e9ed1-160d-4f7e-807c-2eb076ba3846", | |
"publisherId": "ms-azuretools.vscode-azureresourcegroups", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-azureresourcegroups", | |
"publisher": "ms-azuretools", | |
"version": "0.3.0" | |
}, | |
{ | |
"metadata": { | |
"id": "26069f6b-56ea-4c29-8e28-371698a60020", | |
"publisherId": "Pivotal.vscode-boot-dev-pack", | |
"publisherDisplayName": "Pivotal" | |
}, | |
"name": "vscode-boot-dev-pack", | |
"publisher": "Pivotal", | |
"version": "0.0.8" | |
}, | |
{ | |
"metadata": { | |
"id": "126e4983-78cb-433f-a67c-9b07c39c7802", | |
"publisherId": "auchenberg.vscode-browser-preview", | |
"publisherDisplayName": "auchenberg" | |
}, | |
"name": "vscode-browser-preview", | |
"publisher": "auchenberg", | |
"version": "0.7.1" | |
}, | |
{ | |
"metadata": { | |
"id": "f88d9fc3-40e4-4670-aa8b-ab90dcafdf32", | |
"publisherId": "shengchen.vscode-checkstyle", | |
"publisherDisplayName": "shengchen" | |
}, | |
"name": "vscode-checkstyle", | |
"publisher": "shengchen", | |
"version": "1.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "445ba381-f232-4150-9056-d790bd76d698", | |
"publisherId": "kamikillerto.vscode-colorize", | |
"publisherDisplayName": "kamikillerto" | |
}, | |
"name": "vscode-colorize", | |
"publisher": "kamikillerto", | |
"version": "0.11.1" | |
}, | |
{ | |
"metadata": { | |
"id": "2f0eaac2-070b-4dc7-9b23-8dd4c970c11c", | |
"publisherId": "redhat.vscode-commons", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "vscode-commons", | |
"publisher": "redhat", | |
"version": "0.0.6" | |
}, | |
{ | |
"metadata": { | |
"id": "8e8d8573-d69a-4c7b-a951-d72a266a5822", | |
"publisherId": "Pivotal.vscode-concourse", | |
"publisherDisplayName": "Pivotal" | |
}, | |
"name": "vscode-concourse", | |
"publisher": "Pivotal", | |
"version": "1.25.1" | |
}, | |
{ | |
"metadata": { | |
"id": "951e1945-25a8-4ea0-aa11-076ac75b098d", | |
"publisherId": "ms-azuretools.vscode-cosmosdb", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-cosmosdb", | |
"publisher": "ms-azuretools", | |
"version": "0.16.0" | |
}, | |
{ | |
"metadata": { | |
"id": "cba79045-6f59-4f86-8c80-af78d566d8cf", | |
"publisherId": "deerawan.vscode-dash", | |
"publisherDisplayName": "deerawan" | |
}, | |
"name": "vscode-dash", | |
"publisher": "deerawan", | |
"version": "2.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
"publisherId": "ms-azuretools.vscode-docker", | |
"publisherDisplayName": "ms-azuretools" | |
}, | |
"name": "vscode-docker", | |
"publisher": "ms-azuretools", | |
"version": "1.12.1" | |
}, | |
{ | |
"metadata": { | |
"id": "ea6a6046-2132-421f-a984-664909fcf0b8", | |
"publisherId": "hediet.vscode-drawio", | |
"publisherDisplayName": "hediet" | |
}, | |
"name": "vscode-drawio", | |
"publisher": "hediet", | |
"version": "1.4.0" | |
}, | |
{ | |
"metadata": { | |
"id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4", | |
"publisherId": "mrmlnc.vscode-duplicate", | |
"publisherDisplayName": "mrmlnc" | |
}, | |
"name": "vscode-duplicate", | |
"publisher": "mrmlnc", | |
"version": "1.2.1" | |
}, | |
{ | |
"metadata": { | |
"id": "11cb120c-f665-45bc-a21e-6de8a5685850", | |
"publisherId": "ms-edgedevtools.vscode-edge-devtools", | |
"publisherDisplayName": "ms-edgedevtools" | |
}, | |
"name": "vscode-edge-devtools", | |
"publisher": "ms-edgedevtools", | |
"version": "1.1.7" | |
}, | |
{ | |
"metadata": { | |
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", | |
"publisherId": "dbaeumer.vscode-eslint", | |
"publisherDisplayName": "dbaeumer" | |
}, | |
"name": "vscode-eslint", | |
"publisher": "dbaeumer", | |
"version": "2.1.20" | |
}, | |
{ | |
"metadata": { | |
"id": "9a466d14-cbfa-431e-8ea8-71fc8cfc8148", | |
"publisherId": "capaj.vscode-exports-autocomplete", | |
"publisherDisplayName": "capaj" | |
}, | |
"name": "vscode-exports-autocomplete", | |
"publisher": "capaj", | |
"version": "0.5.4" | |
}, | |
{ | |
"metadata": { | |
"id": "55ef6448-487b-49a0-a66e-4d2d9bb82229", | |
"publisherId": "GraphQL.vscode-graphql", | |
"publisherDisplayName": "GraphQL" | |
}, | |
"name": "vscode-graphql", | |
"publisher": "GraphQL", | |
"version": "0.3.15" | |
}, | |
{ | |
"metadata": { | |
"id": "829a192d-496c-44ac-87f3-0a84ce36a853", | |
"publisherId": "emmanuelbeziat.vscode-great-icons", | |
"publisherDisplayName": "emmanuelbeziat" | |
}, | |
"name": "vscode-great-icons", | |
"publisher": "emmanuelbeziat", | |
"version": "2.1.73" | |
}, | |
{ | |
"metadata": { | |
"id": "eedfd044-d5ac-4389-973d-3ac1fdb98ad5", | |
"publisherId": "kisstkondoros.vscode-gutter-preview", | |
"publisherDisplayName": "kisstkondoros" | |
}, | |
"name": "vscode-gutter-preview", | |
"publisher": "kisstkondoros", | |
"version": "0.27.1" | |
}, | |
{ | |
"metadata": { | |
"id": "c46b0018-f317-4b6c-a785-d2039b27338f", | |
"publisherId": "wix.vscode-import-cost", | |
"publisherDisplayName": "wix" | |
}, | |
"name": "vscode-import-cost", | |
"publisher": "wix", | |
"version": "2.15.0" | |
}, | |
{ | |
"metadata": { | |
"id": "61fcd0cf-64d7-4836-8d6b-d55f4fb83281", | |
"publisherId": "vscjava.vscode-java-debug", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-java-debug", | |
"publisher": "vscjava", | |
"version": "0.33.1" | |
}, | |
{ | |
"metadata": { | |
"id": "7865e561-1c83-410e-9b99-aabada597a7e", | |
"publisherId": "vscjava.vscode-java-dependency", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-java-dependency", | |
"publisher": "vscjava", | |
"version": "0.18.3" | |
}, | |
{ | |
"metadata": { | |
"id": "96f11e1f-1a46-4592-b084-f025b2c2a81f", | |
"publisherId": "vscjava.vscode-java-pack", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-java-pack", | |
"publisher": "vscjava", | |
"version": "0.14.0" | |
}, | |
{ | |
"metadata": { | |
"id": "67c06b0d-1891-42ca-b2a8-113e79bff069", | |
"publisherId": "vscjava.vscode-java-test", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-java-test", | |
"publisher": "vscjava", | |
"version": "0.29.0" | |
}, | |
{ | |
"metadata": { | |
"id": "7997a8ae-1fae-4022-b834-12f6318aeffd", | |
"publisherId": "Orta.vscode-jest", | |
"publisherDisplayName": "Orta" | |
}, | |
"name": "vscode-jest", | |
"publisher": "Orta", | |
"version": "3.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "13cd6cd6-3da6-4eb8-8d81-b47e6e710e59", | |
"publisherId": "firsttris.vscode-jest-runner", | |
"publisherDisplayName": "firsttris" | |
}, | |
"name": "vscode-jest-runner", | |
"publisher": "firsttris", | |
"version": "0.4.34" | |
}, | |
{ | |
"metadata": { | |
"id": "76169c6c-5d43-4560-93d8-95e15125880d", | |
"publisherId": "ms-vscode.vscode-js-profile-flame", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "vscode-js-profile-flame", | |
"publisher": "ms-vscode", | |
"version": "0.0.18" | |
}, | |
{ | |
"metadata": { | |
"id": "3c6d2422-afcc-482d-a751-08c6ed38ce19", | |
"publisherId": "wmaurer.vscode-jumpy", | |
"publisherDisplayName": "wmaurer" | |
}, | |
"name": "vscode-jumpy", | |
"publisher": "wmaurer", | |
"version": "0.3.1" | |
}, | |
{ | |
"metadata": { | |
"id": "dd5a2c83-ad8c-4839-a529-0644e5acb646", | |
"publisherId": "mgmcdermott.vscode-language-babel", | |
"publisherDisplayName": "mgmcdermott" | |
}, | |
"name": "vscode-language-babel", | |
"publisher": "mgmcdermott", | |
"version": "0.0.31" | |
}, | |
{ | |
"metadata": { | |
"id": "66682185-9f80-4b70-8b8c-9e492935c105", | |
"publisherId": "LeetCode.vscode-leetcode", | |
"publisherDisplayName": "LeetCode" | |
}, | |
"name": "vscode-leetcode", | |
"publisher": "LeetCode", | |
"version": "0.17.0" | |
}, | |
{ | |
"metadata": { | |
"id": "af0200e9-cbe3-40af-8240-6cae77d3aebb", | |
"publisherId": "Pivotal.vscode-manifest-yaml", | |
"publisherDisplayName": "Pivotal" | |
}, | |
"name": "vscode-manifest-yaml", | |
"publisher": "Pivotal", | |
"version": "1.25.1" | |
}, | |
{ | |
"metadata": { | |
"id": "daf8b44d-8aae-4da2-80c5-1f770219f643", | |
"publisherId": "DavidAnson.vscode-markdownlint", | |
"publisherDisplayName": "DavidAnson" | |
}, | |
"name": "vscode-markdownlint", | |
"publisher": "DavidAnson", | |
"version": "0.40.4" | |
}, | |
{ | |
"metadata": { | |
"id": "b0f06c6b-24fb-4d7b-bd79-bc5e2fa17312", | |
"publisherId": "vscjava.vscode-maven", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-maven", | |
"publisher": "vscjava", | |
"version": "0.30.0" | |
}, | |
{ | |
"metadata": { | |
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757", | |
"publisherId": "eg2.vscode-npm-script", | |
"publisherDisplayName": "eg2" | |
}, | |
"name": "vscode-npm-script", | |
"publisher": "eg2", | |
"version": "0.3.21" | |
}, | |
{ | |
"metadata": { | |
"id": "5a7017bf-c571-4d77-b902-6e56b16f539a", | |
"publisherId": "johnpapa.vscode-peacock", | |
"publisherDisplayName": "johnpapa" | |
}, | |
"name": "vscode-peacock", | |
"publisher": "johnpapa", | |
"version": "3.9.1" | |
}, | |
{ | |
"metadata": { | |
"id": "69ddd764-339a-4ecc-97c1-9c4ece58e36d", | |
"publisherId": "GitHub.vscode-pull-request-github", | |
"publisherDisplayName": "GitHub" | |
}, | |
"name": "vscode-pull-request-github", | |
"publisher": "GitHub", | |
"version": "0.25.1" | |
}, | |
{ | |
"metadata": { | |
"id": "0efda145-8595-4ff7-98ef-1e3abc5e5757", | |
"publisherId": "Pivotal.vscode-spring-boot", | |
"publisherDisplayName": "Pivotal" | |
}, | |
"name": "vscode-spring-boot", | |
"publisher": "Pivotal", | |
"version": "1.25.1" | |
}, | |
{ | |
"metadata": { | |
"id": "27fc0e8e-1341-4f52-9219-4e0f81590937", | |
"publisherId": "vscjava.vscode-spring-boot-dashboard", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-spring-boot-dashboard", | |
"publisher": "vscjava", | |
"version": "0.2.0" | |
}, | |
{ | |
"metadata": { | |
"id": "a205ad34-542b-4c67-a9ed-f645103ad9c0", | |
"publisherId": "vscjava.vscode-spring-initializr", | |
"publisherDisplayName": "vscjava" | |
}, | |
"name": "vscode-spring-initializr", | |
"publisher": "vscjava", | |
"version": "0.7.0" | |
}, | |
{ | |
"metadata": { | |
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f", | |
"publisherId": "tombonnike.vscode-status-bar-format-toggle", | |
"publisherDisplayName": "tombonnike" | |
}, | |
"name": "vscode-status-bar-format-toggle", | |
"publisher": "tombonnike", | |
"version": "2.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "06cc3e44-aedb-41b8-a4ea-29ebf3c491fd", | |
"publisherId": "jpoissonnier.vscode-styled-components", | |
"publisherDisplayName": "jpoissonnier" | |
}, | |
"name": "vscode-styled-components", | |
"publisher": "jpoissonnier", | |
"version": "1.5.2" | |
}, | |
{ | |
"metadata": { | |
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9", | |
"publisherId": "wayou.vscode-todo-highlight", | |
"publisherDisplayName": "wayou" | |
}, | |
"name": "vscode-todo-highlight", | |
"publisher": "wayou", | |
"version": "1.0.4" | |
}, | |
{ | |
"metadata": { | |
"id": "8d088af2-ecd1-4b8f-93e9-322125c47b3c", | |
"publisherId": "BriteSnow.vscode-toggle-quotes", | |
"publisherDisplayName": "BriteSnow" | |
}, | |
"name": "vscode-toggle-quotes", | |
"publisher": "BriteSnow", | |
"version": "0.3.4" | |
}, | |
{ | |
"metadata": { | |
"id": "3d701035-42c3-4849-a263-3022ff1b0197", | |
"publisherId": "adashen.vscode-tomcat", | |
"publisherDisplayName": "adashen" | |
}, | |
"name": "vscode-tomcat", | |
"publisher": "adashen", | |
"version": "0.11.3" | |
}, | |
{ | |
"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": "07fc4a0a-11fc-4121-ba9a-f0d534c729d8", | |
"publisherId": "pflannery.vscode-versionlens", | |
"publisherDisplayName": "pflannery" | |
}, | |
"name": "vscode-versionlens", | |
"publisher": "pflannery", | |
"version": "1.0.9" | |
}, | |
{ | |
"metadata": { | |
"id": "6703768d-d42f-474e-9f6e-5f288d53f6e8", | |
"publisherId": "redhat.vscode-xml", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "vscode-xml", | |
"publisher": "redhat", | |
"version": "0.16.0" | |
}, | |
{ | |
"metadata": { | |
"id": "876e8f93-74d0-4f4f-91b7-34a09f19f444", | |
"publisherId": "VisualStudioExptTeam.vscodeintellicode", | |
"publisherDisplayName": "VisualStudioExptTeam" | |
}, | |
"name": "vscodeintellicode", | |
"publisher": "VisualStudioExptTeam", | |
"version": "1.2.12" | |
}, | |
{ | |
"metadata": { | |
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af", | |
"publisherId": "ms-vsliveshare.vsliveshare", | |
"publisherDisplayName": "ms-vsliveshare" | |
}, | |
"name": "vsliveshare", | |
"publisher": "ms-vsliveshare", | |
"version": "1.0.4131" | |
}, | |
{ | |
"metadata": { | |
"id": "f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff", | |
"publisherId": "ms-vsliveshare.vsliveshare-audio", | |
"publisherDisplayName": "ms-vsliveshare" | |
}, | |
"name": "vsliveshare-audio", | |
"publisher": "ms-vsliveshare", | |
"version": "0.1.91" | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "alt+b", "command": "multiCommand.makeRoom" }, | |
{ | |
"key": "alt+w", | |
"command": "editor.emmet.action.wrapIndividualLinesWithAbbreviation", | |
"when": "editorTextFocus && editorHasSelection && !editorReadonly" | |
}, | |
{ | |
"key": "shift+enter", | |
"command": "extension.jumpy-word", | |
"when": "editorTextFocus" | |
} | |
// { | |
// "key": "escape", | |
// "command": "extension.jumpy-exit", | |
// "when": "editorTextFocus && jumpy.isJumpyMode" | |
// } | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Breadcrumbs | |
"breadcrumbs.enabled": true, | |
// Debug | |
"debug.console.closeOnEnd": true, | |
"debug.console.fontFamily": "Inconsolata for Powerline", | |
"debug.console.fontSize": 14, | |
"debug.inlineValues": true, | |
"debug.javascript.autoAttachFilter": "smart", | |
"debug.openExplorerOnEnd": true, | |
"debug.toolBarLocation": "docked", | |
// Diff Editor | |
"diffEditor.ignoreTrimWhitespace": false, | |
// Draw.io | |
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjoyNDAsXCJjcmVhdGVUYXJnZXRcIjpmYWxzZSxcInBhZ2VGb3JtYXRcIjp7XCJ4XCI6MCxcInlcIjowLFwid2lkdGhcIjo4MjcsXCJoZWlnaHRcIjoxMTY5fSxcInNlYXJjaFwiOnRydWUsXCJzaG93U3RhcnRTY3JlZW5cIjp0cnVlLFwiZ3JpZENvbG9yXCI6XCIjZDBkMGQwXCIsXCJkYXJrR3JpZENvbG9yXCI6XCIjNmU2ZTZlXCIsXCJhdXRvc2F2ZVwiOnRydWUsXCJyZXNpemVJbWFnZXNcIjpudWxsLFwib3BlbkNvdW50ZXJcIjowLFwidmVyc2lvblwiOjE4LFwidW5pdFwiOjEsXCJpc1J1bGVyT25cIjpmYWxzZSxcInVpXCI6XCJcIn0ifQ==", | |
"hediet.vscode-drawio.codeLinkActivated": true, | |
"hediet.vscode-drawio.theme": "automatic", | |
// Editor | |
"editor.codeActionsOnSave": { | |
// "source.organizeImports": true | |
}, | |
"editor.defaultFormatter": "esbenp.prettier-vscode", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 14, | |
"editor.formatOnPaste": false, | |
"editor.formatOnSave": false, | |
"editor.formatOnSaveMode": "modifications", | |
"editor.formatOnType": false, | |
"editor.linkedEditing": true, | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "all", | |
"editor.rulers": [80, 120], | |
"editor.suggestSelection": "first", | |
"editor.tabCompletion": "on", | |
"editor.tabSize": 2, | |
// Emmet | |
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
}, | |
// ESLint | |
"eslint.packageManager": "yarn", | |
// Explorer Pane | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
// Files | |
"files.associations": { | |
"*.prisma": "graphql", | |
"*.env": "properties" | |
}, | |
"files.defaultLanguage": "markdown", | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
// Git | |
"git.autofetch": true, | |
// GitLens | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false | |
}, | |
// Git Project Manager | |
"gitProjectManager.baseProjectsFolders": ["$HOME/Developer/"], | |
// HTML/CSS Class Completion | |
"html-css-class-completion.enableEmmetSupport": true, | |
// Intellicode | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
// Java | |
"java.home": "/Users/s0k01uf/.asdf/installs/java/adoptopenjdk-11.0.9+11", | |
// Microsoft Edge Tools | |
"vscode-edge-devtools.enableNetwork": true, | |
"vscode-edge-devtools.headless": true, | |
// Multi-command Sequences | |
"multiCommand.commands": [ | |
{ | |
"command": "multiCommand.makeRoom", | |
"sequence": [ | |
"workbench.action.toggleActivityBarVisibility", | |
"workbench.action.toggleSidebarVisibility" | |
] | |
} | |
], | |
// NPM | |
"npm.packageManager": "yarn", | |
// Prettier | |
"prettier.packageManager": "yarn", | |
"prettier.singleQuote": true, | |
"prettier.semi": false, | |
// Python | |
"python.linting.enabled": true, | |
"python.linting.pylintEnabled": true, | |
"python.pythonPath": "$HOME/.asdf/installs/python/3.8.5/bin/python3", | |
// Settings Sync | |
"sync.autoDownload": false, | |
"sync.autoUpload": true, | |
"sync.forceDownload": false, | |
"sync.gist": "cab4c72a43f6d2ede536077b0b4f70b9", | |
"sync.quietSync": true, | |
"sync.removeExtensions": false, | |
"sync.syncExtensions": true, | |
// Sonarlint | |
"sonarlint.ls.javaHome": "/Users/s0k01uf/.vscode/extensions/sonarsource.sonarlint_managed-jre/jre/jdk-11.0.9+11-jre/Contents/Home", | |
// Telemetry | |
"telemetry.enableTelemetry": false, | |
// Integrated Terminal | |
"terminal.integrated.fontFamily": "Inconsolata for Powerline", | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.shell.osx": "zsh", | |
// Workbench | |
"workbench.activityBar.visible": true, | |
"workbench.colorTheme": "Night Owl", | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.showTabs": true, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.panel.defaultLocation": "right", | |
"workbench.sideBar.location": "right", | |
"workbench.tree.renderIndentGuides": "onHover", | |
// Window | |
"window.zoomLevel": 0, | |
"files.exclude": { | |
"**/.classpath": true, | |
"**/.project": true, | |
"**/.settings": true, | |
"**/.factorypath": true | |
}, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"sonarlint.rules": { | |
"javascript:S1117": { | |
"level": "off" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ref":"b960b827-c2f2-4818-a73f-320417cc682e","content":"{\"version\":5,\"machineId\":\"376c7213-18a9-4b24-9a9c-0b90b75c3733\",\"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\\\":\\\"alefragnani.bookmarks\\\",\\\"uuid\\\":\\\"b689fcc8-d494-4dbf-a228-2c694a578afc\\\"},\\\"version\\\":\\\"13.0.4\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"Bookmarks.version\\\":\\\"13.0.1\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"angryobject.react-pure-to-class-vscode\\\",\\\"uuid\\\":\\\"b5bd2855-8c9a-4faf-b6ae-18f163b1418f\\\"},\\\"version\\\":\\\"1.1.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"asciidoctor.asciidoctor-vscode\\\",\\\"uuid\\\":\\\"c1309cc2-f420-46a3-b2be-ca04f4d9e51b\\\"},\\\"version\\\":\\\"2.8.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"asvetliakov.snapshot-tools\\\",\\\"uuid\\\":\\\"b80129ef-d190-4ffd-80bf-7ebd643d53d1\\\"},\\\"version\\\":\\\"0.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ban.spellright\\\",\\\"uuid\\\":\\\"7d236dd4-6af6-48f4-9464-6bf82ad36aaa\\\"},\\\"version\\\":\\\"3.0.52\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"bierner.emojisense\\\",\\\"uuid\\\":\\\"081cd2e9-bc51-4ea3-977e-544bed2e33a8\\\"},\\\"version\\\":\\\"0.8.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"britesnow.vscode-toggle-quotes\\\",\\\"uuid\\\":\\\"8d088af2-ecd1-4b8f-93e9-322125c47b3c\\\"},\\\"version\\\":\\\"0.3.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"burkeholland.react-food-truck\\\",\\\"uuid\\\":\\\"c518d166-9604-43cc-b394-03b7f95de0f9\\\"},\\\"version\\\":\\\"1.0.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"burkeholland.simple-react-snippets\\\",\\\"uuid\\\":\\\"a84825e8-5f04-4988-b85a-4942e795bcbe\\\"},\\\"version\\\":\\\"1.2.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"capaj.vscode-exports-autocomplete\\\",\\\"uuid\\\":\\\"9a466d14-cbfa-431e-8ea8-71fc8cfc8148\\\"},\\\"version\\\":\\\"0.5.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"chakrounanas.turbo-console-log\\\",\\\"uuid\\\":\\\"6623619a-676d-4cde-943f-a3c193b44fc0\\\"},\\\"version\\\":\\\"2.0.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.npm-intellisense\\\",\\\"uuid\\\":\\\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\\\"},\\\"version\\\":\\\"1.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.path-intellisense\\\",\\\"uuid\\\":\\\"a41c1549-4053-44d4-bf30-60fc809b4a86\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"davidanson.vscode-markdownlint\\\",\\\"uuid\\\":\\\"daf8b44d-8aae-4da2-80c5-1f770219f643\\\"},\\\"version\\\":\\\"0.37.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dbaeumer.vscode-eslint\\\",\\\"uuid\\\":\\\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\\\"},\\\"version\\\":\\\"2.1.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"deerawan.vscode-dash\\\",\\\"uuid\\\":\\\"cba79045-6f59-4f86-8c80-af78d566d8cf\\\"},\\\"version\\\":\\\"2.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"donjayamanne.githistory\\\",\\\"uuid\\\":\\\"5960f38e-0bbe-4644-8f9c-9c8824e82511\\\"},\\\"version\\\":\\\"0.6.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"uuid\\\":\\\"4de763bd-505d-4978-9575-2b7696ecf94e\\\"},\\\"version\\\":\\\"11.4.1\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"gitlens:synced:version\\\":\\\"11.4.1\\\",\\\"gitlens:views:updates:visible\\\":true}},{\\\"identifier\\\":{\\\"id\\\":\\\"eamodio.remotehub\\\",\\\"uuid\\\":\\\"679a8970-ee76-4ef9-a861-e02a33bb4d1b\\\"},\\\"version\\\":\\\"0.5.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"editorconfig.editorconfig\\\",\\\"uuid\\\":\\\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\\\"},\\\"version\\\":\\\"0.15.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"eg2.vscode-npm-script\\\",\\\"uuid\\\":\\\"ae9e3eb0-3357-4cc0-90ee-598d2d384757\\\"},\\\"version\\\":\\\"0.3.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"emmanuelbeziat.vscode-great-icons\\\",\\\"uuid\\\":\\\"829a192d-496c-44ac-87f3-0a84ce36a853\\\"},\\\"version\\\":\\\"2.1.60\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"esbenp.prettier-vscode\\\",\\\"uuid\\\":\\\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\\\"},\\\"version\\\":\\\"5.7.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"felipecaputo.git-project-manager\\\",\\\"uuid\\\":\\\"2bba45f2-4a48-41a6-bb86-d6ba5ab29a9f\\\"},\\\"version\\\":\\\"1.7.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-close-tag\\\",\\\"uuid\\\":\\\"d3836729-9cc1-42c1-b2af-d50071f57d29\\\"},\\\"version\\\":\\\"0.5.9\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-rename-tag\\\",\\\"uuid\\\":\\\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\\\"},\\\"version\\\":\\\"0.1.5\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"uuid\\\":\\\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\\\"},\\\"version\\\":\\\"0.21.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"gottfired.css2react\\\",\\\"uuid\\\":\\\"3b682ab4-bfa4-4ec2-8aeb-5e48b733c268\\\"},\\\"version\\\":\\\"1.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"humao.rest-client\\\",\\\"uuid\\\":\\\"dda49fd5-1f3b-4d25-bf61-4fc41905ede5\\\"},\\\"version\\\":\\\"0.24.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ionutvmi.path-autocomplete\\\",\\\"uuid\\\":\\\"0d1241e3-fa60-4f24-8f2a-6d7085677c48\\\"},\\\"version\\\":\\\"1.15.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"jasonnutter.search-node-modules\\\",\\\"uuid\\\":\\\"ee108066-df8b-43ae-9a83-e6c11400a759\\\"},\\\"version\\\":\\\"1.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"joaompinto.asciidoctor-vscode\\\",\\\"uuid\\\":\\\"9e919931-6833-483d-a7b9-966f8f974227\\\"},\\\"version\\\":\\\"2.8.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"jpoissonnier.vscode-styled-components\\\",\\\"uuid\\\":\\\"06cc3e44-aedb-41b8-a4ea-29ebf3c491fd\\\"},\\\"version\\\":\\\"1.2.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kamikillerto.vscode-colorize\\\",\\\"uuid\\\":\\\"445ba381-f232-4150-9056-d790bd76d698\\\"},\\\"version\\\":\\\"0.8.17\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"kisstkondoros.vscode-gutter-preview\\\",\\\"uuid\\\":\\\"eedfd044-d5ac-4389-973d-3ac1fdb98ad5\\\"},\\\"version\\\":\\\"0.26.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"leizongmin.node-module-intellisense\\\",\\\"uuid\\\":\\\"1bb92b2c-526c-4bfd-bb38-5bae1b278c89\\\"},\\\"version\\\":\\\"1.5.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mgmcdermott.vscode-language-babel\\\",\\\"uuid\\\":\\\"dd5a2c83-ad8c-4839-a529-0644e5acb646\\\"},\\\"version\\\":\\\"0.0.30\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mkaufman.htmlhint\\\",\\\"uuid\\\":\\\"0ec558c9-f7f7-4df3-b2cf-a41ddcf292dd\\\"},\\\"version\\\":\\\"0.10.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"mrmlnc.vscode-duplicate\\\",\\\"uuid\\\":\\\"03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4\\\"},\\\"version\\\":\\\"1.2.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-azuretools.vscode-cosmosdb\\\",\\\"uuid\\\":\\\"951e1945-25a8-4ea0-aa11-076ac75b098d\\\"},\\\"version\\\":\\\"0.15.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-azuretools.vscode-docker\\\",\\\"uuid\\\":\\\"0479fc1c-3d67-49f9-b087-fb9069afe48f\\\"},\\\"version\\\":\\\"1.7.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-python.python\\\",\\\"uuid\\\":\\\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\\\"},\\\"version\\\":\\\"2020.10.332292344\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.azure-account\\\",\\\"uuid\\\":\\\"819a23e1-b6c6-41cf-9029-e653b537d996\\\"},\\\"version\\\":\\\"0.9.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.cpptools\\\",\\\"uuid\\\":\\\"690b692e-e8a9-493f-b802-8089d50ac1b2\\\"},\\\"version\\\":\\\"1.1.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"uuid\\\":\\\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\\\"},\\\"version\\\":\\\"1.0.3121\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare-audio\\\",\\\"uuid\\\":\\\"f38fdd1c-7ee2-47b1-90b9-77ecc90d4bff\\\"},\\\"version\\\":\\\"0.1.91\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"msjsdiag.debugger-for-chrome\\\",\\\"uuid\\\":\\\"1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd\\\"},\\\"version\\\":\\\"4.12.11\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"oderwat.indent-rainbow\\\",\\\"uuid\\\":\\\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\\\"},\\\"version\\\":\\\"7.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"orta.vscode-jest\\\",\\\"uuid\\\":\\\"7997a8ae-1fae-4022-b834-12f6318aeffd\\\"},\\\"version\\\":\\\"3.2.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"paulmolluzzo.convert-css-in-js\\\",\\\"uuid\\\":\\\"391319ff-5ddc-483e-b164-8f8847b72172\\\"},\\\"version\\\":\\\"1.1.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pflannery.vscode-versionlens\\\",\\\"uuid\\\":\\\"07fc4a0a-11fc-4121-ba9a-f0d534c729d8\\\"},\\\"version\\\":\\\"1.0.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pkief.material-icon-theme\\\",\\\"uuid\\\":\\\"5db78037-f674-459f-a236-db622c427c5b\\\"},\\\"version\\\":\\\"4.6.0\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"material-icon-theme.version\\\":\\\"4.6.0\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"pnp.polacode\\\",\\\"uuid\\\":\\\"d80b9a94-f4a6-4e39-bc42-62212e365682\\\"},\\\"version\\\":\\\"0.3.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pomber.git-file-history\\\",\\\"uuid\\\":\\\"7632e3e0-7d47-4be3-a5e3-a5873293f815\\\"},\\\"version\\\":\\\"1.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"prisma.vscode-graphql\\\",\\\"uuid\\\":\\\"55ef6448-487b-49a0-a66e-4d2d9bb82229\\\"},\\\"version\\\":\\\"0.3.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rubbersheep.gi\\\",\\\"uuid\\\":\\\"e5742230-050f-4ba9-95c0-8c7f6c1943a8\\\"},\\\"version\\\":\\\"0.2.11\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ryuta46.multi-command\\\",\\\"uuid\\\":\\\"a92437f6-75af-47b2-b3e0-99764308b4be\\\"},\\\"version\\\":\\\"1.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sdras.night-owl\\\",\\\"uuid\\\":\\\"e58f546c-babc-455f-a265-ba40dbd140d4\\\"},\\\"version\\\":\\\"2.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shinnn.stylelint\\\",\\\"uuid\\\":\\\"f8b5562e-a2d9-49ab-9f91-e7da91998a92\\\"},\\\"version\\\":\\\"0.51.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sirtori.indenticator\\\",\\\"uuid\\\":\\\"fcbdb08e-4048-40e8-a674-fecc476f4b93\\\"},\\\"version\\\":\\\"0.7.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"tombonnike.vscode-status-bar-format-toggle\\\",\\\"uuid\\\":\\\"28fcf0b8-26a5-4e99-9b8d-02e990366c6f\\\"},\\\"version\\\":\\\"2.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wallabyjs.quokka-vscode\\\",\\\"uuid\\\":\\\"aae0701b-111f-49c1-9000-abd37a442f28\\\"},\\\"version\\\":\\\"1.0.328\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wayou.vscode-todo-highlight\\\",\\\"uuid\\\":\\\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\\\"},\\\"version\\\":\\\"1.0.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wix.glean\\\",\\\"uuid\\\":\\\"b2afde1a-6cef-4f77-971f-24e66ff2ae38\\\"},\\\"version\\\":\\\"5.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wix.vscode-import-cost\\\",\\\"uuid\\\":\\\"c46b0018-f317-4b6c-a785-d2039b27338f\\\"},\\\"version\\\":\\\"2.12.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wmaurer.vscode-jumpy\\\",\\\"uuid\\\":\\\"3c6d2422-afcc-482d-a751-08c6ed38ce19\\\"},\\\"version\\\":\\\"0.3.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"xabikos.javascriptsnippets\\\",\\\"uuid\\\":\\\"a2cec723-5349-460d-9de9-0fd1f8d3456f\\\"},\\\"version\\\":\\\"1.8.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"xyz.local-history\\\",\\\"uuid\\\":\\\"25adc849-5c3a-4dca-95b3-55a6461077ee\\\"},\\\"version\\\":\\\"1.8.1\\\",\\\"disabled\\\":true,\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"yzhang.markdown-all-in-one\\\",\\\"uuid\\\":\\\"98790d67-10fa-497c-9113-f6c7489207b2\\\"},\\\"version\\\":\\\"3.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"zignd.html-css-class-completion\\\",\\\"uuid\\\":\\\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\\\"},\\\"version\\\":\\\"1.19.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"znck.grammarly\\\",\\\"uuid\\\":\\\"f2c8b652-2886-45ef-8bc0-c8d1ee8a0e9f\\\"},\\\"version\\\":\\\"0.12.5\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"afzalsayed96.reacticons\\\",\\\"uuid\\\":\\\"ba9458d6-6cb3-48d3-9a4e-38d37187cdd6\\\"},\\\"version\\\":\\\"0.1.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-edgedevtools.vscode-edge-devtools\\\",\\\"uuid\\\":\\\"11cb120c-f665-45bc-a21e-6de8a5685850\\\"},\\\"version\\\":\\\"1.1.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"visualstudioexptteam.vscodeintellicode\\\",\\\"uuid\\\":\\\"876e8f93-74d0-4f4f-91b7-34a09f19f444\\\"},\\\"version\\\":\\\"1.2.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-ssh-edit\\\",\\\"uuid\\\":\\\"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\\\"},\\\"version\\\":\\\"0.55.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-ssh\\\",\\\"uuid\\\":\\\"607fd052-be03-4363-b657-2bd62b83d28a\\\"},\\\"version\\\":\\\"0.55.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"coenraads.bracket-pair-colorizer-2\\\",\\\"uuid\\\":\\\"5a6e2b21-1d61-4acd-b31b-907f9c23f18a\\\"},\\\"version\\\":\\\"0.2.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"grapecity.gc-excelviewer\\\",\\\"uuid\\\":\\\"8bb12ae3-73f8-40cf-86b7-4bd5729c6238\\\"},\\\"version\\\":\\\"3.0.40\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-containers\\\",\\\"uuid\\\":\\\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\\\"},\\\"version\\\":\\\"0.148.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"johnpapa.vscode-peacock\\\",\\\"uuid\\\":\\\"5a7017bf-c571-4d77-b902-6e56b16f539a\\\"},\\\"version\\\":\\\"3.8.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"nrwl.angular-console\\\",\\\"uuid\\\":\\\"d10af6bf-270f-4cf0-b94b-1bea4bda1e2e\\\"},\\\"version\\\":\\\"14.0.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"sonarsource.sonarlint-vscode\\\",\\\"uuid\\\":\\\"a7fa941e-bcda-486f-8141-8483a6286177\\\"},\\\"version\\\":\\\"1.18.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"auchenberg.vscode-browser-preview\\\",\\\"uuid\\\":\\\"126e4983-78cb-433f-a67c-9b07c39c7802\\\"},\\\"version\\\":\\\"0.6.7\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"leetcode.vscode-leetcode\\\",\\\"uuid\\\":\\\"66682185-9f80-4b70-8b8c-9e492935c105\\\"},\\\"version\\\":\\\"0.17.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-flame\\\",\\\"uuid\\\":\\\"76169c6c-5d43-4560-93d8-95e15125880d\\\"},\\\"version\\\":\\\"0.0.13\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"meganrogge.template-string-converter\\\",\\\"uuid\\\":\\\"e56ae0dc-ddd7-462a-872d-6d14ea27f737\\\"},\\\"version\\\":\\\"0.2.7\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"bierner.docs-view\\\",\\\"uuid\\\":\\\"5c5e67b8-b512-4f43-88b0-b4b7af0c50b0\\\"},\\\"version\\\":\\\"0.0.7\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"msjsdiag.debugger-for-edge\\\",\\\"uuid\\\":\\\"fd110b00-4782-4794-bf1f-cdeae242954f\\\"},\\\"version\\\":\\\"1.0.15\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"nicoespeon.hocus-pocus\\\",\\\"uuid\\\":\\\"18266b50-aeb3-47b6-adfc-f63b7f29335b\\\"},\\\"version\\\":\\\"1.7.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"hediet.vscode-drawio\\\",\\\"uuid\\\":\\\"ea6a6046-2132-421f-a984-664909fcf0b8\\\"},\\\"version\\\":\\\"1.0.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-toolsai.jupyter\\\",\\\"uuid\\\":\\\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\\\"},\\\"version\\\":\\\"2020.11.358541065\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-java-dependency\\\",\\\"uuid\\\":\\\"7865e561-1c83-410e-9b99-aabada597a7e\\\"},\\\"version\\\":\\\"0.14.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-java-pack\\\",\\\"uuid\\\":\\\"96f11e1f-1a46-4592-b084-f025b2c2a81f\\\"},\\\"version\\\":\\\"0.10.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-java-debug\\\",\\\"uuid\\\":\\\"61fcd0cf-64d7-4836-8d6b-d55f4fb83281\\\"},\\\"version\\\":\\\"0.29.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-java-test\\\",\\\"uuid\\\":\\\"67c06b0d-1891-42ca-b2a8-113e79bff069\\\"},\\\"version\\\":\\\"0.26.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-maven\\\",\\\"uuid\\\":\\\"b0f06c6b-24fb-4d7b-bd79-bc5e2fa17312\\\"},\\\"version\\\":\\\"0.25.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"redhat.java\\\",\\\"uuid\\\":\\\"198a707e-28af-4e84-8610-6e2f628dd12d\\\"},\\\"version\\\":\\\"0.70.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"redhat.vscode-xml\\\",\\\"uuid\\\":\\\"6703768d-d42f-474e-9f6e-5f288d53f6e8\\\"},\\\"version\\\":\\\"0.14.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pivotal.vscode-boot-dev-pack\\\",\\\"uuid\\\":\\\"26069f6b-56ea-4c29-8e28-371698a60020\\\"},\\\"version\\\":\\\"0.0.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-spring-boot-dashboard\\\",\\\"uuid\\\":\\\"27fc0e8e-1341-4f52-9219-4e0f81590937\\\"},\\\"version\\\":\\\"0.1.10\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscjava.vscode-spring-initializr\\\",\\\"uuid\\\":\\\"a205ad34-542b-4c67-a9ed-f645103ad9c0\\\"},\\\"version\\\":\\\"0.6.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pivotal.vscode-concourse\\\",\\\"uuid\\\":\\\"8e8d8573-d69a-4c7b-a951-d72a266a5822\\\"},\\\"version\\\":\\\"1.23.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pivotal.vscode-manifest-yaml\\\",\\\"uuid\\\":\\\"af0200e9-cbe3-40af-8240-6cae77d3aebb\\\"},\\\"version\\\":\\\"1.23.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pivotal.vscode-spring-boot\\\",\\\"uuid\\\":\\\"0efda145-8595-4ff7-98ef-1e3abc5e5757\\\"},\\\"version\\\":\\\"1.23.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shengchen.vscode-checkstyle\\\",\\\"uuid\\\":\\\"f88d9fc3-40e4-4670-aa8b-ab90dcafdf32\\\"},\\\"version\\\":\\\"1.3.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"adashen.vscode-tomcat\\\",\\\"uuid\\\":\\\"3d701035-42c3-4849-a263-3022ff1b0197\\\"},\\\"version\\\":\\\"0.11.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.testing-editor-contributions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-azuretools.vscode-azureresourcegroups\\\",\\\"uuid\\\":\\\"260e9ed1-160d-4f7e-807c-2eb076ba3846\\\"},\\\"version\\\":\\\"0.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-typescript-tslint-plugin\\\",\\\"uuid\\\":\\\"90a37ca1-92a2-488a-b196-7a8c0b0127ea\\\"},\\\"version\\\":\\\"1.3.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"firsttris.vscode-jest-runner\\\",\\\"uuid\\\":\\\"13cd6cd6-3da6-4eb8-8d81-b47e6e710e59\\\"},\\\"version\\\":\\\"0.4.31\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.julia\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.notebook-markdown-extensions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"redhat.vscode-commons\\\",\\\"uuid\\\":\\\"2f0eaac2-070b-4dc7-9b23-8dd4c970c11c\\\"},\\\"version\\\":\\\"0.0.4\\\",\\\"installed\\\":true}]\"}","skippedExtensions":[]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ref":"3127c2c4-47ec-467c-8f88-b64774222bc9","content":"{\"version\":1,\"machineId\":\"376c7213-18a9-4b24-9a9c-0b90b75c3733\",\"content\":\"{\\\"storage\\\":{\\\"views.cachedViewPositions\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[[\\\\\\\"treeLocalHistory\\\\\\\",{\\\\\\\"containerId\\\\\\\":\\\\\\\"workbench.view.extension.localHistory\\\\\\\",\\\\\\\"location\\\\\\\":0}],[\\\\\\\"treeLocalHistoryExplorer\\\\\\\",{\\\\\\\"containerId\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"location\\\\\\\":0}]]\\\"},\\\"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.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.startView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-js-profile-flame.realtime\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.popularExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.listView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.enabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.workspaceRecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.vscode-local.default\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.otherrecommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.disabledExtensionList2\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInBasicsExtensionsList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.builtInThemesExtensionsList\\\\\\\",\\\\\\\"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\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"treeLocalHistory\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"commitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"treeLocalHistoryExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"compareCommitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.session.explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"SonarLint.AllRules\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"docsView.documentation\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"javaProjectExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"mavenProjects\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"spring-boot-dashboard\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"tomcatServerExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"SonarLint.IssueLocations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/OSS/Advanced-React/Starter%20Files%20and%20Solutions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm.mainPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/asda_single_profile\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/asda-webapp-tempo\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/asda-browse-app\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/jarvis\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:Git:file:///Users/s0k01uf/Developer/stark\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm.mainPane\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:-1102813103\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"scm:repository:2010734002\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"pr:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"prStatus:scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"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.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"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\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":10,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"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\\\\\\\":\\\\\\\"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.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.github-pull-requests\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":11},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.gitlens\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":10},{\\\\\\\"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.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.github-pull-request\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":12},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.azure\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":14},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.CppRenameActivityBar\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":13},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.jupyter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":16},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.liveshare\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":17},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.dockerView\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":15},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.wallaby\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":19},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.vscode-edge-devtools-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":16},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.localHistory\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":15},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.nx-console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":18},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.browser-preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.leetcode\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":13},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.music-time\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":18},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"http.linkProtectionTrustedDomains\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"https://github.com\\\\\\\",\\\\\\\"https://code.visualstudio.com\\\\\\\",\\\\\\\"https://go.microsoft.com\\\\\\\",\\\\\\\"https://marketplace.visualstudio.com\\\\\\\",\\\\\\\"https://vscode-auth.github.com\\\\\\\",\\\\\\\"https://*.gallerycdn.vsassets.io\\\\\\\"]\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Jun 12 2019\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.35.0\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"136\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu May 20 2021\\\"},\\\"cpp.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"cpp.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Aug 27 2020\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"136\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu May 20 2021\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"85\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Sep 10 2020\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Sep 09 2020\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"136\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu May 20 2021\\\"},\\\"typescript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1\\\"},\\\"typescript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Jan 15 2020\\\"},\\\"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.repositories:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.fileHistory:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.lineHistory:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.compare:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.search:gitlens\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.updates\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.github-pull-requests.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"pr:github\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"prStatus:github\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"issues:github\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"github:login\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"github:activePullRequest\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"github:createPullRequest\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"github:compareChanges\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.azure.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"cosmosDBExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"azureDatabasesExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"azureResourceGroups\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"ms-azuretools.helpAndFeedback\\\\\\\",\\\\\\\"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}]\\\"},\\\"workbench.view.extension.liveshare.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.session\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.plannedSessions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.contacts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"liveshare.help\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"github-sagirk\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"github.vscode-pull-request-github\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitHub Pull Requests and Issues\\\\\\\"},{\\\\\\\"id\\\\\\\":\\\\\\\"vscode.github\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitHub\\\\\\\"},{\\\\\\\"id\\\\\\\":\\\\\\\"ms-vsliveshare.vsliveshare\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Live Share\\\\\\\"}]\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"rest-client.request\\\\\\\",\\\\\\\"value\\\\\\\":6},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument.none\\\\\\\",\\\\\\\"value\\\\\\\":7},{\\\\\\\"key\\\\\\\":\\\\\\\"rest-client.generate-codesnippet\\\\\\\",\\\\\\\"value\\\\\\\":9},{\\\\\\\"key\\\\\\\":\\\\\\\"asciidoc.showPreviewToSide\\\\\\\",\\\\\\\"value\\\\\\\":14},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.debug.restart\\\\\\\",\\\\\\\"value\\\\\\\":15},{\\\\\\\"key\\\\\\\":\\\\\\\"asciidoc.preview.refresh\\\\\\\",\\\\\\\"value\\\\\\\":16},{\\\\\\\"key\\\\\\\":\\\\\\\"asciidoc.showLockedPreviewToSide\\\\\\\",\\\\\\\"value\\\\\\\":17},{\\\\\\\"key\\\\\\\":\\\\\\\"asciidoc.exportAsPDF\\\\\\\",\\\\\\\"value\\\\\\\":19},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":27},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":28},{\\\\\\\"key\\\\\\\":\\\\\\\"auth.inputTokenCallback\\\\\\\",\\\\\\\"value\\\\\\\":30},{\\\\\\\"key\\\\\\\":\\\\\\\"grammarly.check\\\\\\\",\\\\\\\"value\\\\\\\":31},{\\\\\\\"key\\\\\\\":\\\\\\\"git.clone\\\\\\\",\\\\\\\"value\\\\\\\":32},{\\\\\\\"key\\\\\\\":\\\\\\\"grammarly.setCredentials\\\\\\\",\\\\\\\"value\\\\\\\":34},{\\\\\\\"key\\\\\\\":\\\\\\\"C_Cpp.ConfigurationEditUI\\\\\\\",\\\\\\\"value\\\\\\\":35},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.showSyncedData\\\\\\\",\\\\\\\"value\\\\\\\":38},{\\\\\\\"key\\\\\\\":\\\\\\\"reacticons.reacticons\\\\\\\",\\\\\\\"value\\\\\\\":53},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.node-debug.toggleAutoAttach\\\\\\\",\\\\\\\"value\\\\\\\":59},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.search\\\\\\\",\\\\\\\"value\\\\\\\":75},{\\\\\\\"key\\\\\\\":\\\\\\\"markdown.extension.toc.update\\\\\\\",\\\\\\\"value\\\\\\\":83},{\\\\\\\"key\\\\\\\":\\\\\\\"browser-preview.openPreview\\\\\\\",\\\\\\\"value\\\\\\\":88},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.transformToTitlecase\\\\\\\",\\\\\\\"value\\\\\\\":91},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.pwa-chrome-debug.addCustomBreakpoints\\\\\\\",\\\\\\\"value\\\\\\\":94},{\\\\\\\"key\\\\\\\":\\\\\\\"vscode-js-profile-flame.setRealtimeCharts\\\\\\\",\\\\\\\"value\\\\\\\":95},{\\\\\\\"key\\\\\\\":\\\\\\\"hediet.vscode-drawio.newDiagram\\\\\\\",\\\\\\\"value\\\\\\\":99},{\\\\\\\"key\\\\\\\":\\\\\\\"hediet.vscode-drawio.convert\\\\\\\",\\\\\\\"value\\\\\\\":101},{\\\\\\\"key\\\\\\\":\\\\\\\"hediet.vscode-drawio.editDiagramAsText\\\\\\\",\\\\\\\"value\\\\\\\":102},{\\\\\\\"key\\\\\\\":\\\\\\\"hediet.vscode-drawio.changeTheme\\\\\\\",\\\\\\\"value\\\\\\\":105},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.toggleEditorType\\\\\\\",\\\\\\\"value\\\\\\\":107},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.restartExtensionHost\\\\\\\",\\\\\\\"value\\\\\\\":126},{\\\\\\\"key\\\\\\\":\\\\\\\"git.viewHistory\\\\\\\",\\\\\\\"value\\\\\\\":564},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.sortLinesAscending\\\\\\\",\\\\\\\"value\\\\\\\":604},{\\\\\\\"key\\\\\\\":\\\\\\\"polacode.activate\\\\\\\",\\\\\\\"value\\\\\\\":653},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.transformToLowercase\\\\\\\",\\\\\\\"value\\\\\\\":696},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.transformToUppercase\\\\\\\",\\\\\\\"value\\\\\\\":751},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.showRuntimeExtensions\\\\\\\",\\\\\\\"value\\\\\\\":753},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.organizeImports\\\\\\\",\\\\\\\"value\\\\\\\":755}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"756\\\"},\\\"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}]\\\"},\\\"Comments.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.comments\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"refactorPreview.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.48.2\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"hasNotifiedOfSettingsAutosave\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.extension.vscode-edge-devtools-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"vscode-edge-devtools-view.targets\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"sshHosts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"~remote.helpPanel\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"targetsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"detailsContainers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.nx-console.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"nxConsole\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxCommands\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxProjects\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxRunTarget\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.browser-preview.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"targetTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.leetcode.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"leetCodeExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.music-time.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"my-playlists\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"track-recommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark sdras-night-owl-themes-Night-Owl-color-theme-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Night Owl\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"Night Owl\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#a2bffc\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.changed\\\\\\\",\\\\\\\"meta.diff.header.git\\\\\\\",\\\\\\\"meta.diff.header.from-file\\\\\\\",\\\\\\\"meta.diff.header.to-file\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#EF535090\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478ff\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#637777\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ecc48d\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ecc48d\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.quoted\\\\\\\",\\\\\\\"variable.other.readwrite.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.math\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.numeric\\\\\\\",\\\\\\\"constant.character.numeric\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language\\\\\\\",\\\\\\\"punctuation.definition.constant\\\\\\\",\\\\\\\"variable.other.constant\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character\\\\\\\",\\\\\\\"constant.other\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5ca7e4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.regexp\\\\\\\",\\\\\\\"string.regexp keyword.other\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function punctuation.separator.comma\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.accessor\\\\\\\",\\\\\\\"keyword\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage\\\\\\\",\\\\\\\"meta.var.expr\\\\\\\",\\\\\\\"meta.class meta.method.declaration meta.var.expr storage.type.js\\\\\\\",\\\\\\\"storage.type.property.js\\\\\\\",\\\\\\\"storage.type.property.ts\\\\\\\",\\\\\\\"storage.type.property.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type.function.arrow.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.class\\\\\\\",\\\\\\\"meta.class entity.name.type.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.inherited-class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.tag\\\\\\\",\\\\\\\"meta.tag\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#caece6\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag\\\\\\\",\\\\\\\"meta.tag.other.html\\\\\\\",\\\\\\\"meta.tag.other.js\\\\\\\",\\\\\\\"meta.tag.other.tsx\\\\\\\",\\\\\\\"entity.name.tag.tsx\\\\\\\",\\\\\\\"entity.name.tag.js\\\\\\\",\\\\\\\"entity.name.tag\\\\\\\",\\\\\\\"meta.tag.js\\\\\\\",\\\\\\\"meta.tag.tsx\\\\\\\",\\\\\\\"meta.tag.html\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f78c6c\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.custom\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.function\\\\\\\",\\\\\\\"support.constant\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.meta.property-value\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type\\\\\\\",\\\\\\\"support.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.dom\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#ff2c83\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#d3423e\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.deprecated\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.relational\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.assignment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.arithmetic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.bitwise\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.increment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.ternary\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#637777\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment.line.double-slash\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#cdebf7\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"object\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.null\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.brace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.delimiter.period\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d9f5dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.string.begin.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.boolean\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"object.comma\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#80CBC4\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.type.vendor.property-name\\\\\\\",\\\\\\\"support.constant.vendor.property-value\\\\\\\",\\\\\\\"support.type.property-name\\\\\\\",\\\\\\\"meta.property-list entity.name.tag\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#57eaf1\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.property-list entity.name.tag.reference\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.other.color.rgb-value punctuation.definition.constant\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFEB95\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.other.color\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFEB95\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unit\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.selector\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FAD430\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.id\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#80CBC4\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.property-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag.doctype\\\\\\\",\\\\\\\"meta.tag.sgml.doctype\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d9f5dd\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.parameters\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.control.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator.logical\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#baebe2\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.instance\\\\\\\",\\\\\\\"variable.other.instance\\\\\\\",\\\\\\\"variable.readwrite.instance\\\\\\\",\\\\\\\"variable.other.readwrite.instance\\\\\\\",\\\\\\\"variable.other.property\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#faf39f\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.object.property\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.object.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.operator.comparison\\\\\\\",\\\\\\\"keyword.control.flow.js\\\\\\\",\\\\\\\"keyword.control.flow.ts\\\\\\\",\\\\\\\"keyword.control.flow.tsx\\\\\\\",\\\\\\\"keyword.control.ruby\\\\\\\",\\\\\\\"keyword.control.module.ruby\\\\\\\",\\\\\\\"keyword.control.class.ruby\\\\\\\",\\\\\\\"keyword.control.def.ruby\\\\\\\",\\\\\\\"keyword.control.loop.js\\\\\\\",\\\\\\\"keyword.control.loop.ts\\\\\\\",\\\\\\\"keyword.control.import.js\\\\\\\",\\\\\\\"keyword.control.import.ts\\\\\\\",\\\\\\\"keyword.control.import.tsx\\\\\\\",\\\\\\\"keyword.control.from.js\\\\\\\",\\\\\\\"keyword.control.from.ts\\\\\\\",\\\\\\\"keyword.control.from.tsx\\\\\\\",\\\\\\\"keyword.operator.instanceof.js\\\\\\\",\\\\\\\"keyword.operator.expression.instanceof.ts\\\\\\\",\\\\\\\"keyword.operator.expression.instanceof.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control.conditional.js\\\\\\\",\\\\\\\"keyword.control.conditional.ts\\\\\\\",\\\\\\\"keyword.control.switch.js\\\\\\\",\\\\\\\"keyword.control.switch.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.constant\\\\\\\",\\\\\\\"keyword.other.special-method\\\\\\\",\\\\\\\"keyword.other.new\\\\\\\",\\\\\\\"keyword.other.debugger\\\\\\\",\\\\\\\"keyword.control\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#020e14\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.broken\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#8BD649\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.unimplemented\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#ec5f67\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.illegal\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.variable.property\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ec5f67\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.interpolation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function-call\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d3423e\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.section.embedded\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.terminator.expression\\\\\\\",\\\\\\\"punctuation.definition.arguments\\\\\\\",\\\\\\\"punctuation.definition.array\\\\\\\",\\\\\\\"punctuation.section.array\\\\\\\",\\\\\\\"meta.array\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d9f5dd\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.list.begin\\\\\\\",\\\\\\\"punctuation.definition.list.end\\\\\\\",\\\\\\\"punctuation.separator.arguments\\\\\\\",\\\\\\\"punctuation.definition.list\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d3423e\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.template meta.template.expression\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.template punctuation.definition.string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"italic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#697098\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"quote\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#80CBC4\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"raw\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#31e1eb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.assignment.coffee\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function.coffee\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.assignment.coffee\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.readwrite.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.class.cs\\\\\\\",\\\\\\\"storage.type.cs\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#B2CCD6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type.namespace.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.unquoted.preprocessor.message.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.separator.hash.cs\\\\\\\",\\\\\\\"keyword.preprocessor.region.cs\\\\\\\",\\\\\\\"keyword.preprocessor.endregion.cs\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#B2CCD6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.object.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type.enum.cs\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB8B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.interpolated.single.dart\\\\\\\",\\\\\\\"string.interpolated.double.dart\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB8B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class.dart\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff6363\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag.css\\\\\\\",\\\\\\\"entity.name.tag.less\\\\\\\",\\\\\\\"entity.name.tag.custom.css\\\\\\\",\\\\\\\"support.constant.property-value.css\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag.wildcard.css\\\\\\\",\\\\\\\"entity.name.tag.wildcard.less\\\\\\\",\\\\\\\"entity.name.tag.wildcard.scss\\\\\\\",\\\\\\\"entity.name.tag.wildcard.sass\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFEB95\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unit.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.attribute-selector.css entity.other.attribute-name.attribute\\\\\\\",\\\\\\\"variable.other.readwrite.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.elixir support.type.elixir\\\\\\\",\\\\\\\"source.elixir meta.module.elixir entity.name.class.elixir\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.elixir entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.elixir constant.other.symbol.elixir\\\\\\\",\\\\\\\"source.elixir constant.other.keywords.elixir\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.elixir punctuation.definition.string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.elixir variable.other.readwrite.module.elixir\\\\\\\",\\\\\\\"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.elixir .punctuation.binary.elixir\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.keyword.clojure\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#DDDDDD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.go meta.function-call.go\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.go keyword.package.go\\\\\\\",\\\\\\\"source.go keyword.import.go\\\\\\\",\\\\\\\"source.go keyword.function.go\\\\\\\",\\\\\\\"source.go keyword.type.go\\\\\\\",\\\\\\\"source.go keyword.struct.go\\\\\\\",\\\\\\\"source.go keyword.interface.go\\\\\\\",\\\\\\\"source.go keyword.const.go\\\\\\\",\\\\\\\"source.go keyword.var.go\\\\\\\",\\\\\\\"source.go keyword.map.go\\\\\\\",\\\\\\\"source.go keyword.channel.go\\\\\\\",\\\\\\\"source.go keyword.control.go\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.go constant.language.go\\\\\\\",\\\\\\\"source.go constant.other.placeholder.go\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbcaff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function.preprocessor.cpp\\\\\\\",\\\\\\\"entity.scope.name.cpp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#e0dec6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.namespace-block.cpp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.type.language.primitive.cpp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.preprocessor.macro.cpp\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.parameter\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.readwrite.powershell\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbcaff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.function.powershell\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.id.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#6ae9f0\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.tag.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.tag.sgml.doctype.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.class entity.name.type.class.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.method.declaration storage.type.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"terminator.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.js punctuation.definition.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.instance.jsdoc\\\\\\\",\\\\\\\"entity.name.type.instance.phpdoc\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#78ccf0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.jsdoc\\\\\\\",\\\\\\\"variable.other.phpdoc\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.meta.import.js\\\\\\\",\\\\\\\"meta.import.js variable.other\\\\\\\",\\\\\\\"variable.other.meta.export.js\\\\\\\",\\\\\\\"meta.export.js variable.other\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7986E7\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.parameter.function.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.object.js\\\\\\\",\\\\\\\"variable.other.object.jsx\\\\\\\",\\\\\\\"variable.object.property.js\\\\\\\",\\\\\\\"variable.object.property.jsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.js\\\\\\\",\\\\\\\"variable.other.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.js\\\\\\\",\\\\\\\"entity.name.type.module.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.constant.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c789d6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.structure.dictionary.value.json string.quoted.double\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#80CBC4\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.quoted.double.json punctuation.definition.string.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value constant.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.object.js\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.ruby\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ecc48d\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.class.ruby\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.symbol.hashkey.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.symbol.ruby\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.less\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFEB95\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.unit.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.attribute-selector.less entity.other.attribute-name.attribute\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82b1ff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.heading.markdown\\\\\\\",\\\\\\\"markup.heading.setext.1.markdown\\\\\\\",\\\\\\\"markup.heading.setext.2.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#697098\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.quote.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#80CBC4\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff869a\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.underline.link.markdown\\\\\\\",\\\\\\\"markup.underline.link.image.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"string.other.link.title.markdown\\\\\\\",\\\\\\\"string.other.link.description.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82b1ff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.string.markdown\\\\\\\",\\\\\\\"punctuation.definition.string.begin.markdown\\\\\\\",\\\\\\\"punctuation.definition.string.end.markdown\\\\\\\",\\\\\\\"meta.link.inline.markdown punctuation.definition.string\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.metadata.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82b1ff\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"beginning.punctuation.definition.list.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.string.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#bec5d4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.php\\\\\\\",\\\\\\\"variable.other.property.php\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function-call.php punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.global.php\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.other.global.php punctuation.definition.variable\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff5874\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.parameter.function.python\\\\\\\",\\\\\\\"meta.function-call.arguments.python\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#B2CCD6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.function-call.python\\\\\\\",\\\\\\\"meta.function-call.generic.python\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function.decorator.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#8EACE3\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python variable.language.special\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.control\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#c5e478\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.scss\\\\\\\",\\\\\\\"variable.sass\\\\\\\",\\\\\\\"variable.parameter.url.scss\\\\\\\",\\\\\\\"variable.parameter.url.sass\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.css.scss meta.at-rule variable\\\\\\\",\\\\\\\"source.css.sass meta.at-rule variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#bec5d4\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"source.css.scss meta.at-rule variable\\\\\\\",\\\\\\\"source.css.sass meta.at-rule variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.attribute-selector.scss entity.other.attribute-name.attribute\\\\\\\",\\\\\\\"meta.attribute-selector.sass entity.other.attribute-name.attribute\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.tag.scss\\\\\\\",\\\\\\\"entity.name.tag.sass\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFEB95\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.other.unit.scss\\\\\\\",\\\\\\\"keyword.other.unit.sass\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.readwrite.alias.ts\\\\\\\",\\\\\\\"variable.other.readwrite.alias.tsx\\\\\\\",\\\\\\\"variable.other.readwrite.ts\\\\\\\",\\\\\\\"variable.other.readwrite.tsx\\\\\\\",\\\\\\\"variable.other.object.ts\\\\\\\",\\\\\\\"variable.other.object.tsx\\\\\\\",\\\\\\\"variable.object.property.ts\\\\\\\",\\\\\\\"variable.object.property.tsx\\\\\\\",\\\\\\\"variable.other.ts\\\\\\\",\\\\\\\"variable.other.tsx\\\\\\\",\\\\\\\"variable.tsx\\\\\\\",\\\\\\\"variable.ts\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.ts\\\\\\\",\\\\\\\"entity.name.type.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.class.node.ts\\\\\\\",\\\\\\\"support.class.node.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.type.parameters.ts entity.name.type\\\\\\\",\\\\\\\"meta.type.parameters.tsx entity.name.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.import.ts punctuation.definition.block\\\\\\\",\\\\\\\"meta.import.tsx punctuation.definition.block\\\\\\\",\\\\\\\"meta.export.ts punctuation.definition.block\\\\\\\",\\\\\\\"meta.export.tsx punctuation.definition.block\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.decorator punctuation.decorator.ts\\\\\\\",\\\\\\\"meta.decorator punctuation.decorator.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.tag.js meta.jsx.children.tsx\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7fdbca\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.yaml\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d7dbe0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable.other.readwrite.js\\\\\\\",\\\\\\\"variable.parameter\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f78c6c\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"support.class.component.js\\\\\\\",\\\\\\\"support.class.component.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.jsx.children\\\\\\\",\\\\\\\"meta.jsx.children.js\\\\\\\",\\\\\\\"meta.jsx.children.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.class entity.name.type.class.tsx\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ffcb8b\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type.tsx\\\\\\\",\\\\\\\"entity.name.type.module.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.class.ts meta.var.expr.ts storage.type.ts\\\\\\\",\\\\\\\"meta.class.tsx meta.var.expr.tsx storage.type.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.method.declaration storage.type.ts\\\\\\\",\\\\\\\"meta.method.declaration storage.type.tsx\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.property-list.css meta.property-value.css variable.other.less\\\\\\\",\\\\\\\"meta.property-list.scss variable.scss\\\\\\\",\\\\\\\"meta.property-list.sass variable.sass\\\\\\\",\\\\\\\"meta.brace\\\\\\\",\\\\\\\"keyword.operator.operator\\\\\\\",\\\\\\\"keyword.operator.or.regexp\\\\\\\",\\\\\\\"keyword.operator.expression.in\\\\\\\",\\\\\\\"keyword.operator.relational\\\\\\\",\\\\\\\"keyword.operator.assignment\\\\\\\",\\\\\\\"keyword.operator.comparison\\\\\\\",\\\\\\\"keyword.operator.type\\\\\\\",\\\\\\\"keyword.operator\\\\\\\",\\\\\\\"keyword\\\\\\\",\\\\\\\"punctuation.definintion.string\\\\\\\",\\\\\\\"punctuation\\\\\\\",\\\\\\\"variable.other.readwrite.js\\\\\\\",\\\\\\\"storage.type\\\\\\\",\\\\\\\"source.css\\\\\\\",\\\\\\\"string.quoted\\\\\\\"]}],\\\\\\\"semanticTokenRules\\\\\\\":[],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"sdras.night-owl\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":false,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"night-owl\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"sdras\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":false,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"contrastBorder\\\\\\\":\\\\\\\"#122d42\\\\\\\",\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#122d42\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\",\\\\\\\"widget.shadow\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"selection.background\\\\\\\":\\\\\\\"#4373c2\\\\\\\",\\\\\\\"errorForeground\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#7e57c2cc\\\\\\\",\\\\\\\"button.foreground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"button.hoverBackground\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"dropdown.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"dropdown.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"dropdown.foreground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"input.background\\\\\\\":\\\\\\\"#0b253a\\\\\\\",\\\\\\\"input.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"input.foreground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"input.placeholderForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"inputOption.activeBorder\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"punctuation.definition.generic.begin.html\\\\\\\":\\\\\\\"#ef5350f2\\\\\\\",\\\\\\\"inputValidation.errorBackground\\\\\\\":\\\\\\\"#ab0300f2\\\\\\\",\\\\\\\"inputValidation.errorBorder\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"inputValidation.infoBackground\\\\\\\":\\\\\\\"#00589ef2\\\\\\\",\\\\\\\"inputValidation.infoBorder\\\\\\\":\\\\\\\"#64b5f6\\\\\\\",\\\\\\\"inputValidation.warningBackground\\\\\\\":\\\\\\\"#675700f2\\\\\\\",\\\\\\\"inputValidation.warningBorder\\\\\\\":\\\\\\\"#ffca28\\\\\\\",\\\\\\\"scrollbar.shadow\\\\\\\":\\\\\\\"#010b14\\\\\\\",\\\\\\\"scrollbarSlider.activeBackground\\\\\\\":\\\\\\\"#084d8180\\\\\\\",\\\\\\\"scrollbarSlider.background\\\\\\\":\\\\\\\"#084d8180\\\\\\\",\\\\\\\"scrollbarSlider.hoverBackground\\\\\\\":\\\\\\\"#084d8180\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"badge.foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"progress.background\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"breadcrumb.foreground\\\\\\\":\\\\\\\"#a599e9\\\\\\\",\\\\\\\"breadcrumb.focusForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"breadcrumb.activeSelectionForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"breadcrumbPicker.background\\\\\\\":\\\\\\\"#001122\\\\\\\",\\\\\\\"list.activeSelectionBackground\\\\\\\":\\\\\\\"#234d708c\\\\\\\",\\\\\\\"list.activeSelectionForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.invalidItemForeground\\\\\\\":\\\\\\\"#975f94\\\\\\\",\\\\\\\"list.dropBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"list.focusBackground\\\\\\\":\\\\\\\"#010d18\\\\\\\",\\\\\\\"list.focusForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.highlightForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"list.hoverForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.inactiveSelectionBackground\\\\\\\":\\\\\\\"#0e293f\\\\\\\",\\\\\\\"list.inactiveSelectionForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"activityBar.dropBackground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"activityBar.foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"activityBar.border\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#44596b\\\\\\\",\\\\\\\"activityBarBadge.foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"sideBar.foreground\\\\\\\":\\\\\\\"#89a4bb\\\\\\\",\\\\\\\"sideBar.border\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"sideBarTitle.foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"sideBarSectionHeader.foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"editorGroup.emptyBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorGroup.border\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorGroup.dropBackground\\\\\\\":\\\\\\\"#7e57c273\\\\\\\",\\\\\\\"editorGroupHeader.noTabsBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorGroupHeader.tabsBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorGroupHeader.tabsBorder\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"tab.activeBackground\\\\\\\":\\\\\\\"#0b2942\\\\\\\",\\\\\\\"tab.activeForeground\\\\\\\":\\\\\\\"#d2dee7\\\\\\\",\\\\\\\"tab.border\\\\\\\":\\\\\\\"#272b3b\\\\\\\",\\\\\\\"tab.activeBorder\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"tab.unfocusedActiveBorder\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"tab.inactiveBackground\\\\\\\":\\\\\\\"#01111d\\\\\\\",\\\\\\\"tab.inactiveForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"tab.unfocusedActiveForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"tab.unfocusedInactiveForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editor.foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\",\\\\\\\"editorLineNumber.foreground\\\\\\\":\\\\\\\"#4b6479\\\\\\\",\\\\\\\"editorLineNumber.activeForeground\\\\\\\":\\\\\\\"#c5e4fd\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#80a4c2\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#1d3b53\\\\\\\",\\\\\\\"editor.selectionHighlightBackground\\\\\\\":\\\\\\\"#5f7e9779\\\\\\\",\\\\\\\"editor.inactiveSelectionBackground\\\\\\\":\\\\\\\"#7e57c25a\\\\\\\",\\\\\\\"editor.wordHighlightBackground\\\\\\\":\\\\\\\"#f6bbe533\\\\\\\",\\\\\\\"editor.wordHighlightStrongBackground\\\\\\\":\\\\\\\"#e2a2f433\\\\\\\",\\\\\\\"editor.findMatchBackground\\\\\\\":\\\\\\\"#5f7e9779\\\\\\\",\\\\\\\"editor.findMatchHighlightBackground\\\\\\\":\\\\\\\"#1085bb5d\\\\\\\",\\\\\\\"editor.hoverHighlightBackground\\\\\\\":\\\\\\\"#7e57c25a\\\\\\\",\\\\\\\"editor.lineHighlightBackground\\\\\\\":\\\\\\\"#00000033\\\\\\\",\\\\\\\"editor.rangeHighlightBackground\\\\\\\":\\\\\\\"#7e57c25a\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#5e81ce52\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#7e97ac\\\\\\\",\\\\\\\"editorRuler.foreground\\\\\\\":\\\\\\\"#5e81ce52\\\\\\\",\\\\\\\"editorCodeLens.foreground\\\\\\\":\\\\\\\"#5e82ceb4\\\\\\\",\\\\\\\"editorBracketMatch.background\\\\\\\":\\\\\\\"#5f7e974d\\\\\\\",\\\\\\\"editorOverviewRuler.currentContentForeground\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"editorOverviewRuler.incomingContentForeground\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"editorOverviewRuler.commonContentForeground\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"editorError.foreground\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"editorWarning.foreground\\\\\\\":\\\\\\\"#b39554\\\\\\\",\\\\\\\"editorGutter.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorGutter.modifiedBackground\\\\\\\":\\\\\\\"#e2b93d\\\\\\\",\\\\\\\"editorGutter.addedBackground\\\\\\\":\\\\\\\"#9ccc65\\\\\\\",\\\\\\\"editorGutter.deletedBackground\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"diffEditor.insertedTextBackground\\\\\\\":\\\\\\\"#99b76d23\\\\\\\",\\\\\\\"diffEditor.insertedTextBorder\\\\\\\":\\\\\\\"#c5e47833\\\\\\\",\\\\\\\"diffEditor.removedTextBackground\\\\\\\":\\\\\\\"#ef535033\\\\\\\",\\\\\\\"diffEditor.removedTextBorder\\\\\\\":\\\\\\\"#ef53504d\\\\\\\",\\\\\\\"editorWidget.background\\\\\\\":\\\\\\\"#021320\\\\\\\",\\\\\\\"editorWidget.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"editorSuggestWidget.background\\\\\\\":\\\\\\\"#2c3043\\\\\\\",\\\\\\\"editorSuggestWidget.border\\\\\\\":\\\\\\\"#2b2f40\\\\\\\",\\\\\\\"editorSuggestWidget.foreground\\\\\\\":\\\\\\\"#d6deeb\\\\\\\",\\\\\\\"editorSuggestWidget.highlightForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"editorSuggestWidget.selectedBackground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"editorHoverWidget.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"editorHoverWidget.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"debugExceptionWidget.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"debugExceptionWidget.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"editorMarkerNavigation.background\\\\\\\":\\\\\\\"#0b2942\\\\\\\",\\\\\\\"editorMarkerNavigationError.background\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"editorMarkerNavigationWarning.background\\\\\\\":\\\\\\\"#ffca28\\\\\\\",\\\\\\\"peekView.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"peekViewEditor.matchHighlightBackground\\\\\\\":\\\\\\\"#7e57c25a\\\\\\\",\\\\\\\"peekViewResult.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"peekViewResult.fileForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"peekViewResult.lineForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"peekViewResult.matchHighlightBackground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"peekViewResult.selectionBackground\\\\\\\":\\\\\\\"#2e3250\\\\\\\",\\\\\\\"peekViewResult.selectionForeground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"peekViewTitle.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"peekViewTitleDescription.foreground\\\\\\\":\\\\\\\"#697098\\\\\\\",\\\\\\\"peekViewTitleLabel.foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"merge.currentHeaderBackground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"merge.incomingHeaderBackground\\\\\\\":\\\\\\\"#7e57c25a\\\\\\\",\\\\\\\"panel.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"panel.border\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"panelTitle.activeBorder\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"panelTitle.activeForeground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"panelTitle.inactiveForeground\\\\\\\":\\\\\\\"#d6deeb80\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"statusBar.foreground\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"statusBar.border\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"statusBar.debuggingBackground\\\\\\\":\\\\\\\"#202431\\\\\\\",\\\\\\\"statusBar.debuggingBorder\\\\\\\":\\\\\\\"#1f2330\\\\\\\",\\\\\\\"statusBar.noFolderBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"statusBar.noFolderBorder\\\\\\\":\\\\\\\"#25293a\\\\\\\",\\\\\\\"statusBarItem.activeBackground\\\\\\\":\\\\\\\"#202431\\\\\\\",\\\\\\\"statusBarItem.hoverBackground\\\\\\\":\\\\\\\"#202431\\\\\\\",\\\\\\\"statusBarItem.prominentBackground\\\\\\\":\\\\\\\"#202431\\\\\\\",\\\\\\\"statusBarItem.prominentHoverBackground\\\\\\\":\\\\\\\"#202431\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"titleBar.activeForeground\\\\\\\":\\\\\\\"#eeefff\\\\\\\",\\\\\\\"titleBar.inactiveBackground\\\\\\\":\\\\\\\"#010e1a\\\\\\\",\\\\\\\"notifications.background\\\\\\\":\\\\\\\"#01111d\\\\\\\",\\\\\\\"notifications.border\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"notificationCenter.border\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"notificationToast.border\\\\\\\":\\\\\\\"#262a39\\\\\\\",\\\\\\\"notifications.foreground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"notificationLink.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"extensionButton.prominentForeground\\\\\\\":\\\\\\\"#ffffffcc\\\\\\\",\\\\\\\"extensionButton.prominentBackground\\\\\\\":\\\\\\\"#7e57c2cc\\\\\\\",\\\\\\\"extensionButton.prominentHoverBackground\\\\\\\":\\\\\\\"#7e57c2\\\\\\\",\\\\\\\"pickerGroup.foreground\\\\\\\":\\\\\\\"#d1aaff\\\\\\\",\\\\\\\"pickerGroup.border\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"terminal.ansiWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiBlack\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"terminal.ansiBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiCyan\\\\\\\":\\\\\\\"#21c7a8\\\\\\\",\\\\\\\"terminal.ansiGreen\\\\\\\":\\\\\\\"#22da6e\\\\\\\",\\\\\\\"terminal.ansiMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiRed\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"terminal.ansiYellow\\\\\\\":\\\\\\\"#c5e478\\\\\\\",\\\\\\\"terminal.ansiBrightWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiBrightBlack\\\\\\\":\\\\\\\"#575656\\\\\\\",\\\\\\\"terminal.ansiBrightBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiBrightCyan\\\\\\\":\\\\\\\"#7fdbca\\\\\\\",\\\\\\\"terminal.ansiBrightGreen\\\\\\\":\\\\\\\"#22da6e\\\\\\\",\\\\\\\"terminal.ansiBrightMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiBrightRed\\\\\\\":\\\\\\\"#ef5350\\\\\\\",\\\\\\\"terminal.ansiBrightYellow\\\\\\\":\\\\\\\"#ffeb95\\\\\\\",\\\\\\\"terminal.selectionBackground\\\\\\\":\\\\\\\"#1b90dd4d\\\\\\\",\\\\\\\"terminalCursor.background\\\\\\\":\\\\\\\"#234d70\\\\\\\",\\\\\\\"textCodeBlock.background\\\\\\\":\\\\\\\"#4f4f4f\\\\\\\",\\\\\\\"debugToolBar.background\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"welcomePage.buttonBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"welcomePage.buttonHoverBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"walkThrough.embeddedEditorBackground\\\\\\\":\\\\\\\"#011627\\\\\\\",\\\\\\\"gitDecoration.modifiedResourceForeground\\\\\\\":\\\\\\\"#a2bffc\\\\\\\",\\\\\\\"gitDecoration.deletedResourceForeground\\\\\\\":\\\\\\\"#ef535090\\\\\\\",\\\\\\\"gitDecoration.untrackedResourceForeground\\\\\\\":\\\\\\\"#c5e478\\\\\\\",\\\\\\\"gitDecoration.ignoredResourceForeground\\\\\\\":\\\\\\\"#395a75\\\\\\\",\\\\\\\"gitDecoration.conflictingResourceForeground\\\\\\\":\\\\\\\"#ffeb95cc\\\\\\\",\\\\\\\"source.elm\\\\\\\":\\\\\\\"#5f7e97\\\\\\\",\\\\\\\"string.quoted.single.js\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"meta.objectliteral.js\\\\\\\":\\\\\\\"#82aaff\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"workbench.view.extension.test.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"python_tests\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"testExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/Users/s0k01uf/Developer/asda-dot-com\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\",\\\\\\\"feat(images): make rendered images prettier\\\\\\\",\\\\\\\"fix(landing): make the category and tag landing page rows flush\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"chore(components): rename common to core\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"chore(components): rename common to core\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(article-listing): extend infinite scroll to all article list pages\\\\\\\",\\\\\\\"feat(recipe-listing): extend infinite scroll to all recipe list pages\\\\\\\",\\\\\\\"refactor(props): reorder props\\\\\\\",\\\\\\\"fix(global): apply dark background to all content listing pages\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(tools): add CLI to organize imports ala VSCode\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(tools): add support for PDF migration to Scene7\\\\\\\",\\\\\\\"fix(tools): upload PDFs only when actual URLs are found\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(tools): add support for PDF migration to Scene7\\\\\\\",\\\\\\\"feat(tools): create docs\\\\\\\",\\\\\\\"fix(tools): upload PDFs only when actual URLs are found\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(tools): add support for PDF migration to Scene7\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"refactor(tools): reorganize and use named functions\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"refactor(tools): reorganize and use named functions\\\\\\\",\\\\\\\"feat(tools): refactor constants\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"feat(tools): refactor constants\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"expandSuggestionDocs\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"scm/input:Git:/Users/s0k01uf/Developer/hyperion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/s0k01uf/Developer/fe-microapps\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"ces/skipSurvey\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.55.0\\\"},\\\"memento/gettingStartedService\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"terminal\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"commandPaletteTask\\\\\\\":{\\\\\\\"done\\\\\\\":true}}\\\"}}}\"}"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ref":"47583bd6-60f3-4e47-aaba-ec30be328e5c","content":"{\"version\":2,\"machineId\":\"376c7213-18a9-4b24-9a9c-0b90b75c3733\",\"content\":\"{\\\"mac\\\":\\\"// Place your key bindings in this file to overwrite the defaults\\\\n[\\\\n { \\\\\\\"key\\\\\\\": \\\\\\\"alt+b\\\\\\\", \\\\\\\"command\\\\\\\": \\\\\\\"multiCommand.makeRoom\\\\\\\" },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+w\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.emmet.action.wrapIndividualLinesWithAbbreviation\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && editorHasSelection && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"extension.jumpy-word\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n }\\\\n // {\\\\n // \\\\\\\"key\\\\\\\": \\\\\\\"escape\\\\\\\",\\\\n // \\\\\\\"command\\\\\\\": \\\\\\\"extension.jumpy-exit\\\\\\\",\\\\n // \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && jumpy.isJumpyMode\\\\\\\"\\\\n // }\\\\n]\\\"}\"}"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ref":"46d63e7a-9f80-48ea-9cd6-dd09dab1e66b","content":"{\"version\":2,\"machineId\":\"376c7213-18a9-4b24-9a9c-0b90b75c3733\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n // Breadcrumbs\\\\n \\\\\\\"breadcrumbs.enabled\\\\\\\": true,\\\\n\\\\n // Debug\\\\n \\\\\\\"debug.console.closeOnEnd\\\\\\\": true,\\\\n \\\\\\\"debug.console.fontFamily\\\\\\\": \\\\\\\"Inconsolata for Powerline\\\\\\\",\\\\n \\\\\\\"debug.console.fontSize\\\\\\\": 14,\\\\n \\\\\\\"debug.inlineValues\\\\\\\": true,\\\\n \\\\\\\"debug.javascript.autoAttachFilter\\\\\\\": \\\\\\\"smart\\\\\\\",\\\\n \\\\\\\"debug.openExplorerOnEnd\\\\\\\": true,\\\\n \\\\\\\"debug.toolBarLocation\\\\\\\": \\\\\\\"docked\\\\\\\",\\\\n\\\\n // Diff Editor\\\\n \\\\\\\"diffEditor.ignoreTrimWhitespace\\\\\\\": false,\\\\n\\\\n // Draw.io\\\\n \\\\\\\"hediet.vscode-drawio.local-storage\\\\\\\": \\\\\\\"eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjoyNDAsXCJjcmVhdGVUYXJnZXRcIjpmYWxzZSxcInBhZ2VGb3JtYXRcIjp7XCJ4XCI6MCxcInlcIjowLFwid2lkdGhcIjo4MjcsXCJoZWlnaHRcIjoxMTY5fSxcInNlYXJjaFwiOnRydWUsXCJzaG93U3RhcnRTY3JlZW5cIjp0cnVlLFwiZ3JpZENvbG9yXCI6XCIjZDBkMGQwXCIsXCJkYXJrR3JpZENvbG9yXCI6XCIjNmU2ZTZlXCIsXCJhdXRvc2F2ZVwiOnRydWUsXCJyZXNpemVJbWFnZXNcIjpudWxsLFwib3BlbkNvdW50ZXJcIjowLFwidmVyc2lvblwiOjE4LFwidW5pdFwiOjEsXCJpc1J1bGVyT25cIjpmYWxzZSxcInVpXCI6XCJcIn0ifQ==\\\\\\\",\\\\n \\\\\\\"hediet.vscode-drawio.codeLinkActivated\\\\\\\": true,\\\\n \\\\\\\"hediet.vscode-drawio.theme\\\\\\\": \\\\\\\"automatic\\\\\\\",\\\\n\\\\n // Editor\\\\n \\\\\\\"editor.codeActionsOnSave\\\\\\\": {\\\\n // \\\\\\\"source.organizeImports\\\\\\\": true\\\\n },\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\",\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"Fira Code\\\\\\\",\\\\n \\\\\\\"editor.fontLigatures\\\\\\\": true,\\\\n \\\\\\\"editor.fontSize\\\\\\\": 14,\\\\n \\\\\\\"editor.formatOnPaste\\\\\\\": false,\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": false,\\\\n \\\\\\\"editor.formatOnSaveMode\\\\\\\": \\\\\\\"modifications\\\\\\\",\\\\n \\\\\\\"editor.formatOnType\\\\\\\": false,\\\\n \\\\\\\"editor.linkedEditing\\\\\\\": true,\\\\n \\\\\\\"editor.minimap.enabled\\\\\\\": false,\\\\n \\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"all\\\\\\\",\\\\n \\\\\\\"editor.rulers\\\\\\\": [80, 120],\\\\n \\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n \\\\\\\"editor.tabCompletion\\\\\\\": \\\\\\\"on\\\\\\\",\\\\n \\\\\\\"editor.tabSize\\\\\\\": 2,\\\\n\\\\n // Emmet\\\\n \\\\\\\"emmet.includeLanguages\\\\\\\": {\\\\n \\\\\\\"javascript\\\\\\\": \\\\\\\"javascriptreact\\\\\\\"\\\\n },\\\\n\\\\n // ESLint\\\\n \\\\\\\"eslint.packageManager\\\\\\\": \\\\\\\"yarn\\\\\\\",\\\\n\\\\n // Explorer Pane\\\\n \\\\\\\"explorer.confirmDelete\\\\\\\": false,\\\\n \\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false,\\\\n\\\\n // Files\\\\n \\\\\\\"files.associations\\\\\\\": {\\\\n \\\\\\\"*.prisma\\\\\\\": \\\\\\\"graphql\\\\\\\",\\\\n \\\\\\\"*.env\\\\\\\": \\\\\\\"properties\\\\\\\"\\\\n },\\\\n \\\\\\\"files.defaultLanguage\\\\\\\": \\\\\\\"markdown\\\\\\\",\\\\n \\\\\\\"files.trimFinalNewlines\\\\\\\": true,\\\\n \\\\\\\"files.trimTrailingWhitespace\\\\\\\": true,\\\\n\\\\n // Git\\\\n \\\\\\\"git.autofetch\\\\\\\": true,\\\\n\\\\n // GitLens\\\\n \\\\\\\"gitlens.advanced.messages\\\\\\\": {\\\\n \\\\\\\"suppressCommitHasNoPreviousCommitWarning\\\\\\\": false,\\\\n \\\\\\\"suppressCommitNotFoundWarning\\\\\\\": false,\\\\n \\\\\\\"suppressFileNotUnderSourceControlWarning\\\\\\\": false,\\\\n \\\\\\\"suppressGitVersionWarning\\\\\\\": false,\\\\n \\\\\\\"suppressLineUncommittedWarning\\\\\\\": false,\\\\n \\\\\\\"suppressNoRepositoryWarning\\\\\\\": false\\\\n },\\\\n\\\\n // Git Project Manager\\\\n \\\\\\\"gitProjectManager.baseProjectsFolders\\\\\\\": [\\\\\\\"$HOME/Developer/\\\\\\\"],\\\\n\\\\n // HTML/CSS Class Completion\\\\n \\\\\\\"html-css-class-completion.enableEmmetSupport\\\\\\\": true,\\\\n\\\\n // Intellicode\\\\n \\\\\\\"vsintellicode.modify.editor.suggestSelection\\\\\\\": \\\\\\\"automaticallyOverrodeDefaultValue\\\\\\\",\\\\n\\\\n // Microsoft Edge Tools\\\\n \\\\\\\"vscode-edge-devtools.enableNetwork\\\\\\\": true,\\\\n \\\\\\\"vscode-edge-devtools.headless\\\\\\\": true,\\\\n\\\\n // Multi-command Sequences\\\\n \\\\\\\"multiCommand.commands\\\\\\\": [\\\\n {\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"multiCommand.makeRoom\\\\\\\",\\\\n \\\\\\\"sequence\\\\\\\": [\\\\n \\\\\\\"workbench.action.toggleActivityBarVisibility\\\\\\\",\\\\n \\\\\\\"workbench.action.toggleSidebarVisibility\\\\\\\"\\\\n ]\\\\n }\\\\n ],\\\\n\\\\n // NPM\\\\n \\\\\\\"npm.packageManager\\\\\\\": \\\\\\\"yarn\\\\\\\",\\\\n\\\\n // Prettier\\\\n \\\\\\\"prettier.packageManager\\\\\\\": \\\\\\\"yarn\\\\\\\",\\\\n \\\\\\\"prettier.singleQuote\\\\\\\": true,\\\\n \\\\\\\"prettier.semi\\\\\\\": false,\\\\n\\\\n // Python\\\\n \\\\\\\"python.linting.enabled\\\\\\\": true,\\\\n \\\\\\\"python.linting.pylintEnabled\\\\\\\": true,\\\\n \\\\\\\"python.pythonPath\\\\\\\": \\\\\\\"$HOME/.asdf/installs/python/3.8.5/bin/python3\\\\\\\",\\\\n\\\\n // Settings Sync\\\\n \\\\\\\"sync.autoDownload\\\\\\\": false,\\\\n \\\\\\\"sync.autoUpload\\\\\\\": true,\\\\n \\\\\\\"sync.forceDownload\\\\\\\": false,\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"cab4c72a43f6d2ede536077b0b4f70b9\\\\\\\",\\\\n \\\\\\\"sync.quietSync\\\\\\\": true,\\\\n \\\\\\\"sync.removeExtensions\\\\\\\": false,\\\\n \\\\\\\"sync.syncExtensions\\\\\\\": true,\\\\n\\\\n // Telemetry\\\\n \\\\\\\"telemetry.enableTelemetry\\\\\\\": false,\\\\n\\\\n // Integrated Terminal\\\\n \\\\\\\"terminal.integrated.fontFamily\\\\\\\": \\\\\\\"Inconsolata for Powerline\\\\\\\",\\\\n \\\\\\\"terminal.integrated.fontSize\\\\\\\": 14,\\\\n \\\\\\\"terminal.integrated.shell.osx\\\\\\\": \\\\\\\"zsh\\\\\\\",\\\\n\\\\n // Workbench\\\\n \\\\\\\"workbench.activityBar.visible\\\\\\\": true,\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Night Owl\\\\\\\",\\\\n \\\\\\\"workbench.editor.highlightModifiedTabs\\\\\\\": true,\\\\n \\\\\\\"workbench.editor.showTabs\\\\\\\": true,\\\\n \\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"material-icon-theme\\\\\\\",\\\\n \\\\\\\"workbench.panel.defaultLocation\\\\\\\": \\\\\\\"right\\\\\\\",\\\\n \\\\\\\"workbench.sideBar.location\\\\\\\": \\\\\\\"right\\\\\\\",\\\\n \\\\\\\"workbench.tree.renderIndentGuides\\\\\\\": \\\\\\\"onHover\\\\\\\",\\\\n\\\\n // Window\\\\n \\\\\\\"window.zoomLevel\\\\\\\": 0,\\\\n \\\\\\\"files.exclude\\\\\\\": {\\\\n \\\\\\\"**/.classpath\\\\\\\": true,\\\\n \\\\\\\"**/.project\\\\\\\": true,\\\\n \\\\\\\"**/.settings\\\\\\\": true,\\\\n \\\\\\\"**/.factorypath\\\\\\\": true\\\\n },\\\\n \\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"sonarlint.rules\\\\\\\": {\\\\n \\\\\\\"javascript:S1117\\\\\\\": {\\\\n \\\\\\\"level\\\\\\\": \\\\\\\"off\\\\\\\"\\\\n }\\\\n }\\\\n}\\\"}\"}"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"ref":"0","content":null} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment