Skip to content

Instantly share code, notes, and snippets.

@harrytran998
Last active October 17, 2021 15:42
Show Gist options
  • Save harrytran998/c1ad7ff7bd3f9c15011f3d49aa9710ea to your computer and use it in GitHub Desktop.
Save harrytran998/c1ad7ff7bd3f9c15011f3d49aa9710ea to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
[
{
"metadata": {
"id": "a37a3289-9175-4409-968e-a73e43095912",
"publisherId": "DaltonMenezes.aura-theme",
"publisherDisplayName": "DaltonMenezes"
},
"name": "aura-theme",
"publisher": "DaltonMenezes",
"version": "2.0.2"
},
{
"metadata": {
"id": "6e440e71-8ed9-4f25-bb78-4b13096b8a03",
"publisherId": "formulahendry.auto-rename-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-rename-tag",
"publisher": "formulahendry",
"version": "0.1.9"
},
{
"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": "9d8c32ab-354c-4daf-a9bf-20b633734435",
"publisherId": "usernamehw.errorlens",
"publisherDisplayName": "usernamehw"
},
"name": "errorlens",
"publisher": "usernamehw",
"version": "3.4.0"
},
{
"metadata": {
"id": "e55376f2-3b3e-4916-8dbf-34df2fce687b",
"publisherId": "drKnoxy.eslint-disable-snippets",
"publisherDisplayName": "drKnoxy"
},
"name": "eslint-disable-snippets",
"publisher": "drKnoxy",
"version": "1.3.0"
},
{
"metadata": {
"id": "f0c5397b-d357-4197-99f0-cb4202f22818",
"publisherId": "ms-vscode-remote.remote-wsl",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.58.2"
},
{
"metadata": {
"id": "45bfc9eb-5e03-487f-bffe-315fa6881d6a",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "33.2.2"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "11.6.0"
},
{
"metadata": {
"id": "97a08c5f-6667-4242-a5c5-045dfb6bd4b9",
"publisherId": "wayou.vscode-todo-highlight",
"publisherDisplayName": "wayou"
},
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
}
]
// Place your key bindings in this file to override the defaults
[
{
"key": "alt+shift+n",
"command": "-workbench.action.newWindow"
},
{
"key": "shift+alt+n",
"command": "explorer.newFolder"
},
{
"key": "alt+n",
"command": "-workbench.action.files.newUntitledFile"
},
{
"key": "alt+n",
"command": "explorer.newFile"
},
{
"key": "alt+shift+i",
"command": "editor.action.sourceAction",
"args": {
"kind": "source.addMissingImports",
"apply": "first"
}
},
{
"key": "ctrl+r",
"command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker",
"when": "inQuickOpen && inRecentFilesPicker"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "-workbench.action.reloadWindow",
"when": "isDevelopment"
},
{
"key": "ctrl+r",
"command": "editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f2",
"command": "-editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+r",
"command": "renameFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
},
{
"key": "f2",
"command": "-renameFile",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
},
{
"key": "ctrl+r",
"command": "debug.renameWatchExpression",
"when": "watchExpressionsFocused"
},
{
"key": "f2",
"command": "-debug.renameWatchExpression",
"when": "watchExpressionsFocused"
},
{
"key": "ctrl+k ctrl+i",
"command": "-editor.action.showHover",
"when": "editorTextFocus"
},
{
"key": "ctrl+alt+h",
"command": "editor.action.showHover"
},
{
"key": "ctrl+alt+h",
"command": "editor.debug.action.showDebugHover",
"when": "editorTextFocus && inDebugMode"
},
{
"key": "crtl+k crtl+i",
"command": "-editor.debug.action.showDebugHover",
"when": "editorTextFocus && inDebugMode"
},
{
"key": "shift+alt+e",
"command": "workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
},
{
"key": "ctrl+shift+e",
"command": "-workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
},
{
"key": "shift+alt+p",
"command": "workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "ctrl+shift+e",
"command": "-workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "shift+alt+x",
"command": "workbench.view.extensions",
"when": "viewContainer.workbench.view.extensions.enabled"
},
{
"key": "ctrl+shift+x",
"command": "-workbench.view.extensions",
"when": "viewContainer.workbench.view.extensions.enabled"
},
{
"key": "shift+alt+d",
"command": "-extension.downloadSettings"
},
{
"key": "shift+capslock shift+d",
"command": "turboConsoleLog.deleteAllLogMessages"
},
{
"key": "shift+alt+d",
"command": "-turboConsoleLog.deleteAllLogMessages"
},
{
"key": "shift+alt+d",
"command": "workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "shift+alt+n",
"command": "fileutils.newFolder",
"when": "editorTextFocus"
},
{
"key": "alt+d",
"command": "editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "ctrl+d",
"command": "-editor.action.addSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "shift+alt+k",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "shift+win+o",
"command": "editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+alt+o",
"command": "-editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+alt+o",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "shift+alt+l",
"command": "selectAllSearchEditorMatches",
"when": "inSearchEditor"
},
{
"key": "ctrl+shift+l",
"command": "-selectAllSearchEditorMatches",
"when": "inSearchEditor"
},
{
"key": "shift+alt+l",
"command": "editor.action.selectHighlights",
"when": "editorFocus"
},
{
"key": "ctrl+shift+l",
"command": "-editor.action.selectHighlights",
"when": "editorFocus"
},
{
"key": "shift+alt+l",
"command": "addCursorsAtSearchResults",
"when": "fileMatchOrMatchFocus && searchViewletVisible"
},
{
"key": "ctrl+shift+l",
"command": "-addCursorsAtSearchResults",
"when": "fileMatchOrMatchFocus && searchViewletVisible"
},
{
"key": "alt+g",
"command": "workbench.action.gotoLine"
},
{
"key": "ctrl+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "alt+/",
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+/",
"command": "-editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+p",
"command": "workbench.action.showCommands"
},
{
"key": "ctrl+shift+p",
"command": "-workbench.action.showCommands"
},
{
"key": "ctrl+shift+p",
"command": "-workbench.action.quickOpenNavigatePreviousInFilePicker",
"when": "inFilesPicker && inQuickOpen"
},
{
"key": "alt+j",
"command": "workbench.action.togglePanel"
},
{
"key": "ctrl+j",
"command": "-workbench.action.togglePanel"
},
{
"key": "alt+\\",
"command": "workbench.action.splitEditor"
},
{
"key": "ctrl+\\",
"command": "-workbench.action.splitEditor"
},
{
"key": "alt+\\",
"command": "workbench.action.terminal.split",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+shift+5",
"command": "-workbench.action.terminal.split",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "alt+c",
"command": "-toggleFindCaseSensitive",
"when": "editorFocus"
},
{
"key": "alt+c",
"command": "-toggleSearchCaseSensitive",
"when": "searchViewletFocus"
},
{
"key": "alt+c",
"command": "editor.action.clipboardCopyAction"
},
{
"key": "ctrl+c",
"command": "-editor.action.clipboardCopyAction"
},
{
"key": "alt+c",
"command": "workbench.action.terminal.copySelection",
"when": "terminalFocus && terminalProcessSupported && terminalTextSelected"
},
{
"key": "ctrl+c",
"command": "-workbench.action.terminal.copySelection",
"when": "terminalFocus && terminalProcessSupported && terminalTextSelected"
},
{
"key": "alt+v",
"command": "editor.action.clipboardPasteAction"
},
{
"key": "ctrl+v",
"command": "-editor.action.clipboardPasteAction"
},
{
"key": "alt+v",
"command": "workbench.action.terminal.paste",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "ctrl+v",
"command": "-workbench.action.terminal.paste",
"when": "terminalFocus && terminalProcessSupported"
},
{
"key": "alt+v",
"command": "filesExplorer.paste",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
},
{
"key": "ctrl+v",
"command": "-filesExplorer.paste",
"when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus"
},
{
"key": "alt+v",
"command": "markdown.extension.editing.paste",
"when": "editorHasSelection && editorTextFocus && editorLangId == 'markdown'"
},
{
"key": "ctrl+v",
"command": "-markdown.extension.editing.paste",
"when": "editorHasSelection && editorTextFocus && editorLangId == 'markdown'"
},
{
"key": "alt+z",
"command": "-editor.action.toggleWordWrap"
},
{
"key": "alt+z",
"command": "-workbench.action.terminal.sizeToContentWidth",
"when": "terminalFocus && terminalIsOpen && terminalProcessSupported"
},
{
"key": "alt+z",
"command": "undo"
},
{
"key": "ctrl+z",
"command": "-undo"
},
{
"key": "shift+alt+z",
"command": "redo"
},
{
"key": "ctrl+shift+z",
"command": "-redo"
},
{
"key": "alt+s",
"command": "-gitlens.showQuickRepoStatus",
"when": "!gitlens:disabled && config.gitlens.keymap == 'alternate'"
},
{
"key": "alt+s",
"command": "-markdown.extension.editing.toggleStrikethrough",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'markdown'"
},
{
"key": "alt+s",
"command": "workbench.action.files.save"
},
{
"key": "ctrl+s",
"command": "-workbench.action.files.save"
},
{
"key": "alt+win+s",
"command": "saveAll"
},
{
"key": "ctrl+k s",
"command": "-saveAll"
},
{
"key": "alt+win+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "alt+win+s",
"command": "workbench.action.files.saveFiles"
}
]
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+r",
"command": "workbench.action.reloadWindow",
"when": "isDevelopment"
},
{
"key": "ctrl+space",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "shift+cmd+a shift+cmd+i",
"command": "bracket-pair-colorizer.expandBracketSelection"
},
{
"key": "cmd+s",
"command": "workbench.action.files.save"
},
{
"key": "cmd+t",
"command": "-workbench.action.showAllSymbols"
},
{
"key": "shift+cmd+s",
"command": "editor.action.showHover",
"when": "editorTextFocus"
},
{
"key": "cmd+k cmd+i",
"command": "-editor.action.showHover",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+alt+l",
"command": "bookmarks.list"
},
{
"key": "ctrl+shift+alt+a",
"command": "bookmarks.listFromAllFiles"
},
{
"key": "shift+cmd+b",
"command": "bookmarksExplorer.focus"
},
{
"key": "ctrl+alt+.",
"command": "editor.action.sourceAction",
"args": {
"kind": "source.addMissingImports",
"apply": "first"
}
},
{
"key": "shift+cmd+n",
"command": "-workbench.action.newWindow"
},
{
"key": "shift+cmd+n",
"command": "explorer.newFolder"
},
{
"key": "cmd+n",
"command": "-workbench.action.files.newUntitledFile"
},
{
"key": "cmd+n",
"command": "explorer.newFile"
},
{
"key": "ctrl+r",
"command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker",
"when": "inQuickOpen && inRecentFilesPicker"
},
{
"key": "ctrl+r",
"command": "-workbench.action.openRecent"
},
{
"key": "ctrl+r",
"command": "editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f2",
"command": "-editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+cmd+\\",
"command": "workbench.action.debug.restart",
"when": "inDebugMode"
},
{
"key": "shift+cmd+f5",
"command": "-workbench.action.debug.restart",
"when": "inDebugMode"
},
{
"key": "ctrl+shift+cmd+g",
"command": "gitlens.toggleFileBlame",
"when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /blameable/"
},
{
"key": "alt+b",
"command": "-gitlens.toggleFileBlame",
"when": "editorTextFocus && config.gitlens.keymap == 'alternate' && gitlens:activeFileStatus =~ /blameable/"
},
{
"key": "ctrl+shift+cmd+g",
"command": "gitlens.toggleFileBlame",
"when": "editorTextFocus && config.gitlens.keymap == 'chorded' && gitlens:activeFileStatus =~ /blameable/"
},
{
"key": "alt+cmd+g b",
"command": "-gitlens.toggleFileBlame",
"when": "editorTextFocus && config.gitlens.keymap == 'chorded' && gitlens:activeFileStatus =~ /blameable/"
},
{
"key": "alt+cmd+s",
"command": "editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+alt+o",
"command": "-editor.action.organizeImports",
"when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)source\\.organizeImports\\b/"
},
{
"key": "shift+alt+h",
"command": "-editor.showCallHierarchy",
"when": "editorHasCallHierarchyProvider && editorTextFocus && !inReferenceSearchEditor"
},
{
"key": "shift+alt+h",
"command": "-editor.showIncomingCalls",
"when": "callHierarchyVisible && callHierarchyDirection == 'outgoingCalls'"
},
{
"key": "shift+alt+h",
"command": "-editor.showOutgoingCalls",
"when": "callHierarchyVisible && callHierarchyDirection == 'incomingCalls'"
},
{
"key": "shift+alt+h",
"command": "-references-view.showCallHierarchy",
"when": "editorHasCallHierarchyProvider"
},
{
"key": "shift+alt+h",
"command": "-gitlens.showQuickRepoHistory",
"when": "!gitlens:disabled && config.gitlens.keymap == 'alternate'"
},
{
"key": "shift+alt+h",
"command": "gitlens.views.commits.setMyCommitsOnlyOn"
},
{
"key": "alt+cmd+s",
"command": "workbench.action.files.saveFiles"
},
{
"key": "alt+cmd+s",
"command": "workbench.action.files.saveAll"
},
{
"key": "ctrl+shift+cmd+o",
"command": "editor.emmet.action.balanceOut"
},
{
"key": "ctrl+shift+cmd+i",
"command": "editor.emmet.action.balanceIn"
}
]
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"tab.activeBorder": "#42A5F5",
"list.activeSelectionBackground": "#42A5F5",
"list.inactiveSelectionForeground": "#42A5F5",
"editor.selectionBackground": "#1E40AF"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"workbench.sideBar.location": "left",
"workbench.startupEditor": "none",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.showTabs": true,
"window.nativeTabs": false,
"explorer.confirmDelete": false,
"explorer.decorations.badges": false,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "Hack",
"editor.bracketPairColorization.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.snippetSuggestions": "inline",
"editor.suggestSelection": "first",
"editor.renderWhitespace": "none",
"editor.linkedEditing": true,
"editor.rulers": [100],
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.lineNumbers": "on",
"editor.lineHeight": 16,
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.formatOnPaste": false,
"editor.mouseWheelZoom": false,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "expand",
"editor.acceptSuggestionOnEnter": "on",
"editor.fontFamily": "Hack",
"editor.semanticHighlighting.enabled": "configuredByTheme",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false,
"source.addMissingImports": true
},
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 100,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.mouseWheelScrollSensitivity": 0.75,
"editor.quickSuggestions": {
"other": true,
"strings": true,
"comments": false
},
"editor.tabCompletion": "on",
"editor.multiCursorModifier": "ctrlCmd",
"editor.tokenColorCustomizations": {
"[Material Theme Palenight]": {
"textMateRules": [
{
"scope": ["comment", "comment punctuation.definition.comment"],
"settings": {
"foreground": "#FFDF7D"
}
}
],
"keywords": "#76E4F7",
"types": "#3EA76A"
}
},
"screencastMode.fontSize": 30,
"screencastMode.verticalOffset": 10,
"zenMode.hideLineNumbers": false,
"breadcrumbs.enabled": true,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.printWidth": 100,
"prettier.trailingComma": "all",
"eslint.packageManager": "yarn",
"eslint.validate": ["html", "vue", "react", "javascript", "typescript", "javascriptreact"],
"eslint.options": {
"extensions": [".html", ".js", ".vue", ".ts"]
},
"vetur.experimental.templateInterpolationService": false,
"vetur.useWorkspaceDependencies": true,
"vetur.validation.interpolation": false,
"vetur.validation.templateProps": false,
"vetur.validation.script": true,
"vetur.validation.template": false,
"vetur.completion.autoImport": true,
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.format.defaultFormatter.ts": "prettier-tslint",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"semi": false,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all"
}
},
"search.exclude": {
"pacakges/**/dist": true,
"dist": true,
"out": true,
"**/.nuxt": true,
"**/coverge": true,
"node_modules": true,
"**/node_modules": true,
"**/yarn.lock": true,
"pnpm-lock.yaml": true,
"**/*.code-search": true,
"**/**/node_modules": true,
"**/bower_components": true,
// "ios": true,
".yarn": true,
"**/dist": true,
"android": true,
"fastlane": true,
"build": true,
".idea": true,
".dart_tool": true,
".flutter-plugins": true,
".flutter-plugins-dependencies": true,
".packages": true
},
"files.exclude": {
"packages/chart-widget": true,
"packages/hooks": true,
"packages/mqtt-worker": true,
// "packages/*/dist": true,
"packages/test-utils": true,
// "packages/ui": true,
// "packages/utils": true,
"packages/icons": true,
"cypress": true,
"docker": true,
".yarn": true,
".githooks": true,
"packages/vite-plugin-runtime-env": true,
"packages/types": true,
"public/tradingview-lib": true,
"packages/tradingview-lib": true,
"packages/web/stats.html": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/coverage": true,
"node_modules": true,
"**/node_modules": true,
// "**/dist": true,
".yarn/cache": true,
".yarn/build-state.yml": true,
".yarn/install-state.gz": true,
".yarn/plugins": true,
".yarn/releases": true,
".yarn/version": true,
".run": true,
"helm": true,
"android": true,
"fastlane": true,
".idea": true,
".dart_tool": true,
".flutter-plugins": true,
".flutter-plugins-dependencies": true,
".packages": true
},
"sync.forceUpload": false,
"sync.forceDownload": false,
"sync.autoUpload": false,
"sync.autoDownload": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"turboConsoleLog.addSemicolonInTheEnd": false,
"turboConsoleLog.quote": "'",
"turboConsoleLog.wrapLogMessage": false,
"turboConsoleLog.insertEnclosingClass": false,
"turboConsoleLog.insertEnclosingFunction": true,
"turboConsoleLog.includeFileNameAndLineNum": false,
"turboConsoleLog.logMessagePrefix": "",
"turboConsoleLog.delimiterInsideMessage": " 👻 ",
"vsicons.dontShowNewVersionMessage": true,
"extensions.ignoreRecommendations": true,
"errorLens.enabledDiagnosticLevels": ["error", "hint"],
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.accessibilitySupport": "off",
"cSpell.userWords": [
"camelcase",
"codegen",
"demonslight",
"Dependabot",
"entradex",
"execpath",
"harrytran",
"nocheck",
"Parens",
"patreon",
"pnpm",
"postcss",
"sveltejs",
"tailwindcss",
"testid",
"typecheck",
"vdom",
"yarnpkg"
],
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"windicss.enableCodeCompletion": false,
"jestRunIt.runTestLabel": "Party 👻",
"jestRunIt.debugTestLabel": "Debug 🚀",
"sync.gist": "c1ad7ff7bd3f9c15011f3d49aa9710ea",
"security.workspace.trust.untrustedFiles": "newWindow",
"redhat.telemetry.enabled": true
}
{"version":5,"content":"[{\"identifier\":{\"id\":\"vscode.bat\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.clojure\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.coffeescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.configuration-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.cpp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.csharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.dart\"},\"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.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.2\"},{\"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.ipynb\"},\"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.julia\"},\"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.markdown-math\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.merge-conflict\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.microsoft-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.npm\"},\"version\":\"1.0.1\"},{\"identifier\":{\"id\":\"vscode.objective-c\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.perl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.powershell\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.pug\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.python\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.r\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.razor\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ruby\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.rust\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.scss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.search-result\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shaderlab\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shellscript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.simple-browser\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.sql\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.swift\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-abyss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-defaults\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-kimbie-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai-dimmed\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-quietlight\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-red\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-light\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-tomorrow-night-blue\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vscode-theme-seti\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.xml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.yaml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl-recommender\",\"uuid\":\"cb296d3c-017a-4dee-83af-ebb5a5a16e9a\"},\"version\":\"0.0.11\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.61.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.15\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.81\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.18\"}]"}
{"version":5,"content":"[{\"identifier\":{\"id\":\"vscode.bat\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.clojure\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.coffeescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.configuration-editing\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.cpp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.csharp\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.css-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.dart\"},\"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.github\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.github-authentication\"},\"version\":\"0.0.2\"},{\"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.ipynb\"},\"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.julia\"},\"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.markdown-math\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.merge-conflict\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.microsoft-authentication\"},\"version\":\"0.0.1\"},{\"identifier\":{\"id\":\"vscode.npm\"},\"version\":\"1.0.1\"},{\"identifier\":{\"id\":\"vscode.objective-c\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.perl\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.php-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.powershell\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.pug\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.python\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.r\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.razor\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.ruby\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.rust\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.scss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.search-result\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shaderlab\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.shellscript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.simple-browser\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.sql\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.swift\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-abyss\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-defaults\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-kimbie-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-monokai-dimmed\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-quietlight\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-red\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-dark\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-solarized-light\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.theme-tomorrow-night-blue\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.typescript-language-features\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vb\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.vscode-theme-seti\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.xml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"vscode.yaml\"},\"version\":\"1.0.0\"},{\"identifier\":{\"id\":\"alexkrechik.cucumberautocomplete\",\"uuid\":\"25e38b8d-ff51-4c34-af36-b7b7961cf666\"},\"version\":\"2.15.1\",\"installed\":true},{\"identifier\":{\"id\":\"chakrounanas.turbo-console-log\",\"uuid\":\"6623619a-676d-4cde-943f-a3c193b44fc0\"},\"version\":\"2.1.7\",\"installed\":true},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"version\":\"2.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"dart-code.dart-code\",\"uuid\":\"f57f68ea-9ee8-42b5-9a97-041d3e4278c4\"},\"version\":\"3.27.2\",\"installed\":true},{\"identifier\":{\"id\":\"dart-code.flutter\",\"uuid\":\"f6c3ec04-6057-4d9c-b997-69cba07a6158\"},\"version\":\"3.27.0\",\"installed\":true},{\"identifier\":{\"id\":\"davidanson.vscode-markdownlint\",\"uuid\":\"daf8b44d-8aae-4da2-80c5-1f770219f643\"},\"version\":\"0.44.4\",\"installed\":true},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"version\":\"2.2.1\",\"installed\":true},{\"identifier\":{\"id\":\"donjayamanne.githistory\",\"uuid\":\"5960f38e-0bbe-4644-8f9c-9c8824e82511\"},\"version\":\"0.6.18\",\"installed\":true},{\"identifier\":{\"id\":\"drknoxy.eslint-disable-snippets\",\"uuid\":\"e55376f2-3b3e-4916-8dbf-34df2fce687b\"},\"version\":\"1.3.0\",\"installed\":true},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"version\":\"11.6.1\",\"installed\":true,\"state\":{\"gitlens:views:welcome:visible\":true,\"gitlens:synced:version\":\"11.6.1\"}},{\"identifier\":{\"id\":\"equinusocio.vsc-material-theme\",\"uuid\":\"45bfc9eb-5e03-487f-bffe-315fa6881d6a\"},\"version\":\"33.2.2\",\"installed\":true,\"state\":{\"vsc-material-theme.version\":\"33.2.2\"}},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"version\":\"9.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"version\":\"0.1.9\",\"installed\":true},{\"identifier\":{\"id\":\"johnsoncodehk.volar\",\"uuid\":\"a5223b43-8621-4351-a14e-3d560f85f277\"},\"version\":\"0.28.3\",\"installed\":true},{\"identifier\":{\"id\":\"jpoissonnier.vscode-styled-components\",\"uuid\":\"06cc3e44-aedb-41b8-a4ea-29ebf3c491fd\"},\"version\":\"1.6.6\",\"installed\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl-recommender\",\"uuid\":\"cb296d3c-017a-4dee-83af-ebb5a5a16e9a\"},\"version\":\"0.0.11\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug\",\"uuid\":\"25629058-ddac-4e17-abba-74678e126c5d\"},\"version\":\"1.61.0\"},{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"version\":\"1.0.15\"},{\"identifier\":{\"id\":\"ms-vscode.references-view\",\"uuid\":\"dc489f46-520d-4556-ae85-1f9eab3c412d\"},\"version\":\"0.0.81\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-js-profile-table\",\"uuid\":\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\"},\"version\":\"0.0.18\"},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"version\":\"2.5.0\",\"installed\":true},{\"identifier\":{\"id\":\"nrwl.angular-console\",\"uuid\":\"d10af6bf-270f-4cf0-b94b-1bea4bda1e2e\"},\"version\":\"17.11.2\",\"installed\":true},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"version\":\"0.23.0\",\"installed\":true},{\"identifier\":{\"id\":\"shan.code-settings-sync\",\"uuid\":\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\"},\"version\":\"3.4.3\",\"installed\":true},{\"identifier\":{\"id\":\"siarheikuchuk.gherkin-beautifier-vs-code-plugin\",\"uuid\":\"0ae06e99-5c99-4e4d-927a-50846220ef4a\"},\"version\":\"6.0.0\",\"installed\":true},{\"identifier\":{\"id\":\"sleistner.vscode-fileutils\",\"uuid\":\"d637104e-1fd7-4063-98fc-8afe46012c9b\"},\"version\":\"3.4.5\",\"installed\":true},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"version\":\"2.0.10\",\"installed\":true},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker-vietnamese\",\"uuid\":\"a1f93c85-d630-4e8b-be67-a780f63afe7a\"},\"version\":\"0.1.6\",\"installed\":true},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"version\":\"3.4.0\",\"installed\":true},{\"identifier\":{\"id\":\"vespa-dev-works.jestrunit\",\"uuid\":\"c352bc6b-402c-45d5-bbab-504eb2ca4170\"},\"version\":\"0.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"voorjaar.windicss-intellisense\",\"uuid\":\"5fac4dfa-b0ff-4af9-b891-a1d5564ec49c\"},\"version\":\"0.21.4\",\"installed\":true},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"version\":\"11.6.0\",\"installed\":true},{\"identifier\":{\"id\":\"wakatime.vscode-wakatime\",\"uuid\":\"f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3\"},\"version\":\"17.1.0\",\"installed\":true},{\"identifier\":{\"id\":\"wayou.vscode-todo-highlight\",\"uuid\":\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\"},\"version\":\"1.0.4\",\"installed\":true},{\"identifier\":{\"id\":\"yzhang.markdown-all-in-one\",\"uuid\":\"98790d67-10fa-497c-9113-f6c7489207b2\"},\"version\":\"3.4.0\",\"installed\":true}]"}
{"ref":"a4cb6f9a-afd8-4294-8c45-c549f0258fbf","content":"{\"version\":5,\"machineId\":\"f137e7c9-bee4-463a-873a-ac34aa086d9d\",\"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.dart\\\"},\\\"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.github\\\"},\\\"version\\\":\\\"0.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.github-authentication\\\"},\\\"version\\\":\\\"0.0.2\\\"},{\\\"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.julia\\\"},\\\"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.56.2\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.js-debug-companion\\\",\\\"uuid\\\":\\\"99cb0b7f-7354-4278-b8da-6cc79972169d\\\"},\\\"version\\\":\\\"1.0.13\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug\\\",\\\"uuid\\\":\\\"b6ded8fb-a0a0-4c1c-acbd-ab2a3bc995a6\\\"},\\\"version\\\":\\\"1.44.28\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.node-debug2\\\",\\\"uuid\\\":\\\"36d19e17-7569-4841-a001-947eb18602b2\\\"},\\\"version\\\":\\\"1.42.7\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.references-view\\\",\\\"uuid\\\":\\\"dc489f46-520d-4556-ae85-1f9eab3c412d\\\"},\\\"version\\\":\\\"0.0.80\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.remotehub\\\",\\\"uuid\\\":\\\"ed0ffe1d-36f0-49a0-bafe-da68355eb33a\\\"},\\\"version\\\":\\\"0.5.4\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode.vscode-js-profile-table\\\",\\\"uuid\\\":\\\"7e52b41b-71ad-457b-ab7e-0620f1fc4feb\\\"},\\\"version\\\":\\\"0.0.18\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.notebook-markdown-extensions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.npm\\\"},\\\"version\\\":\\\"1.0.1\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.objective-c\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.perl\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.php-language-features\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.powershell\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.pug\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.python\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.r\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.razor\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ruby\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.rust\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.scss\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.search-result\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shaderlab\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.shellscript\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.simple-browser\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.sql\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.swift\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.testing-editor-contributions\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-abyss\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-defaults\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-kimbie-dark\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-monokai-dimmed\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-quietlight\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.theme-red\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.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\\\":\\\"shan.code-settings-sync\\\",\\\"uuid\\\":\\\"e337c67b-55c2-4fef-8949-eb260e7fb7fd\\\"},\\\"version\\\":\\\"3.4.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"formulahendry.auto-rename-tag\\\",\\\"uuid\\\":\\\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\\\"},\\\"version\\\":\\\"0.1.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"streetsidesoftware.code-spell-checker\\\",\\\"uuid\\\":\\\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\\\"},\\\"version\\\":\\\"1.10.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"streetsidesoftware.code-spell-checker-vietnamese\\\",\\\"uuid\\\":\\\"a1f93c85-d630-4e8b-be67-a780f63afe7a\\\"},\\\"version\\\":\\\"0.1.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"usernamehw.errorlens\\\",\\\"uuid\\\":\\\"9d8c32ab-354c-4daf-a9bf-20b633734435\\\"},\\\"version\\\":\\\"3.2.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"uuid\\\":\\\"4de763bd-505d-4978-9575-2b7696ecf94e\\\"},\\\"version\\\":\\\"11.6.1\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"gitlens:views:welcome:visible\\\":true,\\\"gitlens:synced:version\\\":\\\"11.6.1\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"vespa-dev-works.jestrunit\\\",\\\"uuid\\\":\\\"c352bc6b-402c-45d5-bbab-504eb2ca4170\\\"},\\\"version\\\":\\\"0.6.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"christian-kohler.path-intellisense\\\",\\\"uuid\\\":\\\"a41c1549-4053-44d4-bf30-60fc809b4a86\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"esbenp.prettier-vscode\\\",\\\"uuid\\\":\\\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\\\"},\\\"version\\\":\\\"6.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"chakrounanas.turbo-console-log\\\",\\\"uuid\\\":\\\"6623619a-676d-4cde-943f-a3c193b44fc0\\\"},\\\"version\\\":\\\"2.1.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"equinusocio.vsc-material-theme\\\",\\\"uuid\\\":\\\"45bfc9eb-5e03-487f-bffe-315fa6881d6a\\\"},\\\"version\\\":\\\"33.2.2\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"vsc-material-theme.version\\\":\\\"33.2.2\\\"}},{\\\"identifier\\\":{\\\"id\\\":\\\"dbaeumer.vscode-eslint\\\",\\\"uuid\\\":\\\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\\\"},\\\"version\\\":\\\"2.2.1\\\",\\\"installed\\\":true,\\\"state\\\":{\\\"eslintAlwaysAllowExecution\\\":true}},{\\\"identifier\\\":{\\\"id\\\":\\\"sleistner.vscode-fileutils\\\",\\\"uuid\\\":\\\"d637104e-1fd7-4063-98fc-8afe46012c9b\\\"},\\\"version\\\":\\\"3.4.5\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode-icons-team.vscode-icons\\\",\\\"uuid\\\":\\\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\\\"},\\\"version\\\":\\\"11.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wayou.vscode-todo-highlight\\\",\\\"uuid\\\":\\\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\\\"},\\\"version\\\":\\\"1.0.4\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"wakatime.vscode-wakatime\\\",\\\"uuid\\\":\\\"f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3\\\"},\\\"version\\\":\\\"12.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"redhat.vscode-yaml\\\",\\\"uuid\\\":\\\"2061917f-f76a-458a-8da9-f162de22b97e\\\"},\\\"version\\\":\\\"0.19.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"naumovs.color-highlight\\\",\\\"uuid\\\":\\\"121396ad-85a1-45ec-9fd1-d95028a847f5\\\"},\\\"version\\\":\\\"2.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"jpoissonnier.vscode-styled-components\\\",\\\"uuid\\\":\\\"06cc3e44-aedb-41b8-a4ea-29ebf3c491fd\\\"},\\\"version\\\":\\\"1.6.3\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.markdown-math\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"vscode.ipynb\\\"},\\\"version\\\":\\\"1.0.0\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"alexkrechik.cucumberautocomplete\\\",\\\"uuid\\\":\\\"25e38b8d-ff51-4c34-af36-b7b7961cf666\\\"},\\\"version\\\":\\\"2.15.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"davidanson.vscode-markdownlint\\\",\\\"uuid\\\":\\\"daf8b44d-8aae-4da2-80c5-1f770219f643\\\"},\\\"version\\\":\\\"0.43.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"drknoxy.eslint-disable-snippets\\\",\\\"uuid\\\":\\\"e55376f2-3b3e-4916-8dbf-34df2fce687b\\\"},\\\"version\\\":\\\"1.3.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"donjayamanne.githistory\\\",\\\"uuid\\\":\\\"5960f38e-0bbe-4644-8f9c-9c8824e82511\\\"},\\\"version\\\":\\\"0.6.18\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dart-code.dart-code\\\",\\\"uuid\\\":\\\"f57f68ea-9ee8-42b5-9a97-041d3e4278c4\\\"},\\\"version\\\":\\\"3.25.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"dart-code.flutter\\\",\\\"uuid\\\":\\\"f6c3ec04-6057-4d9c-b997-69cba07a6158\\\"},\\\"version\\\":\\\"3.25.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"voorjaar.windicss-intellisense\\\",\\\"uuid\\\":\\\"5fac4dfa-b0ff-4af9-b891-a1d5564ec49c\\\"},\\\"version\\\":\\\"0.21.1\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"johnsoncodehk.volar\\\",\\\"uuid\\\":\\\"a5223b43-8621-4351-a14e-3d560f85f277\\\"},\\\"version\\\":\\\"0.27.6\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"siarheikuchuk.gherkin-beautifier-vs-code-plugin\\\",\\\"uuid\\\":\\\"0ae06e99-5c99-4e4d-927a-50846220ef4a\\\"},\\\"version\\\":\\\"6.0.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"yzhang.markdown-all-in-one\\\",\\\"uuid\\\":\\\"98790d67-10fa-497c-9113-f6c7489207b2\\\"},\\\"version\\\":\\\"3.4.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"nrwl.angular-console\\\",\\\"uuid\\\":\\\"d10af6bf-270f-4cf0-b94b-1bea4bda1e2e\\\"},\\\"version\\\":\\\"17.11.0\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-wsl-recommender\\\",\\\"uuid\\\":\\\"cb296d3c-017a-4dee-83af-ebb5a5a16e9a\\\"},\\\"version\\\":\\\"0.0.11\\\"},{\\\"identifier\\\":{\\\"id\\\":\\\"daltonmenezes.aura-theme\\\",\\\"uuid\\\":\\\"a37a3289-9175-4409-968e-a73e43095912\\\"},\\\"version\\\":\\\"2.0.2\\\",\\\"installed\\\":true},{\\\"identifier\\\":{\\\"id\\\":\\\"ms-vscode-remote.remote-wsl\\\",\\\"uuid\\\":\\\"f0c5397b-d357-4197-99f0-cb4202f22818\\\"},\\\"version\\\":\\\"0.58.2\\\",\\\"installed\\\":true}]\"}","skippedExtensions":[]}
{"version":1,"content":"{\"storage\":{\"ces/skipSurvey\":{\"version\":1,\"value\":\"1.62.0-insider\"},\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"Dark+ (default dark)\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.return-type\\\",\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.character\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\"},\\\"watch\\\":false}\"},\"workbench.panel.pinnedPanels\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"}}}"}
{"version":1,"content":"{\"storage\":{\"Comments.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\"},\"ces/skipSurvey\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"Dark+ (default dark)\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.return-type\\\",\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.character\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\"},\\\"watch\\\":false}\"},\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":7},{\\\"key\\\":\\\"workbench.action.webview.reloadWebviewAction\\\",\\\"value\\\":8},{\\\"key\\\":\\\"workbench.action.toggleDevTools\\\",\\\"value\\\":13},{\\\"key\\\":\\\"gitlens.toggleFileChanges\\\",\\\"value\\\":20},{\\\"key\\\":\\\"git-graph.view\\\",\\\"value\\\":48},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":54},{\\\"key\\\":\\\"fileutils.newFolder\\\",\\\"value\\\":61},{\\\"key\\\":\\\"fileutils.newFolderAtRoot\\\",\\\"value\\\":62},{\\\"key\\\":\\\"explorer.newFolder\\\",\\\"value\\\":63},{\\\"key\\\":\\\"svelte.restartLanguageServer\\\",\\\"value\\\":67},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":74},{\\\"key\\\":\\\"workbench.userDataSync.actions.syncNow\\\",\\\"value\\\":90},{\\\"key\\\":\\\"extension.downloadSettings\\\",\\\"value\\\":103},{\\\"key\\\":\\\"workbench.userDataSync.actions.settings\\\",\\\"value\\\":104},{\\\"key\\\":\\\"volar.action.restartServer\\\",\\\"value\\\":118},{\\\"key\\\":\\\"gitlens.openFileHistory\\\",\\\"value\\\":129},{\\\"key\\\":\\\"merge-conflict.next\\\",\\\"value\\\":130},{\\\"key\\\":\\\"merge-conflict.compare\\\",\\\"value\\\":131},{\\\"key\\\":\\\"typescript.reloadProjects\\\",\\\"value\\\":161},{\\\"key\\\":\\\"volar.selectTypeScriptVersion\\\",\\\"value\\\":187},{\\\"key\\\":\\\"typescript.selectTypeScriptVersion\\\",\\\"value\\\":189},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":212},{\\\"key\\\":\\\"gitlens.showQuickBranchHistory\\\",\\\"value\\\":245},{\\\"key\\\":\\\"gitlens.showFileHistoryView\\\",\\\"value\\\":277},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":293},{\\\"key\\\":\\\"workbench.view.extension.nx-console\\\",\\\"value\\\":301},{\\\"key\\\":\\\"eslint.restart\\\",\\\"value\\\":309},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":311},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":319},{\\\"key\\\":\\\"cursorUndo\\\",\\\"value\\\":324},{\\\"key\\\":\\\"cursorRedo\\\",\\\"value\\\":325},{\\\"key\\\":\\\"gitlens.toggleFileBlame\\\",\\\"value\\\":331},{\\\"key\\\":\\\"gitlens.enableRebaseEditor\\\",\\\"value\\\":335},{\\\"key\\\":\\\"gitlens.gitCommands.rebase\\\",\\\"value\\\":339},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":341},{\\\"key\\\":\\\"git.viewFileHistory\\\",\\\"value\\\":349},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":354},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":355},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":356}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"357\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Wed Oct 13 2021\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"62\"},\"expandSuggestionDocs\":{\"version\":1,\"value\":\"false\"},\"github-harrytran998\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Wed Oct 13 2021\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"62\"},\"javascript.1.editedCount\":{\"version\":1,\"value\":\"10\"},\"javascript.1.editedDate\":{\"version\":1,\"value\":\"Sun Jul 25 2021\"},\"javascript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Jul 26 2021\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"26\"},\"javascript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"memento/gettingStartedService\":{\"version\":1,\"value\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"nrwl.angular-console#nxConsole#nxConsole.generate\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true}}\"},\"memento/workbench.editor.keybindings\":{\"version\":1,\"value\":\"{\\\"searchHistory\\\":[\\\"new \\\",\\\"\\\\\\\"shift+cmd+n\\\\\\\"\\\",\\\"new folde\\\",\\\"new folder\\\",\\\"\\\\\\\"cmd+n\\\\\\\"\\\",\\\"new fikle\\\",\\\"new fikl\\\",\\\"new file\\\",\\\"missing\\\",\\\"editor.action.sourceAction\\\",\\\"source.addMissingImports\\\",\\\"\\\\\\\"shift+cmd+enter\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+enter shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r f2\\\\\\\"\\\",\\\"\\\\\\\"f2\\\\\\\"\\\",\\\"optmi\\\",\\\"optimi\\\",\\\"optimize\\\",\\\"optimiz\\\",\\\"impo\\\",\\\"import\\\",\\\"hover\\\",\\\"\\\\\\\"shift+cmd+h\\\\\\\"\\\",\\\"show hover\\\",\\\"previous\\\",\\\"previous co\\\",\\\"previous cur\\\",\\\"cursor\\\",\\\"git bl\\\",\\\"git blame\\\"]}\"},\"nps/isCandidate\":{\"version\":1,\"value\":\"false\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Thu Jun 10 2021\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/skipVersion\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"scm/input:Git:/Users/encapital/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"ENTRADE-5925 refactor(test): revise stub account balance with more fixture files\\\",\\\"ENTRADE-5925 fix(vite): use absolute file path to avoid generate wrong env/config.js file\\\",\\\"ENTRADE-5925 fix(test): update stub function to override stuf before\\\",\\\"ENTRADE-5925 chore: remove the redundancy code\\\",\\\"ENTRADE-5925 bump: upgrade dependencies\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\n\\\\nENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/typescript-eslint\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"ENTRADE-5259 test(e2e): update bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5259 test(e2e): init bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5325 chore: init user infor page\\\",\\\"ENTRADE-5325 chore(web): add router for user info\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5256 tich hop Lai lo\\\",\\\"tich hop BDD\\\",\\\"tich hop Lai lo (dang lam)\\\",\\\"ENTRADE-5256 update review code\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5323 feat(web): complete change password\\\",\\\"ENTRADE-5323 test(e2e): init change password feature\\\",\\\"ENTRADE-5323 test(e2e): update change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5808 test(e2e): update preemptive right feature\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 chore(web): remove the redundancy code in order form\\\",\\\"\\\",\\\"ENTRADE-5733 feat: init margin loan rates feature\\\",\\\"\\\",\\\"ENTRADE-5328 fix(asdasd\\\",\\\"\\\",\\\"ENTRADE-5324 chore: init change email\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/mobile/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/rep-validate-form\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/web/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5949 chore(web): update text 'No Phi' to 'No Phi, UTTB' in overview asset\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"ENTRADE-5865 fix(deps): downgrade vite to old version to for support env mode\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5865 feat(ui): add tab panel ui\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"ENTRADE-6064 fix(e2e): fix bdd script to work correctly\\\",\\\"\\\",\\\"ENTRADE-5892 fix(web): update width of autocomplete and fix height for preemptive rights table\\\",\\\"ENTRADE-5892 refactor(web): change to flex to grid to adapt the flexiable layout preemtive right detail\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 feat: update dynamic width of preemptive right detail information\\\",\\\"ENTRADE-5892 fix(web): complete ui for preemptive right detail with complete status\\\",\\\"ENTRADE-5892 fix: bump exactly vite version to avoid installing wrong version\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"ENTRADE-5984 chore: resolve conflict from dev\\\",\\\"\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 fix(vite-env-plugin): update the way use env in preview mode\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5334 feat(web): init code splitting web page to multiple chunk\\\",\\\"ENTRADE-5334 feat(web): add home skeleton fallback component\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/CuriousThings/riding-backend-api\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/compressed-size-action\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/eslint-config-ts\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/techmely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/temely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/utils\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/element-plus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/pinia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/berry\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/dinero.js\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/garfish\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/kibana\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/prisma\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vanilla-extract\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vite-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-storefront\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-vben-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep/packages/web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/eslint-plugin-arca\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/nx-vue3-vite\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/XXX\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5692 Fix navigation\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"ENTRADE-5865 fix(web): add missing history cash statement on each tab cash transfer\\\",\\\"ENTRADE-5865 fix(web): update ui cash statement page\\\",\\\"ENTRADE-5865 fix(web): update link move to cash statement color in cash transfer page\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 chore: remove the redundancy code\\\",\\\"ENTRADE-5892 fix(web): remove unnecessary code in symbol input field order-form\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 ci: add script wait on server start then run cypress\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/chakra-ui-vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/MySources/me.inside\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/RealEstate/kcc\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-450df3082f372d74770beb4543df517ff3e03751\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-c0aa4aeadd08da1068c0e7781065e9a17e260199\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"tabs-list-width-horizontal\":{\"version\":1,\"value\":\"95\"},\"terminal.integrated.showTerminalConfigPrompt\":{\"version\":1,\"value\":\"false\"},\"typescript.1.editedCount\":{\"version\":1,\"value\":\"11\"},\"typescript.1.editedDate\":{\"version\":1,\"value\":\"Tue Aug 17 2021\"},\"typescript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Jul 11 2021\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"16\"},\"typescript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"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.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.i18n-ally\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.jestRunIt\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.nx-console\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"i18n-ally-locales-file-explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartDependencyTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"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\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"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\\\":false}]\"},\"workbench.statusbar.hidden\":{\"version\":1,\"value\":\"[\\\"status.workspaceTrust.1622350345748\\\",\\\"status.workspaceTrust.15a4376e815e4124cf6e1a256c2c682f\\\",\\\"status.workspaceTrust.5784a1e43c73b527b1b2d7258eb2350f\\\",\\\"status.workspaceTrust.ba5004f110b22cfefd6df6fc510fae34\\\",\\\"status.workspaceTrust.d57860cf12dae48f111bb0fd077953f5\\\",\\\"status.workspaceTrust.74590c26224340101605c98b81e7b15d\\\",\\\"status.workspaceTrust.9ae0e5ea687713fa795facc5dc5504da\\\",\\\"status.workspaceTrust.a1c08143d3740a5d3ad73bf4fef17460\\\",\\\"status.workspaceTrust.1625496840845\\\",\\\"status.workspaceTrust.1625498230156\\\",\\\"status.workspaceTrust.1625499059258\\\",\\\"status.workspaceTrust.122230725b67581cc88084317bc4805e\\\",\\\"status.workspaceTrust.dc92510819f40d29432b275264ff95e5\\\",\\\"status.workspaceTrust.1625891415155\\\",\\\"status.workspaceTrust.1625891431775\\\",\\\"status.workspaceTrust.1625896816695\\\",\\\"status.workspaceTrust.e19e781f7cefe86f7717c3056c3979c7\\\",\\\"status.workspaceTrust.1626518506157\\\",\\\"status.workspaceTrust.3d221230bdeab2faed626a2cdc0c46bf\\\",\\\"status.workspaceTrust.91d139cbfe13b9b9ff43c52879fc1dbb\\\",\\\"status.workspaceTrust.291846670c57b0ae9c46431a85bf5e87\\\",\\\"status.workspaceTrust.1627211776100\\\",\\\"status.workspaceTrust.1627212273110\\\",\\\"status.workspaceTrust.1627313775274\\\",\\\"status.workspaceTrust.1627355237959\\\",\\\"status.workspaceTrust.35ca3e43f7defb5210afd8807eea76d3\\\",\\\"status.workspaceTrust.b3e8ae397a4eccd00ab8bd30c58bf4c3\\\",\\\"status.workspaceTrust.0bb53ee408bbc5718b9a5466b8fbecc5\\\",\\\"status.workspaceTrust.1627878645016\\\",\\\"status.workspaceTrust.1628084060561\\\",\\\"status.workspaceTrust.1628135359624\\\",\\\"status.workspaceTrust.fb737abd2ab82befc970783d32025f33\\\",\\\"status.workspaceTrust.12d013fe4bc74cef353bd3132b993e37\\\",\\\"status.workspaceTrust.1628149908656\\\",\\\"status.workspaceTrust.ed933cffa367276d79521ca4825e6fc1\\\",\\\"status.workspaceTrust.1628924003000\\\",\\\"status.workspaceTrust.1628924028839\\\",\\\"status.workspaceTrust.126ddfd6fb9c471e2c139a09c41cd807\\\",\\\"status.workspaceTrust.1f4a9047869e6cea03d34f22214585c1\\\",\\\"status.workspaceTrust.1628963510647\\\",\\\"status.workspaceTrust.0cc0f2bb0f765d3e3829e8738e6462fa\\\",\\\"status.workspaceTrust.54c3640c213bb498421bdc7bd50119a8\\\",\\\"status.workspaceTrust.1629991125354\\\",\\\"status.workspaceTrust.1629991582260\\\",\\\"status.workspaceTrust.1630122990587\\\",\\\"status.workspaceTrust.1630123047480\\\",\\\"status.workspaceTrust.899ba88261e87a933ab8b2aeff960614\\\",\\\"status.workspaceTrust.0480d1e935bcd07e50d6b3c370e7afa7\\\",\\\"status.workspaceTrust.dde5d0b963cc0ca7c910e54bb2f8db4d\\\",\\\"status.workspaceTrust.1b4adfed53da349508eeb888ef05986c\\\",\\\"status.workspaceTrust.fcb3b19b2b1abc1f14ae18d7dbdfc09c\\\",\\\"status.workspaceTrust.2ccb7e45dda47ef0f6499e3a1fad538b\\\",\\\"status.workspaceTrust.3c03dd4493ee7a3413c303426520c71a\\\",\\\"status.workspaceTrust.4289dca24c12c78abded675f148cb0e0\\\",\\\"status.workspaceTrust.1630594605650\\\",\\\"status.workspaceTrust.6229667c1c38e9e72bc9e261405549e0\\\",\\\"status.workspaceTrust.0552252f79ed65cf0536bc3d4c40af63\\\",\\\"status.workspaceTrust.1630713641505\\\",\\\"status.workspaceTrust.1630831807724\\\",\\\"status.workspaceTrust.d3f9195b855590b0ab446150bbf7cb1b\\\",\\\"status.workspaceTrust.1630889785907\\\",\\\"status.workspaceTrust.38458b03076bc6e4536199f00f7b1165\\\",\\\"status.workspaceTrust.1ab349016ffb9499bb873486ca6a8ace\\\",\\\"status.workspaceTrust.2852629b2c83e3349606b50b2ff2c66a\\\",\\\"status.workspaceTrust.1631246349556\\\",\\\"status.workspaceTrust.2e547c4530766f3a0cbeb9b20eb1db20\\\",\\\"status.workspaceTrust.4867962b2acf2a4ca98d98483e581f4c\\\",\\\"status.workspaceTrust.362c5bda7e8dd93f4ce042ff92d87389\\\",\\\"status.workspaceTrust.b9147f5a2eebed0c100bd56a6958455d\\\",\\\"status.workspaceTrust.9c8ae139c548f08adb59aeee68b28100\\\",\\\"status.workspaceTrust.0f872610638b8ce47ed8f387623d55ff\\\",\\\"status.workspaceTrust.1631700278488\\\",\\\"status.workspaceTrust.f16231f6b7081b24af2d6feb708ea2c0\\\",\\\"status.workspaceTrust.1631780391204\\\",\\\"status.workspaceTrust.84a0a0caa4b616b6aa2057b9212e7385\\\",\\\"status.workspaceTrust.5287b84835caea1a0e1d89f0d47ac1c1\\\",\\\"status.workspaceTrust.1631882686823\\\",\\\"status.workspaceTrust.4963735b56e128d3b968fec974dbb4dc\\\",\\\"status.workspaceTrust.eb58aac3ff78e644bc36bb4736f42141\\\",\\\"status.workspaceTrust.4a41ba9580afc46675fa496c46bc0e2d\\\",\\\"status.workspaceTrust.b3b7c76cbc9eb54254de1d810075f267\\\",\\\"status.workspaceTrust.075c8df33007602e8dc19d0a215c4bb7\\\",\\\"status.workspaceTrust.566ca77cfd39dbe5f30185b03a698486\\\",\\\"status.workspaceTrust.1633486331791\\\",\\\"status.workspaceTrust.1633597326577\\\",\\\"status.workspaceTrust.c5eff41148fe717980fecc0500a05b41\\\"]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.flutter.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartFlutterOutline\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.github-pull-requests.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.jestRunIt.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"jestRunItTestsExplorer\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.nx-console.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"nxConsole.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxRunTarget\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxProjects\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.references-view.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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}]\"},\"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},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\"},\"workbench.welcomePage.walkthroughMetadata\":{\"version\":1,\"value\":\"[[\\\"nrwl.angular-console#nxConsole\\\",{\\\"firstSeen\\\":1633965808050,\\\"stepIDs\\\":[\\\"nxConsole.generate\\\",\\\"nxConsole.run\\\",\\\"nxConsole.commonNxCommands\\\",\\\"nxConsole.projects\\\",\\\"nxConsole.streamlining\\\"],\\\"manaullyOpened\\\":false}]]\"}}}"}
{"version":1,"content":"{\"storage\":{\"Comments.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\"},\"ces/skipSurvey\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"Dark+ (default dark)\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.return-type\\\",\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.character\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\"},\\\"watch\\\":false}\"},\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":7},{\\\"key\\\":\\\"workbench.action.webview.reloadWebviewAction\\\",\\\"value\\\":8},{\\\"key\\\":\\\"workbench.action.toggleDevTools\\\",\\\"value\\\":13},{\\\"key\\\":\\\"gitlens.toggleFileChanges\\\",\\\"value\\\":20},{\\\"key\\\":\\\"git-graph.view\\\",\\\"value\\\":48},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":54},{\\\"key\\\":\\\"fileutils.newFolder\\\",\\\"value\\\":61},{\\\"key\\\":\\\"fileutils.newFolderAtRoot\\\",\\\"value\\\":62},{\\\"key\\\":\\\"explorer.newFolder\\\",\\\"value\\\":63},{\\\"key\\\":\\\"svelte.restartLanguageServer\\\",\\\"value\\\":67},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":74},{\\\"key\\\":\\\"workbench.userDataSync.actions.syncNow\\\",\\\"value\\\":90},{\\\"key\\\":\\\"extension.downloadSettings\\\",\\\"value\\\":103},{\\\"key\\\":\\\"workbench.userDataSync.actions.settings\\\",\\\"value\\\":104},{\\\"key\\\":\\\"volar.action.restartServer\\\",\\\"value\\\":118},{\\\"key\\\":\\\"gitlens.openFileHistory\\\",\\\"value\\\":129},{\\\"key\\\":\\\"merge-conflict.next\\\",\\\"value\\\":130},{\\\"key\\\":\\\"merge-conflict.compare\\\",\\\"value\\\":131},{\\\"key\\\":\\\"typescript.reloadProjects\\\",\\\"value\\\":161},{\\\"key\\\":\\\"volar.selectTypeScriptVersion\\\",\\\"value\\\":187},{\\\"key\\\":\\\"typescript.selectTypeScriptVersion\\\",\\\"value\\\":189},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":212},{\\\"key\\\":\\\"gitlens.showQuickBranchHistory\\\",\\\"value\\\":245},{\\\"key\\\":\\\"gitlens.showFileHistoryView\\\",\\\"value\\\":277},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":293},{\\\"key\\\":\\\"workbench.view.extension.nx-console\\\",\\\"value\\\":301},{\\\"key\\\":\\\"eslint.restart\\\",\\\"value\\\":309},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":311},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":319},{\\\"key\\\":\\\"cursorUndo\\\",\\\"value\\\":324},{\\\"key\\\":\\\"cursorRedo\\\",\\\"value\\\":325},{\\\"key\\\":\\\"gitlens.toggleFileBlame\\\",\\\"value\\\":331},{\\\"key\\\":\\\"gitlens.enableRebaseEditor\\\",\\\"value\\\":335},{\\\"key\\\":\\\"gitlens.gitCommands.rebase\\\",\\\"value\\\":339},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":341},{\\\"key\\\":\\\"git.viewFileHistory\\\",\\\"value\\\":349},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":356},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":360},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":361},{\\\"key\\\":\\\"extension.js-debug.addCustomBreakpoints\\\",\\\"value\\\":362}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"363\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Thu Oct 14 2021\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"63\"},\"expandSuggestionDocs\":{\"version\":1,\"value\":\"false\"},\"github-harrytran998\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Thu Oct 14 2021\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"63\"},\"javascript.1.editedCount\":{\"version\":1,\"value\":\"10\"},\"javascript.1.editedDate\":{\"version\":1,\"value\":\"Sun Jul 25 2021\"},\"javascript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Jul 26 2021\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"26\"},\"javascript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"memento/gettingStartedService\":{\"version\":1,\"value\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"nrwl.angular-console#nxConsole#nxConsole.generate\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true}}\"},\"memento/workbench.editor.keybindings\":{\"version\":1,\"value\":\"{\\\"searchHistory\\\":[\\\"new \\\",\\\"\\\\\\\"shift+cmd+n\\\\\\\"\\\",\\\"new folde\\\",\\\"new folder\\\",\\\"\\\\\\\"cmd+n\\\\\\\"\\\",\\\"new fikle\\\",\\\"new fikl\\\",\\\"new file\\\",\\\"missing\\\",\\\"editor.action.sourceAction\\\",\\\"source.addMissingImports\\\",\\\"\\\\\\\"shift+cmd+enter\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+enter shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r f2\\\\\\\"\\\",\\\"\\\\\\\"f2\\\\\\\"\\\",\\\"optmi\\\",\\\"optimi\\\",\\\"optimize\\\",\\\"optimiz\\\",\\\"impo\\\",\\\"import\\\",\\\"hover\\\",\\\"\\\\\\\"shift+cmd+h\\\\\\\"\\\",\\\"show hover\\\",\\\"previous\\\",\\\"previous co\\\",\\\"previous cur\\\",\\\"cursor\\\",\\\"git bl\\\",\\\"git blame\\\"]}\"},\"nps/isCandidate\":{\"version\":1,\"value\":\"false\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Thu Jun 10 2021\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/skipVersion\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"scm/input:Git:/Users/encapital/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"ENTRADE-5925 refactor(test): revise stub account balance with more fixture files\\\",\\\"ENTRADE-5925 fix(vite): use absolute file path to avoid generate wrong env/config.js file\\\",\\\"ENTRADE-5925 fix(test): update stub function to override stuf before\\\",\\\"ENTRADE-5925 chore: remove the redundancy code\\\",\\\"ENTRADE-5925 bump: upgrade dependencies\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\n\\\\nENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/typescript-eslint\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"ENTRADE-5259 test(e2e): update bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5259 test(e2e): init bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5325 chore: init user infor page\\\",\\\"ENTRADE-5325 chore(web): add router for user info\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5256 tich hop Lai lo\\\",\\\"tich hop BDD\\\",\\\"tich hop Lai lo (dang lam)\\\",\\\"ENTRADE-5256 update review code\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5323 feat(web): complete change password\\\",\\\"ENTRADE-5323 test(e2e): init change password feature\\\",\\\"ENTRADE-5323 test(e2e): update change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5808 test(e2e): update preemptive right feature\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 chore(web): remove the redundancy code in order form\\\",\\\"\\\",\\\"ENTRADE-5733 feat: init margin loan rates feature\\\",\\\"\\\",\\\"ENTRADE-5328 fix(asdasd\\\",\\\"\\\",\\\"ENTRADE-5324 chore: init change email\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/mobile/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/rep-validate-form\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/web/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5949 chore(web): update text 'No Phi' to 'No Phi, UTTB' in overview asset\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"ENTRADE-5865 fix(deps): downgrade vite to old version to for support env mode\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5865 feat(ui): add tab panel ui\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"ENTRADE-6064 fix(e2e): fix bdd script to work correctly\\\",\\\"\\\",\\\"ENTRADE-5892 fix(web): update width of autocomplete and fix height for preemptive rights table\\\",\\\"ENTRADE-5892 refactor(web): change to flex to grid to adapt the flexiable layout preemtive right detail\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 feat: update dynamic width of preemptive right detail information\\\",\\\"ENTRADE-5892 fix(web): complete ui for preemptive right detail with complete status\\\",\\\"ENTRADE-5892 fix: bump exactly vite version to avoid installing wrong version\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"ENTRADE-5984 chore: resolve conflict from dev\\\",\\\"\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 fix(vite-env-plugin): update the way use env in preview mode\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5334 feat(web): init code splitting web page to multiple chunk\\\",\\\"ENTRADE-5334 feat(web): add home skeleton fallback component\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/CuriousThings/riding-backend-api\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/compressed-size-action\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/eslint-config-ts\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/techmely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/temely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/utils\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/element-plus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/pinia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/berry\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/dinero.js\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/garfish\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/kibana\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/prisma\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vanilla-extract\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vite-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-storefront\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-vben-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep/packages/web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/eslint-plugin-arca\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/nx-vue3-vite\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/XXX\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5692 Fix navigation\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"ENTRADE-5865 fix(web): add missing history cash statement on each tab cash transfer\\\",\\\"ENTRADE-5865 fix(web): update ui cash statement page\\\",\\\"ENTRADE-5865 fix(web): update link move to cash statement color in cash transfer page\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 chore: remove the redundancy code\\\",\\\"ENTRADE-5892 fix(web): remove unnecessary code in symbol input field order-form\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 ci: add script wait on server start then run cypress\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/chakra-ui-vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/MySources/me.inside\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/RealEstate/kcc\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-450df3082f372d74770beb4543df517ff3e03751\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-c0aa4aeadd08da1068c0e7781065e9a17e260199\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"tabs-list-width-horizontal\":{\"version\":1,\"value\":\"95\"},\"terminal.integrated.showTerminalConfigPrompt\":{\"version\":1,\"value\":\"false\"},\"typescript.1.editedCount\":{\"version\":1,\"value\":\"11\"},\"typescript.1.editedDate\":{\"version\":1,\"value\":\"Tue Aug 17 2021\"},\"typescript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Jul 11 2021\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"16\"},\"typescript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"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.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.i18n-ally\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.jestRunIt\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.nx-console\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"i18n-ally-locales-file-explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartDependencyTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"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\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"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\\\":false}]\"},\"workbench.statusbar.hidden\":{\"version\":1,\"value\":\"[\\\"status.workspaceTrust.1622350345748\\\",\\\"status.workspaceTrust.15a4376e815e4124cf6e1a256c2c682f\\\",\\\"status.workspaceTrust.5784a1e43c73b527b1b2d7258eb2350f\\\",\\\"status.workspaceTrust.ba5004f110b22cfefd6df6fc510fae34\\\",\\\"status.workspaceTrust.d57860cf12dae48f111bb0fd077953f5\\\",\\\"status.workspaceTrust.74590c26224340101605c98b81e7b15d\\\",\\\"status.workspaceTrust.9ae0e5ea687713fa795facc5dc5504da\\\",\\\"status.workspaceTrust.a1c08143d3740a5d3ad73bf4fef17460\\\",\\\"status.workspaceTrust.1625496840845\\\",\\\"status.workspaceTrust.1625498230156\\\",\\\"status.workspaceTrust.1625499059258\\\",\\\"status.workspaceTrust.122230725b67581cc88084317bc4805e\\\",\\\"status.workspaceTrust.dc92510819f40d29432b275264ff95e5\\\",\\\"status.workspaceTrust.1625891415155\\\",\\\"status.workspaceTrust.1625891431775\\\",\\\"status.workspaceTrust.1625896816695\\\",\\\"status.workspaceTrust.e19e781f7cefe86f7717c3056c3979c7\\\",\\\"status.workspaceTrust.1626518506157\\\",\\\"status.workspaceTrust.3d221230bdeab2faed626a2cdc0c46bf\\\",\\\"status.workspaceTrust.91d139cbfe13b9b9ff43c52879fc1dbb\\\",\\\"status.workspaceTrust.291846670c57b0ae9c46431a85bf5e87\\\",\\\"status.workspaceTrust.1627211776100\\\",\\\"status.workspaceTrust.1627212273110\\\",\\\"status.workspaceTrust.1627313775274\\\",\\\"status.workspaceTrust.1627355237959\\\",\\\"status.workspaceTrust.35ca3e43f7defb5210afd8807eea76d3\\\",\\\"status.workspaceTrust.b3e8ae397a4eccd00ab8bd30c58bf4c3\\\",\\\"status.workspaceTrust.0bb53ee408bbc5718b9a5466b8fbecc5\\\",\\\"status.workspaceTrust.1627878645016\\\",\\\"status.workspaceTrust.1628084060561\\\",\\\"status.workspaceTrust.1628135359624\\\",\\\"status.workspaceTrust.fb737abd2ab82befc970783d32025f33\\\",\\\"status.workspaceTrust.12d013fe4bc74cef353bd3132b993e37\\\",\\\"status.workspaceTrust.1628149908656\\\",\\\"status.workspaceTrust.ed933cffa367276d79521ca4825e6fc1\\\",\\\"status.workspaceTrust.1628924003000\\\",\\\"status.workspaceTrust.1628924028839\\\",\\\"status.workspaceTrust.126ddfd6fb9c471e2c139a09c41cd807\\\",\\\"status.workspaceTrust.1f4a9047869e6cea03d34f22214585c1\\\",\\\"status.workspaceTrust.1628963510647\\\",\\\"status.workspaceTrust.0cc0f2bb0f765d3e3829e8738e6462fa\\\",\\\"status.workspaceTrust.54c3640c213bb498421bdc7bd50119a8\\\",\\\"status.workspaceTrust.1629991125354\\\",\\\"status.workspaceTrust.1629991582260\\\",\\\"status.workspaceTrust.1630122990587\\\",\\\"status.workspaceTrust.1630123047480\\\",\\\"status.workspaceTrust.899ba88261e87a933ab8b2aeff960614\\\",\\\"status.workspaceTrust.0480d1e935bcd07e50d6b3c370e7afa7\\\",\\\"status.workspaceTrust.dde5d0b963cc0ca7c910e54bb2f8db4d\\\",\\\"status.workspaceTrust.1b4adfed53da349508eeb888ef05986c\\\",\\\"status.workspaceTrust.fcb3b19b2b1abc1f14ae18d7dbdfc09c\\\",\\\"status.workspaceTrust.2ccb7e45dda47ef0f6499e3a1fad538b\\\",\\\"status.workspaceTrust.3c03dd4493ee7a3413c303426520c71a\\\",\\\"status.workspaceTrust.4289dca24c12c78abded675f148cb0e0\\\",\\\"status.workspaceTrust.1630594605650\\\",\\\"status.workspaceTrust.6229667c1c38e9e72bc9e261405549e0\\\",\\\"status.workspaceTrust.0552252f79ed65cf0536bc3d4c40af63\\\",\\\"status.workspaceTrust.1630713641505\\\",\\\"status.workspaceTrust.1630831807724\\\",\\\"status.workspaceTrust.d3f9195b855590b0ab446150bbf7cb1b\\\",\\\"status.workspaceTrust.1630889785907\\\",\\\"status.workspaceTrust.38458b03076bc6e4536199f00f7b1165\\\",\\\"status.workspaceTrust.1ab349016ffb9499bb873486ca6a8ace\\\",\\\"status.workspaceTrust.2852629b2c83e3349606b50b2ff2c66a\\\",\\\"status.workspaceTrust.1631246349556\\\",\\\"status.workspaceTrust.2e547c4530766f3a0cbeb9b20eb1db20\\\",\\\"status.workspaceTrust.4867962b2acf2a4ca98d98483e581f4c\\\",\\\"status.workspaceTrust.362c5bda7e8dd93f4ce042ff92d87389\\\",\\\"status.workspaceTrust.b9147f5a2eebed0c100bd56a6958455d\\\",\\\"status.workspaceTrust.9c8ae139c548f08adb59aeee68b28100\\\",\\\"status.workspaceTrust.0f872610638b8ce47ed8f387623d55ff\\\",\\\"status.workspaceTrust.1631700278488\\\",\\\"status.workspaceTrust.f16231f6b7081b24af2d6feb708ea2c0\\\",\\\"status.workspaceTrust.1631780391204\\\",\\\"status.workspaceTrust.84a0a0caa4b616b6aa2057b9212e7385\\\",\\\"status.workspaceTrust.5287b84835caea1a0e1d89f0d47ac1c1\\\",\\\"status.workspaceTrust.1631882686823\\\",\\\"status.workspaceTrust.4963735b56e128d3b968fec974dbb4dc\\\",\\\"status.workspaceTrust.eb58aac3ff78e644bc36bb4736f42141\\\",\\\"status.workspaceTrust.4a41ba9580afc46675fa496c46bc0e2d\\\",\\\"status.workspaceTrust.b3b7c76cbc9eb54254de1d810075f267\\\",\\\"status.workspaceTrust.075c8df33007602e8dc19d0a215c4bb7\\\",\\\"status.workspaceTrust.566ca77cfd39dbe5f30185b03a698486\\\",\\\"status.workspaceTrust.1633486331791\\\",\\\"status.workspaceTrust.1633597326577\\\",\\\"status.workspaceTrust.c5eff41148fe717980fecc0500a05b41\\\",\\\"status.workspaceTrust.83a6f2c47701e6307b889128d04b50e8\\\"]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.flutter.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartFlutterOutline\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.github-pull-requests.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.jestRunIt.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"jestRunItTestsExplorer\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.nx-console.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"nxConsole.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxRunTarget\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxProjects\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.references-view.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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}]\"},\"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},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\"},\"workbench.welcomePage.walkthroughMetadata\":{\"version\":1,\"value\":\"[[\\\"nrwl.angular-console#nxConsole\\\",{\\\"firstSeen\\\":1633965808050,\\\"stepIDs\\\":[\\\"nxConsole.generate\\\",\\\"nxConsole.run\\\",\\\"nxConsole.commonNxCommands\\\",\\\"nxConsole.projects\\\",\\\"nxConsole.streamlining\\\"],\\\"manaullyOpened\\\":false}]]\"}}}"}
{"version":1,"content":"{\"storage\":{\"Comments.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\"},\"ces/skipSurvey\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"colorThemeData\":{\"version\":1,\"value\":\"{\\\"id\\\":\\\"vs-dark Equinusocio-vsc-material-theme-build-themes-Material-Theme-Palenight-High-Contrast-json\\\",\\\"label\\\":\\\"Material Theme Palenight High Contrast\\\",\\\"settingsId\\\":\\\"Material Theme Palenight High Contrast\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"background\\\":\\\"#292D3E\\\",\\\"foreground\\\":\\\"#A6ACCD\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"punctuation, constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"constant.character.escape, text.html constant.character.entity.named\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff9cac\\\"},\\\"scope\\\":\\\"constant.language.boolean\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":\\\"keyword.other\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"keyword, modifier, variable.language.this, support.type.object, constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"entity.name.function, support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":\\\"storage.type, storage.modifier, storage.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"support.module, support.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"support.type, constant.other.key\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"entity.name.type, entity.other.inherited-class, entity.other\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#676E95\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#676E95\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment punctuation.definition.comment, string.quoted.docstring\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"entity.name, entity.name.type.class, support.type, support.class, meta.use\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"variable.object.property, meta.field.declaration entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"meta.definition.method entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"meta.function entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"meta.embedded, source.groovy.embedded, meta.template.expression\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"entity.name.tag.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"source.css entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#B2CCD6\\\"},\\\"scope\\\":\\\"support.type.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"meta.tag, punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"punctuation.definition.entity.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"text.html.markdown meta.link.inline, meta.link.reference\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"text.html.markdown beginning.punctuation.definition.list\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\",\\\"fontStyle\\\":\\\"italic bold\\\"},\\\"scope\\\":\\\"markup.bold markup.italic, markup.italic markup.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":\\\"markup.fenced_code.block.markdown punctuation.definition.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"keyword.other.definition.ini\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":\\\"entity.name.section.group-title.ini\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"source.cs meta.class.identifier storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"source.cs meta.method.identifier entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"source.cs meta.method-call meta.method, source.cs entity.name.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"source.cs storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"source.cs meta.method.return-type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#676E95\\\"},\\\"scope\\\":\\\"source.cs meta.preprocessor\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"source.cs entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"meta.jsx.children, SXNested\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":\\\"support.class.component\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"source.cpp meta.block variable.other\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"source.python meta.member.access.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"source.python meta.function-call.python, meta.function-call.arguments\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":\\\"meta.block\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"entity.name.function.call\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD\\\"},\\\"scope\\\":\\\"source.php support.other.namespace, source.php meta.use support.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"constant.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"background\\\":\\\"#292D3E\\\",\\\"foreground\\\":\\\"#A6ACCD\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"markup.inserted\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#89DDFF\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"keyword.control\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#89DDFF\\\"},\\\"scope\\\":[\\\"markup.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6ACCD90\\\"},\\\"scope\\\":[\\\"markup.fenced_code.block\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff9cac\\\"},\\\"scope\\\":[\\\"punctuation.definition.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FFCB6B\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F78C6C\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f07178\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#916b53\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#82AAFF\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ff9cac\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C792EA\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C3E88D\\\"},\\\"scope\\\":[\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"Equinusocio.vsc-material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"vsc-material-theme\\\",\\\"_extensionPublisher\\\":\\\"Equinusocio\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#ffffff00\\\",\\\"foreground\\\":\\\"#a6accd\\\",\\\"button.background\\\":\\\"#717cb450\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"dropdown.background\\\":\\\"#292d3e\\\",\\\"input.background\\\":\\\"#333747\\\",\\\"inputOption.activeBorder\\\":\\\"#a6accd30\\\",\\\"list.activeSelectionBackground\\\":\\\"#1b1e2b\\\",\\\"list.activeSelectionForeground\\\":\\\"#80cbc4\\\",\\\"list.dropBackground\\\":\\\"#f0717880\\\",\\\"list.focusBackground\\\":\\\"#a6accd20\\\",\\\"list.focusForeground\\\":\\\"#a6accd\\\",\\\"list.highlightForeground\\\":\\\"#80cbc4\\\",\\\"list.hoverBackground\\\":\\\"#1b1e2b\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#00000030\\\",\\\"activityBar.background\\\":\\\"#1b1e2b\\\",\\\"activityBar.dropBackground\\\":\\\"#f0717880\\\",\\\"activityBarBadge.background\\\":\\\"#80cbc4\\\",\\\"activityBarBadge.foreground\\\":\\\"#000000\\\",\\\"badge.background\\\":\\\"#00000030\\\",\\\"badge.foreground\\\":\\\"#676e95\\\",\\\"sideBar.background\\\":\\\"#1b1e2b\\\",\\\"sideBarSectionHeader.background\\\":\\\"#1b1e2b\\\",\\\"editorGroup.dropBackground\\\":\\\"#f0717880\\\",\\\"editorGroup.focusedEmptyBorder\\\":\\\"#f07178\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#292d3e\\\",\\\"tab.border\\\":\\\"#292d3e\\\",\\\"tab.activeBorder\\\":\\\"#80cbc4\\\",\\\"tab.inactiveBackground\\\":\\\"#292d3e\\\",\\\"tab.activeModifiedBorder\\\":\\\"#757ca1\\\",\\\"tab.inactiveModifiedBorder\\\":\\\"#904348\\\",\\\"tab.unfocusedActiveModifiedBorder\\\":\\\"#c05a60\\\",\\\"tab.unfocusedInactiveModifiedBorder\\\":\\\"#904348\\\",\\\"editor.background\\\":\\\"#292d3e\\\",\\\"editor.foreground\\\":\\\"#a6accd\\\",\\\"editorLineNumber.foreground\\\":\\\"#3a3f58\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#757ca1\\\",\\\"editorCursor.foreground\\\":\\\"#ffcc00\\\",\\\"editor.selectionBackground\\\":\\\"#717cb450\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffcc0020\\\",\\\"editor.wordHighlightBackground\\\":\\\"#ff9cac30\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#c3e88d30\\\",\\\"editor.findMatchHighlight\\\":\\\"#a6accd\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#ffcb6b30\\\",\\\"editor.lineHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#ffffff0d\\\",\\\"editorWhitespace.foreground\\\":\\\"#a6accd40\\\",\\\"editorWidget.background\\\":\\\"#1b1e2b\\\",\\\"editorHoverWidget.background\\\":\\\"#292d3e\\\",\\\"editorMarkerNavigation.background\\\":\\\"#a6accd05\\\",\\\"peekView.border\\\":\\\"#00000030\\\",\\\"peekViewEditor.background\\\":\\\"#a6accd05\\\",\\\"peekViewResult.background\\\":\\\"#a6accd05\\\",\\\"peekViewTitle.background\\\":\\\"#a6accd05\\\",\\\"panel.background\\\":\\\"#1b1e2b\\\",\\\"panel.border\\\":\\\"#00000060\\\",\\\"panelTitle.activeBorder\\\":\\\"#80cbc4\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#a6accd\\\",\\\"statusBar.background\\\":\\\"#1b1e2b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#c792ea\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.noFolderBackground\\\":\\\"#292d3e\\\",\\\"statusBarItem.activeBackground\\\":\\\"#f0717880\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#676e9520\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#80cbc4\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#000000\\\",\\\"titleBar.activeBackground\\\":\\\"#1b1e2b\\\",\\\"pickerGroup.border\\\":\\\"#ffffff1a\\\",\\\"terminal.ansiBlack\\\":\\\"#000000\\\",\\\"terminal.ansiBlue\\\":\\\"#82aaff\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#676e95\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#82aaff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#89ddff\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#c3e88d\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#c792ea\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f07178\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffcb6b\\\",\\\"terminal.ansiCyan\\\":\\\"#89ddff\\\",\\\"terminal.ansiGreen\\\":\\\"#c3e88d\\\",\\\"terminal.ansiMagenta\\\":\\\"#c792ea\\\",\\\"terminal.ansiRed\\\":\\\"#f07178\\\",\\\"terminal.ansiWhite\\\":\\\"#ffffff\\\",\\\"terminal.ansiYellow\\\":\\\"#ffcb6b\\\",\\\"debugToolBar.background\\\":\\\"#292d3e\\\",\\\"debugConsole.errorForeground\\\":\\\"#f07178\\\",\\\"debugConsole.infoForeground\\\":\\\"#89ddff\\\",\\\"debugConsole.warningForeground\\\":\\\"#ffcb6b\\\",\\\"selection.background\\\":\\\"#00000080\\\",\\\"editorRuler.foreground\\\":\\\"#4e5579\\\",\\\"widget.shadow\\\":\\\"#00000030\\\",\\\"scrollbar.shadow\\\":\\\"#00000030\\\",\\\"editorLink.activeForeground\\\":\\\"#a6accd\\\",\\\"progressBar.background\\\":\\\"#80cbc4\\\",\\\"pickerGroup.foreground\\\":\\\"#80cbc4\\\",\\\"tree.indentGuidesStroke\\\":\\\"#4e5579\\\",\\\"terminalCursor.foreground\\\":\\\"#ffcb6b\\\",\\\"terminalCursor.background\\\":\\\"#000000\\\",\\\"inputOption.activeBackground\\\":\\\"#a6accd30\\\",\\\"textLink.foreground\\\":\\\"#80cbc4\\\",\\\"textLink.activeForeground\\\":\\\"#a6accd\\\",\\\"sideBar.foreground\\\":\\\"#757ca1\\\",\\\"sideBar.border\\\":\\\"#00000060\\\",\\\"sideBarTitle.foreground\\\":\\\"#a6accd\\\",\\\"sideBarSectionHeader.border\\\":\\\"#00000060\\\",\\\"panel.dropBackground\\\":\\\"#a6accd\\\",\\\"panelTitle.activeForeground\\\":\\\"#ffffff\\\",\\\"editor.lineHighlightBackground\\\":\\\"#00000050\\\",\\\"editor.findMatchBackground\\\":\\\"#000000\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#00000050\\\",\\\"editor.findMatchBorder\\\":\\\"#80cbc4\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#ffffff50\\\",\\\"editorIndentGuide.background\\\":\\\"#4e557970\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#4e5579\\\",\\\"editorGroup.border\\\":\\\"#00000030\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#82aaff60\\\",\\\"editorGutter.addedBackground\\\":\\\"#c3e88d60\\\",\\\"editorGutter.deletedBackground\\\":\\\"#f0717860\\\",\\\"activityBar.border\\\":\\\"#00000060\\\",\\\"activityBar.foreground\\\":\\\"#a6accd\\\",\\\"activityBar.activeBorder\\\":\\\"#80cbc4\\\",\\\"extensionBadge.remoteForeground\\\":\\\"#a6accd\\\",\\\"scrollbarSlider.background\\\":\\\"#a6accd20\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#a6accd10\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#80cbc4\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#676e95\\\",\\\"tab.activeForeground\\\":\\\"#ffffff\\\",\\\"tab.inactiveForeground\\\":\\\"#757ca1\\\",\\\"tab.activeBackground\\\":\\\"#292d3e\\\",\\\"tab.unfocusedActiveForeground\\\":\\\"#a6accd\\\",\\\"editorWidget.resizeBorder\\\":\\\"#80cbc4\\\",\\\"editorWidget.border\\\":\\\"#80cbc4\\\",\\\"statusBar.border\\\":\\\"#00000060\\\",\\\"statusBar.foreground\\\":\\\"#676e95\\\",\\\"editorBracketMatch.border\\\":\\\"#ffcc0050\\\",\\\"editorBracketMatch.background\\\":\\\"#292d3e\\\",\\\"editorOverviewRuler.findMatchForeground\\\":\\\"#80cbc4\\\",\\\"editorOverviewRuler.border\\\":\\\"#292d3e\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#f0717840\\\",\\\"editorOverviewRuler.infoForeground\\\":\\\"#82aaff40\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#ffcb6b40\\\",\\\"editorInfo.foreground\\\":\\\"#82aaff70\\\",\\\"editorWarning.foreground\\\":\\\"#ffcb6b70\\\",\\\"editorError.foreground\\\":\\\"#f0717870\\\",\\\"editorHoverWidget.border\\\":\\\"#ffffff10\\\",\\\"titleBar.activeForeground\\\":\\\"#a6accd\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1b1e2b\\\",\\\"titleBar.inactiveForeground\\\":\\\"#757ca1\\\",\\\"titleBar.border\\\":\\\"#00000060\\\",\\\"input.foreground\\\":\\\"#a6accd\\\",\\\"input.placeholderForeground\\\":\\\"#a6accd60\\\",\\\"input.border\\\":\\\"#ffffff10\\\",\\\"inputValidation.errorBorder\\\":\\\"#f07178\\\",\\\"inputValidation.infoBorder\\\":\\\"#82aaff\\\",\\\"inputValidation.warningBorder\\\":\\\"#ffcb6b\\\",\\\"dropdown.border\\\":\\\"#ffffff10\\\",\\\"quickInput.background\\\":\\\"#292d3e\\\",\\\"quickInput.foreground\\\":\\\"#757ca1\\\",\\\"list.hoverForeground\\\":\\\"#ffffff\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#80cbc4\\\",\\\"quickInput.list.focusBackground\\\":\\\"#a6accd20\\\",\\\"editorSuggestWidget.background\\\":\\\"#292d3e\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#a6accd\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#80cbc4\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#00000050\\\",\\\"editorSuggestWidget.border\\\":\\\"#ffffff10\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#89ddff20\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#ff9cac20\\\",\\\"notifications.background\\\":\\\"#292d3e\\\",\\\"notifications.foreground\\\":\\\"#a6accd\\\",\\\"notificationLink.foreground\\\":\\\"#80cbc4\\\",\\\"extensionButton.prominentBackground\\\":\\\"#c3e88d90\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#c3e88d\\\",\\\"extensionButton.prominentForeground\\\":\\\"#000000\\\",\\\"peekViewEditorGutter.background\\\":\\\"#a6accd05\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#a6accd60\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#717cb450\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#717cb450\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#757ca170\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#f0717890\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#ffcb6b90\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#82aaff90\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#c3e88d90\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#757ca190\\\",\\\"breadcrumb.background\\\":\\\"#292d3e\\\",\\\"breadcrumb.foreground\\\":\\\"#757ca1\\\",\\\"breadcrumb.focusForeground\\\":\\\"#a6accd\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#80cbc4\\\",\\\"breadcrumbPicker.background\\\":\\\"#1b1e2b\\\",\\\"menu.background\\\":\\\"#292d3e\\\",\\\"menu.foreground\\\":\\\"#a6accd\\\",\\\"menu.selectionBackground\\\":\\\"#00000050\\\",\\\"menu.selectionForeground\\\":\\\"#80cbc4\\\",\\\"menu.selectionBorder\\\":\\\"#00000030\\\",\\\"menu.separatorBackground\\\":\\\"#a6accd\\\",\\\"menubar.selectionBackground\\\":\\\"#00000030\\\",\\\"menubar.selectionForeground\\\":\\\"#80cbc4\\\",\\\"menubar.selectionBorder\\\":\\\"#00000030\\\",\\\"settings.dropdownForeground\\\":\\\"#a6accd\\\",\\\"settings.dropdownBackground\\\":\\\"#1b1e2b\\\",\\\"settings.numberInputForeground\\\":\\\"#a6accd\\\",\\\"settings.numberInputBackground\\\":\\\"#1b1e2b\\\",\\\"settings.textInputForeground\\\":\\\"#a6accd\\\",\\\"settings.textInputBackground\\\":\\\"#1b1e2b\\\",\\\"settings.headerForeground\\\":\\\"#80cbc4\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#80cbc4\\\",\\\"settings.checkboxBackground\\\":\\\"#1b1e2b\\\",\\\"settings.checkboxForeground\\\":\\\"#a6accd\\\",\\\"listFilterWidget.background\\\":\\\"#00000030\\\",\\\"listFilterWidget.outline\\\":\\\"#00000030\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#00000030\\\"},\\\"watch\\\":false}\"},\"commandPalette.mru.cache\":{\"version\":1,\"value\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.extensions.action.installExtensions\\\",\\\"value\\\":7},{\\\"key\\\":\\\"workbench.action.webview.reloadWebviewAction\\\",\\\"value\\\":8},{\\\"key\\\":\\\"workbench.action.toggleDevTools\\\",\\\"value\\\":13},{\\\"key\\\":\\\"gitlens.toggleFileChanges\\\",\\\"value\\\":20},{\\\"key\\\":\\\"git-graph.view\\\",\\\"value\\\":48},{\\\"key\\\":\\\"workbench.action.installCommandLine\\\",\\\"value\\\":54},{\\\"key\\\":\\\"fileutils.newFolder\\\",\\\"value\\\":61},{\\\"key\\\":\\\"fileutils.newFolderAtRoot\\\",\\\"value\\\":62},{\\\"key\\\":\\\"explorer.newFolder\\\",\\\"value\\\":63},{\\\"key\\\":\\\"svelte.restartLanguageServer\\\",\\\"value\\\":67},{\\\"key\\\":\\\"workbench.userDataSync.actions.syncNow\\\",\\\"value\\\":90},{\\\"key\\\":\\\"extension.downloadSettings\\\",\\\"value\\\":103},{\\\"key\\\":\\\"workbench.userDataSync.actions.settings\\\",\\\"value\\\":104},{\\\"key\\\":\\\"volar.action.restartServer\\\",\\\"value\\\":118},{\\\"key\\\":\\\"gitlens.openFileHistory\\\",\\\"value\\\":129},{\\\"key\\\":\\\"merge-conflict.next\\\",\\\"value\\\":130},{\\\"key\\\":\\\"merge-conflict.compare\\\",\\\"value\\\":131},{\\\"key\\\":\\\"typescript.reloadProjects\\\",\\\"value\\\":161},{\\\"key\\\":\\\"volar.selectTypeScriptVersion\\\",\\\"value\\\":187},{\\\"key\\\":\\\"typescript.selectTypeScriptVersion\\\",\\\"value\\\":189},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":212},{\\\"key\\\":\\\"gitlens.showQuickBranchHistory\\\",\\\"value\\\":245},{\\\"key\\\":\\\"gitlens.showFileHistoryView\\\",\\\"value\\\":277},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":293},{\\\"key\\\":\\\"workbench.view.extension.nx-console\\\",\\\"value\\\":301},{\\\"key\\\":\\\"eslint.restart\\\",\\\"value\\\":309},{\\\"key\\\":\\\"extension.updateSettings\\\",\\\"value\\\":311},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":319},{\\\"key\\\":\\\"cursorUndo\\\",\\\"value\\\":324},{\\\"key\\\":\\\"cursorRedo\\\",\\\"value\\\":325},{\\\"key\\\":\\\"gitlens.toggleFileBlame\\\",\\\"value\\\":331},{\\\"key\\\":\\\"gitlens.enableRebaseEditor\\\",\\\"value\\\":335},{\\\"key\\\":\\\"gitlens.gitCommands.rebase\\\",\\\"value\\\":339},{\\\"key\\\":\\\"git.viewFileHistory\\\",\\\"value\\\":349},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":356},{\\\"key\\\":\\\"extension.js-debug.addCustomBreakpoints\\\",\\\"value\\\":362},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":370},{\\\"key\\\":\\\"remote-wsl.newWindow\\\",\\\"value\\\":371},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":372},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":374},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":375},{\\\"key\\\":\\\"workbench.action.files.saveFiles\\\",\\\"value\\\":379}]}\"},\"commandPalette.mru.counter\":{\"version\":1,\"value\":\"380\"},\"cpp.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Oct 17 2021\"},\"cpp.1.sessionCount\":{\"version\":1,\"value\":\"64\"},\"expandSuggestionDocs\":{\"version\":1,\"value\":\"false\"},\"github-harrytran998\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\"},\"java.2.lastSessionDate\":{\"version\":1,\"value\":\"Sun Oct 17 2021\"},\"java.2.sessionCount\":{\"version\":1,\"value\":\"64\"},\"javascript.1.editedCount\":{\"version\":1,\"value\":\"10\"},\"javascript.1.editedDate\":{\"version\":1,\"value\":\"Sun Jul 25 2021\"},\"javascript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"javascript.1.lastSessionDate\":{\"version\":1,\"value\":\"Mon Jul 26 2021\"},\"javascript.1.sessionCount\":{\"version\":1,\"value\":\"26\"},\"javascript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"memento/gettingStartedService\":{\"version\":1,\"value\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"nrwl.angular-console#nxConsole#nxConsole.generate\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true}}\"},\"memento/workbench.editor.keybindings\":{\"version\":1,\"value\":\"{\\\"searchHistory\\\":[\\\"new \\\",\\\"\\\\\\\"shift+cmd+n\\\\\\\"\\\",\\\"new folde\\\",\\\"new folder\\\",\\\"\\\\\\\"cmd+n\\\\\\\"\\\",\\\"new fikle\\\",\\\"new fikl\\\",\\\"new file\\\",\\\"missing\\\",\\\"editor.action.sourceAction\\\",\\\"source.addMissingImports\\\",\\\"\\\\\\\"shift+cmd+enter\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+enter shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+i ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+r f2\\\\\\\"\\\",\\\"\\\\\\\"f2\\\\\\\"\\\",\\\"optmi\\\",\\\"optimi\\\",\\\"optimize\\\",\\\"optimiz\\\",\\\"impo\\\",\\\"import\\\",\\\"hover\\\",\\\"\\\\\\\"shift+cmd+h\\\\\\\"\\\",\\\"show hover\\\",\\\"previous\\\",\\\"previous co\\\",\\\"previous cur\\\",\\\"cursor\\\",\\\"git bl\\\",\\\"git blame\\\"]}\"},\"nps/isCandidate\":{\"version\":1,\"value\":\"false\"},\"nps/lastSessionDate\":{\"version\":1,\"value\":\"Thu Jun 10 2021\"},\"nps/sessionCount\":{\"version\":1,\"value\":\"9\"},\"nps/skipVersion\":{\"version\":1,\"value\":\"1.57.0-insider\"},\"scm/input:Git:/Users/encapital/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\",\\\"\\\",\\\"ENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"ENTRADE-5925 refactor(test): revise stub account balance with more fixture files\\\",\\\"ENTRADE-5925 fix(vite): use absolute file path to avoid generate wrong env/config.js file\\\",\\\"ENTRADE-5925 fix(test): update stub function to override stuf before\\\",\\\"ENTRADE-5925 chore: remove the redundancy code\\\",\\\"ENTRADE-5925 bump: upgrade dependencies\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\",\\\"\\\",\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\n\\\\nENTRADE-5925 fix(test): update script to fix flagky test\\\",\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\",\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\",\\\"\\\",\\\"ENTRADE-5915 chore: init commit\\\",\\\"\\\",\\\"ENTRADE-5915 chore: init commit\\\",\\\"ENTRADE-5915 fix(test): add watchlist stub '\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/techmely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/encapital/Desktop/Sources/typescript-eslint\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/broker-web\":{\"version\":1,\"value\":\"[\\\"ENTRADE-5259 test(e2e): update bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5259 test(e2e): init bdd test for preemptive rights\\\",\\\"\\\",\\\"ENTRADE-5325 chore: init user infor page\\\",\\\"ENTRADE-5325 chore(web): add router for user info\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\",\\\"\\\",\\\"ENTRADE-5256 tich hop Lai lo\\\",\\\"tich hop BDD\\\",\\\"tich hop Lai lo (dang lam)\\\",\\\"ENTRADE-5256 update review code\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"\\\",\\\"ENTRADE-5323 feat(web): complete change password\\\",\\\"ENTRADE-5323 test(e2e): init change password feature\\\",\\\"ENTRADE-5323 test(e2e): update change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"\\\",\\\"ENTRADE-5325 feat(web): complete basic user info\\\",\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\",\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\",\\\"ENTRADE-5323 test(e2e): complete change password feature\\\",\\\"\\\",\\\"ENTRADE-5808 test(e2e): update preemptive right feature\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\",\\\"\\\",\\\"ENTRADE-5733 chore(web): remove the redundancy code in order form\\\",\\\"\\\",\\\"ENTRADE-5733 feat: init margin loan rates feature\\\",\\\"\\\",\\\"ENTRADE-5328 fix(asdasd\\\",\\\"\\\",\\\"ENTRADE-5324 chore: init change email\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/mobile/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/rep-validate-form\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Company/web/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-5949 chore(web): update text 'No Phi' to 'No Phi, UTTB' in overview asset\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"ENTRADE-5865 fix(deps): downgrade vite to old version to for support env mode\\\",\\\"\\\",\\\"ENTRADE-5865 chore: upgrade package version\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5865 feat(ui): add tab panel ui\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"ENTRADE-6064 fix(e2e): fix bdd script to work correctly\\\",\\\"\\\",\\\"ENTRADE-5892 fix(web): update width of autocomplete and fix height for preemptive rights table\\\",\\\"ENTRADE-5892 refactor(web): change to flex to grid to adapt the flexiable layout preemtive right detail\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 feat: update dynamic width of preemptive right detail information\\\",\\\"ENTRADE-5892 fix(web): complete ui for preemptive right detail with complete status\\\",\\\"ENTRADE-5892 fix: bump exactly vite version to avoid installing wrong version\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"ENTRADE-5984 chore: resolve conflict from dev\\\",\\\"\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 fix(vite-env-plugin): update the way use env in preview mode\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\",\\\"ENTRADE-5334 feat(web): init code splitting web page to multiple chunk\\\",\\\"ENTRADE-5334 feat(web): add home skeleton fallback component\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/CuriousThings/riding-backend-api\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/compressed-size-action\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/eslint-config-ts\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/techmely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/temely\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/template-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/MyThings/utils\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/element-plus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/pinia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/@vue/vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/berry\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/dinero.js\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/directus\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/garfish\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/kibana\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/prisma\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vanilla-extract\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vite-typescript-starter\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-storefront\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/vue-vben-admin\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep/packages/web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/ebugkia\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/eslint-plugin-arca\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/god/Desktop/nx-vue3-vite\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/XXX\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/arrow-app\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\",\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"\\\",\\\"ENTRADE-5692 Fix navigation\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"\\\",\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\",\\\"ENTRADE-5865 fix(web): add missing history cash statement on each tab cash transfer\\\",\\\"ENTRADE-5865 fix(web): update ui cash statement page\\\",\\\"ENTRADE-5865 fix(web): update link move to cash statement color in cash transfer page\\\",\\\"\\\",\\\"ENTRADE-5984 bump: upgrade version dependencies\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5892 chore: remove the redundancy code\\\",\\\"ENTRADE-5892 fix(web): remove unnecessary code in symbol input field order-form\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\",\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\",\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\",\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\",\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\",\\\"ENTRADE-5984 ci: add script wait on server start then run cypress\\\",\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\",\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\",\\\"\\\",\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\",\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\",\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Companies/trading\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/chakra-ui-vue-next\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/Experimental/primitives\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/MySources/me.inside\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Desktop/RealEstate/kcc\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-450df3082f372d74770beb4543df517ff3e03751\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/Users/harrytran/Downloads/broker-web-c0aa4aeadd08da1068c0e7781065e9a17e260199\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"scm/input:Git:/home/god/Desktop/broker-web\":{\"version\":1,\"value\":\"[\\\"\\\"]\"},\"tabs-list-width-horizontal\":{\"version\":1,\"value\":\"95\"},\"terminal.integrated.showTerminalConfigPrompt\":{\"version\":1,\"value\":\"false\"},\"typescript.1.editedCount\":{\"version\":1,\"value\":\"11\"},\"typescript.1.editedDate\":{\"version\":1,\"value\":\"Tue Aug 17 2021\"},\"typescript.1.isCandidate\":{\"version\":1,\"value\":\"false\"},\"typescript.1.lastSessionDate\":{\"version\":1,\"value\":\"Sun Jul 11 2021\"},\"typescript.1.sessionCount\":{\"version\":1,\"value\":\"16\"},\"typescript.1.skipVersion\":{\"version\":1,\"value\":\"1.59.0-insider\"},\"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\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.i18n-ally\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.jestRunIt\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.nx-console\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\"},\"workbench.explorer.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"i18n-ally-locales-file-explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartDependencyTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"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\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true}]\"},\"workbench.panel.repl.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\"},\"workbench.scm.views.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"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\\\":false}]\"},\"workbench.statusbar.hidden\":{\"version\":1,\"value\":\"[\\\"status.workspaceTrust.1622350345748\\\",\\\"status.workspaceTrust.15a4376e815e4124cf6e1a256c2c682f\\\",\\\"status.workspaceTrust.5784a1e43c73b527b1b2d7258eb2350f\\\",\\\"status.workspaceTrust.ba5004f110b22cfefd6df6fc510fae34\\\",\\\"status.workspaceTrust.d57860cf12dae48f111bb0fd077953f5\\\",\\\"status.workspaceTrust.74590c26224340101605c98b81e7b15d\\\",\\\"status.workspaceTrust.9ae0e5ea687713fa795facc5dc5504da\\\",\\\"status.workspaceTrust.a1c08143d3740a5d3ad73bf4fef17460\\\",\\\"status.workspaceTrust.1625496840845\\\",\\\"status.workspaceTrust.1625498230156\\\",\\\"status.workspaceTrust.1625499059258\\\",\\\"status.workspaceTrust.122230725b67581cc88084317bc4805e\\\",\\\"status.workspaceTrust.dc92510819f40d29432b275264ff95e5\\\",\\\"status.workspaceTrust.1625891415155\\\",\\\"status.workspaceTrust.1625891431775\\\",\\\"status.workspaceTrust.1625896816695\\\",\\\"status.workspaceTrust.e19e781f7cefe86f7717c3056c3979c7\\\",\\\"status.workspaceTrust.1626518506157\\\",\\\"status.workspaceTrust.3d221230bdeab2faed626a2cdc0c46bf\\\",\\\"status.workspaceTrust.91d139cbfe13b9b9ff43c52879fc1dbb\\\",\\\"status.workspaceTrust.291846670c57b0ae9c46431a85bf5e87\\\",\\\"status.workspaceTrust.1627211776100\\\",\\\"status.workspaceTrust.1627212273110\\\",\\\"status.workspaceTrust.1627313775274\\\",\\\"status.workspaceTrust.1627355237959\\\",\\\"status.workspaceTrust.35ca3e43f7defb5210afd8807eea76d3\\\",\\\"status.workspaceTrust.b3e8ae397a4eccd00ab8bd30c58bf4c3\\\",\\\"status.workspaceTrust.0bb53ee408bbc5718b9a5466b8fbecc5\\\",\\\"status.workspaceTrust.1627878645016\\\",\\\"status.workspaceTrust.1628084060561\\\",\\\"status.workspaceTrust.1628135359624\\\",\\\"status.workspaceTrust.fb737abd2ab82befc970783d32025f33\\\",\\\"status.workspaceTrust.12d013fe4bc74cef353bd3132b993e37\\\",\\\"status.workspaceTrust.1628149908656\\\",\\\"status.workspaceTrust.ed933cffa367276d79521ca4825e6fc1\\\",\\\"status.workspaceTrust.1628924003000\\\",\\\"status.workspaceTrust.1628924028839\\\",\\\"status.workspaceTrust.126ddfd6fb9c471e2c139a09c41cd807\\\",\\\"status.workspaceTrust.1f4a9047869e6cea03d34f22214585c1\\\",\\\"status.workspaceTrust.1628963510647\\\",\\\"status.workspaceTrust.0cc0f2bb0f765d3e3829e8738e6462fa\\\",\\\"status.workspaceTrust.54c3640c213bb498421bdc7bd50119a8\\\",\\\"status.workspaceTrust.1629991125354\\\",\\\"status.workspaceTrust.1629991582260\\\",\\\"status.workspaceTrust.1630122990587\\\",\\\"status.workspaceTrust.1630123047480\\\",\\\"status.workspaceTrust.899ba88261e87a933ab8b2aeff960614\\\",\\\"status.workspaceTrust.0480d1e935bcd07e50d6b3c370e7afa7\\\",\\\"status.workspaceTrust.dde5d0b963cc0ca7c910e54bb2f8db4d\\\",\\\"status.workspaceTrust.1b4adfed53da349508eeb888ef05986c\\\",\\\"status.workspaceTrust.fcb3b19b2b1abc1f14ae18d7dbdfc09c\\\",\\\"status.workspaceTrust.2ccb7e45dda47ef0f6499e3a1fad538b\\\",\\\"status.workspaceTrust.3c03dd4493ee7a3413c303426520c71a\\\",\\\"status.workspaceTrust.4289dca24c12c78abded675f148cb0e0\\\",\\\"status.workspaceTrust.1630594605650\\\",\\\"status.workspaceTrust.6229667c1c38e9e72bc9e261405549e0\\\",\\\"status.workspaceTrust.0552252f79ed65cf0536bc3d4c40af63\\\",\\\"status.workspaceTrust.1630713641505\\\",\\\"status.workspaceTrust.1630831807724\\\",\\\"status.workspaceTrust.d3f9195b855590b0ab446150bbf7cb1b\\\",\\\"status.workspaceTrust.1630889785907\\\",\\\"status.workspaceTrust.38458b03076bc6e4536199f00f7b1165\\\",\\\"status.workspaceTrust.1ab349016ffb9499bb873486ca6a8ace\\\",\\\"status.workspaceTrust.2852629b2c83e3349606b50b2ff2c66a\\\",\\\"status.workspaceTrust.1631246349556\\\",\\\"status.workspaceTrust.2e547c4530766f3a0cbeb9b20eb1db20\\\",\\\"status.workspaceTrust.4867962b2acf2a4ca98d98483e581f4c\\\",\\\"status.workspaceTrust.362c5bda7e8dd93f4ce042ff92d87389\\\",\\\"status.workspaceTrust.b9147f5a2eebed0c100bd56a6958455d\\\",\\\"status.workspaceTrust.9c8ae139c548f08adb59aeee68b28100\\\",\\\"status.workspaceTrust.0f872610638b8ce47ed8f387623d55ff\\\",\\\"status.workspaceTrust.1631700278488\\\",\\\"status.workspaceTrust.f16231f6b7081b24af2d6feb708ea2c0\\\",\\\"status.workspaceTrust.1631780391204\\\",\\\"status.workspaceTrust.84a0a0caa4b616b6aa2057b9212e7385\\\",\\\"status.workspaceTrust.5287b84835caea1a0e1d89f0d47ac1c1\\\",\\\"status.workspaceTrust.1631882686823\\\",\\\"status.workspaceTrust.4963735b56e128d3b968fec974dbb4dc\\\",\\\"status.workspaceTrust.eb58aac3ff78e644bc36bb4736f42141\\\",\\\"status.workspaceTrust.4a41ba9580afc46675fa496c46bc0e2d\\\",\\\"status.workspaceTrust.b3b7c76cbc9eb54254de1d810075f267\\\",\\\"status.workspaceTrust.075c8df33007602e8dc19d0a215c4bb7\\\",\\\"status.workspaceTrust.566ca77cfd39dbe5f30185b03a698486\\\",\\\"status.workspaceTrust.1633486331791\\\",\\\"status.workspaceTrust.1633597326577\\\",\\\"status.workspaceTrust.c5eff41148fe717980fecc0500a05b41\\\",\\\"status.workspaceTrust.83a6f2c47701e6307b889128d04b50e8\\\",\\\"status.workspaceTrust.1634141679344\\\",\\\"status.workspaceTrust.7e38316d6c5d5609932ecce0341738cc\\\",\\\"status.workspaceTrust.1634086619196\\\",\\\"status.workspaceTrust.1634218350505\\\",\\\"status.workspaceTrust.1634218463740\\\",\\\"status.workspaceTrust.1634218466785\\\",\\\"status.workspaceTrust.1634218468854\\\",\\\"status.workspaceTrust.c818fdb19eefdf59ff242f7308ba8ea5\\\",\\\"status.workspaceTrust.8c3498f808de6c387bda87fae914dabd\\\"]\"},\"workbench.view.debug.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.flutter.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"dartFlutterOutline\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.github-pull-requests.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.gitlens.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.jestRunIt.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"jestRunItTestsExplorer\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.nx-console.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"nxConsole.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxRunTarget\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"nxProjects\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.references-view.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extension.test.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartTestTree\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.extensions.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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.local.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.remote.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false}]\"},\"workbench.view.sync.state.hidden\":{\"version\":1,\"value\":\"[{\\\"id\\\":\\\"workbench.views.sync.merges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true}]\"},\"workbench.welcomePage.walkthroughMetadata\":{\"version\":1,\"value\":\"[[\\\"nrwl.angular-console#nxConsole\\\",{\\\"firstSeen\\\":1633965808050,\\\"stepIDs\\\":[\\\"nxConsole.generate\\\",\\\"nxConsole.run\\\",\\\"nxConsole.commonNxCommands\\\",\\\"nxConsole.projects\\\",\\\"nxConsole.streamlining\\\"],\\\"manaullyOpened\\\":false}]]\"}}}"}
{"ref":"cc1d641d-7f55-48a3-bad7-94a542d571df","content":"{\"version\":1,\"machineId\":\"f137e7c9-bee4-463a-873a-ac34aa086d9d\",\"content\":\"{\\\"storage\\\":{\\\"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}]\\\"},\\\"terminal.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.scm.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.scm\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.commits\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.repositories\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"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\\\\\\\":false}]\\\"},\\\"workbench.explorer.views.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"outline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"timeline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.openEditorsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.emptyView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"npm\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.explorer.fileView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"i18n-ally-locales-file-explorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dartPackages\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dartDependencyTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"commitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"compareCommitViewProvider\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.search.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.activity.pinnedViewlets2\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":0},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.search\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":1},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.scm\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":2},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.debug\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":3},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extensions\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.remote\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":true,\\\\\\\"order\\\\\\\":4},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.test\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":6},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.references-view\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":7},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.flutter\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.i18n-ally\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":11},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.cspell-explorer\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.gitlens\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":8},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.jestRunIt\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":10},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.github-pull-requests\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":9},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.github-pull-request\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":10},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.extension.nx-console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false,\\\\\\\"order\\\\\\\":10},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.sync\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false}]\\\"},\\\"nps/lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Thu Jun 10 2021\\\"},\\\"nps/sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"9\\\"},\\\"workbench.view.debug.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.variablesView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.watchExpressionsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.callStackView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.loadedScriptsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.debug.breakPointsView\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"jsBrowserBreakpoints\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"ces/skipSurvey\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.57.0-insider\\\"},\\\"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\\\\\\\":\\\\\\\"terminal\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Terminal\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":3,\\\\\\\"visible\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"refactorPreview\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Refactor Preview\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"visible\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.repl\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"Debug Console\\\\\\\",\\\\\\\"pinned\\\\\\\":true,\\\\\\\"order\\\\\\\":2,\\\\\\\"visible\\\\\\\":true}]\\\"},\\\"workbench.telemetryOptOutShown\\\":{\\\"version\\\":1,\\\"value\\\":\\\"true\\\"},\\\"workbench.view.extensions.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.workspaceRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.popular\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.otherRecommendations\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"extensions.recommendedList\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.enabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.disabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.marketplace\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchInstalled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchEnabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchDisabled\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchOutdated\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.searchBuiltin\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.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.local.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.local.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.remote.installed.empty\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.extensions.remote.installed\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.statusbar.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"status.workspaceTrust.1622350345748\\\\\\\",\\\\\\\"status.workspaceTrust.15a4376e815e4124cf6e1a256c2c682f\\\\\\\",\\\\\\\"status.workspaceTrust.5784a1e43c73b527b1b2d7258eb2350f\\\\\\\",\\\\\\\"status.workspaceTrust.ba5004f110b22cfefd6df6fc510fae34\\\\\\\",\\\\\\\"status.workspaceTrust.d57860cf12dae48f111bb0fd077953f5\\\\\\\",\\\\\\\"status.workspaceTrust.74590c26224340101605c98b81e7b15d\\\\\\\",\\\\\\\"status.workspaceTrust.9ae0e5ea687713fa795facc5dc5504da\\\\\\\",\\\\\\\"status.workspaceTrust.a1c08143d3740a5d3ad73bf4fef17460\\\\\\\",\\\\\\\"status.workspaceTrust.1625496840845\\\\\\\",\\\\\\\"status.workspaceTrust.1625498230156\\\\\\\",\\\\\\\"status.workspaceTrust.1625499059258\\\\\\\",\\\\\\\"status.workspaceTrust.122230725b67581cc88084317bc4805e\\\\\\\",\\\\\\\"status.workspaceTrust.dc92510819f40d29432b275264ff95e5\\\\\\\",\\\\\\\"status.workspaceTrust.1625891415155\\\\\\\",\\\\\\\"status.workspaceTrust.1625891431775\\\\\\\",\\\\\\\"status.workspaceTrust.1625896816695\\\\\\\",\\\\\\\"status.workspaceTrust.e19e781f7cefe86f7717c3056c3979c7\\\\\\\",\\\\\\\"status.workspaceTrust.1626518506157\\\\\\\",\\\\\\\"status.workspaceTrust.3d221230bdeab2faed626a2cdc0c46bf\\\\\\\",\\\\\\\"status.workspaceTrust.91d139cbfe13b9b9ff43c52879fc1dbb\\\\\\\",\\\\\\\"status.workspaceTrust.291846670c57b0ae9c46431a85bf5e87\\\\\\\",\\\\\\\"status.workspaceTrust.1627211776100\\\\\\\",\\\\\\\"status.workspaceTrust.1627212273110\\\\\\\",\\\\\\\"status.workspaceTrust.1627313775274\\\\\\\",\\\\\\\"status.workspaceTrust.1627355237959\\\\\\\",\\\\\\\"status.workspaceTrust.35ca3e43f7defb5210afd8807eea76d3\\\\\\\",\\\\\\\"status.workspaceTrust.b3e8ae397a4eccd00ab8bd30c58bf4c3\\\\\\\",\\\\\\\"status.workspaceTrust.0bb53ee408bbc5718b9a5466b8fbecc5\\\\\\\",\\\\\\\"status.workspaceTrust.1627878645016\\\\\\\",\\\\\\\"status.workspaceTrust.1628084060561\\\\\\\",\\\\\\\"status.workspaceTrust.1628135359624\\\\\\\",\\\\\\\"status.workspaceTrust.fb737abd2ab82befc970783d32025f33\\\\\\\",\\\\\\\"status.workspaceTrust.12d013fe4bc74cef353bd3132b993e37\\\\\\\",\\\\\\\"status.workspaceTrust.1628149908656\\\\\\\",\\\\\\\"status.workspaceTrust.ed933cffa367276d79521ca4825e6fc1\\\\\\\",\\\\\\\"status.workspaceTrust.1628924003000\\\\\\\",\\\\\\\"status.workspaceTrust.1628924028839\\\\\\\",\\\\\\\"status.workspaceTrust.126ddfd6fb9c471e2c139a09c41cd807\\\\\\\",\\\\\\\"status.workspaceTrust.1f4a9047869e6cea03d34f22214585c1\\\\\\\",\\\\\\\"status.workspaceTrust.1628963510647\\\\\\\",\\\\\\\"status.workspaceTrust.0cc0f2bb0f765d3e3829e8738e6462fa\\\\\\\",\\\\\\\"status.workspaceTrust.54c3640c213bb498421bdc7bd50119a8\\\\\\\",\\\\\\\"status.workspaceTrust.1629991125354\\\\\\\",\\\\\\\"status.workspaceTrust.1629991582260\\\\\\\",\\\\\\\"status.workspaceTrust.1630122990587\\\\\\\",\\\\\\\"status.workspaceTrust.1630123047480\\\\\\\",\\\\\\\"status.workspaceTrust.899ba88261e87a933ab8b2aeff960614\\\\\\\",\\\\\\\"status.workspaceTrust.0480d1e935bcd07e50d6b3c370e7afa7\\\\\\\",\\\\\\\"status.workspaceTrust.dde5d0b963cc0ca7c910e54bb2f8db4d\\\\\\\",\\\\\\\"status.workspaceTrust.1b4adfed53da349508eeb888ef05986c\\\\\\\",\\\\\\\"status.workspaceTrust.fcb3b19b2b1abc1f14ae18d7dbdfc09c\\\\\\\",\\\\\\\"status.workspaceTrust.2ccb7e45dda47ef0f6499e3a1fad538b\\\\\\\",\\\\\\\"status.workspaceTrust.3c03dd4493ee7a3413c303426520c71a\\\\\\\",\\\\\\\"status.workspaceTrust.4289dca24c12c78abded675f148cb0e0\\\\\\\",\\\\\\\"status.workspaceTrust.1630594605650\\\\\\\",\\\\\\\"status.workspaceTrust.6229667c1c38e9e72bc9e261405549e0\\\\\\\",\\\\\\\"status.workspaceTrust.0552252f79ed65cf0536bc3d4c40af63\\\\\\\",\\\\\\\"status.workspaceTrust.1630713641505\\\\\\\",\\\\\\\"status.workspaceTrust.1630831807724\\\\\\\",\\\\\\\"status.workspaceTrust.d3f9195b855590b0ab446150bbf7cb1b\\\\\\\",\\\\\\\"status.workspaceTrust.1630889785907\\\\\\\",\\\\\\\"status.workspaceTrust.38458b03076bc6e4536199f00f7b1165\\\\\\\",\\\\\\\"status.workspaceTrust.1ab349016ffb9499bb873486ca6a8ace\\\\\\\",\\\\\\\"status.workspaceTrust.2852629b2c83e3349606b50b2ff2c66a\\\\\\\",\\\\\\\"status.workspaceTrust.1631246349556\\\\\\\",\\\\\\\"status.workspaceTrust.2e547c4530766f3a0cbeb9b20eb1db20\\\\\\\",\\\\\\\"status.workspaceTrust.4867962b2acf2a4ca98d98483e581f4c\\\\\\\",\\\\\\\"status.workspaceTrust.362c5bda7e8dd93f4ce042ff92d87389\\\\\\\",\\\\\\\"status.workspaceTrust.b9147f5a2eebed0c100bd56a6958455d\\\\\\\",\\\\\\\"status.workspaceTrust.9c8ae139c548f08adb59aeee68b28100\\\\\\\",\\\\\\\"status.workspaceTrust.0f872610638b8ce47ed8f387623d55ff\\\\\\\",\\\\\\\"status.workspaceTrust.1631700278488\\\\\\\",\\\\\\\"status.workspaceTrust.f16231f6b7081b24af2d6feb708ea2c0\\\\\\\",\\\\\\\"status.workspaceTrust.1631780391204\\\\\\\",\\\\\\\"status.workspaceTrust.84a0a0caa4b616b6aa2057b9212e7385\\\\\\\",\\\\\\\"status.workspaceTrust.5287b84835caea1a0e1d89f0d47ac1c1\\\\\\\",\\\\\\\"status.workspaceTrust.1631882686823\\\\\\\",\\\\\\\"status.workspaceTrust.4963735b56e128d3b968fec974dbb4dc\\\\\\\",\\\\\\\"status.workspaceTrust.eb58aac3ff78e644bc36bb4736f42141\\\\\\\",\\\\\\\"status.workspaceTrust.4a41ba9580afc46675fa496c46bc0e2d\\\\\\\",\\\\\\\"status.workspaceTrust.b3b7c76cbc9eb54254de1d810075f267\\\\\\\",\\\\\\\"status.workspaceTrust.075c8df33007602e8dc19d0a215c4bb7\\\\\\\",\\\\\\\"status.workspaceTrust.566ca77cfd39dbe5f30185b03a698486\\\\\\\",\\\\\\\"status.workspaceTrust.1633486331791\\\\\\\",\\\\\\\"status.workspaceTrust.1633597326577\\\\\\\",\\\\\\\"status.workspaceTrust.c5eff41148fe717980fecc0500a05b41\\\\\\\",\\\\\\\"status.workspaceTrust.83a6f2c47701e6307b889128d04b50e8\\\\\\\",\\\\\\\"status.workspaceTrust.1634141679344\\\\\\\",\\\\\\\"status.workspaceTrust.7e38316d6c5d5609932ecce0341738cc\\\\\\\",\\\\\\\"status.workspaceTrust.1634086619196\\\\\\\",\\\\\\\"status.workspaceTrust.1634218350505\\\\\\\",\\\\\\\"status.workspaceTrust.1634218463740\\\\\\\",\\\\\\\"status.workspaceTrust.1634218466785\\\\\\\",\\\\\\\"status.workspaceTrust.1634218468854\\\\\\\",\\\\\\\"status.workspaceTrust.c818fdb19eefdf59ff242f7308ba8ea5\\\\\\\",\\\\\\\"status.workspaceTrust.8c3498f808de6c387bda87fae914dabd\\\\\\\",\\\\\\\"status.workspaceTrust.5c9ca61cb24851ddd481e7d5af453552\\\\\\\",\\\\\\\"status.workspaceTrust.1634380801363\\\\\\\"]\\\"},\\\"memento/gettingStartedService\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"pickColorTheme\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"nrwl.angular-console#nxConsole#nxConsole.generate\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"settingsSync\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"quickOpen\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"commandPaletteTask\\\\\\\":{\\\\\\\"done\\\\\\\":true},\\\\\\\"shortcuts\\\\\\\":{\\\\\\\"done\\\\\\\":true}}\\\"},\\\"commandPalette.mru.cache\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"usesLRU\\\\\\\":true,\\\\\\\"entries\\\\\\\":[{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.configure\\\\\\\",\\\\\\\"value\\\\\\\":4},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.extensions.action.installExtensions\\\\\\\",\\\\\\\"value\\\\\\\":7},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.webview.reloadWebviewAction\\\\\\\",\\\\\\\"value\\\\\\\":8},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.toggleDevTools\\\\\\\",\\\\\\\"value\\\\\\\":13},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.toggleFileChanges\\\\\\\",\\\\\\\"value\\\\\\\":20},{\\\\\\\"key\\\\\\\":\\\\\\\"git-graph.view\\\\\\\",\\\\\\\"value\\\\\\\":48},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.installCommandLine\\\\\\\",\\\\\\\"value\\\\\\\":54},{\\\\\\\"key\\\\\\\":\\\\\\\"fileutils.newFolder\\\\\\\",\\\\\\\"value\\\\\\\":61},{\\\\\\\"key\\\\\\\":\\\\\\\"fileutils.newFolderAtRoot\\\\\\\",\\\\\\\"value\\\\\\\":62},{\\\\\\\"key\\\\\\\":\\\\\\\"explorer.newFolder\\\\\\\",\\\\\\\"value\\\\\\\":63},{\\\\\\\"key\\\\\\\":\\\\\\\"svelte.restartLanguageServer\\\\\\\",\\\\\\\"value\\\\\\\":67},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.syncNow\\\\\\\",\\\\\\\"value\\\\\\\":90},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.downloadSettings\\\\\\\",\\\\\\\"value\\\\\\\":103},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.userDataSync.actions.settings\\\\\\\",\\\\\\\"value\\\\\\\":104},{\\\\\\\"key\\\\\\\":\\\\\\\"volar.action.restartServer\\\\\\\",\\\\\\\"value\\\\\\\":118},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.openFileHistory\\\\\\\",\\\\\\\"value\\\\\\\":129},{\\\\\\\"key\\\\\\\":\\\\\\\"merge-conflict.next\\\\\\\",\\\\\\\"value\\\\\\\":130},{\\\\\\\"key\\\\\\\":\\\\\\\"merge-conflict.compare\\\\\\\",\\\\\\\"value\\\\\\\":131},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.reloadProjects\\\\\\\",\\\\\\\"value\\\\\\\":161},{\\\\\\\"key\\\\\\\":\\\\\\\"volar.selectTypeScriptVersion\\\\\\\",\\\\\\\"value\\\\\\\":187},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.selectTypeScriptVersion\\\\\\\",\\\\\\\"value\\\\\\\":189},{\\\\\\\"key\\\\\\\":\\\\\\\"editor.action.formatDocument\\\\\\\",\\\\\\\"value\\\\\\\":212},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.showQuickBranchHistory\\\\\\\",\\\\\\\"value\\\\\\\":245},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.showFileHistoryView\\\\\\\",\\\\\\\"value\\\\\\\":277},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.files.saveWithoutFormatting\\\\\\\",\\\\\\\"value\\\\\\\":293},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.view.extension.nx-console\\\\\\\",\\\\\\\"value\\\\\\\":301},{\\\\\\\"key\\\\\\\":\\\\\\\"eslint.restart\\\\\\\",\\\\\\\"value\\\\\\\":309},{\\\\\\\"key\\\\\\\":\\\\\\\"cursorUndo\\\\\\\",\\\\\\\"value\\\\\\\":324},{\\\\\\\"key\\\\\\\":\\\\\\\"cursorRedo\\\\\\\",\\\\\\\"value\\\\\\\":325},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.toggleFileBlame\\\\\\\",\\\\\\\"value\\\\\\\":331},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.enableRebaseEditor\\\\\\\",\\\\\\\"value\\\\\\\":335},{\\\\\\\"key\\\\\\\":\\\\\\\"gitlens.gitCommands.rebase\\\\\\\",\\\\\\\"value\\\\\\\":339},{\\\\\\\"key\\\\\\\":\\\\\\\"git.viewFileHistory\\\\\\\",\\\\\\\"value\\\\\\\":349},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.js-debug.addCustomBreakpoints\\\\\\\",\\\\\\\"value\\\\\\\":362},{\\\\\\\"key\\\\\\\":\\\\\\\"remote-wsl.newWindow\\\\\\\",\\\\\\\"value\\\\\\\":371},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.reloadWindow\\\\\\\",\\\\\\\"value\\\\\\\":374},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.selectTheme\\\\\\\",\\\\\\\"value\\\\\\\":375},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.files.saveFiles\\\\\\\",\\\\\\\"value\\\\\\\":379},{\\\\\\\"key\\\\\\\":\\\\\\\"typescript.restartTsServer\\\\\\\",\\\\\\\"value\\\\\\\":380},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openSettingsJson\\\\\\\",\\\\\\\"value\\\\\\\":381},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openGlobalKeybindingsFile\\\\\\\",\\\\\\\"value\\\\\\\":385},{\\\\\\\"key\\\\\\\":\\\\\\\"workbench.action.openGlobalKeybindings\\\\\\\",\\\\\\\"value\\\\\\\":387},{\\\\\\\"key\\\\\\\":\\\\\\\"extension.updateSettings\\\\\\\",\\\\\\\"value\\\\\\\":388}]}\\\"},\\\"commandPalette.mru.counter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"389\\\"},\\\"workbench.view.extension.gitlens.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.updates\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"gitlens.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.github-pull-requests.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"github:login\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"pr:github\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"issues:github\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"colorThemeData\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"id\\\\\\\":\\\\\\\"vs-dark Equinusocio-vsc-material-theme-build-themes-Material-Theme-Palenight-High-Contrast-json\\\\\\\",\\\\\\\"label\\\\\\\":\\\\\\\"Material Theme Palenight High Contrast\\\\\\\",\\\\\\\"settingsId\\\\\\\":\\\\\\\"Material Theme Palenight High Contrast\\\\\\\",\\\\\\\"themeTokenColors\\\\\\\":[{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#292D3E\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"string\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation, constant.other.symbol\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.character.escape, text.html constant.character.entity.named\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.boolean\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.numeric\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword, modifier, variable.language.this, support.type.object, constant.language\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function, support.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"storage.type, storage.modifier, storage.control\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.module, support.node\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type, constant.other.key\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.type, entity.other.inherited-class, entity.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#676E95\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#676E95\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"comment punctuation.definition.comment, string.quoted.docstring\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name, entity.name.type.class, support.type, support.class, meta.use\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"variable.object.property, meta.field.declaration entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.definition.method entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.function entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.embedded, source.groovy.embedded, meta.template.expression\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag.yaml\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.language.json\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name.id\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.css entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#B2CCD6\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.type.property-name.css\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.tag, punctuation.definition.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.tag\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.other.attribute-name\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"punctuation.definition.entity.html\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.heading\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.markdown meta.link.inline, meta.link.reference\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"text.html.markdown beginning.punctuation.definition.list\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.italic\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic bold\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.bold markup.italic, markup.italic markup.bold\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.fenced_code.block.markdown punctuation.definition.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"markup.inline.raw.string.markdown\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"keyword.other.definition.ini\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.section.group-title.ini\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.class.identifier storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method.identifier entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method-call meta.method, source.cs entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs storage.type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.method.return-type\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#676E95\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs meta.preprocessor\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cs entity.name.type.namespace\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.jsx.children, SXNested\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"support.class.component\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.cpp meta.block variable.other\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python meta.member.access.python\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.python meta.function-call.python, meta.function-call.arguments\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"meta.block\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function.call\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"source.php support.other.namespace, source.php meta.use support.class\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"constant.keyword\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":\\\\\\\"entity.name.function\\\\\\\"},{\\\\\\\"settings\\\\\\\":{\\\\\\\"background\\\\\\\":\\\\\\\"#292D3E\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD\\\\\\\"}},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.deleted\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.inserted\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"underline\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.underline\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\",\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"keyword.control\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"fontStyle\\\\\\\":\\\\\\\"italic\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#89DDFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.quote\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#A6ACCD90\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"markup.fenced_code.block\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"punctuation.definition.quote\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#FFCB6B\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#F78C6C\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#f07178\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#916b53\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#82AAFF\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#ff9cac\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C792EA\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]},{\\\\\\\"settings\\\\\\\":{\\\\\\\"foreground\\\\\\\":\\\\\\\"#C3E88D\\\\\\\"},\\\\\\\"scope\\\\\\\":[\\\\\\\"meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json\\\\\\\"]}],\\\\\\\"semanticTokenRules\\\\\\\":[],\\\\\\\"extensionData\\\\\\\":{\\\\\\\"_extensionId\\\\\\\":\\\\\\\"Equinusocio.vsc-material-theme\\\\\\\",\\\\\\\"_extensionIsBuiltin\\\\\\\":false,\\\\\\\"_extensionName\\\\\\\":\\\\\\\"vsc-material-theme\\\\\\\",\\\\\\\"_extensionPublisher\\\\\\\":\\\\\\\"Equinusocio\\\\\\\"},\\\\\\\"themeSemanticHighlighting\\\\\\\":true,\\\\\\\"colorMap\\\\\\\":{\\\\\\\"focusBorder\\\\\\\":\\\\\\\"#ffffff00\\\\\\\",\\\\\\\"foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"button.background\\\\\\\":\\\\\\\"#717cb450\\\\\\\",\\\\\\\"button.foreground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"dropdown.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"input.background\\\\\\\":\\\\\\\"#333747\\\\\\\",\\\\\\\"inputOption.activeBorder\\\\\\\":\\\\\\\"#a6accd30\\\\\\\",\\\\\\\"list.activeSelectionBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"list.activeSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"list.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"list.focusBackground\\\\\\\":\\\\\\\"#a6accd20\\\\\\\",\\\\\\\"list.focusForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"list.highlightForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"list.hoverBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"list.inactiveSelectionBackground\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"activityBar.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"activityBar.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"activityBarBadge.background\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"activityBarBadge.foreground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"badge.background\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"badge.foreground\\\\\\\":\\\\\\\"#676e95\\\\\\\",\\\\\\\"sideBar.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"sideBarSectionHeader.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"editorGroup.dropBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"editorGroup.focusedEmptyBorder\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"editorGroupHeader.tabsBackground\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"tab.border\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"tab.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tab.inactiveBackground\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"tab.activeModifiedBorder\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"tab.inactiveModifiedBorder\\\\\\\":\\\\\\\"#904348\\\\\\\",\\\\\\\"tab.unfocusedActiveModifiedBorder\\\\\\\":\\\\\\\"#c05a60\\\\\\\",\\\\\\\"tab.unfocusedInactiveModifiedBorder\\\\\\\":\\\\\\\"#904348\\\\\\\",\\\\\\\"editor.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"editor.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"editorLineNumber.foreground\\\\\\\":\\\\\\\"#3a3f58\\\\\\\",\\\\\\\"editorLineNumber.activeForeground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"editorCursor.foreground\\\\\\\":\\\\\\\"#ffcc00\\\\\\\",\\\\\\\"editor.selectionBackground\\\\\\\":\\\\\\\"#717cb450\\\\\\\",\\\\\\\"editor.selectionHighlightBackground\\\\\\\":\\\\\\\"#ffcc0020\\\\\\\",\\\\\\\"editor.wordHighlightBackground\\\\\\\":\\\\\\\"#ff9cac30\\\\\\\",\\\\\\\"editor.wordHighlightStrongBackground\\\\\\\":\\\\\\\"#c3e88d30\\\\\\\",\\\\\\\"editor.findMatchHighlight\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"editor.findRangeHighlightBackground\\\\\\\":\\\\\\\"#ffcb6b30\\\\\\\",\\\\\\\"editor.lineHighlightBorder\\\\\\\":\\\\\\\"#00000000\\\\\\\",\\\\\\\"editor.rangeHighlightBackground\\\\\\\":\\\\\\\"#ffffff0d\\\\\\\",\\\\\\\"editorWhitespace.foreground\\\\\\\":\\\\\\\"#a6accd40\\\\\\\",\\\\\\\"editorWidget.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"editorHoverWidget.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"editorMarkerNavigation.background\\\\\\\":\\\\\\\"#a6accd05\\\\\\\",\\\\\\\"peekView.border\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"peekViewEditor.background\\\\\\\":\\\\\\\"#a6accd05\\\\\\\",\\\\\\\"peekViewResult.background\\\\\\\":\\\\\\\"#a6accd05\\\\\\\",\\\\\\\"peekViewTitle.background\\\\\\\":\\\\\\\"#a6accd05\\\\\\\",\\\\\\\"panel.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"panel.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"panelTitle.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"panelTitle.inactiveForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"statusBar.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"statusBar.debuggingBackground\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"statusBar.debuggingForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"statusBar.noFolderBackground\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"statusBarItem.activeBackground\\\\\\\":\\\\\\\"#f0717880\\\\\\\",\\\\\\\"statusBarItem.hoverBackground\\\\\\\":\\\\\\\"#676e9520\\\\\\\",\\\\\\\"statusBarItem.remoteBackground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"statusBarItem.remoteForeground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"titleBar.activeBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"pickerGroup.border\\\\\\\":\\\\\\\"#ffffff1a\\\\\\\",\\\\\\\"terminal.ansiBlack\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"terminal.ansiBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiBrightBlack\\\\\\\":\\\\\\\"#676e95\\\\\\\",\\\\\\\"terminal.ansiBrightBlue\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"terminal.ansiBrightCyan\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"terminal.ansiBrightGreen\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"terminal.ansiBrightMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiBrightRed\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"terminal.ansiBrightWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiBrightYellow\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"terminal.ansiCyan\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"terminal.ansiGreen\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"terminal.ansiMagenta\\\\\\\":\\\\\\\"#c792ea\\\\\\\",\\\\\\\"terminal.ansiRed\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"terminal.ansiWhite\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"terminal.ansiYellow\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"debugToolBar.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"debugConsole.errorForeground\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"debugConsole.infoForeground\\\\\\\":\\\\\\\"#89ddff\\\\\\\",\\\\\\\"debugConsole.warningForeground\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"selection.background\\\\\\\":\\\\\\\"#00000080\\\\\\\",\\\\\\\"editorRuler.foreground\\\\\\\":\\\\\\\"#4e5579\\\\\\\",\\\\\\\"widget.shadow\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"scrollbar.shadow\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"editorLink.activeForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"progressBar.background\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"pickerGroup.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tree.indentGuidesStroke\\\\\\\":\\\\\\\"#4e5579\\\\\\\",\\\\\\\"terminalCursor.foreground\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"terminalCursor.background\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"inputOption.activeBackground\\\\\\\":\\\\\\\"#a6accd30\\\\\\\",\\\\\\\"textLink.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"textLink.activeForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"sideBar.foreground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"sideBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"sideBarTitle.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"sideBarSectionHeader.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"panel.dropBackground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"panelTitle.activeForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"editor.lineHighlightBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editor.findMatchBackground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"editor.findMatchHighlightBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editor.findMatchBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editor.findMatchHighlightBorder\\\\\\\":\\\\\\\"#ffffff50\\\\\\\",\\\\\\\"editorIndentGuide.background\\\\\\\":\\\\\\\"#4e557970\\\\\\\",\\\\\\\"editorIndentGuide.activeBackground\\\\\\\":\\\\\\\"#4e5579\\\\\\\",\\\\\\\"editorGroup.border\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"editorGutter.modifiedBackground\\\\\\\":\\\\\\\"#82aaff60\\\\\\\",\\\\\\\"editorGutter.addedBackground\\\\\\\":\\\\\\\"#c3e88d60\\\\\\\",\\\\\\\"editorGutter.deletedBackground\\\\\\\":\\\\\\\"#f0717860\\\\\\\",\\\\\\\"activityBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"activityBar.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"activityBar.activeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"extensionBadge.remoteForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"scrollbarSlider.background\\\\\\\":\\\\\\\"#a6accd20\\\\\\\",\\\\\\\"scrollbarSlider.hoverBackground\\\\\\\":\\\\\\\"#a6accd10\\\\\\\",\\\\\\\"scrollbarSlider.activeBackground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"tab.unfocusedActiveBorder\\\\\\\":\\\\\\\"#676e95\\\\\\\",\\\\\\\"tab.activeForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"tab.inactiveForeground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"tab.activeBackground\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"tab.unfocusedActiveForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"editorWidget.resizeBorder\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorWidget.border\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"statusBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"statusBar.foreground\\\\\\\":\\\\\\\"#676e95\\\\\\\",\\\\\\\"editorBracketMatch.border\\\\\\\":\\\\\\\"#ffcc0050\\\\\\\",\\\\\\\"editorBracketMatch.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"editorOverviewRuler.findMatchForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorOverviewRuler.border\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"editorOverviewRuler.errorForeground\\\\\\\":\\\\\\\"#f0717840\\\\\\\",\\\\\\\"editorOverviewRuler.infoForeground\\\\\\\":\\\\\\\"#82aaff40\\\\\\\",\\\\\\\"editorOverviewRuler.warningForeground\\\\\\\":\\\\\\\"#ffcb6b40\\\\\\\",\\\\\\\"editorInfo.foreground\\\\\\\":\\\\\\\"#82aaff70\\\\\\\",\\\\\\\"editorWarning.foreground\\\\\\\":\\\\\\\"#ffcb6b70\\\\\\\",\\\\\\\"editorError.foreground\\\\\\\":\\\\\\\"#f0717870\\\\\\\",\\\\\\\"editorHoverWidget.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"titleBar.activeForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"titleBar.inactiveBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"titleBar.inactiveForeground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"titleBar.border\\\\\\\":\\\\\\\"#00000060\\\\\\\",\\\\\\\"input.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"input.placeholderForeground\\\\\\\":\\\\\\\"#a6accd60\\\\\\\",\\\\\\\"input.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"inputValidation.errorBorder\\\\\\\":\\\\\\\"#f07178\\\\\\\",\\\\\\\"inputValidation.infoBorder\\\\\\\":\\\\\\\"#82aaff\\\\\\\",\\\\\\\"inputValidation.warningBorder\\\\\\\":\\\\\\\"#ffcb6b\\\\\\\",\\\\\\\"dropdown.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"quickInput.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"quickInput.foreground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"list.hoverForeground\\\\\\\":\\\\\\\"#ffffff\\\\\\\",\\\\\\\"list.inactiveSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"quickInput.list.focusBackground\\\\\\\":\\\\\\\"#a6accd20\\\\\\\",\\\\\\\"editorSuggestWidget.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"editorSuggestWidget.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"editorSuggestWidget.highlightForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"editorSuggestWidget.selectedBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"editorSuggestWidget.border\\\\\\\":\\\\\\\"#ffffff10\\\\\\\",\\\\\\\"diffEditor.insertedTextBackground\\\\\\\":\\\\\\\"#89ddff20\\\\\\\",\\\\\\\"diffEditor.removedTextBackground\\\\\\\":\\\\\\\"#ff9cac20\\\\\\\",\\\\\\\"notifications.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"notifications.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"notificationLink.foreground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"extensionButton.prominentBackground\\\\\\\":\\\\\\\"#c3e88d90\\\\\\\",\\\\\\\"extensionButton.prominentHoverBackground\\\\\\\":\\\\\\\"#c3e88d\\\\\\\",\\\\\\\"extensionButton.prominentForeground\\\\\\\":\\\\\\\"#000000\\\\\\\",\\\\\\\"peekViewEditorGutter.background\\\\\\\":\\\\\\\"#a6accd05\\\\\\\",\\\\\\\"peekViewTitleDescription.foreground\\\\\\\":\\\\\\\"#a6accd60\\\\\\\",\\\\\\\"peekViewResult.matchHighlightBackground\\\\\\\":\\\\\\\"#717cb450\\\\\\\",\\\\\\\"peekViewEditor.matchHighlightBackground\\\\\\\":\\\\\\\"#717cb450\\\\\\\",\\\\\\\"peekViewResult.selectionBackground\\\\\\\":\\\\\\\"#757ca170\\\\\\\",\\\\\\\"gitDecoration.deletedResourceForeground\\\\\\\":\\\\\\\"#f0717890\\\\\\\",\\\\\\\"gitDecoration.conflictingResourceForeground\\\\\\\":\\\\\\\"#ffcb6b90\\\\\\\",\\\\\\\"gitDecoration.modifiedResourceForeground\\\\\\\":\\\\\\\"#82aaff90\\\\\\\",\\\\\\\"gitDecoration.untrackedResourceForeground\\\\\\\":\\\\\\\"#c3e88d90\\\\\\\",\\\\\\\"gitDecoration.ignoredResourceForeground\\\\\\\":\\\\\\\"#757ca190\\\\\\\",\\\\\\\"breadcrumb.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"breadcrumb.foreground\\\\\\\":\\\\\\\"#757ca1\\\\\\\",\\\\\\\"breadcrumb.focusForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"breadcrumb.activeSelectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"breadcrumbPicker.background\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"menu.background\\\\\\\":\\\\\\\"#292d3e\\\\\\\",\\\\\\\"menu.foreground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"menu.selectionBackground\\\\\\\":\\\\\\\"#00000050\\\\\\\",\\\\\\\"menu.selectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"menu.selectionBorder\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"menu.separatorBackground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"menubar.selectionBackground\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"menubar.selectionForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"menubar.selectionBorder\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"settings.dropdownForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"settings.dropdownBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"settings.numberInputForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"settings.numberInputBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"settings.textInputForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"settings.textInputBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"settings.headerForeground\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"settings.modifiedItemIndicator\\\\\\\":\\\\\\\"#80cbc4\\\\\\\",\\\\\\\"settings.checkboxBackground\\\\\\\":\\\\\\\"#1b1e2b\\\\\\\",\\\\\\\"settings.checkboxForeground\\\\\\\":\\\\\\\"#a6accd\\\\\\\",\\\\\\\"listFilterWidget.background\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"listFilterWidget.outline\\\\\\\":\\\\\\\"#00000030\\\\\\\",\\\\\\\"listFilterWidget.noMatchesOutline\\\\\\\":\\\\\\\"#00000030\\\\\\\"},\\\\\\\"watch\\\\\\\":false}\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Companies/broker-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-6015 fix(web): missing custody code on broker view in cancel mutiple orders\\\\\\\",\\\\\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5692 Fix navigation\\\\\\\",\\\\\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5865 fix(web): move history cash statement to view history tab\\\\\\\",\\\\\\\"ENTRADE-5865 fix(web): add missing history cash statement on each tab cash transfer\\\\\\\",\\\\\\\"ENTRADE-5865 fix(web): update ui cash statement page\\\\\\\",\\\\\\\"ENTRADE-5865 fix(web): update link move to cash statement color in cash transfer page\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\\\\\",\\\\\\\"ENTRADE-5892 chore: remove the redundancy code\\\\\\\",\\\\\\\"ENTRADE-5892 fix(web): remove unnecessary code in symbol input field order-form\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\\\\\",\\\\\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\\\\\",\\\\\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\\\\\",\\\\\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"ENTRADE-5984 ci: add script wait on server start then run cypress\\\\\\\",\\\\\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\\\\\",\\\\\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-6064 feat(core): centralize all logic about cookie in to auth persist transfor\\\\\\\",\\\\\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"Comments.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.panel.comments\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"typescript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"11\\\"},\\\"typescript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Tue Aug 17 2021\\\"},\\\"terminal.integrated.showTerminalConfigPrompt\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.editedCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"10\\\"},\\\"javascript.1.editedDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Jul 25 2021\\\"},\\\"cpp.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Oct 17 2021\\\"},\\\"cpp.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"64\\\"},\\\"java.2.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Oct 17 2021\\\"},\\\"java.2.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"64\\\"},\\\"javascript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Mon Jul 26 2021\\\"},\\\"javascript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"26\\\"},\\\"typescript.1.lastSessionDate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"Sun Jul 11 2021\\\"},\\\"typescript.1.sessionCount\\\":{\\\"version\\\":1,\\\"value\\\":\\\"16\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Experimental/primitives\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Companies/XXX\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/MySources/me.inside\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.view.extension.jestRunIt.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"jestRunItTestsExplorer\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"nps/isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"nps/skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.57.0-insider\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/RealEstate/kcc\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Experimental/chakra-ui-vue-next\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Companies/arrow-app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"github-harrytran998\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"github.vscode-pull-request-github\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitHub Pull Requests and Issues\\\\\\\",\\\\\\\"allowed\\\\\\\":true},{\\\\\\\"id\\\\\\\":\\\\\\\"eamodio.gitlens\\\\\\\",\\\\\\\"name\\\\\\\":\\\\\\\"GitLens — Git supercharged\\\\\\\",\\\\\\\"allowed\\\\\\\":true}]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/broker-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"ENTRADE-5259 test(e2e): update bdd test for preemptive rights\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5259 test(e2e): init bdd test for preemptive rights\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 chore: init user infor page\\\\\\\",\\\\\\\"ENTRADE-5325 chore(web): add router for user info\\\\\\\",\\\\\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 fix(core): update error message when have timeout network\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5256 tich hop Lai lo\\\\\\\",\\\\\\\"tich hop BDD\\\\\\\",\\\\\\\"tich hop Lai lo (dang lam)\\\\\\\",\\\\\\\"ENTRADE-5256 update review code\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 feat(web): complete basic user info\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 feat(web): complete basic user info\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5323 feat(web): complete change password\\\\\\\",\\\\\\\"ENTRADE-5323 test(e2e): init change password feature\\\\\\\",\\\\\\\"ENTRADE-5323 test(e2e): update change password feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5323 test(e2e): complete change password feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5323 test(e2e): complete change password feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 feat(web): complete basic user info\\\\\\\",\\\\\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\\\\\",\\\\\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5325 feat(web): complete basic user info\\\\\\\",\\\\\\\"ENTRADE-5325 refactor(web): update naming convention for user info module\\\\\\\",\\\\\\\"ENTRADE-5325 refactor: update naming convention for module user information\\\\\\\",\\\\\\\"ENTRADE-5323 test(e2e): complete change password feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5808 test(e2e): update preemptive right feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5733 test(e2e): complete margin loan rates with bdd test\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5733 chore(web): remove the redundancy code in order form\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5733 feat: init margin loan rates feature\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5328 fix(asdasd\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5324 chore: init change email\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep/packages/web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/yarn-monorepo-rep\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"expandSuggestionDocs\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"typescript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"typescript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.59.0-insider\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyFuture/kcc-admin\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/vue-storefront\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/arrow-app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"javascript.1.isCandidate\\\":{\\\"version\\\":1,\\\"value\\\":\\\"false\\\"},\\\"javascript.1.skipVersion\\\":{\\\"version\\\":1,\\\"value\\\":\\\"1.59.0-insider\\\"},\\\"workbench.view.extension.test.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.view.testing\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"dartTestTree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"workbench.view.extension.flutter.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"dartFlutterOutline\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/directus\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/primitives\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/vue-vben-admin\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/trading\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/rep-validate-form\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/vite-typescript-starter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"memento/workbench.editor.keybindings\\\":{\\\"version\\\":1,\\\"value\\\":\\\"{\\\\\\\"searchHistory\\\\\\\":[\\\\\\\"new fikle\\\\\\\",\\\\\\\"new fikl\\\\\\\",\\\\\\\"new file\\\\\\\",\\\\\\\"missing\\\\\\\",\\\\\\\"editor.action.sourceAction\\\\\\\",\\\\\\\"source.addMissingImports\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+cmd+enter\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+cmd+enter shift+cmd+i\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+cmd+i\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+cmd+i ctrl+r\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+r f2\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"optmi\\\\\\\",\\\\\\\"optimi\\\\\\\",\\\\\\\"optimize\\\\\\\",\\\\\\\"optimiz\\\\\\\",\\\\\\\"impo\\\\\\\",\\\\\\\"import\\\\\\\",\\\\\\\"hover\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+cmd+h\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"previous\\\\\\\",\\\\\\\"previous co\\\\\\\",\\\\\\\"previous cur\\\\\\\",\\\\\\\"cursor\\\\\\\",\\\\\\\"git bl\\\\\\\",\\\\\\\"git blame\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f2\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"f2 backspace\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"i m\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"backspace\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"import \\\\\\\",\\\\\\\"show hover\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+e\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+x\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+alt+d\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+d\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"down\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"down shift+alt+e\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"new folder\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+d\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+d ctrl+shift+k\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+k\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+k ctrl+w\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+alt+o\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+o ctrl+shift+o\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+o\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+l\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+l ctrl+g\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+g\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"go to to\\\\\\\",\\\\\\\"go to top\\\\\\\",\\\\\\\"go to\\\\\\\",\\\\\\\"go top\\\\\\\",\\\\\\\"go \\\\\\\",\\\\\\\"bra\\\\\\\",\\\\\\\"brack\\\\\\\",\\\\\\\"selecti\\\\\\\",\\\\\\\"sh\\\\\\\",\\\\\\\"shrink\\\\\\\",\\\\\\\"li\\\\\\\",\\\\\\\"line selec\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"alt+l\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"select\\\\\\\",\\\\\\\"selection\\\\\\\",\\\\\\\"duopl\\\\\\\",\\\\\\\"du\\\\\\\",\\\\\\\"dupli\\\\\\\",\\\\\\\"line\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"alt+/\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"line \\\\\\\",\\\\\\\"line en\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"shift+alt+right\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+p\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+shift+p alt+j\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+j ctrl+j\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"backspace ctrl\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+j\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+j alt+j\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"i\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"split\\\\\\\",\\\\\\\"split \\\\\\\",\\\\\\\"kil\\\\\\\",\\\\\\\"kill ter\\\\\\\",\\\\\\\"copy\\\\\\\",\\\\\\\"mo\\\\\\\",\\\\\\\"mouse cop\\\\\\\",\\\\\\\"copy te\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"alt+c\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+c\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"TableProps\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+v\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"alt+z\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+z\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"redo\\\\\\\",\\\\\\\"save\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"alt+s\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+r\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"\\\\\\\\\\\\\\\"ctrl+s\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"save \\\\\\\"]}\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/garfish\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"tabs-list-width-horizontal\\\":{\\\"version\\\":1,\\\"value\\\":\\\"95\\\"},\\\"scm/input:Git:/Users/god/Desktop/ebugkia\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"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},{\\\\\\\"id\\\\\\\":\\\\\\\"workbench.views.sync.troubleshoot\\\\\\\",\\\\\\\"isHidden\\\\\\\":true}]\\\"},\\\"scm/input:Git:/Users/harrytran/Downloads/broker-web-450df3082f372d74770beb4543df517ff3e03751\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Downloads/broker-web-c0aa4aeadd08da1068c0e7781065e9a17e260199\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/harrytran/Desktop/Companies/trading\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/kibana\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/prisma\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/template-typescript-starter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/eslint-config-ts\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/vanilla-extract\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/utils\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/CuriousThings/riding-backend-api\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.view.extension.references-view.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"references-view.tree\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/berry\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/temely\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/techmely\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/@vue/directus\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/@vue/element-plus\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/ebugkia\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/dinero.js\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/@vue/vue-next\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/MyThings/compressed-size-action\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/web/broker-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5949 chore(web): update text 'No Phi' to 'No Phi, UTTB' in overview asset\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5865 chore: upgrade package version\\\\\\\",\\\\\\\"ENTRADE-5865 fix(deps): downgrade vite to old version to for support env mode\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5865 chore: upgrade package version\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5865 feat(ui): add tab panel ui\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-6064 feat(web): update the way use token decoded to avoid destructuring undefined object\\\\\\\",\\\\\\\"ENTRADE-6064 fix(e2e): fix bdd script to work correctly\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5892 fix(web): update width of autocomplete and fix height for preemptive rights table\\\\\\\",\\\\\\\"ENTRADE-5892 refactor(web): change to flex to grid to adapt the flexiable layout preemtive right detail\\\\\\\",\\\\\\\"ENTRADE-5892 chore: remove the redundancy code from dev\\\\\\\",\\\\\\\"ENTRADE-5892 feat: update dynamic width of preemptive right detail information\\\\\\\",\\\\\\\"ENTRADE-5892 fix(web): complete ui for preemptive right detail with complete status\\\\\\\",\\\\\\\"ENTRADE-5892 fix: bump exactly vite version to avoid installing wrong version\\\\\\\",\\\\\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\\\\\",\\\\\\\"ENTRADE-5984 ci: fix vite preview in production mode\\\\\\\",\\\\\\\"ENTRADE-5984 chore: remove the redundancy dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 chore: resolve conflict from dev\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5984 workflow: upgrade to yarn 3\\\\\\\",\\\\\\\"ENTRADE-5984 enhancement(mqtt-worker): split rxjs to peer dependencies and remove redundancy code\\\\\\\",\\\\\\\"ENTRADE-5984 refactor(chart-widget): remove the redanduncy code\\\\\\\",\\\\\\\"ENTRADE-5984 fix(vite-env-plugin): update the way use env in preview mode\\\\\\\",\\\\\\\"ENTRADE-5984 bump: upgrade version dependencies\\\\\\\",\\\\\\\"ENTRADE-5984 fix(vite-plugin): use sirv-cli to serve static server instead of vite\\\\\\\",\\\\\\\"ENTRADE-5984 bump: pink exactly dependencies version to avoid the yarn cache\\\\\\\",\\\\\\\"ENTRADE-5984 fix(web): move set target account id in hook use stock transfer\\\\\\\",\\\\\\\"ENTRADE-5334 feat(web): init code splitting web page to multiple chunk\\\\\\\",\\\\\\\"ENTRADE-5334 feat(web): add home skeleton fallback component\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Company/mobile/arrow-app\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/eslint-plugin-arca\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/god/Desktop/Sources/@vue/pinia\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.view.extension.nx-console.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"nxConsole.views.welcome\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxRunTarget\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxCommands\\\\\\\",\\\\\\\"isHidden\\\\\\\":false},{\\\\\\\"id\\\\\\\":\\\\\\\"nxProjects\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/Users/god/Desktop/nx-vue3-vite\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.welcomePage.walkthroughMetadata\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[[\\\\\\\"nrwl.angular-console#nxConsole\\\\\\\",{\\\\\\\"firstSeen\\\\\\\":1633965808050,\\\\\\\"stepIDs\\\\\\\":[\\\\\\\"nxConsole.generate\\\\\\\",\\\\\\\"nxConsole.run\\\\\\\",\\\\\\\"nxConsole.commonNxCommands\\\\\\\",\\\\\\\"nxConsole.projects\\\\\\\",\\\\\\\"nxConsole.streamlining\\\\\\\"],\\\\\\\"manaullyOpened\\\\\\\":false}]]\\\"},\\\"scm/input:Git:/Users/encapital/Desktop/Company/broker-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 fix(test): update script to fix flagky test\\\\\\\",\\\\\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\\\\\",\\\\\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\\\\\",\\\\\\\"ENTRADE-5925 refactor(test): revise stub account balance with more fixture files\\\\\\\",\\\\\\\"ENTRADE-5925 fix(vite): use absolute file path to avoid generate wrong env/config.js file\\\\\\\",\\\\\\\"ENTRADE-5925 fix(test): update stub function to override stuf before\\\\\\\",\\\\\\\"ENTRADE-5925 chore: remove the redundancy code\\\\\\\",\\\\\\\"ENTRADE-5925 bump: upgrade dependencies\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 fix(core): update types for axios return promise type\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5925 feat(web): complete feature broker can transfer cash's investor they care by\\\\\\\\n\\\\\\\\nENTRADE-5925 fix(test): update script to fix flagky test\\\\\\\",\\\\\\\"ENTRADE-5925 test(e2e): complete cypress broker cash transfer\\\\\\\",\\\\\\\"ENTRADE-5925 refactor: abstract the autocomplete componenet with group value\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5915 chore: init commit\\\\\\\",\\\\\\\"\\\\\\\",\\\\\\\"ENTRADE-5915 chore: init commit\\\\\\\",\\\\\\\"ENTRADE-5915 fix(test): add watchlist stub '\\\\\\\",\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/encapital/Desktop/Sources/template-typescript-starter\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/encapital/Desktop/Sources/typescript-eslint\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/encapital/Desktop/Sources/techmely\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"workbench.view.remote.state.hidden\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[{\\\\\\\"id\\\\\\\":\\\\\\\"targetsWsl\\\\\\\",\\\\\\\"isHidden\\\\\\\":false}]\\\"},\\\"scm/input:Git:/home/god/Desktop/broker-web\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"},\\\"scm/input:Git:/Users/encapital/Desktop/Sources/framework\\\":{\\\"version\\\":1,\\\"value\\\":\\\"[\\\\\\\"\\\\\\\"]\\\"}}}\"}"}
{"ref":"aea6958a-6a6d-47dc-9383-a6cf7882bc3b","content":"{\"version\":2,\"machineId\":\"f137e7c9-bee4-463a-873a-ac34aa086d9d\",\"content\":\"{\\\"mac\\\":\\\"[\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.newWindow\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFolder\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.files.newUntitledFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.sourceAction\\\\\\\",\\\\n \\\\\\\"args\\\\\\\": {\\\\n \\\\\\\"kind\\\\\\\": \\\\\\\"source.addMissingImports\\\\\\\",\\\\n \\\\\\\"apply\\\\\\\": \\\\\\\"first\\\\\\\"\\\\n }\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.quickOpenNavigateNextInRecentFilesPicker\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inQuickOpen && inRecentFilesPicker\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.openRecent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.rename\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"f2\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.rename\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+k cmd+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.showHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+cmd+h\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.showHover\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+cmd+h\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.debug.action.showDebugHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && inDebugMode\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+k cmd+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.debug.action.showDebugHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && inDebugMode\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+u\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"cursorUndo\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"textInputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"cmd+u\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-cursorUndo\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"textInputFocus\\\\\\\"\\\\n }\\\\n]\\\",\\\"windows\\\":\\\"// Place your key bindings in this file to override the defaults\\\\n[\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+shift+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.newWindow\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFolder\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.files.newUntitledFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"explorer.newFile\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+shift+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.sourceAction\\\\\\\",\\\\n \\\\\\\"args\\\\\\\": {\\\\n \\\\\\\"kind\\\\\\\": \\\\\\\"source.addMissingImports\\\\\\\",\\\\n \\\\\\\"apply\\\\\\\": \\\\\\\"first\\\\\\\"\\\\n }\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.quickOpenNavigateNextInRecentFilesPicker\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inQuickOpen && inRecentFilesPicker\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.openRecent\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.reloadWindow\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"isDevelopment\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.rename\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"f2\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.rename\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"renameFile\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"f2\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-renameFile\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+r\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"debug.renameWatchExpression\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"watchExpressionsFocused\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"f2\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-debug.renameWatchExpression\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"watchExpressionsFocused\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+k ctrl+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.showHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+h\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.showHover\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+alt+h\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.debug.action.showDebugHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && inDebugMode\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"crtl+k crtl+i\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.debug.action.showDebugHover\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && inDebugMode\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+e\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.view.explorer\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.explorer.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+e\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.view.explorer\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.explorer.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+p\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.quickOpenNavigatePreviousInFilePicker\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inFilesPicker && inQuickOpen\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+e\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.quickOpenNavigatePreviousInFilePicker\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inFilesPicker && inQuickOpen\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+x\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.view.extensions\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.extensions.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+x\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.view.extensions\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.extensions.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-extension.downloadSettings\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+capslock shift+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"turboConsoleLog.deleteAllLogMessages\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-turboConsoleLog.deleteAllLogMessages\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.view.debug\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.debug.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.view.debug\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"viewContainer.workbench.view.debug.enabled\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+n\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"fileutils.newFolder\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.addSelectionToNextFindMatch\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+d\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.addSelectionToNextFindMatch\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+k\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.deleteLines\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"textInputFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+k\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.deleteLines\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"textInputFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+win+o\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.organizeImports\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\\\\\\\\\\\\\\\s|^)source\\\\\\\\\\\\\\\\.organizeImports\\\\\\\\\\\\\\\\b/\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+o\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.organizeImports\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\\\\\\\\\\\\\\\s|^)source\\\\\\\\\\\\\\\\.organizeImports\\\\\\\\\\\\\\\\b/\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+o\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.gotoSymbol\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+o\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.gotoSymbol\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"selectAllSearchEditorMatches\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inSearchEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-selectAllSearchEditorMatches\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inSearchEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.selectHighlights\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.selectHighlights\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"addCursorsAtSearchResults\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"fileMatchOrMatchFocus && searchViewletVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+l\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-addCursorsAtSearchResults\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"fileMatchOrMatchFocus && searchViewletVisible\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+g\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.gotoLine\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+g\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.gotoLine\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+/\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.commentLine\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+/\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.commentLine\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+p\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.showCommands\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+p\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.showCommands\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+p\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.quickOpenNavigatePreviousInFilePicker\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"inFilesPicker && inQuickOpen\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+j\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.togglePanel\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+j\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.togglePanel\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+\\\\\\\\\\\\\\\\\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.splitEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+\\\\\\\\\\\\\\\\\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.splitEditor\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+\\\\\\\\\\\\\\\\\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.split\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+5\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.split\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-toggleFindCaseSensitive\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-toggleSearchCaseSensitive\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"searchViewletFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.clipboardCopyAction\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.clipboardCopyAction\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.copySelection\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported && terminalTextSelected\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+c\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.copySelection\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported && terminalTextSelected\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"editor.action.clipboardPasteAction\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.clipboardPasteAction\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.terminal.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalProcessSupported\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"filesExplorer.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-filesExplorer.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"markdown.extension.editing.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasSelection && editorTextFocus && editorLangId == 'markdown'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+v\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-markdown.extension.editing.paste\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorHasSelection && editorTextFocus && editorLangId == 'markdown'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-editor.action.toggleWordWrap\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.terminal.sizeToContentWidth\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"terminalFocus && terminalIsOpen && terminalProcessSupported\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"undo\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-undo\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"shift+alt+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"redo\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+shift+z\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-redo\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-gitlens.showQuickRepoStatus\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"!gitlens:disabled && config.gitlens.keymap == 'alternate'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-markdown.extension.editing.toggleStrikethrough\\\\\\\",\\\\n \\\\\\\"when\\\\\\\": \\\\\\\"editorTextFocus && !editorReadonly && editorLangId == 'markdown'\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.save\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-workbench.action.files.save\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+win+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"saveAll\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"ctrl+k s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"-saveAll\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+win+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.saveAll\\\\\\\"\\\\n },\\\\n {\\\\n \\\\\\\"key\\\\\\\": \\\\\\\"alt+win+s\\\\\\\",\\\\n \\\\\\\"command\\\\\\\": \\\\\\\"workbench.action.files.saveFiles\\\\\\\"\\\\n }\\\\n]\\\"}\"}","platformSpecific":true}
{"version":2,"content":"{\"settings\":\"{\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"tab.activeBorder\\\": \\\"#42A5F5\\\",\\n \\\"list.activeSelectionBackground\\\": \\\"#42A5F5\\\",\\n \\\"list.inactiveSelectionForeground\\\": \\\"#42A5F5\\\",\\n \\\"editor.selectionBackground\\\": \\\"#1E40AF\\\"\\n },\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.activityBar.visible\\\": false,\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.sideBar.location\\\": \\\"left\\\",\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": false,\\n \\\"workbench.editor.showTabs\\\": true,\\n \\\"window.nativeTabs\\\": false,\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.decorations.badges\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"terminal.integrated.fontSize\\\": 14,\\n \\\"terminal.integrated.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.snippetSuggestions\\\": \\\"inline\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\n \\\"editor.linkedEditing\\\": true,\\n \\\"editor.rulers\\\": [100],\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.fontSize\\\": 14,\\n \\\"editor.lineNumbers\\\": \\\"on\\\",\\n \\\"editor.lineHeight\\\": 16,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"editor.formatOnPaste\\\": false,\\n \\\"editor.mouseWheelZoom\\\": false,\\n \\\"editor.smoothScrolling\\\": true,\\n \\\"editor.cursorBlinking\\\": \\\"expand\\\",\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"on\\\",\\n \\\"editor.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.semanticHighlighting.enabled\\\": \\\"configuredByTheme\\\",\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": true,\\n \\\"source.organizeImports\\\": false,\\n \\\"source.addMissingImports\\\": true\\n },\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.minimap.maxColumn\\\": 100,\\n \\\"editor.minimap.renderCharacters\\\": false,\\n \\\"editor.cursorSmoothCaretAnimation\\\": true,\\n \\\"editor.mouseWheelScrollSensitivity\\\": 0.75,\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"strings\\\": true,\\n \\\"comments\\\": false\\n },\\n \\\"editor.tabCompletion\\\": \\\"on\\\",\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"editor.tokenColorCustomizations\\\": {\\n \\\"[Material Theme Palenight]\\\": {\\n \\\"textMateRules\\\": [\\n {\\n \\\"scope\\\": [\\\"comment\\\", \\\"comment punctuation.definition.comment\\\"],\\n \\\"settings\\\": {\\n \\\"foreground\\\": \\\"#FFDF7D\\\"\\n }\\n }\\n ],\\n \\\"keywords\\\": \\\"#76E4F7\\\",\\n \\\"types\\\": \\\"#3EA76A\\\"\\n }\\n },\\n \\\"screencastMode.fontSize\\\": 30,\\n \\\"screencastMode.verticalOffset\\\": 10,\\n \\\"zenMode.hideLineNumbers\\\": false,\\n \\\"breadcrumbs.enabled\\\": true,\\n \\\"emmet.showExpandedAbbreviation\\\": \\\"inMarkupAndStylesheetFilesOnly\\\",\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"emmet.includeLanguages\\\": {\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"vue\\\": \\\"html\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"prettier.semi\\\": false,\\n \\\"prettier.singleQuote\\\": true,\\n \\\"prettier.printWidth\\\": 100,\\n \\\"prettier.trailingComma\\\": \\\"all\\\",\\n \\\"eslint.packageManager\\\": \\\"yarn\\\",\\n \\\"eslint.validate\\\": [\\\"html\\\", \\\"vue\\\", \\\"react\\\", \\\"javascript\\\", \\\"typescript\\\", \\\"javascriptreact\\\"],\\n \\\"eslint.options\\\": {\\n \\\"extensions\\\": [\\\".html\\\", \\\".js\\\", \\\".vue\\\", \\\".ts\\\"]\\n },\\n \\\"vetur.experimental.templateInterpolationService\\\": false,\\n \\\"vetur.useWorkspaceDependencies\\\": true,\\n \\\"vetur.validation.interpolation\\\": false,\\n \\\"vetur.validation.templateProps\\\": false,\\n \\\"vetur.validation.script\\\": true,\\n \\\"vetur.validation.template\\\": false,\\n \\\"vetur.completion.autoImport\\\": true,\\n \\\"vetur.format.defaultFormatter.js\\\": \\\"prettier-eslint\\\",\\n \\\"vetur.format.defaultFormatter.ts\\\": \\\"prettier-tslint\\\",\\n \\\"vetur.format.defaultFormatterOptions\\\": {\\n \\\"js-beautify-html\\\": {\\n \\\"wrap_attributes\\\": \\\"force-expand-multiline\\\"\\n },\\n \\\"prettyhtml\\\": {\\n \\\"semi\\\": false,\\n \\\"singleQuote\\\": true,\\n \\\"printWidth\\\": 120,\\n \\\"trailingComma\\\": \\\"all\\\"\\n }\\n },\\n \\\"search.exclude\\\": {\\n \\\"pacakges/**/dist\\\": true,\\n \\\"dist\\\": true,\\n \\\"out\\\": true,\\n \\\"**/.nuxt\\\": true,\\n \\\"**/coverge\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n \\\"**/yarn.lock\\\": true,\\n \\\"pnpm-lock.yaml\\\": true,\\n \\\"**/*.code-search\\\": true,\\n \\\"**/**/node_modules\\\": true,\\n \\\"**/bower_components\\\": true,\\n // \\\"ios\\\": true,\\n \\\".yarn\\\": true,\\n \\\"**/dist\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\"build\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"files.exclude\\\": {\\n \\\"packages/chart-widget\\\": true,\\n \\\"packages/hooks\\\": true,\\n \\\"packages/mqtt-worker\\\": true,\\n \\\"packages/*/dist\\\": true,\\n \\\"packages/test-utils\\\": true,\\n // \\\"packages/ui\\\": true,\\n // \\\"packages/utils\\\": true,\\n \\\"packages/icons\\\": true,\\n // \\\"cypress\\\": true,\\n \\\"packages/vite-plugin-runtime-env\\\": true,\\n // \\\"packages/types\\\": true,\\n \\\"public/tradingview-lib\\\": true,\\n \\\"packages/tradingview-lib\\\": true,\\n \\\"packages/web/stats.html\\\": true,\\n \\\"**/.git\\\": true,\\n \\\"**/.svn\\\": true,\\n \\\"**/.hg\\\": true,\\n \\\"**/CVS\\\": true,\\n \\\"**/.DS_Store\\\": true,\\n \\\"**/coverage\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n // \\\"**/dist\\\": true,\\n \\\".yarn/cache\\\": true,\\n \\\".yarn/build-state.yml\\\": true,\\n \\\".yarn/install-state.gz\\\": true,\\n \\\".yarn/plugins\\\": true,\\n \\\".yarn/releases\\\": true,\\n \\\".yarn/version\\\": true,\\n \\\".run\\\": true,\\n \\\"helm\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"sync.forceUpload\\\": false,\\n \\\"sync.forceDownload\\\": false,\\n \\\"sync.autoUpload\\\": false,\\n \\\"sync.autoDownload\\\": false,\\n \\\"sync.removeExtensions\\\": true,\\n \\\"sync.syncExtensions\\\": true,\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"turboConsoleLog.addSemicolonInTheEnd\\\": false,\\n \\\"turboConsoleLog.quote\\\": \\\"'\\\",\\n \\\"turboConsoleLog.wrapLogMessage\\\": false,\\n \\\"turboConsoleLog.insertEnclosingClass\\\": false,\\n \\\"turboConsoleLog.insertEnclosingFunction\\\": true,\\n \\\"turboConsoleLog.includeFileNameAndLineNum\\\": false,\\n \\\"turboConsoleLog.logMessagePrefix\\\": \\\"\\\",\\n \\\"turboConsoleLog.delimiterInsideMessage\\\": \\\" 👻 \\\",\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"errorLens.enabledDiagnosticLevels\\\": [\\\"error\\\", \\\"hint\\\"],\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"cSpell.userWords\\\": [\\n \\\"Dependabot\\\",\\n \\\"Parens\\\",\\n \\\"camelcase\\\",\\n \\\"codegen\\\",\\n \\\"demonslight\\\",\\n \\\"execpath\\\",\\n \\\"harrytran\\\",\\n \\\"nocheck\\\",\\n \\\"patreon\\\",\\n \\\"pnpm\\\",\\n \\\"postcss\\\",\\n \\\"sveltejs\\\",\\n \\\"tailwindcss\\\",\\n \\\"testid\\\",\\n \\\"typecheck\\\",\\n \\\"vdom\\\",\\n \\\"yarnpkg\\\"\\n ],\\n \\\"workbench.colorTheme\\\": \\\"Material Theme Palenight High Contrast\\\",\\n \\\"windicss.enableCodeCompletion\\\": false,\\n \\\"jestRunIt.runTestLabel\\\": \\\"Party 👻\\\",\\n \\\"jestRunIt.debugTestLabel\\\": \\\"Debug 🚀\\\",\\n \\\"sync.gist\\\": \\\"e01bc7c2264b4c81f91938650b2ac27c\\\",\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"newWindow\\\",\\n \\\"redhat.telemetry.enabled\\\": true\\n}\"}"}
{"version":2,"content":"{\"settings\":\"{\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"tab.activeBorder\\\": \\\"#42A5F5\\\",\\n \\\"list.activeSelectionBackground\\\": \\\"#42A5F5\\\",\\n \\\"list.inactiveSelectionForeground\\\": \\\"#42A5F5\\\",\\n \\\"editor.selectionBackground\\\": \\\"#1E40AF\\\"\\n },\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.activityBar.visible\\\": false,\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.sideBar.location\\\": \\\"left\\\",\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": false,\\n \\\"workbench.editor.showTabs\\\": true,\\n \\\"window.nativeTabs\\\": false,\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.decorations.badges\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"terminal.integrated.fontSize\\\": 14,\\n \\\"terminal.integrated.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.snippetSuggestions\\\": \\\"inline\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\n \\\"editor.linkedEditing\\\": true,\\n \\\"editor.rulers\\\": [100],\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.fontSize\\\": 14,\\n \\\"editor.lineNumbers\\\": \\\"on\\\",\\n \\\"editor.lineHeight\\\": 16,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"editor.formatOnPaste\\\": false,\\n \\\"editor.mouseWheelZoom\\\": false,\\n \\\"editor.smoothScrolling\\\": true,\\n \\\"editor.cursorBlinking\\\": \\\"expand\\\",\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"on\\\",\\n \\\"editor.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.semanticHighlighting.enabled\\\": \\\"configuredByTheme\\\",\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": true,\\n \\\"source.organizeImports\\\": false,\\n \\\"source.addMissingImports\\\": true\\n },\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.minimap.maxColumn\\\": 100,\\n \\\"editor.minimap.renderCharacters\\\": false,\\n \\\"editor.cursorSmoothCaretAnimation\\\": true,\\n \\\"editor.mouseWheelScrollSensitivity\\\": 0.75,\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"strings\\\": true,\\n \\\"comments\\\": false\\n },\\n \\\"editor.tabCompletion\\\": \\\"on\\\",\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"editor.tokenColorCustomizations\\\": {\\n \\\"[Material Theme Palenight]\\\": {\\n \\\"textMateRules\\\": [\\n {\\n \\\"scope\\\": [\\\"comment\\\", \\\"comment punctuation.definition.comment\\\"],\\n \\\"settings\\\": {\\n \\\"foreground\\\": \\\"#FFDF7D\\\"\\n }\\n }\\n ],\\n \\\"keywords\\\": \\\"#76E4F7\\\",\\n \\\"types\\\": \\\"#3EA76A\\\"\\n }\\n },\\n \\\"screencastMode.fontSize\\\": 30,\\n \\\"screencastMode.verticalOffset\\\": 10,\\n \\\"zenMode.hideLineNumbers\\\": false,\\n \\\"breadcrumbs.enabled\\\": true,\\n \\\"emmet.showExpandedAbbreviation\\\": \\\"inMarkupAndStylesheetFilesOnly\\\",\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"emmet.includeLanguages\\\": {\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"vue\\\": \\\"html\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"prettier.semi\\\": false,\\n \\\"prettier.singleQuote\\\": true,\\n \\\"prettier.printWidth\\\": 100,\\n \\\"prettier.trailingComma\\\": \\\"all\\\",\\n \\\"eslint.packageManager\\\": \\\"yarn\\\",\\n \\\"eslint.validate\\\": [\\\"html\\\", \\\"vue\\\", \\\"react\\\", \\\"javascript\\\", \\\"typescript\\\", \\\"javascriptreact\\\"],\\n \\\"eslint.options\\\": {\\n \\\"extensions\\\": [\\\".html\\\", \\\".js\\\", \\\".vue\\\", \\\".ts\\\"]\\n },\\n \\\"vetur.experimental.templateInterpolationService\\\": false,\\n \\\"vetur.useWorkspaceDependencies\\\": true,\\n \\\"vetur.validation.interpolation\\\": false,\\n \\\"vetur.validation.templateProps\\\": false,\\n \\\"vetur.validation.script\\\": true,\\n \\\"vetur.validation.template\\\": false,\\n \\\"vetur.completion.autoImport\\\": true,\\n \\\"vetur.format.defaultFormatter.js\\\": \\\"prettier-eslint\\\",\\n \\\"vetur.format.defaultFormatter.ts\\\": \\\"prettier-tslint\\\",\\n \\\"vetur.format.defaultFormatterOptions\\\": {\\n \\\"js-beautify-html\\\": {\\n \\\"wrap_attributes\\\": \\\"force-expand-multiline\\\"\\n },\\n \\\"prettyhtml\\\": {\\n \\\"semi\\\": false,\\n \\\"singleQuote\\\": true,\\n \\\"printWidth\\\": 120,\\n \\\"trailingComma\\\": \\\"all\\\"\\n }\\n },\\n \\\"search.exclude\\\": {\\n \\\"pacakges/**/dist\\\": true,\\n \\\"dist\\\": true,\\n \\\"out\\\": true,\\n \\\"**/.nuxt\\\": true,\\n \\\"**/coverge\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n \\\"**/yarn.lock\\\": true,\\n \\\"pnpm-lock.yaml\\\": true,\\n \\\"**/*.code-search\\\": true,\\n \\\"**/**/node_modules\\\": true,\\n \\\"**/bower_components\\\": true,\\n // \\\"ios\\\": true,\\n \\\".yarn\\\": true,\\n \\\"**/dist\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\"build\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"files.exclude\\\": {\\n \\\"packages/chart-widget\\\": true,\\n \\\"packages/hooks\\\": true,\\n \\\"packages/mqtt-worker\\\": true,\\n \\\"packages/*/dist\\\": true,\\n \\\"packages/test-utils\\\": true,\\n // \\\"packages/ui\\\": true,\\n // \\\"packages/utils\\\": true,\\n \\\"packages/icons\\\": true,\\n // \\\"cypress\\\": true,\\n \\\"packages/vite-plugin-runtime-env\\\": true,\\n \\\"packages/types\\\": true,\\n \\\"public/tradingview-lib\\\": true,\\n \\\"packages/tradingview-lib\\\": true,\\n \\\"packages/web/stats.html\\\": true,\\n \\\"**/.git\\\": true,\\n \\\"**/.svn\\\": true,\\n \\\"**/.hg\\\": true,\\n \\\"**/CVS\\\": true,\\n \\\"**/.DS_Store\\\": true,\\n \\\"**/coverage\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n // \\\"**/dist\\\": true,\\n \\\".yarn/cache\\\": true,\\n \\\".yarn/build-state.yml\\\": true,\\n \\\".yarn/install-state.gz\\\": true,\\n \\\".yarn/plugins\\\": true,\\n \\\".yarn/releases\\\": true,\\n \\\".yarn/version\\\": true,\\n \\\".run\\\": true,\\n \\\"helm\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"sync.forceUpload\\\": false,\\n \\\"sync.forceDownload\\\": false,\\n \\\"sync.autoUpload\\\": false,\\n \\\"sync.autoDownload\\\": false,\\n \\\"sync.removeExtensions\\\": true,\\n \\\"sync.syncExtensions\\\": true,\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"turboConsoleLog.addSemicolonInTheEnd\\\": false,\\n \\\"turboConsoleLog.quote\\\": \\\"'\\\",\\n \\\"turboConsoleLog.wrapLogMessage\\\": false,\\n \\\"turboConsoleLog.insertEnclosingClass\\\": false,\\n \\\"turboConsoleLog.insertEnclosingFunction\\\": true,\\n \\\"turboConsoleLog.includeFileNameAndLineNum\\\": false,\\n \\\"turboConsoleLog.logMessagePrefix\\\": \\\"\\\",\\n \\\"turboConsoleLog.delimiterInsideMessage\\\": \\\" 👻 \\\",\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"errorLens.enabledDiagnosticLevels\\\": [\\\"error\\\", \\\"hint\\\"],\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"cSpell.userWords\\\": [\\n \\\"Dependabot\\\",\\n \\\"Parens\\\",\\n \\\"camelcase\\\",\\n \\\"codegen\\\",\\n \\\"demonslight\\\",\\n \\\"execpath\\\",\\n \\\"harrytran\\\",\\n \\\"nocheck\\\",\\n \\\"patreon\\\",\\n \\\"pnpm\\\",\\n \\\"postcss\\\",\\n \\\"sveltejs\\\",\\n \\\"tailwindcss\\\",\\n \\\"testid\\\",\\n \\\"typecheck\\\",\\n \\\"vdom\\\",\\n \\\"yarnpkg\\\"\\n ],\\n \\\"workbench.colorTheme\\\": \\\"Material Theme Palenight High Contrast\\\",\\n \\\"windicss.enableCodeCompletion\\\": false,\\n \\\"jestRunIt.runTestLabel\\\": \\\"Party 👻\\\",\\n \\\"jestRunIt.debugTestLabel\\\": \\\"Debug 🚀\\\",\\n \\\"sync.gist\\\": \\\"e01bc7c2264b4c81f91938650b2ac27c\\\",\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"newWindow\\\",\\n \\\"redhat.telemetry.enabled\\\": true\\n}\"}"}
{"version":2,"content":"{\"settings\":\"{\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"tab.activeBorder\\\": \\\"#42A5F5\\\",\\n \\\"list.activeSelectionBackground\\\": \\\"#42A5F5\\\",\\n \\\"list.inactiveSelectionForeground\\\": \\\"#42A5F5\\\",\\n \\\"editor.selectionBackground\\\": \\\"#1E40AF\\\"\\n },\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.activityBar.visible\\\": false,\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.sideBar.location\\\": \\\"left\\\",\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.editor.enablePreviewFromQuickOpen\\\": false,\\n \\\"workbench.editor.showTabs\\\": true,\\n \\\"window.nativeTabs\\\": false,\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.decorations.badges\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"terminal.integrated.fontSize\\\": 14,\\n \\\"terminal.integrated.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"editor.snippetSuggestions\\\": \\\"inline\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\n \\\"editor.linkedEditing\\\": true,\\n \\\"editor.rulers\\\": [100],\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.fontSize\\\": 14,\\n \\\"editor.lineNumbers\\\": \\\"on\\\",\\n \\\"editor.lineHeight\\\": 16,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.fontLigatures\\\": true,\\n \\\"editor.formatOnPaste\\\": false,\\n \\\"editor.mouseWheelZoom\\\": false,\\n \\\"editor.smoothScrolling\\\": true,\\n \\\"editor.cursorBlinking\\\": \\\"expand\\\",\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"on\\\",\\n \\\"editor.fontFamily\\\": \\\"Hack\\\",\\n \\\"editor.semanticHighlighting.enabled\\\": \\\"configuredByTheme\\\",\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll\\\": true,\\n \\\"source.organizeImports\\\": false,\\n \\\"source.addMissingImports\\\": true\\n },\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.minimap.maxColumn\\\": 100,\\n \\\"editor.minimap.renderCharacters\\\": false,\\n \\\"editor.cursorSmoothCaretAnimation\\\": true,\\n \\\"editor.mouseWheelScrollSensitivity\\\": 0.75,\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"strings\\\": true,\\n \\\"comments\\\": false\\n },\\n \\\"editor.tabCompletion\\\": \\\"on\\\",\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"editor.tokenColorCustomizations\\\": {\\n \\\"[Material Theme Palenight]\\\": {\\n \\\"textMateRules\\\": [\\n {\\n \\\"scope\\\": [\\\"comment\\\", \\\"comment punctuation.definition.comment\\\"],\\n \\\"settings\\\": {\\n \\\"foreground\\\": \\\"#FFDF7D\\\"\\n }\\n }\\n ],\\n \\\"keywords\\\": \\\"#76E4F7\\\",\\n \\\"types\\\": \\\"#3EA76A\\\"\\n }\\n },\\n \\\"screencastMode.fontSize\\\": 30,\\n \\\"screencastMode.verticalOffset\\\": 10,\\n \\\"zenMode.hideLineNumbers\\\": false,\\n \\\"breadcrumbs.enabled\\\": true,\\n \\\"emmet.showExpandedAbbreviation\\\": \\\"inMarkupAndStylesheetFilesOnly\\\",\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"emmet.includeLanguages\\\": {\\n \\\"vue-html\\\": \\\"html\\\",\\n \\\"vue\\\": \\\"html\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"prettier.semi\\\": false,\\n \\\"prettier.singleQuote\\\": true,\\n \\\"prettier.printWidth\\\": 100,\\n \\\"prettier.trailingComma\\\": \\\"all\\\",\\n \\\"eslint.packageManager\\\": \\\"yarn\\\",\\n \\\"eslint.validate\\\": [\\\"html\\\", \\\"vue\\\", \\\"react\\\", \\\"javascript\\\", \\\"typescript\\\", \\\"javascriptreact\\\"],\\n \\\"eslint.options\\\": {\\n \\\"extensions\\\": [\\\".html\\\", \\\".js\\\", \\\".vue\\\", \\\".ts\\\"]\\n },\\n \\\"vetur.experimental.templateInterpolationService\\\": false,\\n \\\"vetur.useWorkspaceDependencies\\\": true,\\n \\\"vetur.validation.interpolation\\\": false,\\n \\\"vetur.validation.templateProps\\\": false,\\n \\\"vetur.validation.script\\\": true,\\n \\\"vetur.validation.template\\\": false,\\n \\\"vetur.completion.autoImport\\\": true,\\n \\\"vetur.format.defaultFormatter.js\\\": \\\"prettier-eslint\\\",\\n \\\"vetur.format.defaultFormatter.ts\\\": \\\"prettier-tslint\\\",\\n \\\"vetur.format.defaultFormatterOptions\\\": {\\n \\\"js-beautify-html\\\": {\\n \\\"wrap_attributes\\\": \\\"force-expand-multiline\\\"\\n },\\n \\\"prettyhtml\\\": {\\n \\\"semi\\\": false,\\n \\\"singleQuote\\\": true,\\n \\\"printWidth\\\": 120,\\n \\\"trailingComma\\\": \\\"all\\\"\\n }\\n },\\n \\\"search.exclude\\\": {\\n \\\"pacakges/**/dist\\\": true,\\n \\\"dist\\\": true,\\n \\\"out\\\": true,\\n \\\"**/.nuxt\\\": true,\\n \\\"**/coverge\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n \\\"**/yarn.lock\\\": true,\\n \\\"pnpm-lock.yaml\\\": true,\\n \\\"**/*.code-search\\\": true,\\n \\\"**/**/node_modules\\\": true,\\n \\\"**/bower_components\\\": true,\\n // \\\"ios\\\": true,\\n \\\".yarn\\\": true,\\n \\\"**/dist\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\"build\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"files.exclude\\\": {\\n \\\"packages/chart-widget\\\": true,\\n \\\"packages/hooks\\\": true,\\n \\\"packages/mqtt-worker\\\": true,\\n // \\\"packages/*/dist\\\": true,\\n \\\"packages/test-utils\\\": true,\\n // \\\"packages/ui\\\": true,\\n // \\\"packages/utils\\\": true,\\n \\\"packages/icons\\\": true,\\n \\\"cypress\\\": true,\\n \\\"docker\\\": true,\\n \\\".yarn\\\": true,\\n \\\".githooks\\\": true,\\n \\\"packages/vite-plugin-runtime-env\\\": true,\\n \\\"packages/types\\\": true,\\n \\\"public/tradingview-lib\\\": true,\\n \\\"packages/tradingview-lib\\\": true,\\n \\\"packages/web/stats.html\\\": true,\\n \\\"**/.git\\\": true,\\n \\\"**/.svn\\\": true,\\n \\\"**/.hg\\\": true,\\n \\\"**/CVS\\\": true,\\n \\\"**/.DS_Store\\\": true,\\n \\\"**/coverage\\\": true,\\n \\\"node_modules\\\": true,\\n \\\"**/node_modules\\\": true,\\n // \\\"**/dist\\\": true,\\n \\\".yarn/cache\\\": true,\\n \\\".yarn/build-state.yml\\\": true,\\n \\\".yarn/install-state.gz\\\": true,\\n \\\".yarn/plugins\\\": true,\\n \\\".yarn/releases\\\": true,\\n \\\".yarn/version\\\": true,\\n \\\".run\\\": true,\\n \\\"helm\\\": true,\\n \\\"android\\\": true,\\n \\\"fastlane\\\": true,\\n \\\".idea\\\": true,\\n \\\".dart_tool\\\": true,\\n \\\".flutter-plugins\\\": true,\\n \\\".flutter-plugins-dependencies\\\": true,\\n \\\".packages\\\": true\\n },\\n \\\"sync.forceUpload\\\": false,\\n \\\"sync.forceDownload\\\": false,\\n \\\"sync.autoUpload\\\": false,\\n \\\"sync.autoDownload\\\": false,\\n \\\"sync.removeExtensions\\\": true,\\n \\\"sync.syncExtensions\\\": true,\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"turboConsoleLog.addSemicolonInTheEnd\\\": false,\\n \\\"turboConsoleLog.quote\\\": \\\"'\\\",\\n \\\"turboConsoleLog.wrapLogMessage\\\": false,\\n \\\"turboConsoleLog.insertEnclosingClass\\\": false,\\n \\\"turboConsoleLog.insertEnclosingFunction\\\": true,\\n \\\"turboConsoleLog.includeFileNameAndLineNum\\\": false,\\n \\\"turboConsoleLog.logMessagePrefix\\\": \\\"\\\",\\n \\\"turboConsoleLog.delimiterInsideMessage\\\": \\\" 👻 \\\",\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"errorLens.enabledDiagnosticLevels\\\": [\\\"error\\\", \\\"hint\\\"],\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"cSpell.userWords\\\": [\\n \\\"Dependabot\\\",\\n \\\"Parens\\\",\\n \\\"camelcase\\\",\\n \\\"codegen\\\",\\n \\\"demonslight\\\",\\n \\\"execpath\\\",\\n \\\"harrytran\\\",\\n \\\"nocheck\\\",\\n \\\"patreon\\\",\\n \\\"pnpm\\\",\\n \\\"postcss\\\",\\n \\\"sveltejs\\\",\\n \\\"tailwindcss\\\",\\n \\\"testid\\\",\\n \\\"typecheck\\\",\\n \\\"vdom\\\",\\n \\\"yarnpkg\\\"\\n ],\\n \\\"workbench.colorTheme\\\": \\\"Material Theme Palenight High Contrast\\\",\\n \\\"windicss.enableCodeCompletion\\\": false,\\n \\\"jestRunIt.runTestLabel\\\": \\\"Party 👻\\\",\\n \\\"jestRunIt.debugTestLabel\\\": \\\"Debug 🚀\\\",\\n \\\"sync.gist\\\": \\\"e01bc7c2264b4c81f91938650b2ac27c\\\",\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"newWindow\\\",\\n \\\"redhat.telemetry.enabled\\\": true\\n}\"}"}
{"ref":"33e8fced-f231-49b5-8647-ce62461c6fc6","content":"{\"version\":2,\"machineId\":\"d10ece20-e9db-4eba-b755-1a22a06fbaea\",\"content\":\"{\\\"settings\\\":\\\"{\\\\n \\\\\\\"workbench.iconTheme\\\\\\\": \\\\\\\"vscode-icons\\\\\\\",\\\\n \\\\\\\"workbench.colorCustomizations\\\\\\\": {\\\\n \\\\\\\"tab.activeBorder\\\\\\\": \\\\\\\"#42A5F5\\\\\\\",\\\\n \\\\\\\"list.activeSelectionBackground\\\\\\\": \\\\\\\"#42A5F5\\\\\\\",\\\\n \\\\\\\"list.inactiveSelectionForeground\\\\\\\": \\\\\\\"#42A5F5\\\\\\\",\\\\n \\\\\\\"editor.selectionBackground\\\\\\\": \\\\\\\"#1E40AF\\\\\\\"\\\\n },\\\\n \\\\\\\"workbench.editor.enablePreview\\\\\\\": false,\\\\n \\\\\\\"workbench.activityBar.visible\\\\\\\": false,\\\\n \\\\\\\"workbench.statusBar.visible\\\\\\\": true,\\\\n \\\\\\\"workbench.sideBar.location\\\\\\\": \\\\\\\"left\\\\\\\",\\\\n \\\\\\\"workbench.startupEditor\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"workbench.editor.enablePreviewFromQuickOpen\\\\\\\": false,\\\\n \\\\\\\"workbench.editor.showTabs\\\\\\\": true,\\\\n \\\\\\\"window.nativeTabs\\\\\\\": false,\\\\n \\\\\\\"explorer.confirmDelete\\\\\\\": false,\\\\n \\\\\\\"explorer.decorations.badges\\\\\\\": false,\\\\n \\\\\\\"explorer.confirmDragAndDrop\\\\\\\": false,\\\\n \\\\\\\"terminal.integrated.fontSize\\\\\\\": 14,\\\\n \\\\\\\"terminal.integrated.fontFamily\\\\\\\": \\\\\\\"Hack\\\\\\\",\\\\n \\\\\\\"editor.bracketPairColorization.enabled\\\\\\\": true,\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\",\\\\n \\\\\\\"editor.snippetSuggestions\\\\\\\": \\\\\\\"inline\\\\\\\",\\\\n \\\\\\\"editor.suggestSelection\\\\\\\": \\\\\\\"first\\\\\\\",\\\\n \\\\\\\"editor.renderWhitespace\\\\\\\": \\\\\\\"none\\\\\\\",\\\\n \\\\\\\"editor.linkedEditing\\\\\\\": true,\\\\n \\\\\\\"editor.rulers\\\\\\\": [100],\\\\n \\\\\\\"editor.tabSize\\\\\\\": 2,\\\\n \\\\\\\"editor.fontSize\\\\\\\": 14,\\\\n \\\\\\\"editor.lineNumbers\\\\\\\": \\\\\\\"on\\\\\\\",\\\\n \\\\\\\"editor.lineHeight\\\\\\\": 16,\\\\n \\\\\\\"editor.formatOnSave\\\\\\\": true,\\\\n \\\\\\\"editor.fontLigatures\\\\\\\": true,\\\\n \\\\\\\"editor.formatOnPaste\\\\\\\": false,\\\\n \\\\\\\"editor.mouseWheelZoom\\\\\\\": false,\\\\n \\\\\\\"editor.smoothScrolling\\\\\\\": true,\\\\n \\\\\\\"editor.cursorBlinking\\\\\\\": \\\\\\\"expand\\\\\\\",\\\\n \\\\\\\"editor.acceptSuggestionOnEnter\\\\\\\": \\\\\\\"on\\\\\\\",\\\\n \\\\\\\"editor.fontFamily\\\\\\\": \\\\\\\"Hack\\\\\\\",\\\\n \\\\\\\"editor.semanticHighlighting.enabled\\\\\\\": \\\\\\\"configuredByTheme\\\\\\\",\\\\n \\\\\\\"editor.codeActionsOnSave\\\\\\\": {\\\\n \\\\\\\"source.fixAll\\\\\\\": true,\\\\n \\\\\\\"source.organizeImports\\\\\\\": false,\\\\n \\\\\\\"source.addMissingImports\\\\\\\": true\\\\n },\\\\n \\\\\\\"editor.minimap.enabled\\\\\\\": false,\\\\n \\\\\\\"editor.minimap.maxColumn\\\\\\\": 100,\\\\n \\\\\\\"editor.minimap.renderCharacters\\\\\\\": false,\\\\n \\\\\\\"editor.cursorSmoothCaretAnimation\\\\\\\": true,\\\\n \\\\\\\"editor.mouseWheelScrollSensitivity\\\\\\\": 0.75,\\\\n \\\\\\\"editor.quickSuggestions\\\\\\\": {\\\\n \\\\\\\"other\\\\\\\": true,\\\\n \\\\\\\"strings\\\\\\\": true,\\\\n \\\\\\\"comments\\\\\\\": false\\\\n },\\\\n \\\\\\\"editor.tabCompletion\\\\\\\": \\\\\\\"on\\\\\\\",\\\\n \\\\\\\"editor.multiCursorModifier\\\\\\\": \\\\\\\"ctrlCmd\\\\\\\",\\\\n \\\\\\\"editor.tokenColorCustomizations\\\\\\\": {\\\\n \\\\\\\"[Material Theme Palenight]\\\\\\\": {\\\\n \\\\\\\"textMateRules\\\\\\\": [\\\\n {\\\\n \\\\\\\"scope\\\\\\\": [\\\\\\\"comment\\\\\\\", \\\\\\\"comment punctuation.definition.comment\\\\\\\"],\\\\n \\\\\\\"settings\\\\\\\": {\\\\n \\\\\\\"foreground\\\\\\\": \\\\\\\"#FFDF7D\\\\\\\"\\\\n }\\\\n }\\\\n ],\\\\n \\\\\\\"keywords\\\\\\\": \\\\\\\"#76E4F7\\\\\\\",\\\\n \\\\\\\"types\\\\\\\": \\\\\\\"#3EA76A\\\\\\\"\\\\n }\\\\n },\\\\n \\\\\\\"screencastMode.fontSize\\\\\\\": 30,\\\\n \\\\\\\"screencastMode.verticalOffset\\\\\\\": 10,\\\\n \\\\\\\"zenMode.hideLineNumbers\\\\\\\": false,\\\\n \\\\\\\"breadcrumbs.enabled\\\\\\\": true,\\\\n \\\\\\\"emmet.showExpandedAbbreviation\\\\\\\": \\\\\\\"inMarkupAndStylesheetFilesOnly\\\\\\\",\\\\n \\\\\\\"emmet.triggerExpansionOnTab\\\\\\\": true,\\\\n \\\\\\\"emmet.includeLanguages\\\\\\\": {\\\\n \\\\\\\"vue-html\\\\\\\": \\\\\\\"html\\\\\\\",\\\\n \\\\\\\"vue\\\\\\\": \\\\\\\"html\\\\\\\"\\\\n },\\\\n \\\\\\\"[typescript]\\\\\\\": {\\\\n \\\\\\\"editor.defaultFormatter\\\\\\\": \\\\\\\"esbenp.prettier-vscode\\\\\\\"\\\\n },\\\\n \\\\\\\"prettier.semi\\\\\\\": false,\\\\n \\\\\\\"prettier.singleQuote\\\\\\\": true,\\\\n \\\\\\\"prettier.printWidth\\\\\\\": 100,\\\\n \\\\\\\"prettier.trailingComma\\\\\\\": \\\\\\\"all\\\\\\\",\\\\n \\\\\\\"eslint.packageManager\\\\\\\": \\\\\\\"yarn\\\\\\\",\\\\n \\\\\\\"eslint.validate\\\\\\\": [\\\\\\\"html\\\\\\\", \\\\\\\"vue\\\\\\\", \\\\\\\"react\\\\\\\", \\\\\\\"javascript\\\\\\\", \\\\\\\"typescript\\\\\\\", \\\\\\\"javascriptreact\\\\\\\"],\\\\n \\\\\\\"eslint.options\\\\\\\": {\\\\n \\\\\\\"extensions\\\\\\\": [\\\\\\\".html\\\\\\\", \\\\\\\".js\\\\\\\", \\\\\\\".vue\\\\\\\", \\\\\\\".ts\\\\\\\"]\\\\n },\\\\n \\\\\\\"vetur.experimental.templateInterpolationService\\\\\\\": false,\\\\n \\\\\\\"vetur.useWorkspaceDependencies\\\\\\\": true,\\\\n \\\\\\\"vetur.validation.interpolation\\\\\\\": false,\\\\n \\\\\\\"vetur.validation.templateProps\\\\\\\": false,\\\\n \\\\\\\"vetur.validation.script\\\\\\\": true,\\\\n \\\\\\\"vetur.validation.template\\\\\\\": false,\\\\n \\\\\\\"vetur.completion.autoImport\\\\\\\": true,\\\\n \\\\\\\"vetur.format.defaultFormatter.js\\\\\\\": \\\\\\\"prettier-eslint\\\\\\\",\\\\n \\\\\\\"vetur.format.defaultFormatter.ts\\\\\\\": \\\\\\\"prettier-tslint\\\\\\\",\\\\n \\\\\\\"vetur.format.defaultFormatterOptions\\\\\\\": {\\\\n \\\\\\\"js-beautify-html\\\\\\\": {\\\\n \\\\\\\"wrap_attributes\\\\\\\": \\\\\\\"force-expand-multiline\\\\\\\"\\\\n },\\\\n \\\\\\\"prettyhtml\\\\\\\": {\\\\n \\\\\\\"semi\\\\\\\": false,\\\\n \\\\\\\"singleQuote\\\\\\\": true,\\\\n \\\\\\\"printWidth\\\\\\\": 120,\\\\n \\\\\\\"trailingComma\\\\\\\": \\\\\\\"all\\\\\\\"\\\\n }\\\\n },\\\\n \\\\\\\"search.exclude\\\\\\\": {\\\\n \\\\\\\"pacakges/**/dist\\\\\\\": true,\\\\n \\\\\\\"dist\\\\\\\": true,\\\\n \\\\\\\"out\\\\\\\": true,\\\\n \\\\\\\"**/.nuxt\\\\\\\": true,\\\\n \\\\\\\"**/coverge\\\\\\\": true,\\\\n \\\\\\\"node_modules\\\\\\\": true,\\\\n \\\\\\\"**/node_modules\\\\\\\": true,\\\\n \\\\\\\"**/yarn.lock\\\\\\\": true,\\\\n \\\\\\\"pnpm-lock.yaml\\\\\\\": true,\\\\n \\\\\\\"**/*.code-search\\\\\\\": true,\\\\n \\\\\\\"**/**/node_modules\\\\\\\": true,\\\\n \\\\\\\"**/bower_components\\\\\\\": true,\\\\n // \\\\\\\"ios\\\\\\\": true,\\\\n \\\\\\\".yarn\\\\\\\": true,\\\\n \\\\\\\"**/dist\\\\\\\": true,\\\\n \\\\\\\"android\\\\\\\": true,\\\\n \\\\\\\"fastlane\\\\\\\": true,\\\\n \\\\\\\"build\\\\\\\": true,\\\\n \\\\\\\".idea\\\\\\\": true,\\\\n \\\\\\\".dart_tool\\\\\\\": true,\\\\n \\\\\\\".flutter-plugins\\\\\\\": true,\\\\n \\\\\\\".flutter-plugins-dependencies\\\\\\\": true,\\\\n \\\\\\\".packages\\\\\\\": true\\\\n },\\\\n \\\\\\\"files.exclude\\\\\\\": {\\\\n \\\\\\\"packages/chart-widget\\\\\\\": true,\\\\n \\\\\\\"packages/hooks\\\\\\\": true,\\\\n \\\\\\\"packages/mqtt-worker\\\\\\\": true,\\\\n // \\\\\\\"packages/*/dist\\\\\\\": true,\\\\n \\\\\\\"packages/test-utils\\\\\\\": true,\\\\n // \\\\\\\"packages/ui\\\\\\\": true,\\\\n // \\\\\\\"packages/utils\\\\\\\": true,\\\\n \\\\\\\"packages/icons\\\\\\\": true,\\\\n \\\\\\\"cypress\\\\\\\": true,\\\\n \\\\\\\"docker\\\\\\\": true,\\\\n \\\\\\\".yarn\\\\\\\": true,\\\\n \\\\\\\".githooks\\\\\\\": true,\\\\n \\\\\\\"packages/vite-plugin-runtime-env\\\\\\\": true,\\\\n \\\\\\\"packages/types\\\\\\\": true,\\\\n \\\\\\\"public/tradingview-lib\\\\\\\": true,\\\\n \\\\\\\"packages/tradingview-lib\\\\\\\": true,\\\\n \\\\\\\"packages/web/stats.html\\\\\\\": true,\\\\n \\\\\\\"**/.git\\\\\\\": true,\\\\n \\\\\\\"**/.svn\\\\\\\": true,\\\\n \\\\\\\"**/.hg\\\\\\\": true,\\\\n \\\\\\\"**/CVS\\\\\\\": true,\\\\n \\\\\\\"**/.DS_Store\\\\\\\": true,\\\\n \\\\\\\"**/coverage\\\\\\\": true,\\\\n \\\\\\\"node_modules\\\\\\\": true,\\\\n \\\\\\\"**/node_modules\\\\\\\": true,\\\\n // \\\\\\\"**/dist\\\\\\\": true,\\\\n \\\\\\\".yarn/cache\\\\\\\": true,\\\\n \\\\\\\".yarn/build-state.yml\\\\\\\": true,\\\\n \\\\\\\".yarn/install-state.gz\\\\\\\": true,\\\\n \\\\\\\".yarn/plugins\\\\\\\": true,\\\\n \\\\\\\".yarn/releases\\\\\\\": true,\\\\n \\\\\\\".yarn/version\\\\\\\": true,\\\\n \\\\\\\".run\\\\\\\": true,\\\\n \\\\\\\"helm\\\\\\\": true,\\\\n \\\\\\\"android\\\\\\\": true,\\\\n \\\\\\\"fastlane\\\\\\\": true,\\\\n \\\\\\\".idea\\\\\\\": true,\\\\n \\\\\\\".dart_tool\\\\\\\": true,\\\\n \\\\\\\".flutter-plugins\\\\\\\": true,\\\\n \\\\\\\".flutter-plugins-dependencies\\\\\\\": true,\\\\n \\\\\\\".packages\\\\\\\": true\\\\n },\\\\n \\\\\\\"sync.forceUpload\\\\\\\": false,\\\\n \\\\\\\"sync.forceDownload\\\\\\\": false,\\\\n \\\\\\\"sync.autoUpload\\\\\\\": false,\\\\n \\\\\\\"sync.autoDownload\\\\\\\": false,\\\\n \\\\\\\"sync.removeExtensions\\\\\\\": true,\\\\n \\\\\\\"sync.syncExtensions\\\\\\\": true,\\\\n \\\\\\\"javascript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"typescript.updateImportsOnFileMove.enabled\\\\\\\": \\\\\\\"always\\\\\\\",\\\\n \\\\\\\"turboConsoleLog.addSemicolonInTheEnd\\\\\\\": false,\\\\n \\\\\\\"turboConsoleLog.quote\\\\\\\": \\\\\\\"'\\\\\\\",\\\\n \\\\\\\"turboConsoleLog.wrapLogMessage\\\\\\\": false,\\\\n \\\\\\\"turboConsoleLog.insertEnclosingClass\\\\\\\": false,\\\\n \\\\\\\"turboConsoleLog.insertEnclosingFunction\\\\\\\": true,\\\\n \\\\\\\"turboConsoleLog.includeFileNameAndLineNum\\\\\\\": false,\\\\n \\\\\\\"turboConsoleLog.logMessagePrefix\\\\\\\": \\\\\\\"\\\\\\\",\\\\n \\\\\\\"turboConsoleLog.delimiterInsideMessage\\\\\\\": \\\\\\\" 👻 \\\\\\\",\\\\n \\\\\\\"vsicons.dontShowNewVersionMessage\\\\\\\": true,\\\\n \\\\\\\"extensions.ignoreRecommendations\\\\\\\": true,\\\\n \\\\\\\"errorLens.enabledDiagnosticLevels\\\\\\\": [\\\\\\\"error\\\\\\\", \\\\\\\"hint\\\\\\\"],\\\\n \\\\\\\"git.autofetch\\\\\\\": true,\\\\n \\\\\\\"git.confirmSync\\\\\\\": false,\\\\n \\\\\\\"git.enableSmartCommit\\\\\\\": true,\\\\n \\\\\\\"editor.accessibilitySupport\\\\\\\": \\\\\\\"off\\\\\\\",\\\\n \\\\\\\"cSpell.userWords\\\\\\\": [\\\\n \\\\\\\"camelcase\\\\\\\",\\\\n \\\\\\\"codegen\\\\\\\",\\\\n \\\\\\\"demonslight\\\\\\\",\\\\n \\\\\\\"Dependabot\\\\\\\",\\\\n \\\\\\\"entradex\\\\\\\",\\\\n \\\\\\\"execpath\\\\\\\",\\\\n \\\\\\\"harrytran\\\\\\\",\\\\n \\\\\\\"nocheck\\\\\\\",\\\\n \\\\\\\"Parens\\\\\\\",\\\\n \\\\\\\"patreon\\\\\\\",\\\\n \\\\\\\"pnpm\\\\\\\",\\\\n \\\\\\\"postcss\\\\\\\",\\\\n \\\\\\\"sveltejs\\\\\\\",\\\\n \\\\\\\"tailwindcss\\\\\\\",\\\\n \\\\\\\"testid\\\\\\\",\\\\n \\\\\\\"typecheck\\\\\\\",\\\\n \\\\\\\"vdom\\\\\\\",\\\\n \\\\\\\"yarnpkg\\\\\\\"\\\\n ],\\\\n \\\\\\\"workbench.colorTheme\\\\\\\": \\\\\\\"Material Theme Palenight High Contrast\\\\\\\",\\\\n \\\\\\\"windicss.enableCodeCompletion\\\\\\\": false,\\\\n \\\\\\\"jestRunIt.runTestLabel\\\\\\\": \\\\\\\"Party 👻\\\\\\\",\\\\n \\\\\\\"jestRunIt.debugTestLabel\\\\\\\": \\\\\\\"Debug 🚀\\\\\\\",\\\\n \\\\\\\"sync.gist\\\\\\\": \\\\\\\"e01bc7c2264b4c81f91938650b2ac27c\\\\\\\",\\\\n \\\\\\\"security.workspace.trust.untrustedFiles\\\\\\\": \\\\\\\"newWindow\\\\\\\",\\\\n \\\\\\\"redhat.telemetry.enabled\\\\\\\": true\\\\n}\\\"}\"}"}
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"tab.activeBorder": "#42A5F5",
"list.activeSelectionBackground": "#42A5F5",
"list.inactiveSelectionForeground": "#42A5F5",
"editor.selectionBackground": "#1E40AF"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"workbench.sideBar.location": "left",
"workbench.startupEditor": "none",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.showTabs": true,
"window.nativeTabs": false,
"explorer.confirmDelete": false,
"explorer.decorations.badges": false,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "Hack",
"editor.bracketPairColorization.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.snippetSuggestions": "inline",
"editor.suggestSelection": "first",
"editor.renderWhitespace": "none",
"editor.linkedEditing": true,
"editor.rulers": [100],
"editor.tabSize": 2,
"editor.fontSize": 14,
"editor.lineNumbers": "on",
"editor.lineHeight": 16,
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.formatOnPaste": false,
"editor.mouseWheelZoom": false,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "expand",
"editor.acceptSuggestionOnEnter": "on",
"editor.fontFamily": "Hack",
"editor.semanticHighlighting.enabled": "configuredByTheme",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": false,
"source.addMissingImports": true
},
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 100,
"editor.minimap.renderCharacters": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.mouseWheelScrollSensitivity": 0.75,
"editor.quickSuggestions": {
"other": true,
"strings": true,
"comments": false
},
"editor.tabCompletion": "on",
"editor.multiCursorModifier": "ctrlCmd",
"editor.tokenColorCustomizations": {
"[Material Theme Palenight]": {
"textMateRules": [
{
"scope": ["comment", "comment punctuation.definition.comment"],
"settings": {
"foreground": "#FFDF7D"
}
}
],
"keywords": "#76E4F7",
"types": "#3EA76A"
}
},
"screencastMode.fontSize": 30,
"screencastMode.verticalOffset": 10,
"zenMode.hideLineNumbers": false,
"breadcrumbs.enabled": true,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.printWidth": 100,
"prettier.trailingComma": "all",
"eslint.packageManager": "yarn",
"eslint.validate": ["html", "vue", "react", "javascript", "typescript", "javascriptreact"],
"eslint.options": {
"extensions": [".html", ".js", ".vue", ".ts"]
},
"vetur.experimental.templateInterpolationService": false,
"vetur.useWorkspaceDependencies": true,
"vetur.validation.interpolation": false,
"vetur.validation.templateProps": false,
"vetur.validation.script": true,
"vetur.validation.template": false,
"vetur.completion.autoImport": true,
"vetur.format.defaultFormatter.js": "prettier-eslint",
"vetur.format.defaultFormatter.ts": "prettier-tslint",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline"
},
"prettyhtml": {
"semi": false,
"singleQuote": true,
"printWidth": 120,
"trailingComma": "all"
}
},
"search.exclude": {
"pacakges/**/dist": true,
"dist": true,
"out": true,
"**/.nuxt": true,
"**/coverge": true,
"node_modules": true,
"**/node_modules": true,
"**/yarn.lock": true,
"pnpm-lock.yaml": true,
"**/*.code-search": true,
"**/**/node_modules": true,
"**/bower_components": true,
// "ios": true,
".yarn": true,
"**/dist": true,
"android": true,
"fastlane": true,
"build": true,
".idea": true,
".dart_tool": true,
".flutter-plugins": true,
".flutter-plugins-dependencies": true,
".packages": true
},
"files.exclude": {
"packages/chart-widget": true,
"packages/hooks": true,
"packages/mqtt-worker": true,
// "packages/*/dist": true,
"packages/test-utils": true,
// "packages/ui": true,
// "packages/utils": true,
"packages/icons": true,
"cypress": true,
"docker": true,
".yarn": true,
".githooks": true,
"packages/vite-plugin-runtime-env": true,
"packages/types": true,
"public/tradingview-lib": true,
"packages/tradingview-lib": true,
"packages/web/stats.html": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/coverage": true,
"node_modules": true,
"**/node_modules": true,
// "**/dist": true,
".yarn/cache": true,
".yarn/build-state.yml": true,
".yarn/install-state.gz": true,
".yarn/plugins": true,
".yarn/releases": true,
".yarn/version": true,
".run": true,
"helm": true,
"android": true,
"fastlane": true,
".idea": true,
".dart_tool": true,
".flutter-plugins": true,
".flutter-plugins-dependencies": true,
".packages": true
},
"sync.forceUpload": false,
"sync.forceDownload": false,
"sync.autoUpload": false,
"sync.autoDownload": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"turboConsoleLog.addSemicolonInTheEnd": false,
"turboConsoleLog.quote": "'",
"turboConsoleLog.wrapLogMessage": false,
"turboConsoleLog.insertEnclosingClass": false,
"turboConsoleLog.insertEnclosingFunction": true,
"turboConsoleLog.includeFileNameAndLineNum": false,
"turboConsoleLog.logMessagePrefix": "",
"turboConsoleLog.delimiterInsideMessage": " 👻 ",
"vsicons.dontShowNewVersionMessage": true,
"extensions.ignoreRecommendations": true,
"errorLens.enabledDiagnosticLevels": ["error", "hint"],
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.accessibilitySupport": "off",
"cSpell.userWords": [
"camelcase",
"codegen",
"demonslight",
"Dependabot",
"entradex",
"execpath",
"harrytran",
"nocheck",
"Parens",
"patreon",
"pnpm",
"postcss",
"sveltejs",
"tailwindcss",
"testid",
"typecheck",
"vdom",
"yarnpkg"
],
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"windicss.enableCodeCompletion": false,
"jestRunIt.runTestLabel": "Party 👻",
"jestRunIt.debugTestLabel": "Debug 🚀",
"sync.gist": "c1ad7ff7bd3f9c15011f3d49aa9710ea",
"security.workspace.trust.untrustedFiles": "newWindow",
"redhat.telemetry.enabled": true
}
{"ref":"2a7966f6-9885-46d9-b177-49117f41edce","content":"{\"version\":1,\"machineId\":\"9b45443e-f586-460e-9db8-a04d3999fc60\",\"content\":\"{}\"}"}
{"lastUpload":"2021-10-17T15:40:16.106Z","extensionVersion":"v3.4.3"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment