{"name":"vscode","settings":"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"One Dark Pro\\\", //控制工作台可见性\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\", //工作台图标\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.js\\\": \\\"default\\\",\\n \\\"*.html\\\": \\\"default\\\"\\n }, //将 glob 模式配置到编辑器(例如 \\\"*.hex\\\": \\\"hexEditor.hexedit\\\")。这些优先于默认行为。\\n \\\"breadcrumbs.enabled\\\": true, //面包屑导航\\n \\\"prettier.useTabs\\\": false, //缩进使用tab\\n \\\"prettier.semi\\\": true, // 句尾添加分号\\n \\\"prettier.singleQuote\\\": true, // 使用单引号代替双引号\\n \\\"prettier.trailingComma\\\": \\\"all\\\", //尾部添加逗号\\n \\\"prettier.bracketSpacing\\\": true, //对象括号之间添加空格\\n \\\"prettier.jsxSingleQuote\\\": false, //JSX中使用单引号\\n \\\"prettier.arrowParens\\\": \\\"always\\\", //在单独的箭头函数参数周围包括括号\\n \\\"prettier.useEditorConfig\\\": false, //解析配置时是否考虑.editorconfig\\n \\\"editor.fontSize\\\": 14, //编辑器字号大小\\n \\\"editor.formatOnSave\\\": false, //保存后格式化\\n \\\"editor.tabSize\\\": 2, //tabs长度\\n \\\"editor.minimap.enabled\\\": true, //小地图\\n \\\"editor.suggestSelection\\\": \\\"first\\\", //语法提示\\n \\\"editor.fontLigatures\\\": true, //字体连字\\n \\\"editor.fontWeight\\\": \\\"normal\\\", //字体粗细\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\", //编辑器默认格式化程序\\n \\\"editor.foldingStrategy\\\": \\\"indentation\\\", //折叠的策略\\n \\\"editor.codeActionsOnSave\\\": {}, //保存时执行的逻辑\\n \\\"editor.bracketPairColorization.enabled\\\": true, //是否启用括号对着色\\n \\\"editor.guides.bracketPairs\\\": \\\"active\\\", //编辑器代码自动换行\\n \\\"editor.wordWrap\\\": \\\"on\\\", //可视区域自动换行\\n \\\"editor.unicodeHighlight.allowedCharacters\\\": {\\n \\\"径\\\": true,\\n \\\"件\\\": true,\\n \\\"型\\\": true,\\n \\\"的\\\": true,\\n \\\"文\\\": true,\\n \\\"类\\\": true,\\n \\\"路\\\": true,\\n \\\"夹\\\": true,\\n \\\"、\\\": true,\\n \\\"境\\\": true,\\n \\\"变\\\": true,\\n \\\"量\\\": true,\\n \\\"设\\\": true,\\n \\\"置\\\": true,\\n \\\"环\\\": true,\\n \\\"携\\\": true,\\n \\\"参\\\": true,\\n \\\"数\\\": true,\\n \\\"带\\\": true,\\n \\\"令\\\": true,\\n \\\"行\\\": true,\\n \\\"命\\\": true,\\n \\\"获\\\": true,\\n \\\"取\\\": true,\\n \\\"列\\\": true,\\n \\\"主\\\": true,\\n \\\"函\\\": true,\\n \\\"表\\\": true,\\n \\\"调\\\": true,\\n \\\"递\\\": true,\\n \\\"归\\\": true,\\n \\\"返\\\": true,\\n \\\"回\\\": true,\\n \\\"用\\\": true,\\n \\\",\\\": true,\\n \\\"名\\\": true,\\n \\\"拼\\\": true,\\n \\\"接\\\": true,\\n \\\"解\\\": true,\\n \\\"析\\\": true,\\n \\\"存\\\": true,\\n \\\"码\\\": true,\\n \\\"源\\\": true,\\n \\\"下\\\": true,\\n \\\"上\\\": true\\n },\\n \\\"editor.stickyScroll.enabled\\\": false, //粘性滚动\\n \\\"editor.stickyScroll.scrollWithEditor\\\": false, //编辑区粘性滚动\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false, //忽略前导空格或后置空格的更改\\n \\\"workbench.tree.enableStickyScroll\\\": false, //代码树中粘性滚动\\n \\\"todo-tree.tree.buttons.scanMode\\\": true, //在侧边栏顶部显示一个切换待办事项扫描模式的按钮(扫描整个工作区和打开的文件、仅扫描打开的文件、仅扫描当前文件、扫描整个工作区)\\n \\\"todo-tree.tree.showCountsInTree\\\": true, //在树状图中显示待办事项的数目。\\n \\\"todo-tree.general.showIconsInsteadOfTagsInStatusBar\\\": true, //Show icons instead of tags in the status bar\\n \\\"[html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[css]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[scss]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[vue]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"octref.vetur\\\"\\n },\\n \\\"[shellscript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"foxundermoon.shell-format\\\"\\n },\\n \\\"vetur.format.options.useTabs\\\": false, //缩进使用tab\\n \\\"vetur.format.defaultFormatterOptions\\\": {\\n \\\"js-beautify-html\\\": {\\n \\\"wrap_attributes\\\": \\\"auto\\\"\\n },\\n \\\"prettier\\\": {\\n \\\"singleQuote\\\": true,\\n \\\"semi\\\": true\\n }\\n }, //vetur格式化默认配置\\n \\\"vetur.format.defaultFormatter.html\\\": \\\"js-beautify-html\\\", //vetur-html格式化\\n \\\"vetur.format.defaultFormatter.css\\\": \\\"prettier\\\", //vetur-css格式化\\n \\\"vetur.format.defaultFormatter.scss\\\": \\\"prettier\\\", //vetur-scss格式化\\n \\\"vetur.format.defaultFormatter.js\\\": \\\"prettier\\\", //vetur-js格式化\\n \\\"vetur.format.defaultFormatter.ts\\\": \\\"prettier\\\", //vetur-ts格式化\\n \\\"vetur.ignoreProjectWarning\\\": true, //vetur忽略项目警告\\n \\\"files.associations\\\": {}, //关联的语言\\n \\\"html-css-class-completion.CSSLanguages\\\": [\\\"css\\\", \\\"sass\\\", \\\"scss\\\", \\\"less\\\"],\\n \\\"highlight-matching-tag.highlightSelfClosing\\\": true,\\n \\\"files.trimTrailingWhitespace\\\": true, //启用后,将在保存文件时删除行尾的空格\\n \\\"colorInfo.languages\\\": [\\n {\\n \\\"selector\\\": \\\"css\\\",\\n \\\"colors\\\": \\\"css\\\"\\n },\\n {\\n \\\"selector\\\": \\\"sass\\\",\\n \\\"colors\\\": \\\"css\\\"\\n },\\n {\\n \\\"selector\\\": \\\"scss\\\",\\n \\\"colors\\\": \\\"css\\\"\\n },\\n {\\n \\\"selector\\\": \\\"less\\\",\\n \\\"colors\\\": \\\"css\\\"\\n }\\n ],\\n \\\"update.mode\\\": \\\"manual\\\",\\n}\"}","keybindings":"{\"keybindings\":\"// 将键绑定放在此文件中以覆盖默认值auto[]\\n[\\n {\\n \\\"key\\\": \\\"ctrl+shift+u\\\",\\n \\\"command\\\": \\\"editor.action.transformToUppercase\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+l\\\",\\n \\\"command\\\": \\\"editor.action.transformToLowercase\\\"\\n }\\n]\",\"platform\":1}","extensions":"[{\"identifier\":{\"id\":\"aaron-bond.better-comments\",\"uuid\":\"7a0110bb-231a-4598-aa1b-0769ea46d28b\"},\"displayName\":\"Better Comments\"},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"displayName\":\"Bookmarks\"},{\"identifier\":{\"id\":\"alibaba-cloud.tongyi-lingma\",\"uuid\":\"b90347d7-e182-4b37-8314-4cde59e48d27\"},\"displayName\":\"TONGYI Lingma\"},{\"identifier\":{\"id\":\"bierner.color-info\",\"uuid\":\"0f8bd812-5d52-4fff-bd1c-6b0a7ee9cad9\"},\"displayName\":\"Color Info\"},{\"identifier\":{\"id\":\"bierner.lit-html\",\"uuid\":\"1785cdb5-4792-4227-819e-b78d537688b5\"},\"displayName\":\"lit-html\"},{\"identifier\":{\"id\":\"christian-kohler.npm-intellisense\",\"uuid\":\"dff6b801-247e-40e9-82e8-8c9b1d19d1b8\"},\"displayName\":\"npm Intellisense\"},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"donjayamanne.githistory\",\"uuid\":\"5960f38e-0bbe-4644-8f9c-9c8824e82511\"},\"displayName\":\"Git History\"},{\"identifier\":{\"id\":\"dsznajder.es7-react-js-snippets\",\"uuid\":\"19804510-b475-4dae-b0f7-6ca08fd1af0c\"},\"displayName\":\"ES7+ React/Redux/React-Native snippets\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"formulahendry.auto-complete-tag\",\"uuid\":\"366a9f01-2d1b-48b9-b7df-014ff8dea46b\"},\"displayName\":\"Auto Complete Tag\"},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\"},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\"},{\"identifier\":{\"id\":\"foxundermoon.shell-format\",\"uuid\":\"5fb19573-2183-4cf2-b53d-0fb869dae7ae\"},\"displayName\":\"shell-format\"},{\"identifier\":{\"id\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests\"},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\"},{\"identifier\":{\"id\":\"ibm.output-colorizer\",\"uuid\":\"113b22c8-8125-42ec-8c6b-80c3f5d5fa5f\"},\"displayName\":\"Output Colorizer\"},{\"identifier\":{\"id\":\"ionutvmi.path-autocomplete\",\"uuid\":\"0d1241e3-fa60-4f24-8f2a-6d7085677c48\"},\"displayName\":\"Path Autocomplete\"},{\"identifier\":{\"id\":\"kisstkondoros.vscode-gutter-preview\",\"uuid\":\"eedfd044-d5ac-4389-973d-3ac1fdb98ad5\"},\"displayName\":\"Image preview\"},{\"identifier\":{\"id\":\"lokalise.i18n-ally\",\"uuid\":\"8ab81d13-c812-4a2f-8f19-c32e3655e53c\"},\"displayName\":\"i18n Ally\"},{\"identifier\":{\"id\":\"mariusalchimavicius.json-to-ts\",\"uuid\":\"2e4a6a59-8d62-4ea6-99ba-09ca1fb20dca\"},\"displayName\":\"JSON to TS\"},{\"identifier\":{\"id\":\"mikestead.dotenv\",\"uuid\":\"532533c9-a894-4a58-9eee-bbfbe7c06f71\"},\"displayName\":\"DotENV\"},{\"identifier\":{\"id\":\"mkxml.vscode-filesize\",\"uuid\":\"21b3e09e-b3f7-4e20-9302-50039286650d\"},\"displayName\":\"filesize\"},{\"identifier\":{\"id\":\"mohsen1.prettify-json\",\"uuid\":\"67e66172-30c7-4478-8f5d-6eac4ae755dc\"},\"displayName\":\"Prettify JSON\"},{\"identifier\":{\"id\":\"mrmlnc.vscode-scss\",\"uuid\":\"beb68b20-7c55-471c-9b63-3486f9423566\"},\"displayName\":\"SCSS IntelliSense\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-ceintl.vscode-language-pack-zh-hans\",\"uuid\":\"e4ee7751-6514-4731-9cdb-7580ffa9e70b\"},\"displayName\":\"Chinese (Simplified) (简体中文) Language Pack for Visual Studio Code\"},{\"identifier\":{\"id\":\"naumovs.node-modules-resolve\",\"uuid\":\"33725128-6e25-4fd3-b913-65593c2f0f2f\"},\"displayName\":\"Node modules resolve\"},{\"identifier\":{\"id\":\"octref.vetur\",\"uuid\":\"2f5dd8cb-d251-4d70-abfe-ddebcb077483\"},\"displayName\":\"Vetur\"},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"}},{\"identifier\":{\"id\":\"pflannery.vscode-versionlens\",\"uuid\":\"07fc4a0a-11fc-4121-ba9a-f0d534c729d8\"},\"displayName\":\"Version Lens\"},{\"identifier\":{\"id\":\"pranaygp.vscode-css-peek\",\"uuid\":\"0b8f8d63-11a2-4194-969c-ca7488b3413a\"},\"displayName\":\"CSS Peek\"},{\"identifier\":{\"id\":\"remisa.shellman\",\"uuid\":\"2783c7a6-dc32-471d-ab7f-863ca5e8deb3\"},\"displayName\":\"shellman\"},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"displayName\":\"Live Server\"},{\"identifier\":{\"id\":\"roscop.activefileinstatusbar\",\"uuid\":\"58bfc5c5-9e14-40cb-afb8-104bfe792328\"},\"displayName\":\"Active File In StatusBar\"},{\"identifier\":{\"id\":\"russell.any-rule\",\"uuid\":\"2293b5e5-668c-4fb6-be26-e8cac0fdd334\"},\"displayName\":\"any-rule\"},{\"identifier\":{\"id\":\"sburg.vscode-javascript-booster\",\"uuid\":\"3a1fe682-5a7a-4953-9ba9-77529a973d04\"},\"displayName\":\"JavaScript Booster\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"techer.open-in-browser\",\"uuid\":\"fef63133-dae3-40fb-b81d-6da7617b4b1e\"},\"displayName\":\"open in browser\"},{\"identifier\":{\"id\":\"timonwong.shellcheck\",\"uuid\":\"f95d8fff-f70a-4ae5-bb06-5c47ddbc8fc6\"},\"displayName\":\"ShellCheck\"},{\"identifier\":{\"id\":\"vincaslt.highlight-matching-tag\",\"uuid\":\"aae00486-7e92-42b3-91b0-2b419e4f3875\"},\"displayName\":\"Highlight Matching Tag\"},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\"},{\"identifier\":{\"id\":\"wayou.vscode-todo-highlight\",\"uuid\":\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\"},\"displayName\":\"TODO Highlight\"},{\"identifier\":{\"id\":\"wix.vscode-import-cost\",\"uuid\":\"c46b0018-f317-4b6c-a785-d2039b27338f\"},\"displayName\":\"Import Cost\"},{\"identifier\":{\"id\":\"xabikos.javascriptsnippets\",\"uuid\":\"a2cec723-5349-460d-9de9-0fd1f8d3456f\"},\"displayName\":\"JavaScript (ES6) code snippets\"},{\"identifier\":{\"id\":\"zhuangtongfa.material-theme\",\"uuid\":\"26a529c9-2654-4b95-a63f-02f6a52429e6\"},\"displayName\":\"One Dark Pro\"},{\"identifier\":{\"id\":\"zignd.html-css-class-completion\",\"uuid\":\"7b71fc1b-190d-4f7d-95d1-93e422649b0a\"},\"displayName\":\"IntelliSense for CSS class names in HTML\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"eggTest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"i18n-ally-locales-file-explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codeium.chatPanelView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codeium.searchPanelView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"TongyiLingMa.Chat\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"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.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"default\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"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.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.i18n-ally\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.PowerShellCommandExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.bito-activitybar\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.localHistory\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.codegpt-sidebar-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.tabnine\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.codeium\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.TongyiLingma\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":false,\\\"visible\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"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},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\",\\\"label\\\":\\\"One Dark Pro\\\",\\\"settingsId\\\":\\\"One Dark Pro\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.embedded\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.cls.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.word\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.raw.monospace.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.list.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.link.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.unquoted.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"invalid.illegal.unrecognized-tag.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"invalid.deprecated.entity.other.attribute-name.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.hashkey.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\",\\\"constant.language.symbol.double-quoted.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.variable.parameter.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.variable.field.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BE5046\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"support.other.namespace.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.latex\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"variable.other.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.other.constant.property\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.numeric.decimal.asm.x86_64\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"log.info\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"log.warning\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"log.error\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.is\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.label\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#56b6c2\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"annotation:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"parameter.label:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#abb2bf\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"macro\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"tomlArrayKey\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"memberOperatorOverload\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c678dd\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"zhuangtongfa.material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"material-theme\\\",\\\"_extensionPublisher\\\":\\\"zhuangtongfa\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"activityBar.background\\\":\\\"#282c34\\\",\\\"activityBar.foreground\\\":\\\"#d7dae0\\\",\\\"activityBarBadge.background\\\":\\\"#4d78cc\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8fafd\\\",\\\"badge.background\\\":\\\"#282c34\\\",\\\"button.background\\\":\\\"#404754\\\",\\\"button.secondaryBackground\\\":\\\"#30333d\\\",\\\"button.secondaryForeground\\\":\\\"#c0bdbd\\\",\\\"checkbox.border\\\":\\\"#404754\\\",\\\"debugToolBar.background\\\":\\\"#21252b\\\",\\\"descriptionForeground\\\":\\\"#abb2bf\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#21252b\\\",\\\"dropdown.border\\\":\\\"#21252b\\\",\\\"editor.background\\\":\\\"#282c34\\\",\\\"editor.findMatchBackground\\\":\\\"#d19a6644\\\",\\\"editor.findMatchBorder\\\":\\\"#ffffff5a\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#ffffff22\\\",\\\"editor.foreground\\\":\\\"#abb2bf\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#d19a66\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#c678dd\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#56b6c2\\\",\\\"editorHoverWidget.highlightForeground\\\":\\\"#61afef\\\",\\\"editorInlayHint.foreground\\\":\\\"#abb2bf\\\",\\\"editorInlayHint.background\\\":\\\"#2c313c\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2c313c\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#abb2bf\\\",\\\"editorGutter.addedBackground\\\":\\\"#109868\\\",\\\"editorGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"editorOverviewRuler.addedBackground\\\":\\\"#109868\\\",\\\"editorOverviewRuler.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorOverviewRuler.modifiedBackground\\\":\\\"#948b60\\\",\\\"editor.selectionBackground\\\":\\\"#67769660\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffffff10\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#dddddd\\\",\\\"editor.wordHighlightBackground\\\":\\\"#d2e0ff2f\\\",\\\"editor.wordHighlightBorder\\\":\\\"#7f848e\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#abb2bf26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#7f848e\\\",\\\"editorBracketMatch.background\\\":\\\"#515a6b\\\",\\\"editorBracketMatch.border\\\":\\\"#515a6b\\\",\\\"editorCursor.background\\\":\\\"#ffffffc9\\\",\\\"editorCursor.foreground\\\":\\\"#528bff\\\",\\\"editorError.foreground\\\":\\\"#c24038\\\",\\\"editorGroup.background\\\":\\\"#181a1f\\\",\\\"editorGroup.border\\\":\\\"#181a1f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#21252b\\\",\\\"editorHoverWidget.background\\\":\\\"#21252b\\\",\\\"editorHoverWidget.border\\\":\\\"#181a1f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c8c8c859\\\",\\\"editorIndentGuide.background\\\":\\\"#3b4048\\\",\\\"editorLineNumber.foreground\\\":\\\"#495162\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21252b\\\",\\\"editorRuler.foreground\\\":\\\"#abb2bf26\\\",\\\"editorSuggestWidget.background\\\":\\\"#21252b\\\",\\\"editorSuggestWidget.border\\\":\\\"#181a1f\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#2c313a\\\",\\\"editorWarning.foreground\\\":\\\"#d19a66\\\",\\\"editorWhitespace.foreground\\\":\\\"#ffffff1d\\\",\\\"editorWidget.background\\\":\\\"#21252b\\\",\\\"focusBorder\\\":\\\"#3e4452\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#636b78\\\",\\\"input.background\\\":\\\"#1d1f23\\\",\\\"input.foreground\\\":\\\"#abb2bf\\\",\\\"list.activeSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.activeSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.focusBackground\\\":\\\"#323842\\\",\\\"list.focusForeground\\\":\\\"#f0f0f0\\\",\\\"list.highlightForeground\\\":\\\"#ecebeb\\\",\\\"list.hoverBackground\\\":\\\"#2c313a\\\",\\\"list.hoverForeground\\\":\\\"#abb2bf\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#323842\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.warningForeground\\\":\\\"#d19a66\\\",\\\"menu.foreground\\\":\\\"#abb2bf\\\",\\\"menu.separatorBackground\\\":\\\"#343a45\\\",\\\"minimapGutter.addedBackground\\\":\\\"#109868\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"panel.border\\\":\\\"#3e4452\\\",\\\"panelSectionHeader.background\\\":\\\"#21252b\\\",\\\"peekViewEditor.background\\\":\\\"#1b1d23\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#29244b\\\",\\\"peekViewResult.background\\\":\\\"#22262b\\\",\\\"scrollbar.shadow\\\":\\\"#23252c\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566660\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"settings.focusedRowBackground\\\":\\\"#282c34\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"sideBar.background\\\":\\\"#21252b\\\",\\\"sideBar.foreground\\\":\\\"#abb2bf\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282c34\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#abb2bf\\\",\\\"statusBar.background\\\":\\\"#21252b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#cc6633\\\",\\\"statusBar.debuggingBorder\\\":\\\"#ff000000\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#9da5b4\\\",\\\"statusBar.noFolderBackground\\\":\\\"#21252b\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#4d78cc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#f8fafd\\\",\\\"tab.activeBackground\\\":\\\"#282c34\\\",\\\"tab.activeBorder\\\":\\\"#b4b4b4\\\",\\\"tab.activeForeground\\\":\\\"#dcdcdc\\\",\\\"tab.border\\\":\\\"#181a1f\\\",\\\"tab.hoverBackground\\\":\\\"#323842\\\",\\\"tab.inactiveBackground\\\":\\\"#21252b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#323842\\\",\\\"terminal.ansiBlack\\\":\\\"#3f4451\\\",\\\"terminal.ansiBlue\\\":\\\"#4aa5f0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#4f5666\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#4dc4ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4cd1e0\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a5e075\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#de73ff\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff616e\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#e6e6e6\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#f0a45d\\\",\\\"terminal.ansiCyan\\\":\\\"#42b3c2\\\",\\\"terminal.ansiGreen\\\":\\\"#8cc265\\\",\\\"terminal.ansiMagenta\\\":\\\"#c162de\\\",\\\"terminal.ansiRed\\\":\\\"#e05561\\\",\\\"terminal.ansiWhite\\\":\\\"#d7dae0\\\",\\\"terminal.ansiYellow\\\":\\\"#d18f52\\\",\\\"terminal.background\\\":\\\"#282c34\\\",\\\"terminal.border\\\":\\\"#3e4452\\\",\\\"terminal.foreground\\\":\\\"#abb2bf\\\",\\\"terminal.selectionBackground\\\":\\\"#abb2bf30\\\",\\\"textBlockQuote.background\\\":\\\"#2e3440\\\",\\\"textBlockQuote.border\\\":\\\"#4b5362\\\",\\\"textLink.foreground\\\":\\\"#61afef\\\",\\\"textPreformat.foreground\\\":\\\"#d19a66\\\",\\\"titleBar.activeBackground\\\":\\\"#282c34\\\",\\\"titleBar.activeForeground\\\":\\\"#9da5b4\\\",\\\"titleBar.inactiveBackground\\\":\\\"#282c34\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6b717d\\\",\\\"tree.indentGuidesStroke\\\":\\\"#ffffff1d\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#2e3440\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#404754\\\"},\\\"watch\\\":false}\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"extensions\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"debugging\\\":{\\\"done\\\":true},\\\"scmClone\\\":{\\\"done\\\":true},\\\"scmSetup\\\":{\\\"done\\\":true},\\\"scm\\\":{\\\"done\\\":true},\\\"tasks\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"workspaceTrust\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"alefragnani.Bookmarks#bookmarksWelcome#customizingAppearance\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolderMac\\\":{\\\"done\\\":true}}\",\"themeUpdatedNotificationShown\":\"true\",\"ces/skipSurvey\":\"1.61.2\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"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.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.c60f380935f4aa817b921e276e850c1c\\\",\\\"status.workspaceTrust.1673509665805\\\",\\\"status.workspaceTrust.a10db473eed3224e5fa4ee4ca09c8824\\\",\\\"status.workspaceTrust.1673510926581\\\",\\\"status.workspaceTrust.5a5cfab4fb25962b4c578507f27ddb68\\\",\\\"status.workspaceTrust.1673576744474\\\",\\\"status.workspaceTrust.1673590608757\\\",\\\"status.workspaceTrust.1673610486407\\\",\\\"status.workspaceTrust.1673789622623\\\",\\\"status.workspaceTrust.1673835577651\\\",\\\"status.workspaceTrust.1673839034036\\\",\\\"status.workspaceTrust.1673848200981\\\",\\\"status.workspaceTrust.1673851630669\\\",\\\"status.workspaceTrust.1673935482537\\\",\\\"status.workspaceTrust.711967ef7c4216fb362f25104adbc794\\\",\\\"status.workspaceTrust.1673937745648\\\",\\\"status.workspaceTrust.1673937777756\\\",\\\"status.workspaceTrust.1673954678308\\\",\\\"status.workspaceTrust.1673954692255\\\",\\\"status.workspaceTrust.56599e9013228840edf61c3f14b3a008\\\",\\\"status.workspaceTrust.1674197340631\\\",\\\"status.workspaceTrust.1674197353542\\\",\\\"status.workspaceTrust.1674958614470\\\",\\\"status.workspaceTrust.1674959488520\\\",\\\"status.workspaceTrust.1674990164891\\\",\\\"status.workspaceTrust.1674990197497\\\",\\\"status.workspaceTrust.1675050651085\\\",\\\"status.workspaceTrust.1675059194652\\\",\\\"status.workspaceTrust.1675066309042\\\",\\\"status.workspaceTrust.1675072360130\\\",\\\"status.workspaceTrust.1675079574455\\\",\\\"status.workspaceTrust.1675133819778\\\",\\\"status.workspaceTrust.1675143787558\\\",\\\"status.workspaceTrust.1675153177543\\\",\\\"status.workspaceTrust.1675173967344\\\",\\\"status.workspaceTrust.1675217245785\\\",\\\"status.workspaceTrust.1675218198048\\\",\\\"status.workspaceTrust.1675232361868\\\",\\\"status.workspaceTrust.1675243160030\\\",\\\"status.workspaceTrust.1675253766776\\\",\\\"status.workspaceTrust.e895817a755922fe624bf2630d9e7b03\\\",\\\"status.workspaceTrust.1675303054569\\\",\\\"status.workspaceTrust.1675303158418\\\",\\\"status.workspaceTrust.1675307979661\\\",\\\"status.workspaceTrust.1675308866943\\\",\\\"status.workspaceTrust.f130c4b7e285d33865209923f5882799\\\",\\\"status.workspaceTrust.1675308927404\\\",\\\"status.workspaceTrust.1675316534672\\\",\\\"status.workspaceTrust.1675329029904\\\",\\\"status.workspaceTrust.1675402832070\\\",\\\"status.workspaceTrust.1675406347196\\\",\\\"status.workspaceTrust.242f7178c98b0828052a07eca1f5d648\\\",\\\"status.workspaceTrust.1675409167407\\\",\\\"status.workspaceTrust.1675410816249\\\",\\\"status.workspaceTrust.1675410845142\\\",\\\"status.workspaceTrust.1675415313073\\\",\\\"status.workspaceTrust.0f70cc432d6c3e2a2c5cc318fb7e41be\\\",\\\"status.workspaceTrust.1675415372253\\\",\\\"status.workspaceTrust.1675648413543\\\",\\\"status.workspaceTrust.1675663549654\\\",\\\"status.workspaceTrust.1675664095562\\\",\\\"status.workspaceTrust.1675667899087\\\",\\\"status.workspaceTrust.1675673508275\\\",\\\"status.workspaceTrust.1675674501220\\\",\\\"status.workspaceTrust.1675682623762\\\",\\\"status.workspaceTrust.1675687257209\\\",\\\"status.workspaceTrust.1675688450822\\\",\\\"status.workspaceTrust.1675775585508\\\",\\\"status.workspaceTrust.1675843931893\\\",\\\"status.workspaceTrust.1675909441625\\\",\\\"status.workspaceTrust.1675912028413\\\",\\\"status.workspaceTrust.1675942728658\\\",\\\"status.workspaceTrust.1675942742639\\\",\\\"status.workspaceTrust.1675997003435\\\",\\\"status.workspaceTrust.1675999171722\\\",\\\"status.workspaceTrust.1675999512184\\\",\\\"status.workspaceTrust.1675999630473\\\",\\\"status.workspaceTrust.1676015692270\\\",\\\"status.workspaceTrust.5c7b0ee5287ba6cba922bd0b1983ac29\\\",\\\"status.workspaceTrust.1676015846395\\\",\\\"status.workspaceTrust.1676041524875\\\",\\\"status.workspaceTrust.1676098968100\\\",\\\"status.workspaceTrust.1676101773160\\\",\\\"status.workspaceTrust.1676131822079\\\",\\\"status.workspaceTrust.1676277396161\\\",\\\"status.workspaceTrust.1676281980156\\\",\\\"status.workspaceTrust.1676282595930\\\",\\\"status.workspaceTrust.1676361345321\\\",\\\"status.workspaceTrust.1676373009501\\\",\\\"status.workspaceTrust.1676439683212\\\",\\\"status.workspaceTrust.1676454677510\\\",\\\"status.workspaceTrust.1676468963542\\\",\\\"status.workspaceTrust.1676469301129\\\",\\\"status.workspaceTrust.1676532413907\\\",\\\"status.workspaceTrust.1676532520112\\\",\\\"status.workspaceTrust.1676535537202\\\",\\\"status.workspaceTrust.1676536047392\\\",\\\"status.workspaceTrust.1676536889430\\\",\\\"status.workspaceTrust.1676549670103\\\",\\\"status.workspaceTrust.1676550130958\\\",\\\"status.workspaceTrust.1676550165513\\\",\\\"status.workspaceTrust.1676551367357\\\",\\\"status.workspaceTrust.1676551382054\\\",\\\"status.workspaceTrust.1676551901867\\\",\\\"status.workspaceTrust.1aa7b2cee02ca016a996e71b85660290\\\",\\\"status.workspaceTrust.1676600126769\\\",\\\"status.workspaceTrust.1676616604539\\\",\\\"status.workspaceTrust.1676691111575\\\",\\\"status.workspaceTrust.1676692589749\\\",\\\"status.workspaceTrust.1676717855010\\\",\\\"status.workspaceTrust.1676864904228\\\",\\\"status.workspaceTrust.1676880198835\\\",\\\"status.workspaceTrust.1676881165090\\\",\\\"status.workspaceTrust.1676883076157\\\",\\\"status.workspaceTrust.1676894610734\\\",\\\"status.workspaceTrust.1676965555407\\\",\\\"status.workspaceTrust.1676977622746\\\",\\\"status.workspaceTrust.1677065128321\\\",\\\"status.workspaceTrust.1677143066880\\\",\\\"status.workspaceTrust.1677153319253\\\",\\\"status.workspaceTrust.1677161578139\\\",\\\"status.workspaceTrust.1d418fa57626cebe9f86e8f7a8b49385\\\",\\\"status.workspaceTrust.1677161737810\\\",\\\"status.workspaceTrust.1677162407163\\\",\\\"status.workspaceTrust.1677203193453\\\",\\\"status.workspaceTrust.bc0c3c7346411e7966e341fcf62c5602\\\",\\\"status.workspaceTrust.1677203705147\\\",\\\"status.workspaceTrust.1f4fccc076ce705c5cde672d191535fa\\\",\\\"status.workspaceTrust.1677206372990\\\",\\\"status.workspaceTrust.1677221525146\\\",\\\"status.workspaceTrust.1677241810565\\\",\\\"status.workspaceTrust.1677309237306\\\",\\\"status.workspaceTrust.60693da4300a60429b3a487760b2caa9\\\",\\\"status.workspaceTrust.1677469217784\\\",\\\"status.workspaceTrust.1677478325381\\\",\\\"status.workspaceTrust.1677549970256\\\",\\\"status.workspaceTrust.1677554117548\\\",\\\"status.workspaceTrust.6e958e038178bfd05983703ee11f9318\\\",\\\"status.workspaceTrust.1677569535590\\\",\\\"status.workspaceTrust.1677741799210\\\",\\\"status.workspaceTrust.1677741831277\\\",\\\"status.workspaceTrust.1677743641169\\\",\\\"status.workspaceTrust.1677744496126\\\",\\\"status.workspaceTrust.1677823685808\\\",\\\"status.workspaceTrust.1677829609789\\\",\\\"status.workspaceTrust.1677829778752\\\",\\\"status.workspaceTrust.1677832706042\\\",\\\"status.workspaceTrust.1677832746947\\\",\\\"status.workspaceTrust.1677834741434\\\",\\\"status.workspaceTrust.1678003348529\\\",\\\"status.workspaceTrust.1678260624192\\\",\\\"status.workspaceTrust.1678269604472\\\",\\\"status.workspaceTrust.1678275673825\\\",\\\"status.workspaceTrust.1678353124347\\\",\\\"status.workspaceTrust.1678363093024\\\",\\\"status.workspaceTrust.1678368975652\\\",\\\"status.workspaceTrust.1678428866899\\\",\\\"status.workspaceTrust.1678431834328\\\",\\\"status.workspaceTrust.1678437564217\\\",\\\"status.workspaceTrust.1678438456627\\\",\\\"status.workspaceTrust.1678438579282\\\",\\\"status.workspaceTrust.1678441992500\\\",\\\"status.workspaceTrust.1678703236084\\\",\\\"status.workspaceTrust.1678759901790\\\",\\\"status.workspaceTrust.1678776147594\\\",\\\"status.workspaceTrust.1678937201095\\\",\\\"status.workspaceTrust.1678945306973\\\",\\\"status.workspaceTrust.1678952799002\\\",\\\"status.workspaceTrust.1678954655385\\\",\\\"status.workspaceTrust.1679023125000\\\",\\\"status.workspaceTrust.96ebf0d6c0192bfb63a7bd2527038198\\\",\\\"status.workspaceTrust.1679024059283\\\",\\\"status.workspaceTrust.1679046337489\\\",\\\"status.workspaceTrust.1679056253657\\\",\\\"status.workspaceTrust.1679148391933\\\",\\\"status.workspaceTrust.1679369026730\\\",\\\"status.workspaceTrust.1679559513712\\\",\\\"status.workspaceTrust.1679566710188\\\",\\\"status.workspaceTrust.1679570106992\\\",\\\"status.workspaceTrust.1679570547555\\\",\\\"status.workspaceTrust.1679571643474\\\",\\\"status.workspaceTrust.1679575923273\\\",\\\"status.workspaceTrust.1679576558466\\\",\\\"status.workspaceTrust.1679625108578\\\",\\\"status.workspaceTrust.1679655829923\\\",\\\"status.workspaceTrust.1679709119396\\\",\\\"status.workspaceTrust.1679715347869\\\",\\\"status.workspaceTrust.1679715357494\\\",\\\"status.workspaceTrust.1679715521955\\\",\\\"status.workspaceTrust.1679715773755\\\",\\\"status.workspaceTrust.bff7fc43a316f2a40cface4a0b22ba83\\\",\\\"status.workspaceTrust.1679715883678\\\",\\\"status.workspaceTrust.b2a5ac29d73947d23e4fbe9b626efa88\\\",\\\"status.workspaceTrust.1679722155690\\\",\\\"status.workspaceTrust.1679733463630\\\",\\\"status.workspaceTrust.1679737422200\\\",\\\"status.workspaceTrust.1679737609333\\\",\\\"status.workspaceTrust.1679969416719\\\",\\\"status.workspaceTrust.1679969652253\\\",\\\"status.workspaceTrust.1679974344237\\\",\\\"status.workspaceTrust.1679992836984\\\",\\\"status.workspaceTrust.1680145148350\\\",\\\"status.workspaceTrust.1680163285388\\\",\\\"status.workspaceTrust.1680164492992\\\",\\\"status.workspaceTrust.1680170380151\\\",\\\"status.workspaceTrust.1680177540753\\\",\\\"status.workspaceTrust.1680242200234\\\",\\\"status.workspaceTrust.1680251215738\\\",\\\"status.workspaceTrust.4a9bdeb1d7901a7a51e2ccf49e501e71\\\",\\\"status.workspaceTrust.1680251256043\\\",\\\"status.workspaceTrust.1680252473345\\\",\\\"status.workspaceTrust.1680321031903\\\",\\\"status.workspaceTrust.1680505769851\\\",\\\"status.workspaceTrust.1680507842372\\\",\\\"status.workspaceTrust.1680507850947\\\",\\\"status.workspaceTrust.1680508047664\\\",\\\"status.workspaceTrust.1680508095164\\\",\\\"status.workspaceTrust.1680508521416\\\",\\\"status.workspaceTrust.eeea5e77628e18d8934c948832ab8c5b\\\",\\\"status.workspaceTrust.de54f71c72a12260ce344bc88ba60aa8\\\",\\\"status.workspaceTrust.1680513611177\\\",\\\"status.workspaceTrust.1680572708788\\\",\\\"status.workspaceTrust.1680573433664\\\",\\\"status.workspaceTrust.1680579185977\\\",\\\"status.workspaceTrust.1680587268191\\\",\\\"status.workspaceTrust.1680588373957\\\",\\\"status.workspaceTrust.1680588966753\\\",\\\"status.workspaceTrust.1680589944954\\\",\\\"status.workspaceTrust.1680593767065\\\",\\\"status.workspaceTrust.1680594904242\\\",\\\"status.workspaceTrust.1680594921853\\\",\\\"status.workspaceTrust.1680660013325\\\",\\\"status.workspaceTrust.1680660026443\\\",\\\"status.workspaceTrust.1680783433626\\\",\\\"status.workspaceTrust.1680831421771\\\",\\\"status.workspaceTrust.1680832987407\\\",\\\"status.workspaceTrust.aa7cb44ba792a49e9fb87a11104a4637\\\",\\\"status.workspaceTrust.1680834945847\\\",\\\"status.workspaceTrust.1680837839427\\\",\\\"status.workspaceTrust.1680847265016\\\",\\\"status.workspaceTrust.46f39376c0133b62ddb57822af85aeec\\\",\\\"status.workspaceTrust.1680850785969\\\",\\\"status.workspaceTrust.1680851444647\\\",\\\"status.workspaceTrust.1680851696307\\\",\\\"status.workspaceTrust.1680859026947\\\",\\\"status.workspaceTrust.1681109778740\\\",\\\"status.workspaceTrust.1681180585980\\\",\\\"status.workspaceTrust.1681196336289\\\",\\\"status.workspaceTrust.1681198538522\\\",\\\"status.workspaceTrust.8a64aafec3179ace7a05ccdc806f2c02\\\",\\\"status.workspaceTrust.1681202232668\\\",\\\"status.workspaceTrust.b6535cc2540a6856bbff09dc8866f156\\\",\\\"status.workspaceTrust.1681202300751\\\",\\\"status.workspaceTrust.1681203681656\\\",\\\"status.workspaceTrust.1681289213143\\\",\\\"status.workspaceTrust.1681299833313\\\",\\\"status.workspaceTrust.f976afec5e22f1ab16ffaea04a9d5627\\\",\\\"status.workspaceTrust.1681303425016\\\",\\\"status.workspaceTrust.d04fe63e6ae3f66593f4b0d93e032ff7\\\",\\\"status.workspaceTrust.1681354911614\\\",\\\"status.workspaceTrust.1681356016763\\\",\\\"status.workspaceTrust.1681357888415\\\",\\\"status.workspaceTrust.1681438812229\\\",\\\"status.workspaceTrust.1681459942634\\\",\\\"status.workspaceTrust.171575ec0c9f05fa9adb4afdc1c37c88\\\",\\\"status.workspaceTrust.1681708628278\\\",\\\"status.workspaceTrust.1681709306170\\\",\\\"status.workspaceTrust.1681713532456\\\",\\\"status.workspaceTrust.1681714179832\\\",\\\"status.workspaceTrust.1681715784845\\\",\\\"status.workspaceTrust.1681721397356\\\",\\\"status.workspaceTrust.1681722054676\\\",\\\"status.workspaceTrust.1681787915378\\\",\\\"status.workspaceTrust.1681799518686\\\",\\\"status.workspaceTrust.1681799756948\\\",\\\"status.workspaceTrust.1681908020810\\\",\\\"status.workspaceTrust.1681972277407\\\",\\\"status.workspaceTrust.1681982410563\\\",\\\"status.workspaceTrust.1681984477030\\\",\\\"status.workspaceTrust.1681990290957\\\",\\\"status.workspaceTrust.1681992446535\\\",\\\"status.workspaceTrust.1681992875502\\\",\\\"status.workspaceTrust.1682045827301\\\",\\\"status.workspaceTrust.1682056996938\\\",\\\"status.workspaceTrust.1682058882231\\\",\\\"status.workspaceTrust.1682071629112\\\",\\\"status.workspaceTrust.1682071984802\\\",\\\"status.workspaceTrust.1682074053681\\\",\\\"status.workspaceTrust.1682076700834\\\",\\\"status.workspaceTrust.1682078806496\\\",\\\"status.workspaceTrust.1682079043956\\\",\\\"status.workspaceTrust.1682149095788\\\",\\\"status.workspaceTrust.1682153370502\\\",\\\"status.workspaceTrust.1682215123936\\\",\\\"status.workspaceTrust.1682217817517\\\",\\\"status.workspaceTrust.1682217825199\\\",\\\"status.workspaceTrust.1682218379697\\\",\\\"status.workspaceTrust.1682239360414\\\",\\\"status.workspaceTrust.1682240592514\\\",\\\"status.workspaceTrust.1682250801964\\\",\\\"status.workspaceTrust.1682250829780\\\",\\\"status.workspaceTrust.1682258511076\\\",\\\"status.workspaceTrust.1682314918404\\\",\\\"status.workspaceTrust.1682320628212\\\",\\\"status.workspaceTrust.1682334804680\\\",\\\"status.workspaceTrust.1682337604729\\\",\\\"status.workspaceTrust.1682339026711\\\",\\\"status.workspaceTrust.1682390362625\\\",\\\"status.workspaceTrust.1682393414344\\\",\\\"status.workspaceTrust.1682406082632\\\",\\\"status.workspaceTrust.1682423751038\\\",\\\"status.workspaceTrust.1682563136272\\\",\\\"status.workspaceTrust.1682563330632\\\",\\\"status.workspaceTrust.1682575511583\\\",\\\"status.workspaceTrust.1682582638243\\\",\\\"status.workspaceTrust.1682596210903\\\",\\\"status.workspaceTrust.1682598564987\\\",\\\"status.workspaceTrust.1682599013778\\\",\\\"status.workspaceTrust.835b1a214811b7c95d630163be9c8427\\\",\\\"status.workspaceTrust.1682599607399\\\",\\\"status.workspaceTrust.1682600929711\\\",\\\"status.workspaceTrust.1682648286168\\\",\\\"status.workspaceTrust.1683859583503\\\",\\\"status.workspaceTrust.1683860947191\\\",\\\"status.workspaceTrust.1683879994260\\\",\\\"status.workspaceTrust.1684465054206\\\",\\\"status.workspaceTrust.1684482404179\\\",\\\"eamodio.gitlens.gitlens.graph\\\",\\\"status.workspaceTrust.68eaea3e6071395210fabcea5353005f\\\",\\\"status.workspaceTrust.1684492693872\\\",\\\"status.workspaceTrust.1684744521341\\\",\\\"status.workspaceTrust.1684749003389\\\",\\\"status.workspaceTrust.1684755447413\\\",\\\"status.workspaceTrust.1684810132530\\\",\\\"status.workspaceTrust.1684900409271\\\",\\\"status.workspaceTrust.1684920080055\\\",\\\"status.workspaceTrust.1684927827042\\\",\\\"status.workspaceTrust.1684981269810\\\",\\\"status.workspaceTrust.1684993851797\\\",\\\"status.workspaceTrust.1685016099895\\\",\\\"status.workspaceTrust.1685016205356\\\",\\\"status.workspaceTrust.1685016235434\\\",\\\"status.workspaceTrust.1685080381012\\\",\\\"status.workspaceTrust.1685080734219\\\",\\\"status.workspaceTrust.1685094381896\\\",\\\"status.workspaceTrust.3e5040d56c833cd50f10f828c994f4f9\\\",\\\"status.workspaceTrust.1685327512786\\\",\\\"status.workspaceTrust.1685328667597\\\",\\\"status.workspaceTrust.1685351598053\\\",\\\"status.workspaceTrust.1685358502965\\\",\\\"status.workspaceTrust.1685359055983\\\",\\\"status.workspaceTrust.1685359847219\\\",\\\"status.workspaceTrust.1685365719072\\\",\\\"status.workspaceTrust.1685588149295\\\",\\\"status.workspaceTrust.1685598769859\\\",\\\"status.workspaceTrust.1685605905509\\\",\\\"status.workspaceTrust.1685612601669\\\",\\\"status.workspaceTrust.1685689952282\\\",\\\"status.workspaceTrust.1685698795293\\\",\\\"status.workspaceTrust.1685699795913\\\",\\\"status.workspaceTrust.83009f62b2fa034817a97131c26afd0f\\\",\\\"status.workspaceTrust.1685704792512\\\",\\\"status.workspaceTrust.1685705230507\\\",\\\"status.workspaceTrust.1685710435360\\\",\\\"status.workspaceTrust.1685757647647\\\",\\\"status.workspaceTrust.1685929236879\\\",\\\"status.workspaceTrust.1685960728561\\\",\\\"status.workspaceTrust.1685967637200\\\",\\\"status.workspaceTrust.1685967658591\\\",\\\"status.workspaceTrust.1686038328847\\\",\\\"status.workspaceTrust.1686046417606\\\",\\\"status.workspaceTrust.1686053520154\\\",\\\"status.workspaceTrust.1686105121457\\\",\\\"status.workspaceTrust.1686125688805\\\",\\\"status.workspaceTrust.1686131086010\\\",\\\"status.workspaceTrust.1686131315934\\\",\\\"status.workspaceTrust.1686133232144\\\",\\\"status.workspaceTrust.1686139490285\\\",\\\"status.workspaceTrust.1686189495858\\\",\\\"status.workspaceTrust.1686216305752\\\",\\\"status.workspaceTrust.1686220678482\\\",\\\"status.workspaceTrust.1686227082354\\\",\\\"status.workspaceTrust.1686276247894\\\",\\\"status.workspaceTrust.1686293765183\\\",\\\"status.workspaceTrust.1686299097282\\\",\\\"status.workspaceTrust.1686305649851\\\",\\\"status.workspaceTrust.1686378402720\\\",\\\"status.workspaceTrust.1686403400205\\\",\\\"status.workspaceTrust.1686479818346\\\",\\\"status.workspaceTrust.1686481390863\\\",\\\"status.workspaceTrust.1686533667547\\\",\\\"status.workspaceTrust.1686538605472\\\",\\\"status.workspaceTrust.1686561843335\\\",\\\"status.workspaceTrust.1686571466736\\\",\\\"status.workspaceTrust.1686644066343\\\",\\\"status.workspaceTrust.1686649171795\\\",\\\"status.workspaceTrust.1686655117139\\\",\\\"status.workspaceTrust.1686711890971\\\",\\\"status.workspaceTrust.1686730820493\\\",\\\"status.workspaceTrust.1686730854558\\\",\\\"status.workspaceTrust.1686731014037\\\",\\\"status.workspaceTrust.1686732911261\\\",\\\"status.workspaceTrust.1686735245201\\\",\\\"status.workspaceTrust.1686739064296\\\",\\\"status.workspaceTrust.1686739462978\\\",\\\"status.workspaceTrust.1686739659918\\\",\\\"status.workspaceTrust.1686741286876\\\",\\\"status.workspaceTrust.1686742294513\\\",\\\"status.workspaceTrust.1686743702523\\\",\\\"status.workspaceTrust.1686743711899\\\",\\\"status.workspaceTrust.1686743721582\\\",\\\"status.workspaceTrust.1686745338002\\\",\\\"status.workspaceTrust.1686748169348\\\",\\\"status.workspaceTrust.1686796660255\\\",\\\"status.workspaceTrust.1686807866058\\\",\\\"status.workspaceTrust.1686807888347\\\",\\\"status.workspaceTrust.1686822946628\\\",\\\"status.workspaceTrust.1686823469068\\\",\\\"status.workspaceTrust.1686881313917\\\",\\\"status.workspaceTrust.1686896676250\\\",\\\"status.workspaceTrust.1687077018208\\\",\\\"status.workspaceTrust.1687140448998\\\",\\\"status.workspaceTrust.1687246057559\\\",\\\"status.workspaceTrust.1687661929609\\\",\\\"status.workspaceTrust.1687675851106\\\",\\\"status.workspaceTrust.1687750507447\\\",\\\"status.workspaceTrust.1687758885801\\\",\\\"status.workspaceTrust.1687769171308\\\",\\\"status.workspaceTrust.1687779568623\\\",\\\"status.workspaceTrust.1687870002615\\\",\\\"status.workspaceTrust.1687947750410\\\",\\\"status.workspaceTrust.1688008561197\\\",\\\"status.workspaceTrust.1688022859497\\\",\\\"status.workspaceTrust.1688108156756\\\",\\\"status.workspaceTrust.58434e971ea419f9e28851a5ce6083b7\\\",\\\"status.workspaceTrust.1688182463890\\\",\\\"status.workspaceTrust.1688262290568\\\",\\\"status.workspaceTrust.1688265524977\\\",\\\"status.workspaceTrust.1688265822762\\\",\\\"status.workspaceTrust.1688280050646\\\",\\\"status.workspaceTrust.1688351431187\\\",\\\"status.workspaceTrust.1688536197279\\\",\\\"status.workspaceTrust.1688541738014\\\",\\\"status.workspaceTrust.1688622281571\\\",\\\"status.workspaceTrust.1688629632676\\\",\\\"status.workspaceTrust.1688654562530\\\",\\\"status.workspaceTrust.1688654586112\\\",\\\"status.workspaceTrust.1688654770056\\\",\\\"status.workspaceTrust.1688654924206\\\",\\\"status.workspaceTrust.93b34deaf2e34b50d22e4ffed55153f6\\\",\\\"status.workspaceTrust.1688657881793\\\",\\\"status.workspaceTrust.1688696375234\\\",\\\"status.workspaceTrust.1688698696598\\\",\\\"status.workspaceTrust.1688700454275\\\",\\\"status.workspaceTrust.1688712186241\\\",\\\"status.workspaceTrust.1688718811906\\\",\\\"status.workspaceTrust.1688720332451\\\",\\\"status.workspaceTrust.1688819081197\\\",\\\"status.workspaceTrust.2cdcb34c009ac597de194b322ebf0e98\\\",\\\"status.workspaceTrust.1688908545705\\\",\\\"status.workspaceTrust.b7957a21d1e4035e11c04bf9976d265a\\\",\\\"status.workspaceTrust.1688953090394\\\",\\\"status.workspaceTrust.1688957534337\\\",\\\"status.workspaceTrust.1688968350266\\\",\\\"status.workspaceTrust.1688970763636\\\",\\\"status.workspaceTrust.1688977256992\\\",\\\"status.workspaceTrust.1688992222569\\\",\\\"status.workspaceTrust.1689042437078\\\",\\\"status.workspaceTrust.1689042510607\\\",\\\"status.workspaceTrust.1689060374020\\\",\\\"status.workspaceTrust.1689076511131\\\",\\\"status.workspaceTrust.1689078804579\\\",\\\"status.workspaceTrust.1689079147459\\\",\\\"status.workspaceTrust.1689080606414\\\",\\\"status.workspaceTrust.1689146900195\\\",\\\"status.workspaceTrust.1689146930207\\\",\\\"status.workspaceTrust.1689214290048\\\",\\\"status.workspaceTrust.1689221106281\\\",\\\"status.workspaceTrust.1689235747659\\\",\\\"status.workspaceTrust.1689240708854\\\",\\\"status.workspaceTrust.1689249146675\\\",\\\"status.workspaceTrust.1689306320672\\\",\\\"status.workspaceTrust.1689559424988\\\",\\\"status.workspaceTrust.1689560933298\\\",\\\"status.workspaceTrust.1689578613493\\\",\\\"status.workspaceTrust.1689581261643\\\",\\\"status.workspaceTrust.1689647539957\\\",\\\"status.workspaceTrust.1689647633764\\\",\\\"status.workspaceTrust.1689648596873\\\",\\\"status.workspaceTrust.1689659830473\\\",\\\"status.workspaceTrust.1689660455328\\\",\\\"status.workspaceTrust.1689660780130\\\",\\\"status.workspaceTrust.1689662428979\\\",\\\"status.workspaceTrust.1689665236247\\\",\\\"status.workspaceTrust.1689680721243\\\",\\\"status.workspaceTrust.1689750793945\\\",\\\"status.workspaceTrust.1689753172747\\\",\\\"status.workspaceTrust.1689757981442\\\",\\\"status.workspaceTrust.1689759391878\\\",\\\"status.workspaceTrust.1689817533441\\\",\\\"status.workspaceTrust.1689822240657\\\",\\\"status.workspaceTrust.1689834228304\\\",\\\"status.workspaceTrust.1689839809459\\\",\\\"status.workspaceTrust.1689915999564\\\",\\\"status.workspaceTrust.c1d4281cc605d2af4ab0021d2bb8b7ae\\\",\\\"status.workspaceTrust.1690163626445\\\",\\\"status.workspaceTrust.1690177882110\\\",\\\"status.workspaceTrust.1690178017976\\\",\\\"status.workspaceTrust.1690184590298\\\",\\\"status.workspaceTrust.1690185886316\\\",\\\"status.workspaceTrust.1690189838103\\\",\\\"status.workspaceTrust.1690199383924\\\",\\\"status.workspaceTrust.1690271003476\\\",\\\"status.workspaceTrust.1690271783897\\\",\\\"status.workspaceTrust.1690271876050\\\",\\\"status.workspaceTrust.1690289265660\\\",\\\"status.workspaceTrust.1690341752711\\\",\\\"status.workspaceTrust.1690352866447\\\",\\\"status.workspaceTrust.1690352879730\\\",\\\"status.workspaceTrust.1690359416501\\\",\\\"status.workspaceTrust.1690362059646\\\",\\\"status.workspaceTrust.1690363425648\\\",\\\"status.workspaceTrust.1690363686757\\\",\\\"status.workspaceTrust.1690379265972\\\",\\\"status.workspaceTrust.1690379614772\\\",\\\"status.workspaceTrust.1690423807070\\\",\\\"status.workspaceTrust.1690451532923\\\",\\\"status.workspaceTrust.1690452677427\\\",\\\"status.workspaceTrust.1690507723830\\\",\\\"status.workspaceTrust.1690526357734\\\",\\\"status.workspaceTrust.1690526585086\\\",\\\"status.workspaceTrust.1690531619259\\\",\\\"status.workspaceTrust.1690532722679\\\",\\\"status.workspaceTrust.1690535939448\\\",\\\"status.workspaceTrust.1690789110075\\\",\\\"status.workspaceTrust.1690789568113\\\",\\\"status.workspaceTrust.a166d8f337c0f9bdf7f841c52c5fac6d\\\",\\\"status.workspaceTrust.1690796813529\\\",\\\"status.workspaceTrust.1690797435149\\\",\\\"status.workspaceTrust.1690852987638\\\",\\\"status.workspaceTrust.1690857914874\\\",\\\"status.workspaceTrust.1690884473897\\\",\\\"status.workspaceTrust.1690984519680\\\",\\\"status.workspaceTrust.03bdd61332f8b87e10405217d47a66a4\\\",\\\"status.workspaceTrust.1690985250657\\\",\\\"status.workspaceTrust.f04722a81c08fddbbc63982f88a46866\\\",\\\"status.workspaceTrust.1690985691897\\\",\\\"status.workspaceTrust.c1e3fc567c419aa740c86a40594daa69\\\",\\\"status.workspaceTrust.1690986349161\\\",\\\"status.workspaceTrust.1690986776856\\\",\\\"status.workspaceTrust.1691026045306\\\",\\\"status.workspaceTrust.1691026504135\\\",\\\"status.workspaceTrust.1691029108684\\\",\\\"status.workspaceTrust.1691053306894\\\",\\\"status.workspaceTrust.1691060130765\\\",\\\"status.workspaceTrust.1691136318116\\\",\\\"status.workspaceTrust.1691136373364\\\",\\\"status.workspaceTrust.1691141676485\\\",\\\"status.workspaceTrust.1691149088668\\\",\\\"status.workspaceTrust.1691151397320\\\",\\\"status.workspaceTrust.1691151735218\\\",\\\"status.workspaceTrust.1691224762851\\\",\\\"status.workspaceTrust.1691398211961\\\",\\\"status.workspaceTrust.1691398216569\\\",\\\"status.workspaceTrust.1691561041131\\\",\\\"status.workspaceTrust.1691569844752\\\",\\\"status.workspaceTrust.1691647293840\\\",\\\"status.workspaceTrust.1691648038965\\\",\\\"status.workspaceTrust.1691649145908\\\",\\\"status.workspaceTrust.1691650933420\\\",\\\"status.workspaceTrust.1691719948730\\\",\\\"status.workspaceTrust.1691740223122\\\",\\\"status.workspaceTrust.1691743825702\\\",\\\"status.workspaceTrust.1691750853819\\\",\\\"status.workspaceTrust.1691887867865\\\",\\\"status.workspaceTrust.1691895622310\\\",\\\"status.workspaceTrust.1691896120279\\\",\\\"status.workspaceTrust.1691990168341\\\",\\\"status.workspaceTrust.1691998721832\\\",\\\"status.workspaceTrust.1692003595496\\\",\\\"status.workspaceTrust.1692006363280\\\",\\\"status.workspaceTrust.1692006441895\\\",\\\"status.workspaceTrust.1692006611429\\\",\\\"status.workspaceTrust.1692066146481\\\",\\\"status.workspaceTrust.1692068266208\\\",\\\"status.workspaceTrust.1692069005367\\\",\\\"status.workspaceTrust.1692069473196\\\",\\\"status.workspaceTrust.1692088943875\\\",\\\"status.workspaceTrust.1692088996260\\\",\\\"status.workspaceTrust.1692091565158\\\",\\\"status.workspaceTrust.1692150768727\\\",\\\"status.workspaceTrust.1692152907942\\\",\\\"status.workspaceTrust.1692153650831\\\",\\\"status.workspaceTrust.1692184229359\\\",\\\"status.workspaceTrust.1692184758093\\\",\\\"status.workspaceTrust.1692187526758\\\",\\\"status.workspaceTrust.1692187882990\\\",\\\"status.workspaceTrust.1692244347938\\\",\\\"status.workspaceTrust.1692254447738\\\",\\\"status.workspaceTrust.1692258531127\\\",\\\"status.workspaceTrust.1692274589299\\\",\\\"status.workspaceTrust.1692280540362\\\",\\\"status.workspaceTrust.1692328101167\\\",\\\"status.workspaceTrust.1692339910090\\\",\\\"status.workspaceTrust.1692340188603\\\",\\\"status.workspaceTrust.1692340208702\\\",\\\"status.workspaceTrust.1692345638158\\\",\\\"status.workspaceTrust.1692345844506\\\",\\\"status.workspaceTrust.1692348809042\\\",\\\"status.workspaceTrust.1692349053964\\\",\\\"status.workspaceTrust.1692349837648\\\",\\\"status.workspaceTrust.1692356618118\\\",\\\"status.workspaceTrust.1692356665199\\\",\\\"status.workspaceTrust.1692356855556\\\",\\\"status.workspaceTrust.1692358746866\\\",\\\"status.workspaceTrust.1692360044503\\\",\\\"status.workspaceTrust.1692373072795\\\",\\\"status.workspaceTrust.1692373259780\\\",\\\"status.workspaceTrust.1692425181329\\\",\\\"status.workspaceTrust.1692432782586\\\",\\\"status.workspaceTrust.1692589556874\\\",\\\"status.workspaceTrust.1692595951127\\\",\\\"status.workspaceTrust.1692606573192\\\",\\\"status.workspaceTrust.1692607406068\\\",\\\"status.workspaceTrust.1692611286479\\\",\\\"status.workspaceTrust.1692621796159\\\",\\\"status.workspaceTrust.1692625711015\\\",\\\"status.workspaceTrust.1692674295681\\\",\\\"status.workspaceTrust.1692676632259\\\",\\\"status.workspaceTrust.1692684258251\\\",\\\"status.workspaceTrust.1692689247809\\\",\\\"status.workspaceTrust.1692695275123\\\",\\\"status.workspaceTrust.1692699340269\\\",\\\"status.workspaceTrust.1692779128433\\\",\\\"status.workspaceTrust.1692783115070\\\",\\\"status.workspaceTrust.1692843218965\\\",\\\"status.workspaceTrust.1692856741656\\\",\\\"status.workspaceTrust.1692860020405\\\",\\\"status.workspaceTrust.5bd826db93c58e459c89c333ee754336\\\",\\\"status.workspaceTrust.1692862251653\\\",\\\"status.workspaceTrust.1692866585446\\\",\\\"status.workspaceTrust.dc3a9adda5a3897eeb960c9cd793667d\\\",\\\"status.workspaceTrust.1692869596594\\\",\\\"status.workspaceTrust.1692869947627\\\",\\\"status.workspaceTrust.1692870836859\\\",\\\"status.workspaceTrust.1692870959430\\\",\\\"status.workspaceTrust.1692870969097\\\",\\\"status.workspaceTrust.1692871840176\\\",\\\"status.workspaceTrust.1692888424128\\\",\\\"status.workspaceTrust.1692927615453\\\",\\\"status.workspaceTrust.1692928362246\\\",\\\"status.workspaceTrust.1692934586837\\\",\\\"status.workspaceTrust.1692935226933\\\",\\\"status.workspaceTrust.1692942855128\\\",\\\"status.workspaceTrust.1692946686792\\\",\\\"status.workspaceTrust.1692949225582\\\",\\\"status.workspaceTrust.1692954078288\\\",\\\"status.workspaceTrust.1692959750749\\\",\\\"status.workspaceTrust.1692974443901\\\",\\\"status.workspaceTrust.1692974455794\\\",\\\"status.workspaceTrust.1693042484657\\\",\\\"status.workspaceTrust.1693189582405\\\",\\\"status.workspaceTrust.1693193580934\\\",\\\"status.workspaceTrust.1693198013749\\\",\\\"status.workspaceTrust.1693198105872\\\",\\\"status.workspaceTrust.1693203688758\\\",\\\"status.workspaceTrust.1693204372179\\\",\\\"status.workspaceTrust.1693208573682\\\",\\\"status.workspaceTrust.1693209695663\\\",\\\"status.workspaceTrust.1693210005269\\\",\\\"status.workspaceTrust.1693211696837\\\",\\\"status.workspaceTrust.1693212385827\\\",\\\"status.workspaceTrust.4153294b0987440ca93bd2c94211c38a\\\",\\\"status.workspaceTrust.1693213405480\\\",\\\"status.workspaceTrust.1693214057229\\\",\\\"status.workspaceTrust.1693215944986\\\",\\\"status.workspaceTrust.a3a951a85e849be7155edd8bc8fbf190\\\",\\\"status.workspaceTrust.1693216041590\\\",\\\"status.workspaceTrust.1693216067905\\\",\\\"status.workspaceTrust.1693223298057\\\",\\\"status.workspaceTrust.1693225902766\\\",\\\"status.workspaceTrust.1693226007014\\\",\\\"status.workspaceTrust.1693226397254\\\",\\\"status.workspaceTrust.1693275011567\\\",\\\"status.workspaceTrust.1693275073042\\\",\\\"status.workspaceTrust.1693275653064\\\",\\\"status.workspaceTrust.1693276303634\\\",\\\"status.workspaceTrust.1693281097916\\\",\\\"status.workspaceTrust.1693287510705\\\",\\\"status.workspaceTrust.1693290131562\\\",\\\"status.workspaceTrust.1693297601364\\\",\\\"status.workspaceTrust.1693300229805\\\",\\\"status.workspaceTrust.1693310920602\\\",\\\"status.workspaceTrust.1693311705716\\\",\\\"status.workspaceTrust.1693311802268\\\",\\\"status.workspaceTrust.1693361668176\\\",\\\"status.workspaceTrust.1693364161954\\\",\\\"status.workspaceTrust.1693383809470\\\",\\\"status.workspaceTrust.1693407310005\\\",\\\"status.workspaceTrust.1693448063301\\\",\\\"status.workspaceTrust.1693452448383\\\",\\\"status.workspaceTrust.1693453672989\\\",\\\"status.workspaceTrust.1693453732253\\\",\\\"status.workspaceTrust.1693467709316\\\",\\\"status.workspaceTrust.1693474096292\\\",\\\"status.workspaceTrust.1693481698039\\\",\\\"status.workspaceTrust.1693536997053\\\",\\\"status.workspaceTrust.1693538582250\\\",\\\"status.workspaceTrust.1693540216864\\\",\\\"status.workspaceTrust.1693542536653\\\",\\\"status.workspaceTrust.1693548724925\\\",\\\"status.workspaceTrust.1693550570448\\\",\\\"status.workspaceTrust.1693563477119\\\",\\\"status.workspaceTrust.1693564109407\\\",\\\"status.workspaceTrust.1693580091390\\\",\\\"status.workspaceTrust.1693581439423\\\",\\\"status.workspaceTrust.1693792470642\\\",\\\"status.workspaceTrust.1693792513041\\\",\\\"status.workspaceTrust.1693793198469\\\",\\\"status.workspaceTrust.1693794380533\\\",\\\"status.workspaceTrust.1693799029484\\\",\\\"status.workspaceTrust.1693810472383\\\",\\\"status.workspaceTrust.1693815099114\\\",\\\"status.workspaceTrust.1693829210686\\\",\\\"status.workspaceTrust.1693831118174\\\",\\\"status.workspaceTrust.1693878514878\\\",\\\"status.workspaceTrust.1693880973330\\\",\\\"status.workspaceTrust.1693897577645\\\",\\\"status.workspaceTrust.1693899430773\\\",\\\"status.workspaceTrust.1693902881170\\\",\\\"status.workspaceTrust.1693911278575\\\",\\\"status.workspaceTrust.1693911523085\\\",\\\"status.workspaceTrust.1693971938967\\\",\\\"status.workspaceTrust.1693979276364\\\",\\\"status.workspaceTrust.1693985695672\\\",\\\"status.workspaceTrust.1693997249284\\\",\\\"status.workspaceTrust.1693999976456\\\",\\\"status.workspaceTrust.1694000603671\\\",\\\"status.workspaceTrust.1694001551280\\\",\\\"status.workspaceTrust.1694066211708\\\",\\\"status.workspaceTrust.1694067966212\\\",\\\"status.workspaceTrust.1694071628692\\\",\\\"status.workspaceTrust.1694071783620\\\",\\\"status.workspaceTrust.1694074058317\\\",\\\"status.workspaceTrust.1694076207748\\\",\\\"status.workspaceTrust.1694076988525\\\",\\\"status.workspaceTrust.1694092693123\\\",\\\"status.workspaceTrust.1694100027823\\\",\\\"status.workspaceTrust.1694140490173\\\",\\\"status.workspaceTrust.1694140512432\\\",\\\"status.workspaceTrust.1694140537062\\\",\\\"status.workspaceTrust.1694141870524\\\",\\\"status.workspaceTrust.1694141964884\\\",\\\"status.workspaceTrust.1694141978017\\\",\\\"status.workspaceTrust.1694154144056\\\",\\\"status.workspaceTrust.1694160867593\\\",\\\"status.workspaceTrust.1694166455880\\\",\\\"status.workspaceTrust.1694168025258\\\",\\\"status.workspaceTrust.1694169086421\\\",\\\"status.workspaceTrust.1694229291325\\\",\\\"status.workspaceTrust.1694229895834\\\",\\\"status.workspaceTrust.1694238067443\\\",\\\"status.workspaceTrust.1694240636224\\\",\\\"status.workspaceTrust.1694242136525\\\",\\\"status.workspaceTrust.1694242238229\\\",\\\"status.workspaceTrust.1694243394608\\\",\\\"status.workspaceTrust.1694243784812\\\",\\\"status.workspaceTrust.1694244209429\\\",\\\"status.workspaceTrust.1694246882435\\\",\\\"status.workspaceTrust.1694249167399\\\",\\\"status.workspaceTrust.1694251341406\\\",\\\"status.workspaceTrust.1694251659583\\\",\\\"status.workspaceTrust.1694252687737\\\",\\\"status.workspaceTrust.1694253073556\\\",\\\"status.workspaceTrust.1694254150372\\\",\\\"status.workspaceTrust.1694254432334\\\",\\\"status.workspaceTrust.1694254613212\\\",\\\"status.workspaceTrust.1694269495691\\\",\\\"status.workspaceTrust.1694269506308\\\",\\\"status.workspaceTrust.1694269869126\\\",\\\"status.workspaceTrust.1694271310709\\\",\\\"status.workspaceTrust.1694272302477\\\",\\\"status.workspaceTrust.1694399465228\\\",\\\"status.workspaceTrust.1694426550622\\\",\\\"status.workspaceTrust.1694426586163\\\",\\\"status.workspaceTrust.1694426700487\\\",\\\"status.workspaceTrust.1694431693336\\\",\\\"status.workspaceTrust.1694438663861\\\",\\\"status.workspaceTrust.1694487301169\\\",\\\"status.workspaceTrust.1694487451798\\\",\\\"status.workspaceTrust.1694487676085\\\",\\\"status.workspaceTrust.1694499820926\\\",\\\"status.workspaceTrust.1694500155986\\\",\\\"status.workspaceTrust.1694500516087\\\",\\\"status.workspaceTrust.1694501045258\\\",\\\"status.workspaceTrust.eedac5f98f1797a8ca18cb0c623bb001\\\",\\\"status.workspaceTrust.1694501516072\\\",\\\"status.workspaceTrust.1694501927925\\\",\\\"status.workspaceTrust.1694502708638\\\",\\\"status.workspaceTrust.1694502801637\\\",\\\"status.workspaceTrust.d57b7fe8ca4d9d0ce6a2c85913033c13\\\",\\\"status.workspaceTrust.934260c5044fde9ce3d0b4131bd50ec8\\\",\\\"status.workspaceTrust.1694502893790\\\",\\\"status.workspaceTrust.1694503255816\\\",\\\"status.workspaceTrust.a27b261377fda176a67615f11aff5e3d\\\",\\\"status.workspaceTrust.1694503764488\\\",\\\"status.workspaceTrust.1694503829911\\\",\\\"status.workspaceTrust.1694504692485\\\",\\\"status.workspaceTrust.84400d17acfbdaee5aea9f724e263e56\\\",\\\"status.workspaceTrust.1694505838095\\\",\\\"status.workspaceTrust.7b8bee5a87c71f60c42e49d4e878f792\\\",\\\"status.workspaceTrust.1694506688070\\\",\\\"status.workspaceTrust.1694516382897\\\",\\\"status.workspaceTrust.1694516398184\\\",\\\"status.workspaceTrust.1694516407514\\\",\\\"status.workspaceTrust.1694516551339\\\",\\\"status.workspaceTrust.1694516673440\\\",\\\"status.workspaceTrust.1694516703564\\\",\\\"status.workspaceTrust.1694517700999\\\",\\\"status.workspaceTrust.1694517838486\\\",\\\"status.workspaceTrust.1694518033089\\\",\\\"status.workspaceTrust.10cd96a998b73af7cad7d4c107ce117f\\\",\\\"status.workspaceTrust.16f8a51da522b71aa70310be50cb0dce\\\",\\\"status.workspaceTrust.1694518339767\\\",\\\"status.workspaceTrust.7fa38b0d90846ee06983ac52c8439d22\\\",\\\"status.workspaceTrust.1694518567450\\\",\\\"status.workspaceTrust.bcfcb6e8237ae9723c3092abf7cfae04\\\",\\\"status.workspaceTrust.1694518678169\\\",\\\"status.workspaceTrust.1694518744896\\\",\\\"status.workspaceTrust.1694519971280\\\",\\\"status.workspaceTrust.1694520370741\\\",\\\"status.workspaceTrust.6449d2931245cfb6d7c2e9ce0cb3739f\\\",\\\"status.workspaceTrust.1694520823813\\\",\\\"status.workspaceTrust.1694521815820\\\",\\\"status.workspaceTrust.1694522275918\\\",\\\"status.workspaceTrust.4ae15d4254cbd7a11810997a8c2de457\\\",\\\"status.workspaceTrust.1694571141945\\\",\\\"status.workspaceTrust.1694573187102\\\",\\\"status.workspaceTrust.1694589876577\\\",\\\"status.workspaceTrust.1694656425020\\\",\\\"status.workspaceTrust.1694679964571\\\",\\\"status.workspaceTrust.1694680138840\\\",\\\"status.workspaceTrust.1694680167030\\\",\\\"status.workspaceTrust.1694682723456\\\",\\\"status.workspaceTrust.1694683665305\\\",\\\"status.workspaceTrust.1694685224176\\\",\\\"status.workspaceTrust.1694691772360\\\",\\\"status.workspaceTrust.1694695445440\\\",\\\"status.workspaceTrust.1694697430519\\\",\\\"status.workspaceTrust.1694698691473\\\",\\\"status.workspaceTrust.1694699867697\\\",\\\"status.workspaceTrust.1694700010524\\\",\\\"status.workspaceTrust.1694742539478\\\",\\\"status.workspaceTrust.1694744018452\\\",\\\"status.workspaceTrust.1694757606514\\\",\\\"status.workspaceTrust.1694768018710\\\",\\\"status.workspaceTrust.1694768073937\\\",\\\"status.workspaceTrust.1694768645614\\\",\\\"status.workspaceTrust.1694776434562\\\",\\\"status.workspaceTrust.1694778204210\\\",\\\"status.workspaceTrust.1694779619288\\\",\\\"status.workspaceTrust.1694784922410\\\",\\\"status.workspaceTrust.1694870824587\\\",\\\"status.workspaceTrust.1694875759123\\\",\\\"status.workspaceTrust.1694940890141\\\",\\\"status.workspaceTrust.1694941696281\\\",\\\"status.workspaceTrust.1694943876637\\\",\\\"status.workspaceTrust.1694947530913\\\",\\\"status.workspaceTrust.1695024848295\\\",\\\"status.workspaceTrust.1695029496538\\\",\\\"status.workspaceTrust.1695029900182\\\",\\\"status.workspaceTrust.1695030290222\\\",\\\"status.workspaceTrust.1695031308909\\\",\\\"status.workspaceTrust.1695033501862\\\",\\\"status.workspaceTrust.1695035249874\\\",\\\"status.workspaceTrust.1695037179973\\\",\\\"status.workspaceTrust.1695040909251\\\",\\\"status.workspaceTrust.1695041185446\\\",\\\"status.workspaceTrust.78449e4bb9fae4c5b7a428f585a01a5d\\\",\\\"status.workspaceTrust.1695102225892\\\",\\\"status.workspaceTrust.1695103252054\\\",\\\"status.workspaceTrust.1695105299066\\\",\\\"status.workspaceTrust.1695114389167\\\",\\\"status.workspaceTrust.1695176278441\\\",\\\"status.workspaceTrust.1695179798487\\\",\\\"status.workspaceTrust.1695181070227\\\",\\\"status.workspaceTrust.1695181087882\\\",\\\"status.workspaceTrust.1695188959028\\\",\\\"status.workspaceTrust.1695193686520\\\",\\\"status.workspaceTrust.1695196942434\\\",\\\"status.workspaceTrust.1695197500925\\\",\\\"status.workspaceTrust.1695197793199\\\",\\\"status.workspaceTrust.fbdcb2aeaab6bf421029ab724bf88c00\\\",\\\"status.workspaceTrust.1695198224055\\\",\\\"status.workspaceTrust.1695199900157\\\",\\\"status.workspaceTrust.7aab174f80829b2c787853068e36037a\\\",\\\"status.workspaceTrust.1695201319839\\\",\\\"status.workspaceTrust.1695211663413\\\",\\\"status.workspaceTrust.1695211792877\\\",\\\"status.workspaceTrust.1695211919764\\\",\\\"status.workspaceTrust.1695260306848\\\",\\\"status.workspaceTrust.1695260517562\\\",\\\"status.workspaceTrust.1695272329182\\\",\\\"status.workspaceTrust.1695275301850\\\",\\\"status.workspaceTrust.1695275877632\\\",\\\"status.workspaceTrust.1695278829635\\\",\\\"status.workspaceTrust.1695280184820\\\",\\\"status.workspaceTrust.1695285127250\\\",\\\"status.workspaceTrust.1695288140908\\\",\\\"status.workspaceTrust.1695290149835\\\",\\\"status.workspaceTrust.1695290774988\\\",\\\"status.workspaceTrust.d8e54e2985c7e06d6946882902aa9219\\\",\\\"status.workspaceTrust.1695296450986\\\",\\\"status.workspaceTrust.1695298358033\\\",\\\"status.workspaceTrust.1695298707318\\\",\\\"status.workspaceTrust.1695299467152\\\",\\\"status.workspaceTrust.1695301749363\\\",\\\"status.workspaceTrust.98098e07d48564c436b5b89e5f858220\\\",\\\"status.workspaceTrust.1695301814797\\\",\\\"status.workspaceTrust.1695346693281\\\",\\\"status.workspaceTrust.1695346717423\\\",\\\"status.workspaceTrust.1695346963272\\\",\\\"status.workspaceTrust.1695354252491\\\",\\\"status.workspaceTrust.1695363166219\\\",\\\"status.workspaceTrust.1695377032769\\\",\\\"status.workspaceTrust.1695611967164\\\",\\\"status.workspaceTrust.1695612154359\\\",\\\"status.workspaceTrust.1695621968558\\\",\\\"status.workspaceTrust.1695693438203\\\",\\\"status.workspaceTrust.1695693873695\\\",\\\"status.workspaceTrust.1695695773025\\\",\\\"status.workspaceTrust.1695696838282\\\",\\\"status.workspaceTrust.1695708585505\\\",\\\"status.workspaceTrust.1695712739050\\\",\\\"status.workspaceTrust.1695715158109\\\",\\\"status.workspaceTrust.1695715596221\\\",\\\"status.workspaceTrust.1695718332947\\\",\\\"status.workspaceTrust.1695731154145\\\",\\\"status.workspaceTrust.1695731631001\\\",\\\"status.workspaceTrust.1695781969256\\\",\\\"status.workspaceTrust.1695797705227\\\",\\\"status.workspaceTrust.1695798955817\\\",\\\"status.workspaceTrust.1695801580086\\\",\\\"status.workspaceTrust.1695803194004\\\",\\\"status.workspaceTrust.1695813743523\\\",\\\"status.workspaceTrust.1695816113508\\\",\\\"status.workspaceTrust.1695818240593\\\",\\\"status.workspaceTrust.1695866284386\\\",\\\"status.workspaceTrust.1695869022389\\\",\\\"status.workspaceTrust.1695884199178\\\",\\\"status.workspaceTrust.1696649372827\\\",\\\"status.workspaceTrust.1696666734500\\\",\\\"status.workspaceTrust.1696667209340\\\",\\\"status.workspaceTrust.1696669694570\\\",\\\"status.workspaceTrust.68f26f0e95ff72cdacf01f6558d92fb1\\\",\\\"status.workspaceTrust.1696676250151\\\",\\\"status.workspaceTrust.1696751966060\\\",\\\"status.workspaceTrust.1696755891128\\\",\\\"status.workspaceTrust.1696756925007\\\",\\\"status.workspaceTrust.1696758001794\\\",\\\"status.workspaceTrust.1696836716990\\\",\\\"status.workspaceTrust.1696843127895\\\",\\\"status.workspaceTrust.1697025998018\\\",\\\"status.workspaceTrust.1697028936183\\\",\\\"status.workspaceTrust.1697093269563\\\",\\\"status.workspaceTrust.1697114622369\\\",\\\"status.workspaceTrust.1697373957919\\\",\\\"status.workspaceTrust.1697374104493\\\",\\\"status.workspaceTrust.1697422033686\\\",\\\"status.workspaceTrust.1697437934073\\\",\\\"status.workspaceTrust.1697441732460\\\",\\\"status.workspaceTrust.1697510654453\\\",\\\"status.workspaceTrust.1697513051190\\\",\\\"status.workspaceTrust.1697601396350\\\",\\\"status.workspaceTrust.1697621367986\\\",\\\"status.workspaceTrust.1697681465833\\\",\\\"status.workspaceTrust.1697714596266\\\",\\\"status.workspaceTrust.1697718737488\\\",\\\"status.workspaceTrust.1697798285131\\\",\\\"status.workspaceTrust.1697947975260\\\",\\\"status.workspaceTrust.1698027239713\\\",\\\"status.workspaceTrust.1698029137856\\\",\\\"status.workspaceTrust.1698053616648\\\",\\\"status.workspaceTrust.1698053857461\\\",\\\"status.workspaceTrust.1698055069757\\\",\\\"status.workspaceTrust.1698134992176\\\",\\\"status.workspaceTrust.1698137471825\\\",\\\"status.workspaceTrust.1698141212035\\\",\\\"status.workspaceTrust.1698202336243\\\",\\\"status.workspaceTrust.1698205235942\\\",\\\"status.workspaceTrust.1698205546622\\\",\\\"status.workspaceTrust.1698213705806\\\",\\\"status.workspaceTrust.1698217300510\\\",\\\"status.workspaceTrust.1698221519964\\\",\\\"status.workspaceTrust.1698221545162\\\",\\\"status.workspaceTrust.1698225387085\\\",\\\"status.workspaceTrust.1698299778158\\\",\\\"status.workspaceTrust.1698300546895\\\",\\\"status.workspaceTrust.1698301029477\\\",\\\"status.workspaceTrust.1698319956822\\\",\\\"status.workspaceTrust.1698329510013\\\",\\\"status.workspaceTrust.1698330218052\\\",\\\"status.workspaceTrust.1698371421674\\\",\\\"status.workspaceTrust.1698373328647\\\",\\\"status.workspaceTrust.1698373997607\\\",\\\"status.workspaceTrust.1698374580415\\\",\\\"status.workspaceTrust.1698378848847\\\",\\\"status.workspaceTrust.1698379069762\\\",\\\"status.workspaceTrust.1698387434177\\\",\\\"status.workspaceTrust.1698394727486\\\",\\\"status.workspaceTrust.1698399584471\\\",\\\"status.workspaceTrust.1698459600288\\\",\\\"status.workspaceTrust.1698480573763\\\",\\\"status.workspaceTrust.1698507084262\\\",\\\"status.workspaceTrust.1698719010676\\\",\\\"status.workspaceTrust.1698720193877\\\",\\\"status.workspaceTrust.1698738688194\\\",\\\"status.workspaceTrust.1698747507459\\\",\\\"status.workspaceTrust.1698750388103\\\",\\\"status.workspaceTrust.1698753652304\\\",\\\"status.workspaceTrust.1698822695253\\\",\\\"status.workspaceTrust.1698824033482\\\",\\\"status.workspaceTrust.1698832938508\\\",\\\"status.workspaceTrust.1698833652267\\\",\\\"status.workspaceTrust.1698841924496\\\",\\\"status.workspaceTrust.1698896395808\\\",\\\"status.workspaceTrust.1698909190504\\\",\\\"status.workspaceTrust.1698910109883\\\",\\\"status.workspaceTrust.1698910137322\\\",\\\"status.workspaceTrust.1698912538235\\\",\\\"status.workspaceTrust.1698912804469\\\",\\\"status.workspaceTrust.1698981315814\\\",\\\"status.workspaceTrust.1698982638433\\\",\\\"status.workspaceTrust.1698991926560\\\",\\\"status.workspaceTrust.1699004529087\\\",\\\"status.workspaceTrust.1699066695358\\\",\\\"status.workspaceTrust.1699069175207\\\",\\\"status.workspaceTrust.1699069359799\\\",\\\"status.workspaceTrust.1699069675364\\\",\\\"status.workspaceTrust.1699236428490\\\",\\\"status.workspaceTrust.1699241287799\\\",\\\"status.workspaceTrust.1699241419663\\\",\\\"status.workspaceTrust.1699260536968\\\",\\\"status.workspaceTrust.1699262298119\\\",\\\"status.workspaceTrust.1699265287187\\\",\\\"status.workspaceTrust.1699268725164\\\",\\\"status.workspaceTrust.1699269019456\\\",\\\"status.workspaceTrust.1699271174223\\\",\\\"status.workspaceTrust.d5db3cf38a70a0d0c4644b39bec7e2f5\\\",\\\"status.workspaceTrust.1699329474885\\\",\\\"status.workspaceTrust.1699336008009\\\",\\\"status.workspaceTrust.1699338327025\\\",\\\"status.workspaceTrust.1699338949515\\\",\\\"status.workspaceTrust.1699339031340\\\",\\\"status.workspaceTrust.1699340439359\\\",\\\"status.workspaceTrust.48ac7ecca1c2cafa2f1ef6b9a42dc84d\\\",\\\"status.workspaceTrust.1699408039401\\\",\\\"status.workspaceTrust.1699408332686\\\",\\\"status.workspaceTrust.1699424500573\\\",\\\"status.workspaceTrust.1699441585772\\\",\\\"status.workspaceTrust.1699441791328\\\",\\\"status.workspaceTrust.1699445517597\\\",\\\"status.workspaceTrust.1699449111338\\\",\\\"status.workspaceTrust.1699449642801\\\",\\\"status.workspaceTrust.1699499352800\\\",\\\"status.workspaceTrust.1699499685134\\\",\\\"status.workspaceTrust.1699502406556\\\",\\\"status.workspaceTrust.1699502656471\\\",\\\"status.workspaceTrust.1699510172934\\\",\\\"status.workspaceTrust.1699514087422\\\",\\\"status.workspaceTrust.1699521463152\\\",\\\"status.workspaceTrust.1699530657393\\\",\\\"status.workspaceTrust.1699531819712\\\",\\\"status.workspaceTrust.1699532012156\\\",\\\"status.workspaceTrust.1699532612329\\\",\\\"status.workspaceTrust.1699583592057\\\",\\\"status.workspaceTrust.1699584844337\\\",\\\"status.workspaceTrust.1699671975937\\\",\\\"status.workspaceTrust.1699680772315\\\",\\\"status.workspaceTrust.1699685387318\\\",\\\"status.workspaceTrust.1699694773895\\\",\\\"status.workspaceTrust.1699695906786\\\",\\\"status.workspaceTrust.1699708726596\\\",\\\"status.workspaceTrust.1699840368694\\\",\\\"status.workspaceTrust.1699858933857\\\",\\\"status.workspaceTrust.1699861302377\\\",\\\"status.workspaceTrust.1699940371721\\\",\\\"status.workspaceTrust.1699945627169\\\",\\\"status.workspaceTrust.1700034787325\\\",\\\"status.workspaceTrust.1700035163104\\\",\\\"status.workspaceTrust.1700043383279\\\",\\\"status.workspaceTrust.1700043397122\\\",\\\"status.workspaceTrust.178d2b00ff255ebbc7ce80d51016988e\\\",\\\"status.workspaceTrust.1700044541454\\\",\\\"status.workspaceTrust.1700048205865\\\",\\\"status.workspaceTrust.1700048880777\\\",\\\"status.workspaceTrust.1700055474144\\\",\\\"status.workspaceTrust.1700100096102\\\",\\\"status.workspaceTrust.1700113482032\\\",\\\"status.workspaceTrust.1700123498383\\\",\\\"status.workspaceTrust.1700137128089\\\",\\\"status.workspaceTrust.1700141998539\\\",\\\"status.workspaceTrust.1700143835839\\\",\\\"status.workspaceTrust.1700162331554\\\",\\\"status.workspaceTrust.1700165134651\\\",\\\"status.workspaceTrust.1700165428326\\\",\\\"status.workspaceTrust.1700168205406\\\",\\\"status.workspaceTrust.1700170609289\\\",\\\"status.workspaceTrust.1700185860484\\\",\\\"status.workspaceTrust.1700203801851\\\",\\\"status.workspaceTrust.1700203958409\\\",\\\"status.workspaceTrust.1700204142594\\\",\\\"status.workspaceTrust.1700207860748\\\",\\\"status.workspaceTrust.1700276530528\\\",\\\"status.workspaceTrust.1700470115388\\\",\\\"status.workspaceTrust.1700471109685\\\",\\\"status.workspaceTrust.1700473926080\\\",\\\"status.workspaceTrust.1700479298160\\\",\\\"status.workspaceTrust.1700537897404\\\",\\\"status.workspaceTrust.1700546169052\\\",\\\"status.workspaceTrust.1700550258867\\\",\\\"status.workspaceTrust.1700554918611\\\",\\\"status.workspaceTrust.1700573936662\\\",\\\"status.workspaceTrust.1700576452873\\\",\\\"status.workspaceTrust.1700621430014\\\",\\\"status.workspaceTrust.1700621716895\\\",\\\"status.workspaceTrust.1700631727463\\\",\\\"status.workspaceTrust.1700646099329\\\",\\\"status.workspaceTrust.1700705990748\\\",\\\"status.workspaceTrust.1700718970431\\\",\\\"status.workspaceTrust.1700718992370\\\",\\\"status.workspaceTrust.1700724446362\\\",\\\"status.workspaceTrust.1700727233197\\\",\\\"status.workspaceTrust.1700734118083\\\",\\\"status.workspaceTrust.1700790626580\\\",\\\"status.workspaceTrust.1700798016129\\\",\\\"status.workspaceTrust.1700798383921\\\",\\\"status.workspaceTrust.1700899179090\\\",\\\"status.workspaceTrust.1700900668527\\\",\\\"status.workspaceTrust.1701050773413\\\",\\\"status.workspaceTrust.1701051075169\\\",\\\"status.workspaceTrust.1701051154403\\\",\\\"status.workspaceTrust.1701065003961\\\",\\\"status.workspaceTrust.1701086417092\\\",\\\"status.workspaceTrust.1701141495208\\\",\\\"status.workspaceTrust.1701141702417\\\",\\\"status.workspaceTrust.1996d959f8bec1d0fdce991c5569731a\\\",\\\"status.workspaceTrust.1701164904586\\\",\\\"status.workspaceTrust.f359c33fd6f0e820041e266d7b5962c0\\\",\\\"status.workspaceTrust.1701164976531\\\",\\\"status.workspaceTrust.1701170327780\\\",\\\"status.workspaceTrust.1701175512466\\\",\\\"status.workspaceTrust.1701223641110\\\",\\\"status.workspaceTrust.1701223653121\\\",\\\"status.workspaceTrust.1701229359361\\\",\\\"status.workspaceTrust.1701230081030\\\",\\\"status.workspaceTrust.1701259748966\\\",\\\"status.workspaceTrust.1701311472351\\\",\\\"status.workspaceTrust.1701314003694\\\",\\\"status.workspaceTrust.1701347839372\\\",\\\"status.workspaceTrust.1701348556090\\\",\\\"status.workspaceTrust.1701348798027\\\",\\\"status.workspaceTrust.66d834fa67d5e0497afa872ffc673548\\\",\\\"status.workspaceTrust.1701348992036\\\",\\\"status.workspaceTrust.1701349014995\\\",\\\"status.workspaceTrust.1701350152158\\\",\\\"status.workspaceTrust.19bfd0b841b116dcd79a644339f580fa\\\",\\\"status.workspaceTrust.1701350379350\\\",\\\"status.workspaceTrust.1701350455871\\\",\\\"status.workspaceTrust.1701351086606\\\",\\\"status.workspaceTrust.1701352134446\\\",\\\"status.workspaceTrust.1701352152337\\\",\\\"status.workspaceTrust.1701352357512\\\",\\\"status.workspaceTrust.1701352879660\\\",\\\"status.workspaceTrust.1701352932021\\\",\\\"status.workspaceTrust.1701353009554\\\",\\\"status.workspaceTrust.1701353153741\\\",\\\"status.workspaceTrust.1701353333855\\\",\\\"status.workspaceTrust.1701353445398\\\",\\\"status.workspaceTrust.1701354331494\\\",\\\"status.workspaceTrust.1701354732806\\\",\\\"status.workspaceTrust.1701355946478\\\",\\\"status.workspaceTrust.1701413014142\\\",\\\"status.workspaceTrust.1701415940511\\\",\\\"status.workspaceTrust.1701418520866\\\",\\\"status.workspaceTrust.1701422665036\\\",\\\"status.workspaceTrust.1701423267762\\\",\\\"status.workspaceTrust.1701425786261\\\",\\\"status.workspaceTrust.4b6b481284ca41aebd90597afc216c79\\\",\\\"status.workspaceTrust.1701488403330\\\",\\\"status.workspaceTrust.4d66b259d8f1ddaf7dceda312894cb2d\\\",\\\"status.workspaceTrust.1701488601560\\\",\\\"status.workspaceTrust.1701488971355\\\",\\\"status.workspaceTrust.1701489205882\\\",\\\"status.workspaceTrust.1701489500622\\\",\\\"status.workspaceTrust.1701489922935\\\",\\\"status.workspaceTrust.1701490185334\\\",\\\"status.workspaceTrust.1701498187373\\\",\\\"status.workspaceTrust.1701499806169\\\",\\\"status.workspaceTrust.1701502764892\\\",\\\"status.workspaceTrust.1701504107480\\\",\\\"status.workspaceTrust.1701508389141\\\",\\\"status.workspaceTrust.1701675659780\\\",\\\"status.workspaceTrust.1701675957616\\\",\\\"status.workspaceTrust.1701687468353\\\",\\\"status.workspaceTrust.1701694406561\\\",\\\"status.workspaceTrust.1701698772269\\\",\\\"status.workspaceTrust.1701699872160\\\",\\\"status.workspaceTrust.1701742332705\\\",\\\"status.workspaceTrust.1701742631123\\\",\\\"status.workspaceTrust.1701746987028\\\",\\\"status.workspaceTrust.1701747594945\\\",\\\"status.workspaceTrust.1701755896274\\\",\\\"status.workspaceTrust.1701763577675\\\",\\\"status.workspaceTrust.1701776663015\\\",\\\"status.workspaceTrust.1701776672951\\\",\\\"status.workspaceTrust.1701781503588\\\",\\\"status.workspaceTrust.1701847683535\\\",\\\"status.workspaceTrust.1701868206450\\\",\\\"status.workspaceTrust.1701914812304\\\",\\\"status.workspaceTrust.1701915604368\\\",\\\"status.workspaceTrust.1701934544886\\\",\\\"status.workspaceTrust.1701948844946\\\",\\\"status.workspaceTrust.1701953728215\\\",\\\"status.workspaceTrust.1701958786250\\\",\\\"status.workspaceTrust.1702005563458\\\",\\\"status.workspaceTrust.1702006666722\\\",\\\"status.workspaceTrust.1702007720237\\\",\\\"status.workspaceTrust.1702024969041\\\",\\\"status.workspaceTrust.1702091002466\\\",\\\"status.workspaceTrust.1702129568104\\\",\\\"status.workspaceTrust.1702129633640\\\",\\\"status.workspaceTrust.1702129666258\\\",\\\"status.workspaceTrust.f2e2f2a64eee2b50029cb0984be34fff\\\",\\\"status.workspaceTrust.1702129682740\\\",\\\"status.workspaceTrust.1702130608067\\\",\\\"status.workspaceTrust.1702194644638\\\",\\\"status.workspaceTrust.1702260534982\\\",\\\"status.workspaceTrust.1702266832642\\\",\\\"status.workspaceTrust.1702280365426\\\",\\\"status.workspaceTrust.1702291959030\\\",\\\"status.workspaceTrust.1702346719362\\\",\\\"status.workspaceTrust.1702347534571\\\",\\\"status.workspaceTrust.1702350654089\\\",\\\"status.workspaceTrust.1702353574344\\\",\\\"status.workspaceTrust.1702354729438\\\",\\\"status.workspaceTrust.1702359117309\\\",\\\"status.workspaceTrust.1702370387352\\\",\\\"status.workspaceTrust.1702371109025\\\",\\\"status.workspaceTrust.1702372256824\\\",\\\"status.workspaceTrust.1702379179468\\\",\\\"status.workspaceTrust.1702446391757\\\",\\\"status.workspaceTrust.1702453348222\\\",\\\"status.workspaceTrust.1702455192381\\\",\\\"status.workspaceTrust.1702455214077\\\",\\\"status.workspaceTrust.1702457650738\\\",\\\"status.workspaceTrust.1702458075342\\\",\\\"status.workspaceTrust.1702458887731\\\",\\\"status.workspaceTrust.1702461103034\\\",\\\"status.workspaceTrust.1702461241093\\\",\\\"status.workspaceTrust.1702461444131\\\",\\\"status.workspaceTrust.1702464589068\\\",\\\"status.workspaceTrust.1702518906549\\\",\\\"status.workspaceTrust.1702525284624\\\",\\\"status.workspaceTrust.1702544472598\\\",\\\"status.workspaceTrust.1702545861389\\\",\\\"status.workspaceTrust.1702560347888\\\",\\\"status.workspaceTrust.1702561005608\\\",\\\"status.workspaceTrust.1702565269233\\\",\\\"status.workspaceTrust.1702567439968\\\",\\\"status.workspaceTrust.1702567452341\\\",\\\"status.workspaceTrust.1702604896808\\\",\\\"status.workspaceTrust.1702610939464\\\",\\\"status.workspaceTrust.1702638916315\\\",\\\"status.workspaceTrust.1702644843459\\\",\\\"status.workspaceTrust.1702698305101\\\",\\\"status.workspaceTrust.1702714477369\\\",\\\"status.workspaceTrust.1702715887795\\\",\\\"status.workspaceTrust.1702889180562\\\",\\\"status.workspaceTrust.1702894975207\\\",\\\"status.workspaceTrust.1702896564285\\\",\\\"status.workspaceTrust.1702954971775\\\",\\\"status.workspaceTrust.1702956688716\\\",\\\"status.workspaceTrust.1702957116138\\\",\\\"status.workspaceTrust.fdb7ec2e4d957c20dd965fc88f9783c6\\\",\\\"status.workspaceTrust.1702964609710\\\",\\\"status.workspaceTrust.1702967027788\\\",\\\"status.workspaceTrust.1702967189111\\\",\\\"status.workspaceTrust.1702985019906\\\",\\\"status.workspaceTrust.1702999244470\\\",\\\"status.workspaceTrust.1703040223612\\\",\\\"status.workspaceTrust.1703043429745\\\",\\\"status.workspaceTrust.1703054230730\\\",\\\"status.workspaceTrust.1703054311696\\\",\\\"status.workspaceTrust.1703057823896\\\",\\\"status.workspaceTrust.1703061350663\\\",\\\"status.workspaceTrust.1703077598356\\\",\\\"status.workspaceTrust.1703077699004\\\",\\\"status.workspaceTrust.1703077772742\\\",\\\"status.workspaceTrust.1703077784877\\\",\\\"status.workspaceTrust.1703080878896\\\",\\\"status.workspaceTrust.1703124144662\\\",\\\"status.workspaceTrust.1703127205844\\\",\\\"status.workspaceTrust.1703161558439\\\",\\\"status.workspaceTrust.1703163774037\\\",\\\"status.workspaceTrust.1703165090070\\\",\\\"status.workspaceTrust.1703166294926\\\",\\\"status.workspaceTrust.1703209495622\\\",\\\"status.workspaceTrust.1703213751261\\\",\\\"status.workspaceTrust.1703216494890\\\",\\\"status.workspaceTrust.1703216919058\\\",\\\"status.workspaceTrust.1703223386785\\\",\\\"status.workspaceTrust.1703224727157\\\",\\\"status.workspaceTrust.1703258418664\\\",\\\"status.workspaceTrust.1703258683022\\\",\\\"status.workspaceTrust.1703259543319\\\",\\\"status.workspaceTrust.1703329141608\\\",\\\"status.workspaceTrust.1703340489907\\\",\\\"status.workspaceTrust.1703342916087\\\",\\\"status.workspaceTrust.1703485122329\\\",\\\"status.workspaceTrust.1703561740794\\\",\\\"status.workspaceTrust.1703592120207\\\",\\\"status.workspaceTrust.1703592395540\\\",\\\"status.workspaceTrust.1703592660554\\\",\\\"status.workspaceTrust.1703594196990\\\",\\\"status.workspaceTrust.1703664261301\\\",\\\"status.workspaceTrust.1703664725738\\\",\\\"status.workspaceTrust.1703667549825\\\",\\\"status.workspaceTrust.1703670794145\\\",\\\"status.workspaceTrust.1703671338784\\\",\\\"status.workspaceTrust.1703685527403\\\",\\\"status.workspaceTrust.1703689165068\\\",\\\"status.workspaceTrust.1703744691893\\\",\\\"status.workspaceTrust.1703746709817\\\",\\\"status.workspaceTrust.1703747083122\\\",\\\"status.workspaceTrust.1703750147318\\\",\\\"status.workspaceTrust.1703754866158\\\",\\\"status.workspaceTrust.1703756002732\\\",\\\"status.workspaceTrust.1703770146878\\\",\\\"status.workspaceTrust.1703821551054\\\",\\\"status.workspaceTrust.1704176703944\\\",\\\"status.workspaceTrust.1704178540304\\\",\\\"status.workspaceTrust.1704186576049\\\",\\\"status.workspaceTrust.1704254084763\\\",\\\"status.workspaceTrust.1704255137094\\\",\\\"status.workspaceTrust.1704283003295\\\",\\\"status.workspaceTrust.1704336027009\\\",\\\"status.workspaceTrust.1704336200463\\\",\\\"status.workspaceTrust.1704357006974\\\",\\\"status.workspaceTrust.1704357261522\\\",\\\"status.workspaceTrust.1704357312665\\\",\\\"status.workspaceTrust.1704358699687\\\",\\\"status.workspaceTrust.7dc883e60d1eac16c671beea945dfc1d\\\",\\\"status.workspaceTrust.1704366628992\\\",\\\"status.workspaceTrust.1704419704044\\\",\\\"status.workspaceTrust.1704439736080\\\",\\\"status.workspaceTrust.1704443244570\\\",\\\"status.workspaceTrust.1704443809357\\\",\\\"status.workspaceTrust.1704445310458\\\",\\\"status.workspaceTrust.1704448888649\\\",\\\"status.workspaceTrust.1704521109260\\\",\\\"status.workspaceTrust.1704590285529\\\",\\\"status.workspaceTrust.1704631533135\\\",\\\"status.workspaceTrust.1704632300090\\\",\\\"status.workspaceTrust.1704682882188\\\",\\\"status.workspaceTrust.1704693619206\\\",\\\"status.workspaceTrust.1704707719213\\\",\\\"status.workspaceTrust.1704715532980\\\",\\\"status.workspaceTrust.1704715547110\\\",\\\"status.workspaceTrust.1704765075841\\\",\\\"status.workspaceTrust.1704780741539\\\",\\\"status.workspaceTrust.1704782735088\\\",\\\"status.workspaceTrust.1704798503522\\\",\\\"status.workspaceTrust.1704802593312\\\",\\\"status.workspaceTrust.1704852718087\\\",\\\"status.workspaceTrust.1704873183780\\\",\\\"status.workspaceTrust.1704890675755\\\",\\\"status.workspaceTrust.1704896789529\\\",\\\"status.workspaceTrust.1704957096285\\\",\\\"status.workspaceTrust.1704973372457\\\",\\\"status.workspaceTrust.1705039923605\\\",\\\"status.workspaceTrust.1705041440797\\\",\\\"status.workspaceTrust.1705045442789\\\",\\\"status.workspaceTrust.1705054517291\\\",\\\"status.workspaceTrust.1705114260963\\\",\\\"status.workspaceTrust.1705125329771\\\",\\\"status.workspaceTrust.1705127047073\\\",\\\"status.workspaceTrust.1705130656469\\\",\\\"status.workspaceTrust.1705130787982\\\",\\\"status.workspaceTrust.1705131516620\\\",\\\"status.workspaceTrust.1705131644126\\\",\\\"status.workspaceTrust.1705132616505\\\",\\\"status.workspaceTrust.1705132878453\\\",\\\"status.workspaceTrust.1705132988252\\\",\\\"status.workspaceTrust.1705143755117\\\",\\\"status.workspaceTrust.1705288629675\\\",\\\"status.workspaceTrust.1705290593437\\\",\\\"status.workspaceTrust.1705300925954\\\",\\\"status.workspaceTrust.1705310707445\\\",\\\"status.workspaceTrust.1705311970954\\\",\\\"status.workspaceTrust.1705312129496\\\",\\\"status.workspaceTrust.1705312196235\\\",\\\"status.workspaceTrust.1705385566410\\\",\\\"status.workspaceTrust.1705387542861\\\",\\\"status.workspaceTrust.1705391084820\\\",\\\"status.workspaceTrust.1705462651626\\\",\\\"status.workspaceTrust.1705474572951\\\",\\\"status.workspaceTrust.1705476132149\\\",\\\"status.workspaceTrust.1705476400186\\\",\\\"status.workspaceTrust.1705477190901\\\",\\\"status.workspaceTrust.1705562159315\\\",\\\"status.workspaceTrust.1705566637769\\\",\\\"status.workspaceTrust.1705656667543\\\",\\\"status.workspaceTrust.1705913732576\\\",\\\"status.workspaceTrust.1705914467907\\\",\\\"status.workspaceTrust.1705916614375\\\",\\\"status.workspaceTrust.1705918515422\\\",\\\"status.workspaceTrust.1705920932025\\\",\\\"status.workspaceTrust.1705923564017\\\",\\\"status.workspaceTrust.1705927087722\\\",\\\"status.workspaceTrust.1705931069375\\\",\\\"status.workspaceTrust.1705993063847\\\",\\\"status.workspaceTrust.1706005086821\\\",\\\"status.workspaceTrust.1706008305546\\\",\\\"status.workspaceTrust.1706062972212\\\",\\\"status.workspaceTrust.1706064813805\\\",\\\"status.workspaceTrust.1706161928156\\\",\\\"status.workspaceTrust.1706162966005\\\",\\\"status.workspaceTrust.1706165812647\\\",\\\"status.workspaceTrust.1706166824509\\\",\\\"status.workspaceTrust.1706169163763\\\",\\\"status.workspaceTrust.1706176828123\\\",\\\"status.workspaceTrust.1706177656431\\\",\\\"status.workspaceTrust.1706184058938\\\",\\\"status.workspaceTrust.1706184116694\\\",\\\"status.workspaceTrust.1706188604848\\\",\\\"status.workspaceTrust.1706189092159\\\",\\\"status.workspaceTrust.1706238317506\\\",\\\"status.workspaceTrust.1706241869523\\\",\\\"status.workspaceTrust.1706262584709\\\",\\\"status.workspaceTrust.1706265258199\\\",\\\"status.workspaceTrust.1706277703721\\\",\\\"status.workspaceTrust.1706518224603\\\",\\\"status.workspaceTrust.1706594725656\\\",\\\"status.workspaceTrust.1706596578044\\\",\\\"status.workspaceTrust.1706672885578\\\",\\\"status.workspaceTrust.1706682864998\\\",\\\"status.workspaceTrust.1706683060252\\\",\\\"status.workspaceTrust.1706696625219\\\",\\\"status.workspaceTrust.1706706416287\\\",\\\"status.workspaceTrust.1706783279722\\\",\\\"status.workspaceTrust.1706846159974\\\",\\\"status.workspaceTrust.1706858628714\\\",\\\"status.workspaceTrust.1706865082327\\\",\\\"status.workspaceTrust.1707013720960\\\",\\\"status.workspaceTrust.1707035848594\\\",\\\"status.workspaceTrust.1707037595956\\\",\\\"status.workspaceTrust.1707298063976\\\",\\\"status.workspaceTrust.1708222111812\\\",\\\"status.workspaceTrust.1708223406721\\\",\\\"status.workspaceTrust.1708225290495\\\",\\\"status.workspaceTrust.1708225341430\\\",\\\"status.workspaceTrust.1708239058411\\\",\\\"status.workspaceTrust.1708310829965\\\",\\\"status.workspaceTrust.dc0b9bfecab6f51aec964a0021340163\\\",\\\"status.workspaceTrust.1708415763442\\\",\\\"status.workspaceTrust.1708656049481\\\",\\\"status.workspaceTrust.1708657100294\\\",\\\"status.workspaceTrust.1708657896153\\\",\\\"status.workspaceTrust.1708671919469\\\",\\\"status.workspaceTrust.1708673494097\\\",\\\"status.workspaceTrust.1708751907900\\\",\\\"status.workspaceTrust.1708763184242\\\",\\\"status.workspaceTrust.1708914265767\\\",\\\"status.workspaceTrust.1708933770377\\\",\\\"status.workspaceTrust.1708938631707\\\",\\\"status.workspaceTrust.1709001194147\\\",\\\"status.workspaceTrust.1709015640949\\\",\\\"status.workspaceTrust.1709016125510\\\",\\\"status.workspaceTrust.1709017426496\\\",\\\"status.workspaceTrust.1709017885533\\\",\\\"status.workspaceTrust.1709019260506\\\",\\\"status.workspaceTrust.1709020227023\\\",\\\"status.workspaceTrust.1709028789362\\\",\\\"status.workspaceTrust.1709029032090\\\",\\\"status.workspaceTrust.ba70c88bf4ec74ed4ec786d4b8cb0886\\\",\\\"status.workspaceTrust.1709030742686\\\",\\\"status.workspaceTrust.1709031445713\\\",\\\"status.workspaceTrust.4e560bb45c41377c7ea2aad067bc7e51\\\",\\\"status.workspaceTrust.1708939989804\\\",\\\"status.workspaceTrust.4d785caf2b26983eb8ac037c93ed57f2\\\",\\\"status.workspaceTrust.1709038656396\\\",\\\"status.workspaceTrust.1709039289771\\\",\\\"status.workspaceTrust.1709039358888\\\",\\\"status.workspaceTrust.1709040722246\\\",\\\"status.workspaceTrust.1709099017973\\\",\\\"status.workspaceTrust.1709102565830\\\",\\\"status.workspaceTrust.1709192848398\\\",\\\"status.workspaceTrust.1709196857354\\\",\\\"status.workspaceTrust.1709197365670\\\",\\\"status.workspaceTrust.1709202462542\\\",\\\"status.workspaceTrust.1709216148944\\\",\\\"status.workspaceTrust.197cc37c07567606f1fd9cc96121cf38\\\",\\\"status.workspaceTrust.1709357134255\\\",\\\"status.workspaceTrust.1709371326957\\\"]\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"center\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"cpp.1.lastSessionDate\":\"Fri Jul 05 2024\",\"cpp.1.sessionCount\":\"2\",\"java.2.lastSessionDate\":\"Fri Jul 05 2024\",\"java.2.sessionCount\":\"2\",\"javascript.1.lastSessionDate\":\"Fri Jul 05 2024\",\"javascript.1.sessionCount\":\"2\",\"typescript.1.lastSessionDate\":\"Fri Jul 05 2024\",\"typescript.1.sessionCount\":\"2\",\"nps/lastSessionDate\":\"Fri Jul 05 2024\",\"nps/sessionCount\":\"2\",\"nps/isCandidate\":\"true\",\"csharp.1.lastSessionDate\":\"Fri Jul 05 2024\",\"csharp.1.sessionCount\":\"2\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"alefragnani.Bookmarks#bookmarksWelcome\\\",{\\\"firstSeen\\\":1720112380926,\\\"stepIDs\\\":[\\\"toggle\\\",\\\"navigateToBookmarks\\\",\\\"defineLabelsForYourBookmarks\\\",\\\"exclusiveSideBar\\\",\\\"workingWithRemotes\\\",\\\"customizingAppearance\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#welcome\\\",{\\\"firstSeen\\\":1720112380926,\\\"stepIDs\\\":[\\\"get-started\\\",\\\"core-features\\\",\\\"pro-features\\\",\\\"pro-trial\\\",\\\"pro-upgrade\\\",\\\"pro-reactivate\\\",\\\"pro-paid\\\",\\\"visualize\\\",\\\"launchpad\\\",\\\"code-collab\\\",\\\"integrations\\\",\\\"more\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1720112380926,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}]]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequestWebview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesFiles\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesCommits\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:conflictResolution\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/Set Interval Function\\\",1660183577878],[\\\"lib/snippets/generated.json/consoleLog\\\",1665413014238],[\\\"snippets/html.json/html5-boilerplate\\\",1666158582872],[\\\"snippets/snippets.json/consoleTable\\\",1676293474151],[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1682418282670],[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1687062422159],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1687761724512],[\\\"snippets/javascript.code-snippets/If-Else Statement\\\",1699340409438],[\\\"snippets/snippets.json/forIn\\\",1713342291482],[\\\"snippets/javascript.code-snippets/Switch Statement\\\",1719562838473],[\\\"snippets/snippets.json/consoleLog\\\",1720231317247]]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"vue\\\":[\\\"vue.volar\\\"]}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"gitlens.showQuickFileHistory\\\",\\\"value\\\":1},{\\\"key\\\":\\\"gitlens.setViewsLayout\\\",\\\"value\\\":8},{\\\"key\\\":\\\"extension.vscode-counter.countInDirectory\\\",\\\"value\\\":11},{\\\"key\\\":\\\"volar.action.toggleTsPlugin\\\",\\\"value\\\":13},{\\\"key\\\":\\\"extension.rule55\\\",\\\"value\\\":15},{\\\"key\\\":\\\"workbench.action.zoomReset\\\",\\\"value\\\":17},{\\\"key\\\":\\\"workbench.action.reportPerformanceIssueUsingReporter\\\",\\\"value\\\":18},{\\\"key\\\":\\\"extension.rule.callByMenu\\\",\\\"value\\\":19},{\\\"key\\\":\\\"gitlens.plus.hide\\\",\\\"value\\\":20},{\\\"key\\\":\\\"gitlens.plus.restore\\\",\\\"value\\\":21},{\\\"key\\\":\\\"git.viewHistory\\\",\\\"value\\\":22},{\\\"key\\\":\\\"workbench.action.openWorkspaceSettingsFile\\\",\\\"value\\\":23}]}\",\"commandPalette.mru.counter\":\"24\",\"gitlens+-liaojw\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"extensionsAssistant/deprecated\":\"[\\\"pranaygp.vscode-css-peek\\\"]\",\"extensionsAssistant/importantRecommendationsIgnore\":\"[\\\"vue.volar\\\"]\",\"github-liaojw\":\"[{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub 拉取请求\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true,\\\"trusted\\\":true}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"da x\\\",\\\"大写\\\",\\\"写\\\",\\\"zi写\\\",\\\"消协\\\",\\\"小xie\\\",\\\"小xi\\\",\\\"小写\\\",\\\"zhan\\\",\\\"展开\\\"]}\",\"menu.hiddenCommands\":\"{\\\"SCMTitle\\\":[\\\"gitlens.showGraph\\\"]}\",\"remote.explorerType\":\"virtualfs\",\"remote.tunnels.toRestore.codespaces+liaojw-urban-barnacle-695wvp65rr73r5qv.-1917930440\":\"[]\",\"workbench.view.extension.bito-activitybar.state.hidden\":\"[{\\\"id\\\":\\\"activateBito.sidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.codeium.state.hidden\":\"[{\\\"id\\\":\\\"codeium.chatPanelView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codeium.searchPanelView\\\",\\\"isHidden\\\":true}]\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.warnExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteHub.views.workspaceRepositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\",\\\"Beginner\\\",\\\"Intermediate\\\",\\\"eamodio.gitlens#gitlens.welcome\\\",\\\"ms-azuretools.vscode-docker#dockerStart\\\"]\",\"expandSuggestionDocs\":\"true\",\"workbench.view.extension.TongyiLingma.state.hidden\":\"[{\\\"id\\\":\\\"TongyiLingMa.Chat\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.tabnine.state.hidden\":\"[{\\\"id\\\":\\\"tabnine.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.authenticate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.loading\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.codegpt-sidebar-view.state.hidden\":\"[{\\\"id\\\":\\\"codegpt-sidebar\\\",\\\"isHidden\\\":false}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"tabs-list-width-horizontal\":\"169\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"github-enterprise-copilot_haha\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true}]\",\"codeium_auth-L JW\":\"[{\\\"id\\\":\\\"codeium.codeium\\\",\\\"name\\\":\\\"Codeium: AI Coding Autocomplete and Chat for Python, Javascript, Typescript, Java, Go, and more\\\",\\\"allowed\\\":true}]\"}}"}