Skip to content

Instantly share code, notes, and snippets.

@oceanyeo
Last active December 7, 2022 06:01
Embed
What would you like to do?
Visual Studio Code Settings Sync Gist - MacBook Pro
{"lastUpload":"2022-12-07T06:01:20.498Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "f4f0748b-9f86-461e-84f9-73bf2e1f91c2",
"publisherId": "rogalmic.bash-debug",
"publisherDisplayName": "rogalmic"
},
"name": "bash-debug",
"publisher": "rogalmic",
"version": "0.3.9"
},
{
"metadata": {
"id": "ad9f795e-ccc2-4f72-bce5-ef8892b486e4",
"publisherId": "sashaweiss.bracket-jumper",
"publisherDisplayName": "sashaweiss"
},
"name": "bracket-jumper",
"publisher": "sashaweiss",
"version": "1.1.8"
},
{
"metadata": {
"id": "a6a0c5b2-d078-4bf5-a9ee-4e37054414b3",
"publisherId": "formulahendry.code-runner",
"publisherDisplayName": "formulahendry"
},
"name": "code-runner",
"publisher": "formulahendry",
"version": "0.11.8"
},
{
"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": "cc386f71-a95f-48d7-87ea-707c29758a46",
"publisherId": "vmsynkov.colonize",
"publisherDisplayName": "vmsynkov"
},
"name": "colonize",
"publisher": "vmsynkov",
"version": "2.2.2"
},
{
"metadata": {
"id": "c47db04d-78f4-45b5-a824-73d9f20efc78",
"publisherId": "ginfuru.ginfuru-better-solarized-dark-theme",
"publisherDisplayName": "ginfuru"
},
"name": "ginfuru-better-solarized-dark-theme",
"publisher": "ginfuru",
"version": "0.9.5"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.22.0"
},
{
"metadata": {
"id": "85929697-6cf9-4067-a5b5-d3fa74f53e8e",
"publisherId": "bmalehorn.shell-syntax",
"publisherDisplayName": "bmalehorn"
},
"name": "shell-syntax",
"publisher": "bmalehorn",
"version": "1.0.3"
},
{
"metadata": {
"id": "e4ee7751-6514-4731-9cdb-7580ffa9e70b",
"publisherId": "MS-CEINTL.vscode-language-pack-zh-hans",
"publisherDisplayName": "MS-CEINTL"
},
"name": "vscode-language-pack-zh-hans",
"publisher": "MS-CEINTL",
"version": "1.73.11020948"
},
{
"metadata": {
"id": "d0bce92a-e36a-459d-bb62-1e96eaf29001",
"publisherId": "rogalmic.zsh-debug",
"publisherDisplayName": "rogalmic"
},
"name": "zsh-debug",
"publisher": "rogalmic",
"version": "0.1.3"
}
]
// 将键绑定放在此文件中以覆盖默认值auto[]
[
{
"key": "ctrl+1",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+1",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "alt+cmd+n",
"command": "workbench.action.terminal.runActiveFile"
},
{
"key": "tab",
"command": "selectNextQuickFix",
"when": "editorFocus && quickFixWidgetVisible"
},
{
"key": "shift+tab",
"command": "selectPrevQuickFix",
"when": "editorFocus && quickFixWidgetVisible"
},
{
"key": "tab",
"command": "selectNextSuggestion",
"when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
},
{
"key": "shift+tab",
"command": "selectPrevSuggestion",
"when": "editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible"
},
{
"key": "cmd+down",
"command": "-selectNextSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "cmd+up",
"command": "-selectPrevSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "tab",
"command": "-acceptSelectedSuggestion",
"when": "suggestWidgetVisible && textInputFocus"
},
{
"key": "shift+cmd+p",
"command": "-workbench.action.showCommands"
},
{
"key": "shift+alt+enter",
"command": "colonize.hold",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+enter",
"command": "-colonize.hold",
"when": "editorTextFocus"
},
{
"key": "alt+enter",
"command": "-colonize.newline",
"when": "editorTextFocus"
},
{
"key": "shift+enter",
"command": "colonize.newline",
"when": "editorTextFocus"
},
{
"key": "alt+enter",
"command": "colonize.endline",
"when": "editorTextFocus"
},
{
"key": "shift+enter",
"command": "-colonize.endline",
"when": "editorTextFocus"
}
]
{
"[dart]": {},
"workbench.preferredDarkColorTheme": "Monokai",
"workbench.colorTheme": "Quiet Light",
"git.autofetch": true,
"git.confirmSync": false,
"explorer.confirmDelete": false,
"[shellscript]": {
},
"editor.fontSize": 17,
"editor.fontLigatures": false,
"editor.fontWeight": "400",
"editor.fontFamily": "JetBrains Mono",
"editor.guides.indentation": false,
"editor.cursorBlinking": "solid",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.cursorWidth": 1,
"editor.codeLensFontFamily": "Sarasa Mono SC",
"editor.parameterHints.enabled": true,
"editor.codeLens": false,
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.renderWhitespace": "none",
"editor.formatOnType": true,
"terminal.integrated.fontFamily": "Sarasa Mono SC Nerd",
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontSize": 16,
"terminal.external.osxExec": "kitty.app",
"sync.gist": "a765499c98607eac2d57a9e921df872b",
"sync.autoDownload": true,
"debug.console.fontFamily": "Sarasa Mono SC",
"debug.console.acceptSuggestionOnEnter": "on",
"debug.console.closeOnEnd": true,
"debug.console.historySuggestions": false,
"debug.internalConsoleOptions": "openOnSessionStart",
"debug.console.fontSize": 16,
"typescript.suggest.completeFunctionCalls": false,
"javascript.suggest.completeFunctionCalls": false,
"editor.dragAndDrop": false,
"sync.autoUpload": false,
"code-runner.showRunIconInEditorTitleMenu": false,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"code-runner.saveAllFilesBeforeRun": true,
"code-runner.clearPreviousOutput": true,
"security.workspace.trust.untrustedFiles": "open",
}
{
"constructor": {
"prefix": "con",
"body": "constructor(${1:params}) {\n\t${0}\n}",
"description": "Add default constructor in a class in ES6 syntax"
},
"method": {
"prefix": "met",
"body": "${1:methodName}(${2:params}) {\n\t${0}\n}",
"description": "Creates a method inside a class in ES6 syntax"
},
"propertyGet": {
"prefix": "pge",
"body": "get ${1:propertyName}() {\n\treturn this.${0};\n}",
"description": "Creates a getter property inside a class in ES6 syntax"
},
"propertyset": {
"prefix": "pse",
"body": "set ${1:propertyName}(${2:value}) {\n\t${0};\n}",
"description": "Creates a setter property inside a class in ES6 syntax"
},
}
{
"arrowFunction": {
"prefix": "af",
"body": "() => $0",
"description": "Arrow function (implicit return)"
},
"arrowFunctionWithArguments": {
"prefix": "afa",
"body": "(${1:args}) => $0",
"description": "Arrow function (implicit return) with arguments"
},
"arrowFunctionExplicit": {
"prefix": "afe",
"body": "() => {$0}",
"description": "Arrow function (explicit return)"
},
"arrowFunctionExplicitWithArguments": {
"prefix": "afea",
"body": "(${1:args}) => {$0}",
"description": "Arrow function (explicit return) with arguments"
},
"arrowFunctionWithPromise": {
"prefix": "afp",
"body":"(resolve, reject) => {$0}",
"description": "Arrow function (explicit return) with promise arguments"
},
}
{"ref":"343c196b-df18-45b6-90ef-520753fe9a18","content":"{\"version\":5,\"machineId\":\"d3b21a04-c552-43f0-b48a-ddd35cea94a0\",\"content\":\"[{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.bat\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.clojure\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.coffeescript\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.configuration-editing\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.cpp\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.csharp\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.css-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.dart\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-auto-launch\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.debug-server-ready\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.diff\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.docker\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.emmet\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.extension-editing\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.fsharp\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.git-base\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.0.2\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.go\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.groovy\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.grunt\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.gulp\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.handlebars\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.hlsl\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.html-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.image-preview\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ini\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ipynb\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.jake\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.java\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.javascript\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.json-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.julia\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.latex\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.less\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.log\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.lua\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.make\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-math\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.merge-conflict\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.microsoft-authentication\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug\\\",\\\"uuid\\\":\\\"25629058-ddac-4e17-abba-74678e126c5d\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.69.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.18\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.2\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.builtin-notebook-renderers\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.npm\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.objective-c\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.perl\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.powershell\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.pug\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.python\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.r\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.razor\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.references-view\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.restructuredtext\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ruby\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.rust\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.scss\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.search-result\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shaderlab\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shellscript\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.sql\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.swift\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-abyss\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-defaults\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-kimbie-dark\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai-dimmed\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-quietlight\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-red\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vscode-theme-seti\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-dark\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-solarized-light\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-tomorrow-night-blue\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.typescript-language-features\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.vb\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.xml\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.yaml\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.code-runner\\\",\\\"uuid\\\":\\\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.11.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ginfuru.ginfuru-better-solarized-dark-theme\\\",\\\"uuid\\\":\\\"c47db04d-78f4-45b5-a824-73d9f20efc78\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.9.5\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-ceintl.vscode-language-pack-zh-hans\\\",\\\"uuid\\\":\\\"e4ee7751-6514-4731-9cdb-7580ffa9e70b\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.69.7130921\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"pkief.material-icon-theme\\\",\\\"uuid\\\":\\\"5db78037-f674-459f-a236-db622c427c5b\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"4.22.0\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"material-icon-theme.version\\\":\\\"4.20.0\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"sashaweiss.bracket-jumper\\\",\\\"uuid\\\":\\\"ad9f795e-ccc2-4f72-bce5-ef8892b486e4\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.1.8\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vmsynkov.colonize\\\",\\\"uuid\\\":\\\"cc386f71-a95f-48d7-87ea-707c29758a46\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"2.2.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"rogalmic.zsh-debug\\\",\\\"uuid\\\":\\\"d0bce92a-e36a-459d-bb62-1e96eaf29001\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.1.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.media-preview\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"rogalmic.bash-debug\\\",\\\"uuid\\\":\\\"f4f0748b-9f86-461e-84f9-73bf2e1f91c2\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"0.3.9\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"bmalehorn.shell-syntax\\\",\\\"uuid\\\":\\\"85929697-6cf9-4067-a5b5-d3fa74f53e8e\\\"},\\\"preRelease\\\":false,\\\"version\\\":\\\"1.0.3\\\",\\\"installed\\\":true}]\"}","skippedExtensions":[],"builtinExtensions":[{"id":"vscode.bat"},{"id":"vscode.builtin-notebook-renderers"},{"id":"vscode.clojure"},{"id":"vscode.coffeescript"},{"id":"vscode.configuration-editing"},{"id":"vscode.cpp"},{"id":"vscode.csharp"},{"id":"vscode.css"},{"id":"vscode.css-language-features"},{"id":"vscode.dart"},{"id":"vscode.debug-auto-launch"},{"id":"vscode.debug-server-ready"},{"id":"vscode.diff"},{"id":"vscode.docker"},{"id":"vscode.emmet"},{"id":"vscode.extension-editing"},{"id":"vscode.fsharp"},{"id":"vscode.git"},{"id":"vscode.git-base"},{"id":"vscode.github"},{"id":"vscode.github-authentication"},{"id":"vscode.go"},{"id":"vscode.groovy"},{"id":"vscode.grunt"},{"id":"vscode.gulp"},{"id":"vscode.handlebars"},{"id":"vscode.hlsl"},{"id":"vscode.html"},{"id":"vscode.html-language-features"},{"id":"vscode.ini"},{"id":"vscode.ipynb"},{"id":"vscode.jake"},{"id":"vscode.java"},{"id":"vscode.javascript"},{"id":"vscode.json"},{"id":"vscode.json-language-features"},{"id":"vscode.julia"},{"id":"vscode.latex"},{"id":"vscode.less"},{"id":"vscode.log"},{"id":"vscode.lua"},{"id":"vscode.make"},{"id":"vscode.markdown"},{"id":"vscode.markdown-language-features"},{"id":"vscode.markdown-math"},{"id":"vscode.media-preview"},{"id":"vscode.merge-conflict"},{"id":"vscode.microsoft-authentication"},{"id":"vscode.npm"},{"id":"vscode.objective-c"},{"id":"vscode.perl"},{"id":"vscode.php"},{"id":"vscode.php-language-features"},{"id":"vscode.powershell"},{"id":"vscode.pug"},{"id":"vscode.python"},{"id":"vscode.r"},{"id":"vscode.razor"},{"id":"vscode.references-view"},{"id":"vscode.restructuredtext"},{"id":"vscode.ruby"},{"id":"vscode.rust"},{"id":"vscode.scss"},{"id":"vscode.search-result"},{"id":"vscode.shaderlab"},{"id":"vscode.shellscript"},{"id":"vscode.simple-browser"},{"id":"vscode.sql"},{"id":"vscode.swift"},{"id":"vscode.theme-abyss"},{"id":"vscode.theme-defaults"},{"id":"vscode.theme-kimbie-dark"},{"id":"vscode.theme-monokai"},{"id":"vscode.theme-monokai-dimmed"},{"id":"vscode.theme-quietlight"},{"id":"vscode.theme-red"},{"id":"vscode.theme-solarized-dark"},{"id":"vscode.theme-solarized-light"},{"id":"vscode.theme-tomorrow-night-blue"},{"id":"vscode.typescript"},{"id":"vscode.typescript-language-features"},{"id":"vscode.vb"},{"id":"vscode.vscode-theme-seti"},{"id":"vscode.xml"},{"id":"vscode.yaml"},{"id":"ms-vscode.js-debug","uuid":"25629058-ddac-4e17-abba-74678e126c5d"},{"id":"ms-vscode.js-debug-companion","uuid":"99cb0b7f-7354-4278-b8da-6cc79972169d"},{"id":"ms-vscode.vscode-js-profile-table","uuid":"7e52b41b-71ad-457b-ab7e-0620f1fc4feb"}]}
{"ref":"2f9acc89-fbd0-4686-b344-eb75fbc5a3de","content":"{\"version\":1,\"machineId\":\"d3b21a04-c552-43f0-b48a-ddd35cea94a0\",\"content\":\"{\\\"storage\\\":{\\\"globalState.argv.locale\\\":{\\\"version\\\":1,\\\"value\\\":\\\"en\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs vscode-theme-quietlight-themes-quietlight-color-theme-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Quiet Light\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"Quiet Light\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#333333\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#333333\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.embedded\\\\\\\",\\\\\\\"source.groovy.embedded\\\\\\\",\\\\\\\"string meta.image.inline.markdown\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#AAAAAA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"comment\\\\\\\",\\\\\\\"punctuation.definition.comment\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#AAAAAA\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment.block.preprocessor\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#448C27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"comment.documentation\\\\\\\",\\\\\\\"comment.block.documentation\\\\\\\",\\\\\\\"comment.block.documentation punctuation.definition.comment \\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#cd3131\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#660000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"invalid.illegal\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#777777\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.operator\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword\\\\\\\",\\\\\\\"storage\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7A3E9D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"storage.type\\\\\\\",\\\\\\\"support.type\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.language\\\\\\\",\\\\\\\"support.constant\\\\\\\",\\\\\\\"variable.language\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7A3E9D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"variable\\\\\\\",\\\\\\\"support.variable\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#AA3731\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.function\\\\\\\",\\\\\\\"support.function\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#7A3E9D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"entity.name.type\\\\\\\",\\\\\\\"entity.name.namespace\\\\\\\",\\\\\\\"entity.name.scope-resolution\\\\\\\",\\\\\\\"entity.other.inherited-class\\\\\\\",\\\\\\\"support.class\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#660000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.exception\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.section\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.numeric\\\\\\\",\\\\\\\"constant.character\\\\\\\",\\\\\\\"constant\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#448C27\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#777777\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string.regexp\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.other.symbol\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#777777\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#AAAAAA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.tag.sgml.doctype\\\\\\\",\\\\\\\"meta.tag.sgml.doctype string\\\\\\\",\\\\\\\"meta.tag.sgml.doctype entity.name.tag\\\\\\\",\\\\\\\"meta.tag.sgml punctuation.definition.tag.html\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#91B3E0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.tag\\\\\\\",\\\\\\\"punctuation.definition.tag.html\\\\\\\",\\\\\\\"punctuation.definition.tag.begin.html\\\\\\\",\\\\\\\"punctuation.definition.tag.end.html\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#8190A0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.tag entity.other.attribute-name\\\\\\\",\\\\\\\"entity.other.attribute-name.html\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"constant.character.entity\\\\\\\",\\\\\\\"punctuation.definition.entity\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7A3E9D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.selector\\\\\\\",\\\\\\\"meta.selector entity\\\\\\\",\\\\\\\"meta.selector entity punctuation\\\\\\\",\\\\\\\"entity.name.tag.css\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.property-name\\\\\\\",\\\\\\\"support.type.property-name\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#448C27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.property-value\\\\\\\",\\\\\\\"meta.property-value constant.other\\\\\\\",\\\\\\\"support.constant.property-value\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.important\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.changed\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"strikethrough\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.strikethrough\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#660000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.error\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#000000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.link\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#777777\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.output\\\\\\\",\\\\\\\"markup.raw\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#777777\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.prompt\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#AA3731\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#660000\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.traceback\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"underline\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.underline\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#7A3E9D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.quote\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.list\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#448C27\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.bold\\\\\\\",\\\\\\\"markup.italic\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#434343\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.diff.range\\\\\\\",\\\\\\\"meta.diff.index\\\\\\\",\\\\\\\"meta.separator\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.diff.header.from-file\\\\\\\",\\\\\\\"punctuation.definition.from-file.diff\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#4B69C6\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.diff.header.to-file\\\\\\\",\\\\\\\"punctuation.definition.to-file.diff\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C73D20\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.deleted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#9C5D27\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.changed.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#448C27\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inserted.diff\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#91B3E0\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.tag.js\\\\\\\",\\\\\\\"punctuation.definition.tag.begin.js\\\\\\\",\\\\\\\"punctuation.definition.tag.end.js\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#333333ff\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.jsx.children.js\\\\\\\"}],\\\\\\\"semanticTokenRules\\\\\\\":[],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"vscode.theme-quietlight\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":true,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"theme-quietlight\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"vscode\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":true,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#a6b39b\\\\\\\",\\\\\\\"pickerGroup.foreground\\\\\\\":\\\\\\\"#a6b39b\\\\\\\",\\\\\\\"pickerGroup.border\\\\\\\":\\\\\\\"#749351\\\\\\\",\\\\\\\"list.activeSelectionForeground\\\\\\\":\\\\\\\"#6c6c6c\\\\\\\",\\\\\\\"quickInputList.focusBackground\\\\\\\":\\\\\\\"#cadeb9\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#e0e0e0\\\\\\\",\\\\\\\"list.activeSelectionBackground\\\\\\\":\\\\\\\"#c4d9b1\\\\\\\",\\\\\\\"list.inactiveSelectionBackground\\\\\\\":\\\\\\\"#d3dbcd\\\\\\\",\\\\\\\"list.highlightForeground\\\\\\\":\\\\\\\"#9769dc\\\\\\\",\\\\\\\"selection.background\\\\\\\":\\\\\\\"#c9d0d9\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#f5f5f5\\\\\\\",\\\\\\\"editorWhitespace.foreground\\\\\\\":\\\\\\\"#aaaaaa\\\\\\\",\\\\\\\"editor.lineHighlightBackground\\\\\\\":\\\\\\\"#e4f6d4\\\\\\\",\\\\\\\"editorLineNumber.activeForeground\\\\\\\":\\\\\\\"#9769dc\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#c9d0d9\\\\\\\",\\\\\\\"minimap.selectionHighlight\\\\\\\":\\\\\\\"#c9d0d9\\\\\\\",\\\\\\\"panel.background\\\\\\\":\\\\\\\"#f5f5f5\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#f2f2f2\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#ede8ef\\\\\\\",\\\\\\\"editorLineNumber.foreground\\\\\\\":\\\\\\\"#6d705b\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#54494b\\\\\\\",\\\\\\\"inputOption.activeBorder\\\\\\\":\\\\\\\"#adafb7\\\\\\\",\\\\\\\"dropdown.background\\\\\\\":\\\\\\\"#f5f5f5\\\\\\\",\\\\\\\"editor.findMatchBackground\\\\\\\":\\\\\\\"#bf9cac\\\\\\\",\\\\\\\"editor.findMatchHighlightBackground\\\\\\\":\\\\\\\"#edc9d8\\\\\\\",\\\\\\\"peekViewEditor.matchHighlightBackground\\\\\\\":\\\\\\\"#c2dfe3\\\\\\\",\\\\\\\"peekViewTitle.background\\\\\\\":\\\\\\\"#f2f8fc\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#f2f8fc\\\\\\\",\\\\\\\"peekViewResult.background\\\\\\\":\\\\\\\"#f2f8fc\\\\\\\",\\\\\\\"peekView.border\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"peekViewResult.matchHighlightBackground\\\\\\\":\\\\\\\"#93c6d6\\\\\\\",\\\\\\\"tab.lastPinnedBorder\\\\\\\":\\\\\\\"#c9d0d9\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"welcomePage.tileBackground\\\\\\\":\\\\\\\"#f0f0f7\\\\\\\",\\\\\\\"statusBar.noFolderBackground\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"statusBar.debuggingBackground\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"statusBarItem.remoteBackground\\\\\\\":\\\\\\\"#4e3c69\\\\\\\",\\\\\\\"ports.iconRunningProcessForeground\\\\\\\":\\\\\\\"#749351\\\\\\\",\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#ededf5\\\\\\\",\\\\\\\"activityBar.foreground\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#c4b7d7\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"editorGroup.dropBackground\\\\\\\":\\\\\\\"#c9d0d988\\\\\\\",\\\\\\\"inputValidation.infoBorder\\\\\\\":\\\\\\\"#4ec1e5\\\\\\\",\\\\\\\"inputValidation.infoBackground\\\\\\\":\\\\\\\"#f2fcff\\\\\\\",\\\\\\\"inputValidation.warningBackground\\\\\\\":\\\\\\\"#fffee2\\\\\\\",\\\\\\\"inputValidation.warningBorder\\\\\\\":\\\\\\\"#ffe055\\\\\\\",\\\\\\\"inputValidation.errorBackground\\\\\\\":\\\\\\\"#ffeaea\\\\\\\",\\\\\\\"inputValidation.errorBorder\\\\\\\":\\\\\\\"#f1897f\\\\\\\",\\\\\\\"errorForeground\\\\\\\":\\\\\\\"#f1897f\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#705697aa\\\\\\\",\\\\\\\"progressBar.background\\\\\\\":\\\\\\\"#705697\\\\\\\",\\\\\\\"walkThrough.embeddedEditorBackground\\\\\\\":\\\\\\\"#00000014\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#aaaaaa60\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#777777b0\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"workbench.panel.repl.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl.view\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.panel.pinnedPanels\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.markers\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Problems\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":0,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.output\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Output\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":1,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":5},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"jsExcludedCallers\\\\\\\",\\\\\\\"isHidden\\\\\\\":false,\\\\\\\"order\\\\\\\":7}]\\\"},\\\"memento/gettingStartedService\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"installGit\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"commandPaletteTask\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"commandPaletteTaskWeb\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"pickColorTheme\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"pickColorThemeWeb\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"pickAFolderTask-Mac\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"settings\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"splitview\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"shortcuts\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"settingsSync\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"settingsSyncWeb\\\\\\\":{\\\\\\\"done\\\\\\\":true}}\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"extension.resetSettings\\\\\\\",\\\\\\\"value\\\\\\\":1},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":3},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":5},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openRawDefaultSettings\\\\\\\",\\\\\\\"value\\\\\\\":7},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSettingsJson\\\\\\\",\\\\\\\"value\\\\\\\":12}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"13\\\"},\\\"workbench.panel.alignment\\\":{\\\"version\\\":1,\\\"value\\\":\\\"center\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.editSessions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"workbench.statusbar.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"status.workspaceTrust.1658878237572\\\\\\\",\\\\\\\"status.workspaceTrust.168a5de515ff0bdf5ad63e2eeac6ceca\\\\\\\",\\\\\\\"status.workspaceTrust.1659327943248\\\\\\\",\\\\\\\"status.workspaceTrust.1668594594266\\\\\\\",\\\\\\\"status.workspaceTrust.6750209cc89dc918dfaae8b2f72c1b6f\\\\\\\",\\\\\\\"status.workspaceTrust.1669949664558\\\\\\\",\\\\\\\"status.workspaceTrust.1669949691219\\\\\\\",\\\\\\\"status.workspaceTrust.798faa6730dab7f58e23879f4a7e1d6d\\\\\\\",\\\\\\\"status.workspaceTrust.505448672d5a94fbe5d6d864653453ae\\\\\\\",\\\\\\\"status.workspaceTrust.fc87b4f0e1851131f8826fb7aab3809c\\\\\\\",\\\\\\\"status.workspaceTrust.9c2ec21cfd8a475e5e3363f31d817d63\\\\\\\"]\\\"},\\\"ces/skipSurvey\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.69.2\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.enabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.disabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.marketplace\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchInstalled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchEnabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchDisabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchOutdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchBuiltin\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinFeatureExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinThemeExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.deprecatedExtensions\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchRecentlyUpdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"5\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Sep 08 2022\\\"},\\\"memento/workbench.editor.keybindings\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"searchHistory\\\\\\\":[\\\\\\\"line en\\\\\\\",\\\\\\\"line end\\\\\\\",\\\\\\\"run\\\\\\\",\\\\\\\"run code\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"Control+Option+N\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+enter\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+enter f8\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f8 f8\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f8\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f8 ctrl+alt\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f8 ctrl+alt+n\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+alt+n\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+alt+n backspace\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"cur\\\\\\\",\\\\\\\"right cursor\\\\\\\",\\\\\\\"cursor\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f5\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"start\\\\\\\",\\\\\\\"start de\\\\\\\",\\\\\\\"start debug\\\\\\\"]}\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sat Dec 03 2022\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Dec 07 2022\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Dec 07 2022\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Dec 07 2022\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Wed Dec 07 2022\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"12\\\"},\\\"snippets.usageTimestamps\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[[\\\\\\\"snippets/javascript.code-snippets/For-In Loop\\\\\\\",1662026007926],[\\\\\\\"snippets/javascript.code-snippets/For Loop\\\\\\\",1662026013094],[\\\\\\\"class helpers.code-snippets/constructor\\\\\\\",1662026648383],[\\\\\\\"snippets/javascript.code-snippets/Log to the console\\\\\\\",1662710521235]]\\\"},\\\"workbench.welcomePage.walkthroughMetadata\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[[\\\\\\\"vscode.typescript-language-features#nodejsWelcome\\\\\\\",{\\\\\\\"firstSeen\\\\\\\":1669717543280,\\\\\\\"stepIDs\\\\\\\":[\\\\\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\\\\\",\\\\\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\\\\\",\\\\\\\"walkthroughs.nodejsWelcome.makeJsFile\\\\\\\",\\\\\\\"walkthroughs.nodejsWelcome.debugJsFile\\\\\\\",\\\\\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\\\\\"],\\\\\\\"manaullyOpened\\\\\\\":false}]]\\\"},\\\"settingsEditor2.splitViewWidth\\\":{\\\"version\\\":1,\\\"value\\\":\\\"266\\\"},\\\"workbench.view.sync.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.conflicts\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.remoteActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.machines\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.localActivity\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.troubleshoot\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.73.1\\\"}}}\"}"}
{"ref":"b58d227f-2f11-4d3f-b9a1-ac292be7fd78","content":"{\"version\":2,\"machineId\":\"d3b21a04-c552-43f0-b48a-ddd35cea94a0\",\"content\":\"{\\\"mac\\\":\\\"// 将键绑定放在此文件中以覆盖默认值auto[]\\\\n[\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+1\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.focus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+1\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.focusActiveEditorGroup\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.runActiveFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"selectNextQuickFix\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus && quickFixWidgetVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+tab\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"selectPrevQuickFix\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus && quickFixWidgetVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"selectNextSuggestion\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+tab\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"selectPrevSuggestion\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && suggestWidgetMultipleSuggestions && suggestWidgetVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+down\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-selectNextSuggestion\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+up\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-selectPrevSuggestion\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"tab\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-acceptSelectedSuggestion\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"suggestWidgetVisible && textInputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+p\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.showCommands\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"colonize.hold\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-colonize.hold\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-colonize.newline\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"colonize.newline\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"colonize.endline\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+enter\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-colonize.endline\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n }\\\\n]\\\"}\"}","platformSpecific":true}
{"ref":"784b9f90-ef43-4aab-8979-f2f9a5274c2a","content":"{\"version\":2,\"machineId\":\"d3b21a04-c552-43f0-b48a-ddd35cea94a0\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"[dart]\\\\\\\": {},\\\\n \\\\\\\"workbench.preferredDarkColorTheme\\\\\\\": \\\\\\\"Monokai\\\\\\\",\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Quiet Light\\\\\\\",\\\\n \\\\\\\"git.autofetch\\\\\\\": true,\\\\n \\\\\\\"git.confirmSync\\\\\\\": false,\\\\n \\\\\\\"explorer.confirmDelete\\\\\\\": false,\\\\n \\\\\\\"[shellscript]\\\\\\\": {\\\\n \\\\n },\\\\n \\\\\\\"editor.fontSize\\\\\\\": 17,\\\\n \\\\\\\"editor.fontLigatures\\\\\\\": false,\\\\n \\\\\\\"editor.fontWeight\\\\\\\": \\\\\\\"400\\\\\\\",\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"JetBrains Mono\\\\\\\",\\\\n \\\\\\\"editor.guides.indentation\\\\\\\": false,\\\\n \\\\\\\"editor.cursorBlinking\\\\\\\": \\\\\\\"solid\\\\\\\",\\\\n \\\\\\\"editor.acceptSuggestionOnCommitCharacter\\\\\\\": false,\\\\n \\\\\\\"editor.cursorWidth\\\\\\\": 1,\\\\n \\\\\\\"editor.codeLensFontFamily\\\\\\\": \\\\\\\"Sarasa Mono SC\\\\\\\",\\\\n \\\\\\\"editor.parameterHints.enabled\\\\\\\": true,\\\\n \\\\\\\"editor.codeLens\\\\\\\": false,\\\\n \\\\\\\"editor.gotoLocation.multipleTypeDefinitions\\\\\\\": \\\\\\\"goto\\\\\\\",\\\\n \\\\\\\"editor.gotoLocation.multipleDefinitions\\\\\\\": \\\\\\\"goto\\\\\\\",\\\\n \\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"editor.formatOnType\\\\\\\": true,\\\\n\\\\n \\\\\\\"terminal.integrated.fontFamily\\\\\\\": \\\\\\\"Sarasa Mono SC Nerd\\\\\\\",\\\\n \\\\\\\"terminal.integrated.cursorStyle\\\\\\\": \\\\\\\"underline\\\\\\\",\\\\n \\\\\\\"terminal.integrated.fontSize\\\\\\\": 16,\\\\n \\\\\\\"terminal.external.osxExec\\\\\\\": \\\\\\\"kitty.app\\\\\\\",\\\\n\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"a765499c98607eac2d57a9e921df872b\\\\\\\",\\\\n \\\\\\\"sync.autoDownload\\\\\\\": true,\\\\n\\\\n\\\\n \\\\\\\"debug.console.fontFamily\\\\\\\": \\\\\\\"Sarasa Mono SC\\\\\\\",\\\\n \\\\\\\"debug.console.acceptSuggestionOnEnter\\\\\\\": \\\\\\\"on\\\\\\\",\\\\n \\\\\\\"debug.console.closeOnEnd\\\\\\\": true,\\\\n \\\\\\\"debug.console.historySuggestions\\\\\\\": false,\\\\n \\\\\\\"debug.internalConsoleOptions\\\\\\\": \\\\\\\"openOnSessionStart\\\\\\\",\\\\n \\\\\\\"debug.console.fontSize\\\\\\\": 16,\\\\n\\\\n \\\\\\\"typescript.suggest.completeFunctionCalls\\\\\\\": false,\\\\n \\\\\\\"javascript.suggest.completeFunctionCalls\\\\\\\": false,\\\\n \\\\\\\"editor.dragAndDrop\\\\\\\": false,\\\\n \\\\\\\"sync.autoUpload\\\\\\\": false,\\\\n \\\\n \\\\\\\"code-runner.showRunIconInEditorTitleMenu\\\\\\\": false,\\\\n \\\\\\\"code-runner.runInTerminal\\\\\\\": true,\\\\n \\\\\\\"code-runner.saveFileBeforeRun\\\\\\\": true,\\\\n \\\\\\\"code-runner.saveAllFilesBeforeRun\\\\\\\": true,\\\\n \\\\\\\"code-runner.clearPreviousOutput\\\\\\\": true,\\\\n \\\\\\\"security.workspace.trust.untrustedFiles\\\\\\\": \\\\\\\"open\\\\\\\",\\\\n\\\\n}\\\"}\"}"}
{"ref":"c2d133f7-9292-42ec-b847-40bc3f7ceb81","content":"{\"version\":1,\"machineId\":\"d3b21a04-c552-43f0-b48a-ddd35cea94a0\",\"content\":\"{\\\"class helpers.code-snippets\\\":\\\"{\\\\n\\\\t\\\\\\\"constructor\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"con\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"constructor(${1:params}) {\\\\\\\\n\\\\\\\\t${0}\\\\\\\\n}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Add default constructor in a class in ES6 syntax\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"method\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"met\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"${1:methodName}(${2:params}) {\\\\\\\\n\\\\\\\\t${0}\\\\\\\\n}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Creates a method inside a class in ES6 syntax\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"propertyGet\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"pge\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"get ${1:propertyName}() {\\\\\\\\n\\\\\\\\treturn this.${0};\\\\\\\\n}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Creates a getter property inside a class in ES6 syntax\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"propertyset\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"pse\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"set ${1:propertyName}(${2:value}) {\\\\\\\\n\\\\\\\\t${0};\\\\\\\\n}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Creates a setter property inside a class in ES6 syntax\\\\\\\"\\\\n\\\\t},\\\\n}\\\",\\\"fast arrow function.code-snippets\\\":\\\"{\\\\n\\\\t\\\\\\\"arrowFunction\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"af\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"() => $0\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Arrow function (implicit return)\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"arrowFunctionWithArguments\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"afa\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"(${1:args}) => $0\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Arrow function (implicit return) with arguments\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"arrowFunctionExplicit\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"afe\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"() => {$0}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Arrow function (explicit return)\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"arrowFunctionExplicitWithArguments\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"afea\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\": \\\\\\\"(${1:args}) => {$0}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Arrow function (explicit return) with arguments\\\\\\\"\\\\n\\\\t},\\\\n\\\\t\\\\\\\"arrowFunctionWithPromise\\\\\\\": {\\\\n\\\\t\\\\t\\\\\\\"prefix\\\\\\\": \\\\\\\"afp\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"body\\\\\\\":\\\\\\\"(resolve, reject) => {$0}\\\\\\\",\\\\n\\\\t\\\\t\\\\\\\"description\\\\\\\": \\\\\\\"Arrow function (explicit return) with promise arguments\\\\\\\"\\\\n\\\\t},\\\\n}\\\\n\\\"}\"}"}
{"ref":"0","content":null}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment