-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwadeDevConfigForVscode.code-profile
More file actions
1 lines (1 loc) · 117 KB
/
wadeDevConfigForVscode.code-profile
File metadata and controls
1 lines (1 loc) · 117 KB
1
{"name":"wadeDevConfigForVscode","settings":"{\"settings\":\"{\\n \\\"editor.formatOnSave\\\": true,\\n \\\"files.autoSaveDelay\\\": 3000,\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\n //控制文件夹展开形式\\n \\\"explorer.compactFolders\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n //关闭编辑器的缩略图\\n \\\"editor.minimap.enabled\\\": false,\\n //启用括号着色\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"git.confirmSync\\\": false,\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"settingsSync.ignoredSettings\\\": [\\\"-typescript.tsserver.pluginPaths\\\"],\\n \\\"tabnine.experimentalAutoImports\\\": true,\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"github.copilot.enable\\\": {\\n \\\"*\\\": true,\\n \\\"plaintext\\\": true,\\n \\\"markdown\\\": true,\\n \\\"scminput\\\": false,\\n \\\"yaml\\\": true,\\n \\\"javascript\\\": true,\\n \\\"javascriptreact\\\": true\\n },\\n \\\"[html]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[javascript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\n \\\"cSpell.userWords\\\": [\\n \\\"alig\\\",\\n \\\"antd\\\",\\n \\\"auid\\\",\\n \\\"browserslist\\\",\\n \\\"commitlint\\\",\\n \\\"cpassword\\\",\\n \\\"craco\\\",\\n \\\"datas\\\",\\n \\\"deeppink\\\",\\n \\\"expandeds\\\",\\n \\\"Formik\\\",\\n \\\"hpbp\\\",\\n \\\"Mainport\\\",\\n \\\"mege\\\",\\n \\\"Privillege\\\",\\n \\\"proptypes\\\",\\n \\\"Svgs\\\",\\n \\\"toastify\\\",\\n \\\"UTCZ\\\",\\n \\\"wadefeng\\\",\\n \\\"webfonts\\\"\\n ],\\n \\\"[javascriptreact]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"[typescriptreact]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[typescript]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n //eslint\\n \\\"eslint.workingDirectories\\\": [\\n \\\".eslintrc.js\\\",\\n {\\n \\\"mode\\\": \\\"auto\\\"\\n }\\n ],\\n \\\"[vue]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[css]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"quokka.automaticStartRegex\\\": \\\"5rab5LmL6ZuoQOWQvueIseegtOinowpjcmFja2VkIGJ5IHRhb3poaXl1LFdhbGxhYnkuanMgKyBRdW9ra2EuanMgZW50ZXJwcmlzZSwsLDAKMzAvMTIvMjk5OQ==\\\",\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"files.autoSave\\\": \\\"onFocusChange\\\",\\n \\\"leetcode.endpoint\\\": \\\"leetcode-cn\\\",\\n \\\"[less]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"editor.linkedEditing\\\": true,\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[scss]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[postcss]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"git.ignoreMissingGitWarning\\\": true,\\n \\\"debug.javascript.autoAttachFilter\\\": \\\"disabled\\\",\\n // 控制debug悬浮条的位置\\n \\\"debug.toolBarLocation\\\": \\\"docked\\\",\\n \\\"prettier.enable\\\": true,\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.fixAll.eslint\\\": true,\\n \\\"source.fixAll.stylelint\\\": true\\n },\\n \\\"eslint.validate\\\": [\\\".js\\\", \\\".ts\\\", \\\"vue\\\", \\\".jsx\\\", \\\".tsx\\\"],\\n \\\"editor.suggest.snippetsPreventQuickSuggestions\\\": false,\\n \\\"window.titleBarStyle\\\": \\\"custom\\\",\\n \\\"genieai.openai.model\\\": \\\"gpt-3.5-turbo-0301\\\",\\n \\\"[python]\\\": {\\n \\\"editor.formatOnType\\\": true\\n },\\n \\\"go.toolsManagement.autoUpdate\\\": true,\\n \\\"git.ignoreRebaseWarning\\\": true,\\n \\\"gitlens.graph.experimental.minimap.enabled\\\": true,\\n \\\"git.openRepositoryInParentFolders\\\": \\\"never\\\",\\n \\\"vs-code-prettier-eslint.prettierLast\\\": true,\\n \\\"editor.inlineSuggest.showToolbar\\\": \\\"always\\\",\\n \\\"vue.inlayHints.optionsWrapper\\\": false,\\n \\\"editor.suggest.showStatusBar\\\": true,\\n \\\"qwerty-learner.phonetic\\\": \\\"us\\\",\\n \\\"qwerty-learner.random\\\": true,\\n \\\"terminal.integrated.env.osx\\\": {},\\n \\\"terminal.integrated.env.windows\\\": {},\\n \\\"parameterHints.languages\\\": [\\n \\\"php\\\",\\n \\\"javascript\\\",\\n \\\"typescript\\\",\\n \\\"javascriptreact\\\",\\n \\\"typescriptreact\\\"\\n ],\\n \\\"console-ninja.toolsToEnableSupportAutomaticallyFor\\\": {\\n \\\"live-server-extension\\\": true,\\n \\\"live-preview-extension\\\": true\\n },\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\n \\\"[go]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"golang.go\\\"\\n },\\n \\\"workbench.colorTheme\\\": \\\"Default Dark+\\\"\\n}\\n\"}","tasks":"{\"tasks\":\"{}\"}","snippets":"{\"snippets\":{\"javascriptreact.json\":\"{\\n\\t// Place your snippets for javascriptreact here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t\\\"Print to fragement\\\": {\\n\\t\\t\\\"prefix\\\": \\\"fr\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<>\\\",\\n\\t\\t\\t\\\"</>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"react fragement\\\"\\n\\t},\\n\\t\\\"Print to array funcion\\\": {\\n\\t\\t\\\"prefix\\\": \\\"af\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"()=>{}\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"array funcion\\\"\\n\\t},\\n\\t\\n\\t\\n}\",\"json.json\":\"{\\n // Place your snippets for json here. Each snippet is defined under a snippet name and has a prefix, body and\\n // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the\\n // same ids are connected.\\n // Example:\\n // \\\"Print to console\\\": {\\n // \\t\\\"prefix\\\": \\\"log\\\",\\n // \\t\\\"body\\\": [\\n // \\t\\t\\\"console.log('$1');\\\",\\n // \\t\\t\\\"$2\\\"\\n // \\t],\\n // \\t\\\"description\\\": \\\"Log output to console\\\"\\n // }\\n\\n \\\"Arrow Function\\\": {\\n \\\"prefix\\\": \\\"af\\\",\\n \\\"body\\\": [\\\"( )=>{ }\\\"],\\n \\\"description\\\": \\\"Arrow Function\\\"\\n }\\n}\\n\",\"less.json\":\"{\\n\\t// Place your snippets for less here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\".c\\\": {\\n\\t\\t\\\"prefix\\\": \\\".c\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\".$1 {\\\",\\n\\t\\t\\t\\\" $2\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"SItem\\\": {\\n\\t\\t\\\"prefix\\\": \\\"SItem\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\".item {\\\",\\n\\t\\t\\t\\\" display: flex;\\\",\\n\\t\\t\\t\\\" .image {\\\",\\n\\t\\t\\t\\\" width : 72px;\\\",\\n\\t\\t\\t\\\" height : 72px;\\\",\\n\\t\\t\\t\\\" border-radius: 36px;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\" .title {\\\",\\n\\t\\t\\t\\\" font-size : 15px;\\\",\\n\\t\\t\\t\\\" line-height: 24px;\\\",\\n\\t\\t\\t\\\" color : #333333;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\" .content {\\\",\\n\\t\\t\\t\\\" flex: 1;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\" .intro {\\\",\\n\\t\\t\\t\\\" display : flex;\\\",\\n\\t\\t\\t\\\" justify-content: space-between;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\" .price {\\\",\\n\\t\\t\\t\\\" font-size : 12px;\\\",\\n\\t\\t\\t\\\" line-height: 17px;\\\",\\n\\t\\t\\t\\\" color : #999999;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\" .number {\\\",\\n\\t\\t\\t\\\" font-size : 13px;\\\",\\n\\t\\t\\t\\\" line-height: 18px;\\\",\\n\\t\\t\\t\\\" color : #666666;\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t]\\n\\t},\\n}\",\"main.json.code-snippets\":\"{\\n \\\"Arrow Function1\\\": {\\n \\\"prefix\\\": \\\"af\\\",\\n \\\"body\\\": [\\n \\\"( )=>\\\"\\n ],\\n \\\"description\\\": \\\"Arrow Function1\\\"\\n },\\n \\\"Arrow Function2\\\": {\\n \\\"prefix\\\": \\\"df\\\",\\n \\\"body\\\": [\\n \\\"( )=>{ }\\\"\\n ],\\n \\\"description\\\": \\\" Arrow Function2\\\"\\n },\\n \\\"Fragment\\\": {\\n \\\"prefix\\\": \\\"fr\\\",\\n \\\"body\\\": [\\n \\\"<>\\\",\\n \\\" \\\",\\n \\\"</>\\\"\\n ],\\n \\\"description\\\": \\\"Fragment\\\"\\n },\\n \\\"import-from\\\": {\\n \\\"prefix\\\": \\\"imf\\\",\\n \\\"body\\\": [\\n \\\"import { $1 } from \\\\\\\"\\\\\\\";\\\"\\n ],\\n \\\"description\\\": \\\"import-from\\\"\\n },\\n \\\"const\\\": {\\n \\\"prefix\\\": \\\"c\\\",\\n \\\"body\\\": [\\n \\\"const \\\"\\n ],\\n \\\"description\\\": \\\"const\\\"\\n },\\n \\\"export\\\": {\\n \\\"prefix\\\": \\\"ex\\\",\\n \\\"body\\\": [\\n \\\"export \\\"\\n ],\\n \\\"description\\\": \\\"export\\\"\\n },\\n \\\"export default\\\": {\\n \\\"prefix\\\": \\\"ed\\\",\\n \\\"body\\\": [\\n \\\"export default \\\"\\n ],\\n \\\"description\\\": \\\"export default\\\"\\n },\\n \\\"let\\\": {\\n \\\"prefix\\\": \\\"l\\\",\\n \\\"body\\\": [\\n \\\"let \\\"\\n ],\\n \\\"description\\\": \\\"let\\\"\\n },\\n \\\"function\\\": {\\n \\\"prefix\\\": \\\"fc\\\",\\n \\\"body\\\": [\\n \\\"function \\\"\\n ],\\n \\\"description\\\": \\\"function\\\"\\n },\\n \\\"多行注释 Annotation\\\": {\\n \\\"prefix\\\": \\\"an\\\",\\n \\\"body\\\": [\\n \\\"/*\\\",\\n \\\" $1\\\",\\n \\\" */\\\"\\n ],\\n \\\"description\\\": \\\"多行注释 Annotation\\\"\\n },\\n \\\"单标签\\\": {\\n \\\"prefix\\\": \\\"<>\\\",\\n \\\"body\\\": [\\n \\\"<$1/>\\\"\\n ],\\n \\\"description\\\": \\\"单标签\\\"\\n }\\n}\",\"rc.json.code-snippets\":\"{\\n\\t// Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and \\n\\t// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope \\n\\t// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is \\n\\t// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: \\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. \\n\\t// Placeholders with the same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"scope\\\": \\\"javascript,typescript\\\",\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"template.code-snippets\":\"{\\n \\\"html template\\\": {\\n \\\"prefix\\\": \\\"!!\\\",\\n \\\"body\\\": [\\n \\\"<!DOCTYPE html>\\\",\\n \\\"<html lang=\\\\\\\"en\\\\\\\">\\\",\\n \\\"\\\",\\n \\\"<head>\\\",\\n \\\" <meta charset=\\\\\\\"UTF-8\\\\\\\">\\\",\\n \\\" <meta http-equiv=\\\\\\\"X-UA-Compatible\\\\\\\" content=\\\\\\\"IE=edge\\\\\\\">\\\",\\n \\\" <meta name=\\\\\\\"viewport\\\\\\\" content=\\\\\\\"width=device-width, initial-scale=1.0\\\\\\\">\\\",\\n \\\" <title>${TM_FILENAME_BASE}</title>\\\",\\n \\\"</head>\\\",\\n \\\"\\\",\\n \\\"<body>\\\",\\n \\\" $1\\\",\\n \\\"</body>\\\",\\n \\\"\\\",\\n \\\"</html>\\\",\\n \\\"\\\"\\n ],\\n \\\"description\\\": \\\"html template\\\"\\n },\\n \\\"vue folder template\\\": {\\n \\\"prefix\\\": \\\"vf\\\",\\n \\\"body\\\": [\\n \\\"<template>\\\",\\n \\\" <div>${TM_DIRECTORY/^.+\\\\\\\\/(.*)$/$1/}$1</div>\\\",\\n \\\"</template>\\\",\\n \\\"\\\",\\n \\\"<script>\\\",\\n \\\"export default {\\\",\\n \\\" name: '${TM_DIRECTORY/^.+\\\\\\\\/(.*)$/$1/}'\\\",\\n \\\"}\\\",\\n \\\"</script>\\\",\\n \\\"<style lang=\\\\\\\"scss\\\\\\\" scoped></style>\\\",\\n \\\"\\\"\\n ],\\n \\\"description\\\": \\\"vue folder template\\\"\\n },\\n \\\"vue doc template\\\": {\\n \\\"prefix\\\": \\\"vd\\\",\\n \\\"body\\\": [\\n \\\"<template>\\\",\\n \\\" <div>${TM_FILENAME_BASE}</div>\\\",\\n \\\"</template>\\\",\\n \\\"\\\",\\n \\\"<script>\\\",\\n \\\"export default {\\\",\\n \\\" name: '${TM_FILENAME_BASE}'\\\",\\n \\\"}\\\",\\n \\\"</script>\\\",\\n \\\"<style lang=\\\\\\\"scss\\\\\\\" scoped></style>\\\",\\n \\\"\\\"\\n ],\\n \\\"description\\\": \\\"vue doc template\\\"\\n },\\n \\\"RFC+TypeScript\\\": {\\n \\\"prefix\\\": \\\"rft\\\",\\n \\\"body\\\": [\\n \\\"export const ${TM_FILENAME_BASE}: React.FC = () => {\\\",\\n \\\" return (\\\",\\n \\\" <div>${TM_FILENAME_BASE}</div>\\\",\\n \\\" )\\\",\\n \\\"}\\\"\\n ],\\n \\\"description\\\": \\\"RFC+TypeScript\\\"\\n },\\n \\\"import styles from current file\\\": {\\n \\\"prefix\\\": \\\"ims\\\",\\n \\\"body\\\": [\\n \\\"import styles from './${TM_FILENAME_BASE}.module.css'\\\"\\n ],\\n \\\"description\\\": \\\"import styles from current file\\\"\\n }\\n}\",\"typescript.json\":\"{\\n\\t// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"ev\\\": {\\n\\t\\t\\\"prefix\\\": \\\"ev\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"export const $1: ViewStyle = {\\\",\\n\\t\\t\\t\\\" \\\",\\n\\t\\t\\t\\\"};\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"et\\\": {\\n\\t\\t\\\"prefix\\\": \\\"et\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"export const $1: TextStyle = {\\\",\\n\\t\\t\\t\\\" \\\",\\n\\t\\t\\t\\\"};\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"ei\\\": {\\n\\t\\t\\\"prefix\\\": \\\"ei\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"export const $1: ImageStyle = {\\\",\\n\\t\\t\\t\\\" \\\",\\n\\t\\t\\t\\\"};\\\",\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t}\\n}\",\"typescriptreact.json\":\"{\\n // Place your snippets for typescriptreact here. Each snippet is defined under a snippet name and has a prefix, body and \\n // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n // same ids are connected.\\n // Example:\\n // \\\"Print to console\\\": {\\n // \\t\\\"prefix\\\": \\\"log\\\",\\n // \\t\\\"body\\\": [\\n // \\t\\t\\\"console.log('$1');\\\",\\n // \\t\\t\\\"$2\\\"\\n // \\t],\\n // \\t\\\"description\\\": \\\"\\\"\\n // }\\n \\\"lb\\\": {\\n \\\"prefix\\\": \\\"lb\\\",\\n \\\"body\\\": [\\n \\\"<$1 ></$1>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"lbv\\\": {\\n \\\"prefix\\\": \\\"lbv\\\",\\n \\\"body\\\": [\\n \\\"<View style={styles$1}>$2</View>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"lbt\\\": {\\n \\\"prefix\\\": \\\"lbt\\\",\\n \\\"body\\\": [\\n \\\"<Text style={styles$1}>$2</Text>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"cp\\\": {\\n \\\"prefix\\\": \\\"cp\\\",\\n \\\"body\\\": [\\n \\\"const { $1 } = this.props;\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"st\\\": {\\n \\\"prefix\\\": \\\"st\\\",\\n \\\"body\\\": [\\n \\\"style={$1}\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"cs\\\": {\\n \\\"prefix\\\": \\\"cs\\\",\\n \\\"body\\\": [\\n \\\"const { $1 } = this.state;\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"Text\\\": {\\n \\\"prefix\\\": \\\"Text\\\",\\n \\\"body\\\": [\\n \\\"<Text>$1</Text>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"View\\\": {\\n \\\"prefix\\\": \\\"View\\\",\\n \\\"body\\\": [\\n \\\"<View>$1</View>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"Views\\\": {\\n \\\"prefix\\\": \\\"View\\\",\\n \\\"body\\\": [\\n \\\"<View style={$1}>$2</View>\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"LP\\\": {\\n \\\"prefix\\\": \\\"LP\\\",\\n \\\"body\\\": [\\n \\\"https://bkimg.cdn.bcebos.com/pic/08f790529822720e616d108870cb0a46f21fab25\\\",\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"rp\\\": {\\n \\\"prefix\\\": \\\"rp\\\",\\n \\\"body\\\": [\\n \\\"interface IProps {\\\",\\n \\\"}\\\",\\n \\\"interface IState {\\\",\\n \\\"}\\\",\\n \\\"@autobind\\\",\\n \\\"export class $1 extends React.PureComponent<IProps, IState> {\\\",\\n \\\" render() {\\\",\\n \\\" let { state } = this.props;\\\",\\n \\\" return <View>\\\",\\n \\\" </View>;\\\",\\n \\\" }\\\",\\n \\\"}\\\"\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"CItem\\\": {\\n \\\"prefix\\\": \\\"CItem\\\",\\n \\\"body\\\": [\\n \\\"<View className={styles.item} onClick={this.props.onClick}>\\\",\\n \\\" <Image className={styles.image} src=\\\\\\\"\\\\\\\" />\\\",\\n \\\" <View className={styles.content}>\\\",\\n \\\" <Text className={styles.title} >文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字</Text>\\\",\\n \\\" <View className={styles.intro} >\\\",\\n \\\" <Text className={styles.price}>文字</Text>\\\",\\n \\\" <Text className={styles.number}>文字</Text>\\\",\\n \\\" </View>\\\",\\n \\\" </View>\\\",\\n \\\"</View>\\\"\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"RNCItem\\\": {\\n \\\"prefix\\\": \\\"RNCItem\\\",\\n \\\"body\\\": [\\n \\\"<TouchableOpacity activeOpacity={1} style={styles.item} onPress={this.props.onClick}>\\\",\\n \\\" <Img style={styles.image} source={{ uri: 'http://b-ssl.duitang.com/uploads/item/201509/30/20150930140213_ZCFSr.jpeg' }} />\\\",\\n \\\" <View>\\\",\\n \\\" <Text style={styles.title} numberOfLines={1}>文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字文字</Text>\\\",\\n \\\" <View style={styles.intro} >\\\",\\n \\\" <Text style={styles.price}>文字</Text>\\\",\\n \\\" <Text style={styles.number}>文字</Text>\\\",\\n \\\" </View>\\\",\\n \\\" </View>\\\",\\n \\\"</TouchableOpacity>\\\"\\n ],\\n \\\"description\\\": \\\"\\\"\\n },\\n \\\"RNSItem\\\": {\\n \\\"prefix\\\": \\\"RNSItem\\\",\\n \\\"body\\\": [\\n \\\"export const item: ViewStyle = {\\\",\\n \\\"\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const image: ViewStyle = {\\\",\\n \\\" width: 1,\\\",\\n \\\" height: 1\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const title: TextStyle = {\\\",\\n \\\" fontSize: 15,\\\",\\n \\\" lineHeight: 21,\\\",\\n \\\" color: '#040A15'\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const content: ViewStyle = {\\\",\\n \\\"\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const intro: TextStyle = {\\\",\\n \\\" flexDirection: 'row',\\\",\\n \\\" justifyContent: 'space-between'\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const price: TextStyle = {\\\",\\n \\\" color: '#FF9440',\\\",\\n \\\" lineHeight: 18,\\\",\\n \\\" fontSize: 13\\\",\\n \\\"};\\\",\\n \\\"\\\",\\n \\\"export const number: TextStyle = {\\\",\\n \\\" fontSize: 12,\\\",\\n \\\" color: '#60646B'\\\",\\n \\\"};\\\"\\n ],\\n \\\"description\\\": \\\"\\\"\\n }\\n}\",\"vue-html.json\":\"{\\n\\t// Place your snippets for vue-html here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"wade.json.code-snippets\":\"{\\n \\\"Quick Debug Object\\\": {\\n \\\"prefix\\\": \\\"wade\\\",\\n \\\"body\\\": [\\\"console.log('${1:object} result:>> ', ${1:object});\\\"],\\n \\\"description\\\": \\\"Log output to console\\\"\\n }\\n}\\n\"}}","extensions":"[{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\"},{\"identifier\":{\"id\":\"britesnow.vscode-toggle-quotes\",\"uuid\":\"8d088af2-ecd1-4b8f-93e9-322125c47b3c\"},\"displayName\":\"Toggle Quotes\"},{\"identifier\":{\"id\":\"clinyong.vscode-css-modules\",\"uuid\":\"5f362e62-15b7-4fd3-a839-3a240d18c49d\"},\"displayName\":\"CSS Modules\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"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\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\"},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\"},{\"identifier\":{\"id\":\"golang.go\",\"uuid\":\"d6f6cfea-4b6f-41f4-b571-6ad2ab7918da\"},\"displayName\":\"Go\"},{\"identifier\":{\"id\":\"helixquar.randomeverything\",\"uuid\":\"c2f1bda1-baa4-4627-975e-d130d7268f70\"},\"displayName\":\"Random Everything\"},{\"identifier\":{\"id\":\"kaiyi.qwerty-learner\",\"uuid\":\"5e092039-f0db-445b-9464-93a8673ab020\"},\"displayName\":\"Qwerty Learner\"},{\"identifier\":{\"id\":\"kisstkondoros.vscode-gutter-preview\",\"uuid\":\"eedfd044-d5ac-4389-973d-3ac1fdb98ad5\"},\"displayName\":\"Image preview\"},{\"identifier\":{\"id\":\"labuladong.leetcode-helper\",\"uuid\":\"369a9ca8-1878-45fb-a556-e043b4316b7a\"},\"displayName\":\"LeetCode with labuladong\"},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"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.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"displayName\":\"Color Highlight\"},{\"identifier\":{\"id\":\"nucllear.vscode-extension-auto-import\",\"uuid\":\"c727ab43-8d12-4f26-9648-f1d91035c9b6\"},\"displayName\":\"Auto Import - ES6, TS, JSX, TSX\"},{\"identifier\":{\"id\":\"oderwat.indent-rainbow\",\"uuid\":\"eaa2127d-cb69-4ab9-8505-a60c9ee5f28b\"}},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"quicktype.quicktype\",\"uuid\":\"e05d98bf-3735-4c1e-9fae-86ef0a52e19f\"},\"displayName\":\"Paste JSON as Code\"},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"b63c44fd-0457-4696-99e9-dbfdf70d77de\"},\"displayName\":\"Live Server\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"styled-components.vscode-styled-components\",\"uuid\":\"22a740c5-ec07-4bf0-a58f-1a38aabea310\"},\"displayName\":\"vscode-styled-components\"},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"displayName\":\"Error Lens\"},{\"identifier\":{\"id\":\"vue.volar\",\"uuid\":\"a5223b43-8621-4351-a14e-3d560f85f277\"},\"displayName\":\"Vue Language Features (Volar)\"},{\"identifier\":{\"id\":\"w88975.code-translate\",\"uuid\":\"8788dc4f-5d4a-443e-8240-bb9b56a6b6ad\"},\"displayName\":\"Code Translate\"},{\"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\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\"}]","globalState":"{\"storage\":{\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolder\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"scmClone\\\":{\\\"done\\\":true},\\\"splitview\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#openFolderMac\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.sidebars\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.commitGraph\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.welcome#gitlens.welcome.additional\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"scm\\\":{\\\"done\\\":true},\\\"profiles\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.createNewNotebook\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome2#python.createPythonFolder\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.openrecent\\\":{\\\"done\\\":true}}\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1689131819230,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.sidebars\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.commitGraph\\\",\\\"gitlens.welcome.workspaces\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.labs\\\",\\\"gitlens.welcome.preview\\\",\\\"gitlens.welcome.trial\\\",\\\"gitlens.welcome.services\\\",\\\"gitlens.welcome.additional\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1689131819230,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1690434096324,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1693019848000,\\\"stepIDs\\\":[\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome2\\\",{\\\"firstSeen\\\":1693019848000,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment2\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1693019848000,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.panel.alignment\":\"center\",\"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\\\":false,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.copilot-sidebar-webview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.mongoDB\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.weixin-read\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.wmeimobBar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cloudmusic\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.read-book-status-bar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.treeView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.leetcode\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.mm-proxy\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.browser-preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.copilot-labs\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.console-ninja\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.tabnine-access\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.wallaby\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.chatgpt-vscode-plugin\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.makefile__viewContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.aws-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.json-views\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.chatgpt-vscode-view-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.tabnine\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.aws-console\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.panel.chatSidebar.copilot\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.compare:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.search:explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"xmlTreeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"miniprogram-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetTree\\\",\\\"isHidden\\\":false},{\\\"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},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vueComponentPreview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"leetCodeExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"chatgpt-vscode-plugin.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.authenticate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.loading\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"dbaeumer.vscode-eslint\\\",\\\"status.workspaceTrust.e13d259b5e6628302013041c2dff5d0d\\\",\\\"status.workspaceTrust.98cf281ee8e7bebf844383f97f96c773\\\",\\\"status.workspaceTrust.1637288408933\\\",\\\"status.workspaceTrust.26692ba7e50d237e238e66199bc73e49\\\",\\\"status.workspaceTrust.8b23e2704dda156530795bdc024b71ae\\\",\\\"status.workspaceTrust.1637542463925\\\",\\\"status.workspaceTrust.1637561982819\\\",\\\"status.workspaceTrust.1637659975134\\\",\\\"status.workspaceTrust.1637891616335\\\",\\\"status.workspaceTrust.333a6ab5edd6d879d190b6d9104d75b5\\\",\\\"status.workspaceTrust.1638252826678\\\",\\\"status.workspaceTrust.1638252826694\\\",\\\"status.workspaceTrust.1638253199415\\\",\\\"status.workspaceTrust.1638259498200\\\",\\\"status.workspaceTrust.1638259568492\\\",\\\"status.workspaceTrust.1638259718337\\\",\\\"status.workspaceTrust.1638517681866\\\",\\\"status.workspaceTrust.63f5531d531dde443467755a918a6454\\\",\\\"status.workspaceTrust.1638520777885\\\",\\\"status.workspaceTrust.1638520974037\\\",\\\"status.workspaceTrust.1638522148781\\\",\\\"status.workspaceTrust.1638756651909\\\",\\\"status.workspaceTrust.1638968721781\\\",\\\"status.workspaceTrust.1638973468442\\\",\\\"status.workspaceTrust.1f466142070b06714d8ce85ed98625bd\\\",\\\"status.workspaceTrust.1638983263535\\\",\\\"status.workspaceTrust.1639012105034\\\",\\\"status.workspaceTrust.35221f9a3c98a226040bbb0e8b3d174e\\\",\\\"status.workspaceTrust.1639013537506\\\",\\\"status.workspaceTrust.50ba03c138aaad084c7f0b88f94c77c1\\\",\\\"status.workspaceTrust.1639060150273\\\",\\\"status.workspaceTrust.1639098568450\\\",\\\"status.extensionMessage\\\",\\\"status.workspaceTrust.1639541105778\\\",\\\"status.workspaceTrust.377413a286916a2b73fee03306c5efea\\\",\\\"status.workspaceTrust.1639544887959\\\",\\\"status.workspaceTrust.1639638730333\\\",\\\"status.workspaceTrust.154bb8f0bae70d807454b2fd2afdfd88\\\",\\\"status.workspaceTrust.1639977996075\\\",\\\"status.workspaceTrust.1639978077692\\\",\\\"status.workspaceTrust.f9dcc315dd775e4b688b6a3b1edb63b1\\\",\\\"status.workspaceTrust.1640006501055\\\",\\\"status.workspaceTrust.7624c4776da9e36010b726e75531aaf1\\\",\\\"status.workspaceTrust.7172f0d7a1678f98119f2e3fc22834f9\\\",\\\"status.workspaceTrust.1640339057274\\\",\\\"status.workspaceTrust.1640566835597\\\",\\\"status.workspaceTrust.1640594346498\\\",\\\"status.workspaceTrust.1640673986355\\\",\\\"status.workspaceTrust.1640683298139\\\",\\\"status.workspaceTrust.7fc711188ddde614a96c322cfea0d3c4\\\",\\\"status.workspaceTrust.1640841378477\\\",\\\"status.workspaceTrust.25c1fd4cb32bebb9655e8ac710190308\\\",\\\"status.workspaceTrust.c49d93fe9cae7c45421be9984c32a856\\\",\\\"status.workspaceTrust.1640843112127\\\",\\\"status.workspaceTrust.fc902126082b650f9833e4550ad521f6\\\",\\\"status.workspaceTrust.1641274181589\\\",\\\"status.workspaceTrust.1641345191594\\\",\\\"status.workspaceTrust.1641353383667\\\",\\\"status.workspaceTrust.1641450513673\\\",\\\"status.workspaceTrust.1641450523438\\\",\\\"status.workspaceTrust.1641452767895\\\",\\\"status.workspaceTrust.1641516866624\\\",\\\"status.workspaceTrust.1641784813191\\\",\\\"status.workspaceTrust.1641864698143\\\",\\\"status.workspaceTrust.1641904051156\\\",\\\"status.workspaceTrust.1641904194288\\\",\\\"status.workspaceTrust.1641904482104\\\",\\\"status.workspaceTrust.1641965786031\\\",\\\"status.workspaceTrust.1641976406870\\\",\\\"status.workspaceTrust.1641979453897\\\",\\\"status.workspaceTrust.aefb9d1b488ed50c2dd35b40f77dcd3d\\\",\\\"status.workspaceTrust.1642136968534\\\",\\\"status.workspaceTrust.1642570664077\\\",\\\"status.workspaceTrust.1642571004270\\\",\\\"status.workspaceTrust.1642571221348\\\",\\\"status.workspaceTrust.1642667096053\\\",\\\"status.workspaceTrust.70c17377e060a1835d0745668c44a114\\\",\\\"status.workspaceTrust.1643546242023\\\",\\\"status.workspaceTrust.1644200440559\\\",\\\"status.workspaceTrust.1644200589158\\\",\\\"status.workspaceTrust.1644371880603\\\",\\\"status.workspaceTrust.2799232b7ede094f89ea979d04cc57bf\\\",\\\"status.workspaceTrust.1645713968632\\\",\\\"status.workspaceTrust.1645714321909\\\",\\\"status.workspaceTrust.454925e0f6f5d79a30039e44c84a205a\\\",\\\"status.workspaceTrust.1645954378466\\\",\\\"status.workspaceTrust.1abea1c55f5cd7bf11d3fb7741fcc239\\\",\\\"status.workspaceTrust.8fe44b44bbb79495a895952763901340\\\",\\\"status.workspaceTrust.1646382996659\\\",\\\"status.workspaceTrust.1647053218835\\\",\\\"status.workspaceTrust.1647071217086\\\",\\\"status.workspaceTrust.1647072656206\\\",\\\"status.workspaceTrust.d714950799b2956f930f023bfc4ab6d9\\\",\\\"status.workspaceTrust.1650090501122\\\",\\\"status.workspaceTrust.c224ebd8dda03c5e83eb42053fc61a6c\\\",\\\"status.workspaceTrust.033963d3438c6aa03f5f6656eea2adc3\\\",\\\"status.workspaceTrust.1650099059270\\\",\\\"status.workspaceTrust.071c4f8eb89c23452eee8aa8f04f8cf6\\\",\\\"status.workspaceTrust.1650099241193\\\",\\\"status.workspaceTrust.fb6034de100ce2485f3579e9882abffa\\\",\\\"status.workspaceTrust.1650099601756\\\",\\\"status.workspaceTrust.c22b6409959d70c26aed30d3ceb3c819\\\",\\\"status.workspaceTrust.1650101311678\\\",\\\"status.workspaceTrust.1650102175907\\\",\\\"status.workspaceTrust.1166a839b2e04773bcbf296b9e0a64a4\\\",\\\"status.workspaceTrust.1650263292628\\\",\\\"status.workspaceTrust.d94e350245c7bf0f0d0624d8cb7df219\\\",\\\"status.workspaceTrust.1650263768468\\\",\\\"status.workspaceTrust.6181a20eb6ec3ad23c116ef80389da0a\\\",\\\"status.workspaceTrust.1650341149545\\\",\\\"status.workspaceTrust.1650438277613\\\",\\\"status.workspaceTrust.1650440509408\\\",\\\"status.workspaceTrust.1650444985823\\\",\\\"status.workspaceTrust.2004f8617e39b2dbac4f98575455f203\\\",\\\"status.workspaceTrust.1650446047356\\\",\\\"status.workspaceTrust.1650595840103\\\",\\\"status.workspaceTrust.1650596176999\\\",\\\"status.workspaceTrust.1650600136588\\\",\\\"status.workspaceTrust.1650617600504\\\",\\\"status.workspaceTrust.3b00db218745786930afdce1ab56e361\\\",\\\"status.workspaceTrust.e8a35f0c46c41b8a20ad381720641eca\\\",\\\"status.workspaceTrust.1650618039806\\\",\\\"status.workspaceTrust.53db94ca0fcc4e687792497d225a3a4e\\\",\\\"status.workspaceTrust.1650709175113\\\",\\\"status.workspaceTrust.89b6652e0790fcc52d44b962f8c08455\\\",\\\"status.workspaceTrust.1650710597007\\\",\\\"status.workspaceTrust.1650724380679\\\",\\\"status.workspaceTrust.1650951299055\\\",\\\"status.workspaceTrust.4bcf95e0f2ce975364c83c1af0a51e33\\\",\\\"status.workspaceTrust.1651650943093\\\",\\\"status.workspaceTrust.b7f9ee1f10f450b400ec3531d0a9ba3c\\\",\\\"status.workspaceTrust.1651732494797\\\",\\\"status.workspaceTrust.1651734895190\\\",\\\"status.workspaceTrust.16dab97c88bb2da6927af77109ec2c7a\\\",\\\"status.workspaceTrust.1651741043412\\\",\\\"status.workspaceTrust.1651800528404\\\",\\\"status.workspaceTrust.1651815337686\\\",\\\"status.workspaceTrust.1651892764225\\\",\\\"status.workspaceTrust.0c6f8582ddd3a4062deaa4445e2f1953\\\",\\\"status.workspaceTrust.1652235232414\\\",\\\"status.workspaceTrust.1652689251234\\\",\\\"status.workspaceTrust.1652852069550\\\",\\\"status.workspaceTrust.1653366974665\\\",\\\"status.workspaceTrust.1653891455311\\\",\\\"status.workspaceTrust.49d530625f62eae75ab7622336ab1db3\\\",\\\"status.workspaceTrust.1653883081251\\\",\\\"status.workspaceTrust.32b200399d021d60ec4452cb049b0c25\\\",\\\"status.workspaceTrust.1661329408289\\\",\\\"status.workspaceTrust.1661329407083\\\",\\\"status.workspaceTrust.1661329407895\\\",\\\"status.workspaceTrust.1661330860262\\\",\\\"status.workspaceTrust.d1b7af8a17718c183f29b7bd81ac527e\\\",\\\"status.workspaceTrust.1661333867581\\\",\\\"status.workspaceTrust.96002ad1efd9266f6a72a5e1dd440887\\\",\\\"status.workspaceTrust.1661348818155\\\",\\\"status.workspaceTrust.243b1e721ac2fa2366979730463bbb21\\\",\\\"status.workspaceTrust.1661357099270\\\",\\\"status.workspaceTrust.1661420523744\\\",\\\"status.workspaceTrust.1661430616570\\\",\\\"status.workspaceTrust.1661479447607\\\",\\\"status.workspaceTrust.1661479446933\\\",\\\"status.workspaceTrust.ed1274716238c124cc612a615dc776ed\\\",\\\"status.workspaceTrust.1661479690572\\\",\\\"status.workspaceTrust.1661480250077\\\",\\\"status.workspaceTrust.d39dd2ce8954724020c818103d4c9876\\\",\\\"status.workspaceTrust.52b0687b07ba1569c6e552b0799b12c9\\\",\\\"status.workspaceTrust.0e511d5941aa0de01b1e145d6b8dbdde\\\",\\\"status.workspaceTrust.5d43dd6bfcf30bbc3fc1190264004ab2\\\",\\\"status.workspaceTrust.1661760465043\\\",\\\"status.workspaceTrust.1661914758796\\\",\\\"status.workspaceTrust.1661944794496\\\",\\\"status.workspaceTrust.f6fb4404ef495e6f19a7f92251297db9\\\",\\\"status.workspaceTrust.1662618398936\\\",\\\"status.workspaceTrust.7752164f04e055bb188e74538c4495c2\\\",\\\"status.workspaceTrust.7a2e516d3f2efa024a6c2ac7ee367ba4\\\",\\\"status.workspaceTrust.1663312280334\\\",\\\"status.workspaceTrust.1663312280693\\\",\\\"status.workspaceTrust.1663312280884\\\",\\\"status.workspaceTrust.1663313675330\\\",\\\"status.workspaceTrust.33f890a66e395140f0c087fc02bbac3a\\\",\\\"status.workspaceTrust.1663836297758\\\",\\\"status.workspaceTrust.1664329291680\\\",\\\"status.workspaceTrust.b11e9883c75a1b242bdf33696d33caf5\\\",\\\"status.workspaceTrust.348b68bdba8d985df7813c328d7d1b4c\\\",\\\"status.workspaceTrust.1665385852151\\\",\\\"status.workspaceTrust.1665551012846\\\",\\\"status.workspaceTrust.1665553009082\\\",\\\"status.workspaceTrust.1665577912009\\\",\\\"status.workspaceTrust.1665664506379\\\",\\\"status.workspaceTrust.1665714897671\\\",\\\"status.workspaceTrust.1665899172785\\\",\\\"status.workspaceTrust.1665899193441\\\",\\\"status.workspaceTrust.1665899468817\\\",\\\"status.workspaceTrust.1665924724975\\\",\\\"status.workspaceTrust.1666077411187\\\",\\\"status.workspaceTrust.1666256954870\\\",\\\"status.workspaceTrust.1666449732543\\\",\\\"status.workspaceTrust.1666596433909\\\",\\\"status.workspaceTrust.1666597696922\\\",\\\"status.workspaceTrust.1666788207254\\\",\\\"status.workspaceTrust.99d8ced92e160b4a2e138d0c2e8af855\\\",\\\"status.workspaceTrust.1666854093795\\\",\\\"status.workspaceTrust.1666857863345\\\",\\\"status.workspaceTrust.1666859136036\\\",\\\"status.workspaceTrust.1666946740523\\\",\\\"status.workspaceTrust.1667014774066\\\",\\\"status.workspaceTrust.1667018079909\\\",\\\"status.workspaceTrust.1667018822304\\\",\\\"status.workspaceTrust.1667047082465\\\",\\\"status.workspaceTrust.1667054394653\\\",\\\"status.workspaceTrust.1667054441472\\\",\\\"status.workspaceTrust.1667055008003\\\",\\\"status.workspaceTrust.1667199691202\\\",\\\"status.workspaceTrust.1667362673224\\\",\\\"status.workspaceTrust.1667369044065\\\",\\\"status.workspaceTrust.1667631991818\\\",\\\"status.workspaceTrust.1fdeb4b076c72e90914863dc5d276157\\\",\\\"status.workspaceTrust.1668845704673\\\",\\\"status.workspaceTrust.0d8818b4f7a140adf42fd5caf227a7a4\\\",\\\"status.workspaceTrust.1668876352025\\\",\\\"status.workspaceTrust.c9b7ec1a33da9e21afa1bcb8d140a660\\\",\\\"status.workspaceTrust.a5be066717b602ce5c6f912c605f3270\\\",\\\"status.workspaceTrust.1668908587320\\\",\\\"status.workspaceTrust.1668995484539\\\",\\\"status.workspaceTrust.35d75d7787c43a8b5d7000367fb0ef45\\\",\\\"status.workspaceTrust.10c36eb7bae7945135b5d1881ac21cc3\\\",\\\"status.workspaceTrust.aa089fac42972c92258850fc557ea901\\\",\\\"status.workspaceTrust.3f27f0555a3837727a70243607b97c6d\\\",\\\"status.workspaceTrust.1669093349679\\\",\\\"status.workspaceTrust.0e408dc883f06e9cee95b84cfdb772e5\\\",\\\"status.workspaceTrust.1669094046046\\\",\\\"status.workspaceTrust.c071bdfde2692f501dfc269d57d521fb\\\",\\\"status.workspaceTrust.1669172653498\\\",\\\"status.workspaceTrust.5c9c372a56766cf47d894b54e49177a7\\\",\\\"status.workspaceTrust.a9a9f7fbde0cd7d0fa1e977f7cd8221f\\\",\\\"status.workspaceTrust.891ce03db1497e586966bfd15c8e46cd\\\",\\\"status.workspaceTrust.bd354487ebb6baef3f53aca13df3a25a\\\",\\\"status.workspaceTrust.1669270717779\\\",\\\"status.workspaceTrust.b4e6bfd993c5320c0caa020c700d24c3\\\",\\\"status.workspaceTrust.4c3e7972685592c84e3ebdfc01734a3c\\\",\\\"status.workspaceTrust.1669301992088\\\",\\\"status.workspaceTrust.a44578d9136893030fd9cb0db8df5533\\\",\\\"status.workspaceTrust.fee5222fea7e700092642325ecf7d3e0\\\",\\\"status.workspaceTrust.33b79533aa9a5df702e1ca25984d5524\\\",\\\"status.workspaceTrust.1669340842347\\\",\\\"status.workspaceTrust.45027b0bd2baea31858994eae793d710\\\",\\\"status.workspaceTrust.4551ef4347c8ca7bca475a9b74970475\\\",\\\"status.workspaceTrust.1669613426046\\\",\\\"status.workspaceTrust.1669699634948\\\",\\\"status.workspaceTrust.1669771143065\\\",\\\"status.workspaceTrust.1669790401983\\\",\\\"status.workspaceTrust.7fb0e666a28e4e7dd7c13eb6a71f8de6\\\",\\\"status.workspaceTrust.1670203907508\\\",\\\"status.workspaceTrust.1670218293156\\\",\\\"status.workspaceTrust.1670297539391\\\",\\\"status.workspaceTrust.1670305922067\\\",\\\"status.workspaceTrust.c841d3a25f03495d621fa6108baa1d0f\\\",\\\"status.workspaceTrust.1670319305273\\\",\\\"status.workspaceTrust.1670376839714\\\",\\\"status.workspaceTrust.ea3166575a0332f20854481bf35bf604\\\",\\\"status.workspaceTrust.1670378075836\\\",\\\"status.workspaceTrust.d39858c7e203f23964def2958e7b182c\\\",\\\"status.workspaceTrust.10eb284310a1484dcf907ddd56a30621\\\",\\\"status.workspaceTrust.1670387024881\\\",\\\"status.workspaceTrust.dbe7308b69695221b5a41bdde9dae24f\\\",\\\"status.workspaceTrust.1670396737327\\\",\\\"status.workspaceTrust.1670423129865\\\",\\\"status.workspaceTrust.1670462067526\\\",\\\"status.workspaceTrust.1670462318365\\\",\\\"status.workspaceTrust.1ca7f9e0c93ac448fa31f033da97a980\\\",\\\"status.workspaceTrust.b1a37466735766f0c8ea5691e78ee461\\\",\\\"status.workspaceTrust.1670552122678\\\",\\\"status.workspaceTrust.1670564066536\\\",\\\"status.workspaceTrust.1670569704174\\\",\\\"status.workspaceTrust.1670576108375\\\",\\\"status.workspaceTrust.89bd3d7d9f9eb56bd444acfcb1ca9756\\\",\\\"status.workspaceTrust.3d570fab25cdbb9101531a2b6bcc2d5c\\\",\\\"status.workspaceTrust.e0bf6f06d82b58a8cdddf0537147b482\\\",\\\"status.workspaceTrust.1670776697642\\\",\\\"status.workspaceTrust.1670823065423\\\",\\\"status.workspaceTrust.acbb64ab6a4c78399c7c29bdac1f441f\\\",\\\"status.workspaceTrust.6dbc678f9eb28104c395c6f5a15f5c4e\\\",\\\"status.workspaceTrust.bfd40b8d2b0564381c8b10692d906463\\\",\\\"status.workspaceTrust.1671763693863\\\",\\\"status.workspaceTrust.1671771704969\\\",\\\"status.workspaceTrust.1671776439373\\\",\\\"status.workspaceTrust.975845b6dd6c9ec92f0cd4243a7e5eed\\\",\\\"status.workspaceTrust.1672197220881\\\",\\\"status.workspaceTrust.1672218840827\\\",\\\"status.workspaceTrust.1672221275345\\\",\\\"status.workspaceTrust.1672291049658\\\",\\\"status.workspaceTrust.1672293373548\\\",\\\"status.workspaceTrust.01a6e157a3531747607a4037892ec383\\\",\\\"status.workspaceTrust.f0e0f383235961d072a17ae83c709e0a\\\",\\\"status.workspaceTrust.1672310366673\\\",\\\"status.workspaceTrust.1672362596921\\\",\\\"status.workspaceTrust.6c414f93440578764a86cf9af923827b\\\",\\\"status.workspaceTrust.1672723089847\\\",\\\"status.workspaceTrust.1672727588756\\\",\\\"status.workspaceTrust.dc5452806c145b9621ca48319462bfc4\\\",\\\"status.workspaceTrust.53eef5e55035009998243fde1e168dcc\\\",\\\"status.workspaceTrust.bb5b35ccc03b10d3668b3e70f2da7964\\\",\\\"status.workspaceTrust.79920a644134370158c59d95467689f5\\\",\\\"status.workspaceTrust.1672809757667\\\",\\\"status.workspaceTrust.275df4cd4dc9ae7fc37ef8316c57e567\\\",\\\"status.workspaceTrust.85e0b3f6c4791540d0ad9b21e65ee8c1\\\",\\\"status.workspaceTrust.53503bacfc89c08d0d51ab302eabdde1\\\",\\\"status.workspaceTrust.6b75f7d654cf0392cfa33b249c492cb2\\\",\\\"status.workspaceTrust.1672827137609\\\",\\\"status.workspaceTrust.b17ed264b004644d6bc752708e42bb69\\\",\\\"status.workspaceTrust.1672889991779\\\",\\\"status.workspaceTrust.f1a857a49983fed0623d9ef120390617\\\",\\\"status.workspaceTrust.1672905347103\\\",\\\"status.workspaceTrust.1672972243073\\\",\\\"status.workspaceTrust.1672987442739\\\",\\\"status.workspaceTrust.1672989935184\\\",\\\"status.workspaceTrust.6a017aece16940c4b716159ec17287d8\\\",\\\"status.workspaceTrust.9ffa2dd5cd539569b152640395c2607e\\\",\\\"status.workspaceTrust.4f882620dd1d3752b594c488df403b8c\\\",\\\"status.workspaceTrust.1673227175942\\\",\\\"status.workspaceTrust.bcaa72199d2638a5d078353db35ec658\\\",\\\"status.workspaceTrust.1673246428289\\\",\\\"status.workspaceTrust.1673330311237\\\",\\\"status.workspaceTrust.1673342037915\\\",\\\"status.workspaceTrust.1673405433891\\\",\\\"status.workspaceTrust.1673409006220\\\",\\\"status.workspaceTrust.1673415735704\\\",\\\"status.workspaceTrust.1673415737945\\\",\\\"status.workspaceTrust.1673509852744\\\",\\\"status.workspaceTrust.1673509855374\\\",\\\"status.workspaceTrust.bd92e6a4aa1ca23780ca5a5198d07e49\\\",\\\"status.workspaceTrust.07b272a057ba68c6da6bc17b5645019f\\\",\\\"status.workspaceTrust.cced885bf7d96b91b4947742991cfb5a\\\",\\\"status.workspaceTrust.1673699083116\\\",\\\"status.workspaceTrust.68c6c08ad8bcea10fd56a8df1a019a54\\\",\\\"status.workspaceTrust.0379384ad67d85aa131dc301125785fa\\\",\\\"status.workspaceTrust.218a5e30752186a4d365e096e6786e4c\\\",\\\"status.workspaceTrust.1674489367839\\\",\\\"status.workspaceTrust.1674489757483\\\",\\\"TabNine.tabnine-vscode\\\",\\\"status.workspaceTrust.6f3236bd5b13d002bacf457957b4a371\\\",\\\"status.workspaceTrust.40ad05b1321847891272d9f8ea2ff234\\\",\\\"status.workspaceTrust.1674655822786\\\",\\\"status.workspaceTrust.37fec735eb7350fe85d24399adae096d\\\",\\\"status.workspaceTrust.1634703831d469aa1f4081a5231d830f\\\",\\\"status.workspaceTrust.23b630cd7be6b7366ccf8bf19f481bfb\\\",\\\"status.workspaceTrust.dbe868fd2271f424a4879c15f7997a35\\\",\\\"status.workspaceTrust.1675180820431\\\",\\\"status.workspaceTrust.c57e3a6141593d65c6009a76b2693916\\\",\\\"status.workspaceTrust.1675230302932\\\",\\\"status.workspaceTrust.1675330083397\\\",\\\"status.workspaceTrust.a23f0cce054904f1c9a47ca9c9ea6c07\\\",\\\"status.workspaceTrust.e931cb2b7d4c8fff572fabc93aae7e0b\\\",\\\"status.workspaceTrust.4db00ee42ba6d37229195a80f3b01824\\\",\\\"status.workspaceTrust.066b13776575e2f6680f6be81db366b3\\\",\\\"status.workspaceTrust.1675671728866\\\",\\\"status.workspaceTrust.187524b3617b3b51bf681968aef5df7a\\\",\\\"status.workspaceTrust.1676007663393\\\",\\\"status.workspaceTrust.62b49b5109fdeac94881cdb2309f3493\\\",\\\"status.workspaceTrust.5152e7d82744457ed8048a025b76466a\\\",\\\"status.workspaceTrust.c93a6633c87bcf96576711ea365ec999\\\",\\\"status.workspaceTrust.51758ab578de511f584e204af55ba6bc\\\",\\\"status.workspaceTrust.2e5606ae57195383785e0c7dc3083545\\\",\\\"status.workspaceTrust.46840f2bec81ed73e5c45b4ecb4768d0\\\",\\\"status.workspaceTrust.52c74777fb81efa55d742984d3f27613\\\",\\\"status.workspaceTrust.1676307986461\\\",\\\"status.workspaceTrust.1676308128589\\\",\\\"status.workspaceTrust.1676308391716\\\",\\\"status.workspaceTrust.1676357455956\\\",\\\"status.workspaceTrust.be47d5042a887bc3856e9c9d3d79d114\\\",\\\"status.workspaceTrust.5f8c9e62461c3ba89bacf2421ac8e746\\\",\\\"status.workspaceTrust.e78f1de701c1abb1946196e2addd3c25\\\",\\\"status.workspaceTrust.b801f740c761074a7c22d4b1d4e306a1\\\",\\\"status.workspaceTrust.d71eb524d32af758bd218762e75359e9\\\",\\\"status.workspaceTrust.bdbca21c90c6a1dfffd104475ce0718c\\\",\\\"status.workspaceTrust.b309d30f0e8eba4f5e2cc4f5c49a2dc0\\\",\\\"status.workspaceTrust.1676444268718\\\",\\\"status.workspaceTrust.8c3e5df85538cd2fb10bac98a7b4f5e3\\\",\\\"status.workspaceTrust.1676444706935\\\",\\\"status.workspaceTrust.219b359c52a1854ff6d1da0b68e576de\\\",\\\"status.workspaceTrust.5b092f8018e58cb01c0539dc63cbba94\\\",\\\"status.workspaceTrust.1676446231611\\\",\\\"status.workspaceTrust.1676447542859\\\",\\\"status.workspaceTrust.1676468564134\\\",\\\"status.workspaceTrust.31864656e40571437f648d144fd3c6c1\\\",\\\"status.workspaceTrust.85b177e495a766213ca792b9ad28a1e3\\\",\\\"status.workspaceTrust.1676469897068\\\",\\\"status.workspaceTrust.87844da828c55843a7c8a927c9ba865c\\\",\\\"status.workspaceTrust.1676510479559\\\",\\\"status.workspaceTrust.1676524879047\\\",\\\"status.workspaceTrust.009f1da37536627f30bdd5897e29e8ec\\\",\\\"status.workspaceTrust.1676529198829\\\",\\\"status.workspaceTrust.1676529562504\\\",\\\"status.workspaceTrust.1676538026683\\\",\\\"status.workspaceTrust.9fe0e2ae7b75ff651a71c99a08ac5592\\\",\\\"status.workspaceTrust.3581ba56d51c3bdae1704c10f3c134e1\\\",\\\"status.workspaceTrust.1676599212737\\\",\\\"status.workspaceTrust.1676599914038\\\",\\\"status.workspaceTrust.1676814830536\\\",\\\"status.workspaceTrust.1676957394861\\\",\\\"status.workspaceTrust.dc14a75e0ccd8845520ea7951edf964b\\\",\\\"status.workspaceTrust.1677031467032\\\",\\\"status.workspaceTrust.1677048063701\\\",\\\"status.workspaceTrust.3f6e45d5d14de47805e6478f13c7a42e\\\",\\\"status.workspaceTrust.1677048595594\\\",\\\"status.workspaceTrust.1677053336078\\\",\\\"status.workspaceTrust.1677214871019\\\",\\\"status.workspaceTrust.1677222667838\\\",\\\"status.workspaceTrust.f8ae2f201da6a301b895156832f89087\\\",\\\"status.workspaceTrust.1677466746677\\\",\\\"status.workspaceTrust.347e1f7e5adc049c1ecd18f52e613653\\\",\\\"status.workspaceTrust.1677466932947\\\",\\\"status.workspaceTrust.1677563256052\\\",\\\"status.workspaceTrust.1677563262036\\\",\\\"status.workspaceTrust.1677566403531\\\",\\\"status.workspaceTrust.ea07f27c40cb84c2617f66d7130085e3\\\",\\\"status.workspaceTrust.1677578650556\\\",\\\"status.workspaceTrust.f0295718d5a1c02bf5a3481669fd7c68\\\",\\\"status.workspaceTrust.1677637405418\\\",\\\"status.workspaceTrust.a3b82f82c4b98b95e5f7de2d174d1806\\\",\\\"status.workspaceTrust.1677673418153\\\",\\\"status.workspaceTrust.ef77d60437f26e9b58ae5e39d6318ad7\\\",\\\"status.workspaceTrust.1677772333286\\\",\\\"status.workspaceTrust.1677773233362\\\",\\\"status.workspaceTrust.1677832755082\\\",\\\"status.workspaceTrust.6718b9c647aa6bf973469d92a2ff94aa\\\",\\\"status.workspaceTrust.1677835432540\\\",\\\"status.workspaceTrust.b2b48c8641cf8fb0fc2152ca99e97a65\\\",\\\"status.workspaceTrust.1678072554009\\\",\\\"status.workspaceTrust.69e9f1064864daf1e48e96410405aa38\\\",\\\"status.workspaceTrust.1678080843863\\\",\\\"status.workspaceTrust.e8ce1b494ec9ee9d8095284c9643f442\\\",\\\"status.workspaceTrust.f14eba8fd78c9b9d0b7f26523d3be02e\\\",\\\"status.workspaceTrust.1678083579627\\\",\\\"status.workspaceTrust.035e95e9a6f1439a46b0ce75b25f6836\\\",\\\"status.workspaceTrust.d5150ae8e9651fe4597513aa1163e4fb\\\",\\\"status.workspaceTrust.1678085611044\\\",\\\"status.workspaceTrust.1678090249081\\\",\\\"status.workspaceTrust.1678091141746\\\",\\\"status.workspaceTrust.1678097905424\\\",\\\"status.workspaceTrust.711013fc25000f0cf799d8524ab55779\\\",\\\"status.workspaceTrust.49efb6f0fb56da4bd49138cb1042d8b6\\\",\\\"status.workspaceTrust.1678157509483\\\",\\\"status.workspaceTrust.1678158349242\\\",\\\"status.workspaceTrust.87bbe8d09ae3d01c649b7933feca73bc\\\",\\\"status.workspaceTrust.1678240948160\\\",\\\"status.workspaceTrust.7d027dafadaba8a0552ade09b0611817\\\",\\\"status.workspaceTrust.1678264170991\\\",\\\"status.workspaceTrust.1678264934204\\\",\\\"status.workspaceTrust.545f1727d96d78bfaae96d475b984d02\\\",\\\"status.workspaceTrust.1678265456986\\\",\\\"status.workspaceTrust.1678266406783\\\",\\\"status.workspaceTrust.588e49268a70542cedc5a8a3b4cc4858\\\",\\\"status.workspaceTrust.ee2a75ab5cc175d1f5b57e773344f74e\\\",\\\"status.workspaceTrust.1678272548949\\\",\\\"status.workspaceTrust.f11e6a52194c467cae2b9ce479a3269c\\\",\\\"status.workspaceTrust.1678330103623\\\",\\\"status.workspaceTrust.1678335071637\\\",\\\"status.workspaceTrust.1678341890148\\\",\\\"status.workspaceTrust.1678347182165\\\",\\\"status.workspaceTrust.1678351708897\\\",\\\"status.workspaceTrust.1678355842211\\\",\\\"status.workspaceTrust.1678376643995\\\",\\\"status.workspaceTrust.d5e75251e6bfb184f73adea1a64c5a24\\\",\\\"status.workspaceTrust.1678380699453\\\",\\\"status.workspaceTrust.c50a9a76ddc906386bdb59205b9b41ac\\\",\\\"status.workspaceTrust.faae00770737a16b5ff7c732f9c723f9\\\",\\\"status.workspaceTrust.1678425936301\\\",\\\"status.workspaceTrust.1678426942419\\\",\\\"status.workspaceTrust.1678427870025\\\",\\\"status.workspaceTrust.a1fc9fb1d6a7b4aa7547370ed8906edd\\\",\\\"status.workspaceTrust.1678433721608\\\",\\\"status.workspaceTrust.1678435758428\\\",\\\"status.workspaceTrust.b1a4ad1f76b41d9a1dd3e4366fa18bd1\\\",\\\"status.workspaceTrust.442f5bdcbb107943374ed88a27c2798f\\\",\\\"status.workspaceTrust.bbd7bf01ddb17e2c17e1d8c116bfa8c4\\\",\\\"status.workspaceTrust.7f0a69d307c9c0d6a56727fc4a731e56\\\",\\\"status.workspaceTrust.1678700851703\\\",\\\"status.workspaceTrust.1678701857767\\\",\\\"status.workspaceTrust.1678757435842\\\",\\\"status.workspaceTrust.1678761766200\\\",\\\"status.workspaceTrust.1678771805098\\\",\\\"status.workspaceTrust.1678785048564\\\",\\\"status.workspaceTrust.1678870149337\\\",\\\"status.workspaceTrust.1678876000423\\\",\\\"status.workspaceTrust.5f9c573d16a93966eba0d89fe28f557e\\\",\\\"status.workspaceTrust.9105c5433d303d6b54f946c63d081f2c\\\",\\\"status.workspaceTrust.1678933112157\\\",\\\"status.workspaceTrust.72eef2249e2f48c94b10217eea42e80f\\\",\\\"status.workspaceTrust.1679019512291\\\",\\\"status.workspaceTrust.367a484dff3cc9c4d1020cf3438812fd\\\",\\\"status.workspaceTrust.1679289992697\\\",\\\"status.workspaceTrust.1679475008347\\\",\\\"status.workspaceTrust.1679477253169\\\",\\\"status.workspaceTrust.1679622621731\\\",\\\"status.workspaceTrust.ce7b3d9728474403fbaacb3585377963\\\",\\\"status.workspaceTrust.63d11c719a977613ed11250420a00976\\\",\\\"status.workspaceTrust.1679646358099\\\",\\\"status.workspaceTrust.1679885936934\\\",\\\"status.workspaceTrust.b27d47e42d15952aa2fb2785d2b59d53\\\",\\\"status.workspaceTrust.1679893527885\\\",\\\"status.workspaceTrust.fa3830a74525ac2553caa1f7ece2d03d\\\",\\\"status.workspaceTrust.1679903221801\\\",\\\"status.workspaceTrust.1679904619002\\\",\\\"status.workspaceTrust.8eddcebe58539a276feb74c736a67a75\\\",\\\"status.workspaceTrust.1680166893767\\\",\\\"status.workspaceTrust.1680167077328\\\",\\\"status.workspaceTrust.eb85ffa988e8a282f49be6dfaae0000c\\\",\\\"status.workspaceTrust.a03b6cb3dc4c6f72d0f9e34e95ac814f\\\",\\\"status.workspaceTrust.ee57b3787fc36a59081c4d87899e5327\\\",\\\"status.workspaceTrust.aa5639379926c435304384541f7fe974\\\",\\\"status.workspaceTrust.1680256063499\\\",\\\"status.workspaceTrust.1680438268149\\\",\\\"status.workspaceTrust.1680488252872\\\",\\\"status.workspaceTrust.70ce4f55bb51816a989037e9d0b1c9a3\\\",\\\"status.workspaceTrust.1680496930502\\\",\\\"status.workspaceTrust.1680498376781\\\",\\\"status.workspaceTrust.1680498706232\\\",\\\"status.workspaceTrust.4e95c28046c940203333f8e8060e2f91\\\",\\\"status.workspaceTrust.f847ad6d651fb4bf7136f6c15e03573d\\\",\\\"status.workspaceTrust.1680578628129\\\",\\\"status.workspaceTrust.1680627144939\\\",\\\"status.workspaceTrust.00048230f584c49c8b8f2a94535fc71b\\\",\\\"status.workspaceTrust.1680747262762\\\",\\\"status.workspaceTrust.1680747887514\\\",\\\"status.workspaceTrust.1680764231169\\\",\\\"status.workspaceTrust.08b0e79c42c62e2f2a0643b9a9b03fdf\\\",\\\"status.workspaceTrust.1680766635074\\\",\\\"status.workspaceTrust.951957ffe3bb2c92e4f1d99d018faf86\\\",\\\"status.workspaceTrust.c7c70eafa390cd0d9d25f385a2151966\\\",\\\"status.workspaceTrust.1680836175784\\\",\\\"status.workspaceTrust.1680837506352\\\",\\\"status.workspaceTrust.1680855111965\\\",\\\"status.workspaceTrust.1680855130016\\\",\\\"status.workspaceTrust.dfd24031a78620f1609015f5577bf9e3\\\",\\\"status.workspaceTrust.1680857463112\\\",\\\"status.workspaceTrust.1681089115626\\\",\\\"status.workspaceTrust.1681111616832\\\",\\\"status.workspaceTrust.1681112114977\\\",\\\"status.workspaceTrust.af117b299200058756f1c7b9b2ab2287\\\",\\\"status.workspaceTrust.1681118144582\\\",\\\"status.workspaceTrust.7e65dc5cc9c085e05babd3e461dc0de2\\\",\\\"status.workspaceTrust.1681179440202\\\",\\\"status.workspaceTrust.df6ba604d090a7c0abf997377f5612b6\\\",\\\"status.workspaceTrust.1681264883670\\\",\\\"status.workspaceTrust.9bd8da88f2216931802331c2e58ea502\\\",\\\"status.workspaceTrust.1681273497044\\\",\\\"status.workspaceTrust.1681274916690\\\",\\\"status.workspaceTrust.1681275091777\\\",\\\"status.workspaceTrust.1681309187042\\\",\\\"status.workspaceTrust.1681351195891\\\",\\\"status.workspaceTrust.1681355584091\\\",\\\"status.workspaceTrust.1c71c94cd697ef1dac41b7ba58e8e511\\\",\\\"status.workspaceTrust.1681436794452\\\",\\\"status.workspaceTrust.1681437894779\\\",\\\"status.workspaceTrust.1681457435426\\\",\\\"status.workspaceTrust.1681457540347\\\",\\\"status.workspaceTrust.625229c12b0d17bf0bad08f2965cf164\\\",\\\"status.workspaceTrust.3b65738a80e9bec5aff410c6d292b0cf\\\",\\\"status.workspaceTrust.1681463012258\\\",\\\"status.workspaceTrust.704b6fe64ba0ca92b0081b9669c1a099\\\",\\\"status.workspaceTrust.86433f918aa0d49375019522c85b1030\\\",\\\"status.workspaceTrust.ec4510b80cbb540c637a33e2e3cc7950\\\",\\\"status.workspaceTrust.1681465001724\\\",\\\"status.workspaceTrust.9c59322d966f7dad65a2892f0ac62286\\\",\\\"status.workspaceTrust.1681709293323\\\",\\\"status.workspaceTrust.1681717548759\\\",\\\"status.workspaceTrust.1681717822590\\\",\\\"status.workspaceTrust.f8e1cf9637d907c702af537abd074538\\\",\\\"status.workspaceTrust.20e413f284f49740b4fac56b38879906\\\",\\\"status.workspaceTrust.1681720418267\\\",\\\"status.workspaceTrust.1681722261785\\\",\\\"status.workspaceTrust.f8314e719fb1d898af5b8b31cd224c49\\\",\\\"status.workspaceTrust.5756a73def7ae75d2ad3ab08c59a8704\\\",\\\"status.workspaceTrust.1681781169751\\\",\\\"status.workspaceTrust.1681782486032\\\",\\\"status.workspaceTrust.1681783569863\\\",\\\"status.workspaceTrust.51efbb604caa7cb1c2774e56a9b7ffa6\\\",\\\"status.workspaceTrust.1681953188754\\\",\\\"status.workspaceTrust.1681968711103\\\",\\\"status.workspaceTrust.445c67bf06a169da3b8edaf86deaeaea\\\",\\\"status.workspaceTrust.1681969957461\\\",\\\"status.workspaceTrust.d108608b90966f4c08f553fb6319835f\\\",\\\"status.workspaceTrust.6eab7d49293856dda6a087cda17cba1b\\\",\\\"status.workspaceTrust.24f051b83784d3b46fa3daac4da01d8e\\\",\\\"status.workspaceTrust.d5fe6080c33a27fa18dab72a083e429c\\\",\\\"status.workspaceTrust.1681975231833\\\",\\\"status.workspaceTrust.145a873d3dfdd4995c095565a90b6489\\\",\\\"status.workspaceTrust.1681978313896\\\",\\\"status.workspaceTrust.1681980386502\\\",\\\"status.workspaceTrust.1681981765834\\\",\\\"status.workspaceTrust.f2ca5e9182056794b2132fe7017a68da\\\",\\\"status.workspaceTrust.3b5ff92570239098dfb6379e3d52a31e\\\",\\\"status.workspaceTrust.bad85659642c2fefa3e3a4d97800c545\\\",\\\"status.workspaceTrust.1682041544169\\\",\\\"status.workspaceTrust.1682055563907\\\",\\\"status.workspaceTrust.1682057671771\\\",\\\"status.workspaceTrust.1682062258576\\\",\\\"status.workspaceTrust.1682217645097\\\",\\\"status.workspaceTrust.1682219491145\\\",\\\"status.workspaceTrust.1682224316514\\\",\\\"status.workspaceTrust.8e048e1e8d43ca886fc04503669dde8a\\\",\\\"status.workspaceTrust.1682232225129\\\",\\\"status.workspaceTrust.d6d8c90ffc5029e29d243e20fa47f66f\\\",\\\"status.workspaceTrust.8bb6f8e5923e47e5ed178493dda5fed5\\\",\\\"status.workspaceTrust.1682232532691\\\",\\\"status.workspaceTrust.1682236138452\\\",\\\"status.workspaceTrust.8f88bc831382f19da58ad8e609f73a5a\\\",\\\"status.workspaceTrust.00f78d5e7ed816e8c42d0ebad361744e\\\",\\\"status.workspaceTrust.24c7db0fa7fbfc367cda0a6d486f2a4c\\\",\\\"status.workspaceTrust.1682252449965\\\",\\\"status.workspaceTrust.6add11308dcfd30d4f42680acce2b389\\\",\\\"status.workspaceTrust.1682304556506\\\",\\\"status.workspaceTrust.1682304558366\\\",\\\"status.workspaceTrust.1682323924133\\\",\\\"status.workspaceTrust.1682327258201\\\",\\\"status.workspaceTrust.1682399820478\\\",\\\"status.workspaceTrust.1682399974319\\\",\\\"status.workspaceTrust.1682494397349\\\",\\\"status.workspaceTrust.1682497717044\\\",\\\"status.workspaceTrust.1682560701897\\\",\\\"status.workspaceTrust.1682575293270\\\",\\\"status.workspaceTrust.1682661624486\\\",\\\"status.workspaceTrust.20eff1199ae00f40ca1967ba227ca1bf\\\",\\\"status.workspaceTrust.1683860580406\\\",\\\"status.workspaceTrust.1684151526424\\\",\\\"status.workspaceTrust.1684223655807\\\",\\\"status.workspaceTrust.1684226466452\\\",\\\"status.workspaceTrust.e3b9b7c40423c283adffcc6b684b0a0c\\\",\\\"status.workspaceTrust.1684227033050\\\",\\\"status.workspaceTrust.1684227227699\\\",\\\"status.workspaceTrust.1684227570177\\\",\\\"status.workspaceTrust.7b41cc16cf1b2f3aba4a0e4855031254\\\",\\\"status.workspaceTrust.1684286069751\\\",\\\"status.workspaceTrust.14f25d817843e2bc22388d0c091b9d7a\\\",\\\"status.workspaceTrust.cff42ff45e61a3eadd54b2d163626bde\\\",\\\"status.workspaceTrust.1684293262504\\\",\\\"status.workspaceTrust.1684301171146\\\",\\\"status.workspaceTrust.1684305808215\\\",\\\"status.workspaceTrust.1684312437885\\\",\\\"status.workspaceTrust.1684314243299\\\",\\\"status.workspaceTrust.68d4493b5539c5306b9da45d1924d0d7\\\",\\\"status.workspaceTrust.f1df4aa6a931fff5da8c66f2d7c55e6c\\\",\\\"status.workspaceTrust.1684317498388\\\",\\\"status.workspaceTrust.1684318274279\\\",\\\"status.workspaceTrust.1684458767054\\\",\\\"status.workspaceTrust.1684474810932\\\",\\\"status.workspaceTrust.9dce6977a19d9517d8fffa6504d761a4\\\",\\\"status.workspaceTrust.67292f941bcc8bfcc773bc01ae3036f3\\\",\\\"status.workspaceTrust.1684476503191\\\",\\\"status.workspaceTrust.cb6062180102849a3f6c9aa15f25d61c\\\",\\\"status.workspaceTrust.1684477553277\\\",\\\"status.workspaceTrust.f5d9c2a14ef915cdfbc9df6dbfc47b07\\\",\\\"status.workspaceTrust.1684480187418\\\",\\\"status.workspaceTrust.1684561720293\\\",\\\"status.workspaceTrust.0435eefeed2c77fb4b32f616a601f12e\\\",\\\"status.workspaceTrust.1684732305045\\\",\\\"status.workspaceTrust.1684739450290\\\",\\\"status.workspaceTrust.1684739471425\\\",\\\"status.workspaceTrust.1684810187831\\\",\\\"status.workspaceTrust.1684811408073\\\",\\\"status.workspaceTrust.1684821113390\\\",\\\"status.workspaceTrust.1684823374838\\\",\\\"status.workspaceTrust.1684914246020\\\",\\\"status.workspaceTrust.1684980605210\\\",\\\"status.workspaceTrust.1685323544791\\\",\\\"status.workspaceTrust.1685323568916\\\",\\\"status.workspaceTrust.1685417010296\\\",\\\"status.workspaceTrust.1685423435984\\\",\\\"status.workspaceTrust.1685423601097\\\",\\\"status.workspaceTrust.ad78666c524942b30e2c86e9243ca748\\\",\\\"status.workspaceTrust.1685424483637\\\",\\\"status.workspaceTrust.10623974453c1f662e442774628d052f\\\",\\\"status.workspaceTrust.1685433692811\\\",\\\"status.workspaceTrust.1685581924493\\\",\\\"status.workspaceTrust.1685599935378\\\",\\\"status.workspaceTrust.1685608824894\\\",\\\"status.workspaceTrust.fba48907d7002de1e2441101ca0809fa\\\",\\\"status.workspaceTrust.057debe66cf9d451224ba12485ed664a\\\",\\\"status.workspaceTrust.1685687297903\\\",\\\"status.workspaceTrust.1685687331173\\\",\\\"status.workspaceTrust.1685695127172\\\",\\\"status.workspaceTrust.010a88c484ad9e841df9f1ce7c670af5\\\",\\\"status.workspaceTrust.1685696143854\\\",\\\"status.workspaceTrust.8bdfedf5e997b54f5622b15f572eb560\\\",\\\"status.workspaceTrust.dbda80473ba0377d426975edc260246f\\\",\\\"status.workspaceTrust.7cdc3ff9ed82ed92a922e5f329ab1d48\\\",\\\"status.workspaceTrust.1685699391417\\\",\\\"status.workspaceTrust.1685949037202\\\",\\\"status.workspaceTrust.1686279372371\\\",\\\"status.workspaceTrust.1686287660389\\\",\\\"status.workspaceTrust.1686287665845\\\",\\\"status.workspaceTrust.1686296731607\\\",\\\"status.workspaceTrust.1686548709927\\\",\\\"status.workspaceTrust.1686552731866\\\",\\\"status.workspaceTrust.1686556004852\\\",\\\"status.workspaceTrust.1686621146816\\\",\\\"status.workspaceTrust.a961a444212ac4da5e7bf2826add76d0\\\",\\\"status.workspaceTrust.1686640829248\\\",\\\"status.workspaceTrust.1686667812526\\\",\\\"status.workspaceTrust.1686726320878\\\",\\\"status.workspaceTrust.1686816053149\\\",\\\"status.workspaceTrust.1686891782711\\\",\\\"status.workspaceTrust.1686894818406\\\",\\\"status.workspaceTrust.30151c009bf478428784a3ad3e4f48cf\\\",\\\"status.workspaceTrust.1686930649073\\\",\\\"status.workspaceTrust.dd0d2e56e172b520216911b26f1737ec\\\",\\\"status.workspaceTrust.8c7b3b5559ab1ac3f5d730ef1da2cb8e\\\",\\\"status.workspaceTrust.1687143079439\\\",\\\"status.workspaceTrust.1687248780976\\\",\\\"status.workspaceTrust.1687310580892\\\",\\\"status.workspaceTrust.e93142d981d41e5685fbb9e321fc7337\\\",\\\"status.workspaceTrust.feedb8106fb4ba0a2195958d3b60c885\\\",\\\"status.workspaceTrust.1688390515656\\\",\\\"status.workspaceTrust.78a7e3a28a901a4e7da5f6a66595da49\\\",\\\"status.workspaceTrust.78337573eaca6cddd623f7dcf66bf229\\\",\\\"status.workspaceTrust.14c9ab58477cc8432b7c5eb4db78772d\\\",\\\"status.workspaceTrust.1688393221934\\\",\\\"status.workspaceTrust.5112e6556c4d9b9fa0d802476bfcc3f8\\\",\\\"status.workspaceTrust.9ec585fa715bf8db7cfceadd6f3a08e8\\\",\\\"status.workspaceTrust.1688439810161\\\",\\\"status.workspaceTrust.1688526450753\\\",\\\"status.workspaceTrust.1688549980793\\\",\\\"status.workspaceTrust.1688550680911\\\",\\\"status.workspaceTrust.1688696857823\\\",\\\"status.workspaceTrust.1688721978000\\\",\\\"status.workspaceTrust.1688796111020\\\",\\\"status.workspaceTrust.1688974444714\\\",\\\"status.workspaceTrust.93fe5ed1fce56095cd6468f41b5b9cc1\\\",\\\"status.workspaceTrust.1688994298290\\\",\\\"status.workspaceTrust.8d16694aab8c9ba9c96a3b7fdf66502e\\\",\\\"status.workspaceTrust.eda9b51b31a5fe25aad2e99fecc984fe\\\",\\\"status.workspaceTrust.1688998042064\\\",\\\"status.workspaceTrust.a86928b1700761c3935db762522daee8\\\",\\\"status.workspaceTrust.180b982c2f28eb75fe6aafa2aaf3718c\\\",\\\"status.workspaceTrust.1689038146822\\\",\\\"status.workspaceTrust.1689042715471\\\",\\\"status.workspaceTrust.1689131635034\\\",\\\"status.workspaceTrust.01d2c88f35471994e8b6336048f0afa7\\\",\\\"status.workspaceTrust.1689135739668\\\",\\\"status.workspaceTrust.163717838f73991afb92c208a3f2f8f9\\\",\\\"status.workspaceTrust.c69911e472b7be5369fde04d4d659be6\\\",\\\"status.workspaceTrust.13e6bff423d90be85de5c013df9e9284\\\",\\\"status.workspaceTrust.370abd61b0c6869d908c87f61e9265e3\\\",\\\"status.workspaceTrust.1689228411829\\\",\\\"status.workspaceTrust.1689312047454\\\",\\\"status.workspaceTrust.1689319165832\\\",\\\"status.workspaceTrust.817eeb0c79bd0abc5c1420d9cf29f88c\\\",\\\"status.workspaceTrust.1689321123652\\\",\\\"status.workspaceTrust.c2a88eda28d7fa36c92499cb69cb245c\\\",\\\"status.workspaceTrust.1689322027841\\\",\\\"status.workspaceTrust.bf639538366ff32370dfcdd4e5cd7794\\\",\\\"status.workspaceTrust.15164a6e64edb7aff1137dbbe8ea3753\\\",\\\"status.workspaceTrust.5f9aec017706772a645f80c801d50dff\\\",\\\"status.workspaceTrust.460da6543926ed974a113ba9010afc75\\\",\\\"status.workspaceTrust.1689328022701\\\",\\\"status.workspaceTrust.1689328187734\\\",\\\"status.workspaceTrust.1689328870352\\\",\\\"status.workspaceTrust.1689329953143\\\",\\\"status.workspaceTrust.1689330116499\\\",\\\"status.workspaceTrust.1689425307082\\\",\\\"status.workspaceTrust.1689574918810\\\",\\\"status.workspaceTrust.5ec04f65e140297d7f3a851dfcc0369e\\\",\\\"status.workspaceTrust.1689585243254\\\",\\\"status.workspaceTrust.1689642549184\\\",\\\"status.workspaceTrust.1689730783261\\\",\\\"status.workspaceTrust.1689807122076\\\",\\\"status.workspaceTrust.1689807707327\\\",\\\"status.workspaceTrust.1689815922655\\\",\\\"status.workspaceTrust.1689861155224\\\",\\\"status.workspaceTrust.52a346e115fc2b67d724efce8d82e6f0\\\",\\\"status.workspaceTrust.d764c558faffb9b2b659d6e078dfa3c7\\\",\\\"status.workspaceTrust.1689862781597\\\",\\\"status.workspaceTrust.7661562d6576a79b95f768d67da9f487\\\",\\\"status.workspaceTrust.2967693b1252e6ce3faa9257e89980d1\\\",\\\"status.workspaceTrust.1690202816055\\\",\\\"status.workspaceTrust.1690208174602\\\",\\\"status.workspaceTrust.7edee9be46fbed6e85f3d23bcdeefdcd\\\",\\\"status.workspaceTrust.1690434095346\\\",\\\"status.workspaceTrust.e71cb7d6d5701e12d99e98b7b82bc532\\\",\\\"status.workspaceTrust.614977e0e3b1724fe0790ea9655ab240\\\",\\\"status.workspaceTrust.1690441302370\\\",\\\"status.workspaceTrust.1690447771592\\\",\\\"status.workspaceTrust.ef1f524466e085254ac6e72a89be968e\\\",\\\"status.workspaceTrust.96636237a5ce51e3f04785bc222207ac\\\",\\\"status.workspaceTrust.1690798290385\\\",\\\"status.workspaceTrust.1691027794170\\\",\\\"status.workspaceTrust.1691029100443\\\",\\\"status.workspaceTrust.1691046141812\\\",\\\"status.workspaceTrust.25ea7c9f19d63f7ce8092dc178b89397\\\",\\\"status.workspaceTrust.1691118622093\\\",\\\"status.workspaceTrust.1691121937573\\\",\\\"status.workspaceTrust.7e6efb0975505e6fab12ae5e02d031ea\\\",\\\"status.workspaceTrust.f7a574958d5b8f50c67476effe295ddc\\\",\\\"status.workspaceTrust.b85416b91b4e89371a28c21a47074826\\\",\\\"status.workspaceTrust.32f75733a42730b07fcbdb092057c55e\\\",\\\"status.workspaceTrust.106433c44b3e33cc9d1db99989276e7e\\\",\\\"status.workspaceTrust.65aea6451056d165828c13e3669c7ae6\\\",\\\"status.workspaceTrust.e663d9f554bec4587f545b74a35ed812\\\",\\\"status.workspaceTrust.1691246282473\\\",\\\"status.workspaceTrust.1691246473371\\\",\\\"status.workspaceTrust.1691402650582\\\",\\\"status.workspaceTrust.1691414815955\\\",\\\"status.workspaceTrust.1691462661355\\\",\\\"status.workspaceTrust.1691479983040\\\",\\\"status.workspaceTrust.1691489108710\\\",\\\"status.workspaceTrust.35b03dad4eb16e8d0cf5159d5f461363\\\",\\\"status.workspaceTrust.1691560851937\\\",\\\"status.workspaceTrust.1691585761371\\\",\\\"status.workspaceTrust.1691651157338\\\",\\\"status.workspaceTrust.1691651796464\\\",\\\"status.workspaceTrust.1691652754549\\\",\\\"status.workspaceTrust.1691653348079\\\",\\\"status.workspaceTrust.1691654566760\\\",\\\"status.workspaceTrust.1691658907320\\\",\\\"status.workspaceTrust.1692151292823\\\",\\\"status.workspaceTrust.1692151829395\\\",\\\"status.workspaceTrust.1692152451194\\\",\\\"status.workspaceTrust.1692154407525\\\",\\\"status.workspaceTrust.1692712369039\\\",\\\"status.workspaceTrust.1692718844835\\\",\\\"status.workspaceTrust.1692862391047\\\",\\\"status.workspaceTrust.1692881576200\\\",\\\"status.workspaceTrust.1692881658514\\\",\\\"eamodio.gitlens.gitlens.graph\\\",\\\"status.workspaceTrust.1692957171227\\\",\\\"status.workspaceTrust.3d3343f6f6677d4cf8fac29ed6302fb9\\\",\\\"status.workspaceTrust.bf7e1df76579fdcf96a3ed6523c96fdb\\\",\\\"status.workspaceTrust.1693188219907\\\",\\\"status.workspaceTrust.1693189237294\\\",\\\"status.workspaceTrust.1693212843044\\\",\\\"status.workspaceTrust.1693216055607\\\",\\\"status.workspaceTrust.468008ef374e4a432d4d62e7ff66e6b4\\\",\\\"status.workspaceTrust.a33d0fb14064f6a6e7e4e79ac9c5f4fe\\\",\\\"status.workspaceTrust.ac9160d233ec0412c6d28021e72bd4fa\\\",\\\"status.workspaceTrust.1693279778556\\\",\\\"status.workspaceTrust.1693288142276\\\",\\\"status.workspaceTrust.54af81708947477560eb7b4c99dbaab9\\\",\\\"status.workspaceTrust.1693288242965\\\",\\\"status.workspaceTrust.1693288744439\\\",\\\"status.workspaceTrust.1693289580923\\\",\\\"status.workspaceTrust.1693291478344\\\",\\\"status.workspaceTrust.fe43bd696845eb493a4fafb454074525\\\",\\\"status.workspaceTrust.a73a69e46c15545030914336caef484c\\\",\\\"status.workspaceTrust.1693293938584\\\",\\\"status.workspaceTrust.1693300066314\\\",\\\"status.workspaceTrust.4ed193c388a5aa20e8febb17ca5f55d4\\\",\\\"status.workspaceTrust.1693300245804\\\",\\\"status.workspaceTrust.1693301736250\\\",\\\"status.workspaceTrust.1693302494964\\\",\\\"status.workspaceTrust.b46ca7b5b320b1f0897abddec6cc5393\\\",\\\"status.workspaceTrust.1693320025297\\\",\\\"status.workspaceTrust.872260d7ed8d4bae186088aeb0ca0a70\\\",\\\"status.workspaceTrust.1693343482552\\\",\\\"status.workspaceTrust.1693348521365\\\",\\\"status.workspaceTrust.89951c56d0b36d1152b2cada0f9122b8\\\",\\\"status.workspaceTrust.1693358026036\\\",\\\"status.workspaceTrust.1693359412775\\\",\\\"status.workspaceTrust.1693376513912\\\",\\\"status.workspaceTrust.1693446131563\\\",\\\"status.workspaceTrust.88774535f02e839830dc658f1b622433\\\",\\\"status.workspaceTrust.1693552849862\\\",\\\"status.workspaceTrust.1693555511973\\\",\\\"status.workspaceTrust.d6b35ea414d030eb69c95c8efbdf95c8\\\",\\\"status.workspaceTrust.1693824031748\\\",\\\"status.workspaceTrust.94528cdc8015d0a5f59059e771e0e6e4\\\",\\\"status.workspaceTrust.1693896774895\\\",\\\"status.workspaceTrust.1693903746526\\\",\\\"status.workspaceTrust.cb170e120ed1a51b565f455b5dc087a7\\\"]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.view.extension.copilot-message-panel\\\",\\\"name\\\":\\\"Copilot\\\",\\\"pinned\\\":true,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.aws-codewhisperer-reference-log\\\",\\\"name\\\":\\\"CodeWhisperer Reference Log\\\",\\\"pinned\\\":false,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"name\\\":\\\"Jupyter\\\",\\\"pinned\\\":true,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"终端\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"输出\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"调试控制台\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"终端\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"测试结果\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"name\\\":\\\"GitLens\\\",\\\"pinned\\\":true,\\\"order\\\":6,\\\"visible\\\":true},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"重构预览\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.views.service.panel.ec50dd70-dad8-4061-a7f5-bc3fb83a1d7c\\\",\\\"name\\\":\\\"问题\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"name\\\":\\\"注释\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-defaults-themes-dark_plus-json\\\",\\\"label\\\":\\\"深色+\\\",\\\"settingsId\\\":\\\"Default Dark+\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#D4D4D4\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"emphasis\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"strong\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000080\\\"},\\\"scope\\\":\\\"header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":[\\\"constant.numeric\\\",\\\"variable.other.enummember\\\",\\\"keyword.operator.plus.exponent\\\",\\\"keyword.operator.minus.exponent\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#646695\\\"},\\\"scope\\\":\\\"constant.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"entity.name.tag.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.class.mixin.css\\\",\\\"entity.other.attribute-name.id.css\\\",\\\"entity.other.attribute-name.parent-selector.css\\\",\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.attribute-name.pseudo-element.css\\\",\\\"source.css.less entity.other.attribute-name.id\\\",\\\"entity.other.attribute-name.scss\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6A9955\\\"},\\\"scope\\\":\\\"punctuation.definition.quote.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#808080\\\"},\\\"scope\\\":\\\"punctuation.definition.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"meta.preprocessor\\\",\\\"entity.name.function.preprocessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"meta.preprocessor.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"meta.preprocessor.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.key.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"keyword.operator.noexcept\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":[\\\"string\\\",\\\"meta.embedded.assembly\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ce9178\\\"},\\\"scope\\\":\\\"string.value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":[\\\"support.type.vendored.property-name\\\",\\\"support.type.property-name\\\",\\\"variable.css\\\",\\\"variable.scss\\\",\\\"variable.other.less\\\",\\\"source.coffee.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"keyword.operator.new\\\",\\\"keyword.operator.expression\\\",\\\"keyword.operator.cast\\\",\\\"keyword.operator.sizeof\\\",\\\"keyword.operator.alignof\\\",\\\"keyword.operator.typeid\\\",\\\"keyword.operator.alignas\\\",\\\"keyword.operator.instanceof\\\",\\\"keyword.operator.logical.python\\\",\\\"keyword.operator.wordlike\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9cdcfe\\\"},\\\"scope\\\":\\\"support.function.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b5cea8\\\"},\\\"scope\\\":\\\"constant.sha.git-rebase\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d4d4d4\\\"},\\\"scope\\\":[\\\"storage.modifier.import.java\\\",\\\"variable.language.wildcard.java\\\",\\\"storage.modifier.package.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\",\\\"support.constant.handlebars\\\",\\\"source.powershell variable.other.member\\\",\\\"entity.name.operator.custom-literal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"support.class\\\",\\\"support.type\\\",\\\"entity.name.type\\\",\\\"entity.name.namespace\\\",\\\"entity.other.attribute\\\",\\\"entity.name.scope-resolution\\\",\\\"entity.name.class\\\",\\\"storage.type.numeric.go\\\",\\\"storage.type.byte.go\\\",\\\"storage.type.boolean.go\\\",\\\"storage.type.string.go\\\",\\\"storage.type.uintptr.go\\\",\\\"storage.type.error.go\\\",\\\"storage.type.rune.go\\\",\\\"storage.type.cs\\\",\\\"storage.type.generic.cs\\\",\\\"storage.type.modifier.cs\\\",\\\"storage.type.variable.cs\\\",\\\"storage.type.annotation.java\\\",\\\"storage.type.generic.java\\\",\\\"storage.type.java\\\",\\\"storage.type.object.array.java\\\",\\\"storage.type.primitive.array.java\\\",\\\"storage.type.primitive.java\\\",\\\"storage.type.token.java\\\",\\\"storage.type.groovy\\\",\\\"storage.type.annotation.groovy\\\",\\\"storage.type.parameters.groovy\\\",\\\"storage.type.generic.groovy\\\",\\\"storage.type.object.array.groovy\\\",\\\"storage.type.primitive.array.groovy\\\",\\\"storage.type.primitive.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4EC9B0\\\"},\\\"scope\\\":[\\\"meta.type.cast.expr\\\",\\\"meta.type.new.expr\\\",\\\"support.constant.math\\\",\\\"support.constant.dom\\\",\\\"support.constant.json\\\",\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C586C0\\\"},\\\"scope\\\":[\\\"keyword.control\\\",\\\"source.cpp keyword.operator.new\\\",\\\"keyword.operator.delete\\\",\\\"keyword.other.using\\\",\\\"keyword.other.operator\\\",\\\"entity.name.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"meta.definition.variable.name\\\",\\\"support.variable\\\",\\\"entity.name.variable\\\",\\\"constant.other.placeholder\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4FC1FF\\\"},\\\"scope\\\":[\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9CDCFE\\\"},\\\"scope\\\":[\\\"meta.object-literal.key\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"support.constant.property-value\\\",\\\"support.constant.font-name\\\",\\\"support.constant.media-type\\\",\\\"support.constant.media\\\",\\\"constant.other.color.rgb-value\\\",\\\"constant.other.rgb-value\\\",\\\"support.constant.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CE9178\\\"},\\\"scope\\\":[\\\"punctuation.definition.group.regexp\\\",\\\"punctuation.definition.group.assertion.regexp\\\",\\\"punctuation.definition.character-class.regexp\\\",\\\"punctuation.character.set.begin.regexp\\\",\\\"punctuation.character.set.end.regexp\\\",\\\"keyword.operator.negation.regexp\\\",\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d16969\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp\\\",\\\"constant.other.character-class.set.regexp\\\",\\\"constant.other.character-class.regexp\\\",\\\"constant.character.set.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#DCDCAA\\\"},\\\"scope\\\":[\\\"keyword.operator.or.regexp\\\",\\\"keyword.control.anchor.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#569cd6\\\"},\\\"scope\\\":[\\\"constant.character\\\",\\\"constant.other.option\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d7ba7d\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C8C8C8\\\"},\\\"scope\\\":\\\"entity.name.label\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d4d4d4\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"newOperator\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c586c0\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"stringLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#ce9178\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"customLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#dcdcaa\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"numberLiteral\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#b5cea8\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-defaults\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-defaults\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"checkbox.border\\\":\\\"#6b6b6b\\\",\\\"editor.background\\\":\\\"#1e1e1e\\\",\\\"editor.foreground\\\":\\\"#d4d4d4\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"editorIndentGuide.background\\\":\\\"#404040\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#707070\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#add6ff26\\\",\\\"list.dropBackground\\\":\\\"#383b3d\\\",\\\"activityBarBadge.background\\\":\\\"#007acc\\\",\\\"sideBarTitle.foreground\\\":\\\"#bbbbbb\\\",\\\"input.placeholderForeground\\\":\\\"#a6a6a6\\\",\\\"menu.background\\\":\\\"#252526\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"menu.separatorBackground\\\":\\\"#454545\\\",\\\"menu.border\\\":\\\"#454545\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#16825d\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#369432\\\",\\\"sideBarSectionHeader.background\\\":\\\"#00000000\\\",\\\"sideBarSectionHeader.border\\\":\\\"#cccccc33\\\",\\\"tab.lastPinnedBorder\\\":\\\"#cccccc33\\\",\\\"list.activeSelectionIconForeground\\\":\\\"#ffffff\\\",\\\"terminal.inactiveSelectionBackground\\\":\\\"#3a3d41\\\",\\\"widget.border\\\":\\\"#303031\\\"},\\\"watch\\\":false}\",\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"scm.mainPane\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":true,\\\"order\\\":7},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchTrustRequired\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnStartExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnDemandExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.827a2799-31a6-4f51-8873-131ff784b74a\\\",\\\"name\\\":\\\"GL\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"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.commitDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.leetcode.state.hidden\":\"[{\\\"id\\\":\\\"leetCodeExplorer\\\",\\\"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}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.copilot.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"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}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/New Statement\\\",1687933591421],[\\\"template.code-snippets/html template\\\",1688110519739],[\\\"main.json.code-snippets/function\\\",1688113338319],[\\\"lib/snippets/generated.json/useCallback\\\",1688399171683],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1688399176273],[\\\"lib/snippets/generated.json/reactClassComponent\\\",1689325262216],[\\\"lib/snippets/generated.json/useLayoutEffect\\\",1689325526225],[\\\"lib/snippets/generated.json/testBlock\\\",1689865642485],[\\\"main.json.code-snippets/Fragment\\\",1691040531110],[\\\"lib/snippets/generated.json/consoleLogObject\\\",1691132645745],[\\\"wade.json.code-snippets/Debug Object\\\",1691550937188],[\\\"lib/snippets/generated.json/propTypeString\\\",1691731269229],[\\\"main.json.code-snippets/export default\\\",1691991093547],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1692067156771],[\\\"snippets/javascript.code-snippets/Switch Statement\\\",1692700597878],[\\\"main.json.code-snippets/const\\\",1693148712557],[\\\"snippets/javascript.json/export\\\",1693188447277],[\\\"snippets/javascript.json/actions\\\",1693188456744],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1693189633931],[\\\"lib/snippets/generated.json/importReact\\\",1693201366784],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1693203731139],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1693296636546],[\\\"lib/snippets/generated.json/reactArrowFunctionComponent\\\",1693320911270],[\\\"main.json.code-snippets/export\\\",1693326304412],[\\\"lib/snippets/generated.json/reactFunctionalComponent\\\",1693537865505],[\\\"lib/snippets/generated.json/consoleLog\\\",1693550000082],[\\\"snippets/snippets.json/consoleLogObject\\\",1693551198088],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1693551203868],[\\\"lib/snippets/generated.json/propTypeBoolRequired\\\",1693893070767],[\\\"lib/snippets/generated.json/reactArrowFunctionExportComponent\\\",1693899392367],[\\\"wade.json.code-snippets/Quick Debug Object\\\",1693901470615]]\",\"nps/lastSessionDate\":\"Mon Jul 10 2023\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Mon Jul 10 2023\",\"cpp.1.sessionCount\":\"9\",\"java.2.lastSessionDate\":\"Mon Jul 10 2023\",\"java.2.sessionCount\":\"9\",\"javascript.1.lastSessionDate\":\"Mon Jul 10 2023\",\"javascript.1.sessionCount\":\"9\",\"typescript.1.lastSessionDate\":\"Mon Jul 10 2023\",\"typescript.1.sessionCount\":\"9\",\"ces/skipSurvey\":\"1.60.0\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"editor.action.sortLinesDescending\\\",\\\"value\\\":1},{\\\"key\\\":\\\"extension.otherOptions\\\",\\\"value\\\":2},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":4},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":7},{\\\"key\\\":\\\"neteasemusic.start\\\",\\\"value\\\":15},{\\\"key\\\":\\\"z-reader.command.openLocalDirectory\\\",\\\"value\\\":18},{\\\"key\\\":\\\"extension.epubSpanPageNoir\\\",\\\"value\\\":19},{\\\"key\\\":\\\"read-book-status-bar.search\\\",\\\"value\\\":37},{\\\"key\\\":\\\"monokai_pro.activate_icons\\\",\\\"value\\\":38},{\\\"key\\\":\\\"workbench.action.editor.changeEncoding\\\",\\\"value\\\":40},{\\\"key\\\":\\\"fixChecksums.apply\\\",\\\"value\\\":41},{\\\"key\\\":\\\"extension.updateVibrancy\\\",\\\"value\\\":42},{\\\"key\\\":\\\"extension.uninstallVibrancy\\\",\\\"value\\\":43},{\\\"key\\\":\\\"workbench.action.problems.focus\\\",\\\"value\\\":45},{\\\"key\\\":\\\"monokai_pro.enter_license\\\",\\\"value\\\":46},{\\\"key\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"value\\\":47},{\\\"key\\\":\\\"workbench.action.editor.changeLanguageMode\\\",\\\"value\\\":48},{\\\"key\\\":\\\"extension.node-debug.toggleAutoAttach\\\",\\\"value\\\":52},{\\\"key\\\":\\\"workbench.action.configureLocale\\\",\\\"value\\\":53},{\\\"key\\\":\\\"go.locate.tools\\\",\\\"value\\\":55},{\\\"key\\\":\\\"go.tools.install\\\",\\\"value\\\":58},{\\\"key\\\":\\\"randomeverything.email\\\",\\\"value\\\":60},{\\\"key\\\":\\\"randomeverything.int\\\",\\\"value\\\":61},{\\\"key\\\":\\\"randomeverything.firstName\\\",\\\"value\\\":62}]}\",\"commandPalette.mru.counter\":\"63\",\"expandSuggestionDocs\":\"true\",\"extensionTips/promptedExecutableTips\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"],\\\"docker\\\":[\\\"ms-azuretools.vscode-docker\\\",\\\"ms-vscode-remote.remote-containers\\\"]}\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"pdf\\\",\\\"mjml\\\",\\\"snap\\\"]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"vue\\\":[\\\"vue.volar\\\"],\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"python\\\":[\\\"ms-python.python\\\"],\\\"go\\\":[\\\"golang.go\\\"],\\\"makefile\\\":[\\\"ms-vscode.makefile-tools\\\"]}\",\"github-regive1\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true}]\",\"hasNotifiedOfSettingsAutosave\":\"true\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:read-book-status-bar.search\\\",\\\"@command:files.participants.resetChoice\\\",\\\"D\\\"]}\",\"remote.explorerType\":\"virtualfs\",\"tabs-list-width-horizontal\":\"46\",\"workbench.activity.showAccounts\":\"true\",\"workbench.view.extension.browser-preview.state.hidden\":\"[{\\\"id\\\":\\\"targetTree\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.mm-proxy.state.hidden\":\"[{\\\"id\\\":\\\"proxyServer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.mongoDB.state.hidden\":\"[{\\\"id\\\":\\\"mongoDBConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBPlaygroundsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBHelpExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.read-book-status-bar.state.hidden\":\"[{\\\"id\\\":\\\"catalog\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"books\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.test.profile\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.wallaby.state.hidden\":\"[{\\\"id\\\":\\\"quokkaValueExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.weixin-read.state.hidden\":\"[{\\\"id\\\":\\\"targetTrees\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.wmeimobBar.state.hidden\":\"[{\\\"id\\\":\\\"tasks\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.warnExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteHub.views.workspaceRepositories\\\",\\\"isHidden\\\":false}]\",\"workbench.view.sync.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.sync.merges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.conflicts\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.panel.ec50dd70-dad8-4061-a7f5-bc3fb83a1d7c.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\",\\\"Beginner\\\",\\\"Intermediate\\\",\\\"ms-azuretools.vscode-docker#dockerStart\\\",\\\"eamodio.gitlens#gitlens.welcome\\\",\\\"eamodio.gitlens#gitlens.plus\\\",\\\"SetupWeb\\\",\\\"github.copilot\\\"]\",\"file.particpants.additionalEdits\":\"false\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"workbench.sideBar.position\":\"0\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"workbench.view.extension.tabnine-access.state.hidden\":\"[{\\\"id\\\":\\\"tabnine-today\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine-notifications\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat\\\",\\\"isHidden\\\":false}]\",\"tabnine-Wade\":\"[{\\\"id\\\":\\\"tabnine.tabnine-vscode\\\",\\\"name\\\":\\\"Tabnine AI\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"recently.opened\":\"{\\\"entries\\\":[]}\",\"gitlens+-Wadefeng1\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\",\\\"allowed\\\":true}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.panel.ec50dd70-dad8-4061-a7f5-bc3fb83a1d7c\\\":1,\\\"workbench.views.service.auxiliarybar.827a2799-31a6-4f51-8873-131ff784b74a\\\":2},\\\"viewLocations\\\":{\\\"terminal\\\":\\\"workbench.panel.markers\\\",\\\"workbench.panel.markers.view\\\":\\\"workbench.views.service.panel.ec50dd70-dad8-4061-a7f5-bc3fb83a1d7c\\\",\\\"gitlens.views.commitDetails\\\":\\\"workbench.views.service.auxiliarybar.827a2799-31a6-4f51-8873-131ff784b74a\\\"}}\",\"views.cachedViewPositions\":\"[]\",\"workbench.views.service.auxiliarybar.827a2799-31a6-4f51-8873-131ff784b74a.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"settingsEditor2.splitViewWidth\":\"323\",\"languageStatus.dedicated\":\"[\\\"vscode.typescript-language-features/typescript.version\\\"]\",\"github-change128\":\"[{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.chatgpt-vscode-plugin.state.hidden\":\"[{\\\"id\\\":\\\"chatgpt-vscode-plugin.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.makefile__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"makefile.outline\\\",\\\"isHidden\\\":false}]\",\"github-Wadefeng1\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.remotehub\\\",\\\"name\\\":\\\"GitHub 存储库\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-labs\\\",\\\"name\\\":\\\"GitHub Copilot Labs\\\",\\\"allowed\\\":true}]\",\"csharp.1.lastSessionDate\":\"Mon Jul 10 2023\",\"csharp.1.sessionCount\":\"1\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.80.0\",\"menu.hiddenCommands\":\"{}\",\"workbench.view.extension.aws-explorer.state.hidden\":\"[{\\\"id\\\":\\\"aws.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"aws.developerTools\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.aws-codewhisperer-reference-log.state.hidden\":\"[{\\\"id\\\":\\\"aws.codeWhisperer.referenceLog\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.copilot-labs.state.hidden\":\"[{\\\"id\\\":\\\"copilotSidebar.explain\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.translate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.toolbox\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilotSidebar.generateTests\\\",\\\"isHidden\\\":false}]\",\"remoteTunnelServicePromptedPreview\":\"true\",\"remoteTunnelServiceUsed\":\"{\\\"hostName\\\":\\\"wademacbook-proauthh\\\",\\\"timeStamp\\\":1679448918108}\",\"workbench.view.extension.chatgpt-vscode-view-container.state.hidden\":\"[{\\\"id\\\":\\\"chatgpt-vscode.view\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.panel.e3a81a88-3aa1-448c-b3da-bdcc524bf375.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"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}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}