{"name":"hello","settings":"{\"settings\":\"{\\r\\n \\\"C_Cpp.updateChannel\\\": \\\"Insiders\\\",\\r\\n \\\"editor.mouseWheelZoom\\\": true,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\r\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\r\\n \\\"code-runner.saveFileBeforeRun\\\": true,\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",\\r\\n \\\"editor.fontFamily\\\": \\\"'Fira Code', Consolas, 'Courier New', monospace\\\",\\r\\n\\r\\n \\\"vsicons.dontShowNewVersionMessage\\\": true,\\r\\n \\\"C_Cpp.default.cppStandard\\\": \\\"gnu++20\\\",\\r\\n \\\"C_Cpp.default.cStandard\\\": \\\"c17\\\",\\r\\n \\\"code-runner.executorMapByFileExtension\\\": {\\r\\n \\\".vb\\\": \\\"cd $dir && vbc /nologo $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".vbs\\\": \\\"cscript //Nologo\\\",\\r\\n \\\".scala\\\": \\\"scala\\\",\\r\\n \\\".jl\\\": \\\"julia\\\",\\r\\n \\\".cr\\\": \\\"crystal\\\",\\r\\n \\\".ml\\\": \\\"ocaml\\\",\\r\\n \\\".exs\\\": \\\"elixir\\\",\\r\\n \\\".hx\\\": \\\"haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt\\\",\\r\\n \\\".rkt\\\": \\\"racket\\\",\\r\\n \\\".scm\\\": \\\"csi -script\\\",\\r\\n \\\".ahk\\\": \\\"autohotkey\\\",\\r\\n \\\".au3\\\": \\\"autoit3\\\",\\r\\n \\\".kt\\\": \\\"cd $dir && kotlinc $fileName -include-runtime -d $fileNameWithoutExt.jar && java -jar $fileNameWithoutExt.jar\\\",\\r\\n \\\".kts\\\": \\\"kotlinc -script\\\",\\r\\n \\\".dart\\\": \\\"dart\\\",\\r\\n \\\".pas\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".pp\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".d\\\": \\\"cd $dir && dmd $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".hs\\\": \\\"runhaskell\\\",\\r\\n \\\".nim\\\": \\\"nim compile --verbosity:0 --hints:off --run\\\",\\r\\n \\\".csproj\\\": \\\"dotnet run --project\\\",\\r\\n \\\".fsproj\\\": \\\"dotnet run --project\\\",\\r\\n \\\".lisp\\\": \\\"sbcl --script\\\",\\r\\n \\\".kit\\\": \\\"kitc --run\\\",\\r\\n \\\".v\\\": \\\"v run\\\",\\r\\n \\\".vsh\\\": \\\"v run\\\",\\r\\n \\\".sass\\\": \\\"sass --style expanded\\\",\\r\\n \\\".cu\\\": \\\"cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\"\\r\\n },\\r\\n \\\"debug.onTaskErrors\\\": \\\"showErrors\\\",\\r\\n \\\"code-runner.executorMap\\\": {\\r\\n \\\"html\\\": \\\"cd $dir && start chrome $fileName\\\",\\r\\n \\\"javascript\\\": \\\"node\\\",\\r\\n \\\"java\\\": \\\"cd $dir && javac $fileName && java $fileNameWithoutExt\\\",\\r\\n \\\"c\\\": \\\"cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"cpp\\\": \\\"cd $dir && g++ -std=c++20 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"objective-c\\\": \\\"cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"php\\\": \\\"php\\\",\\r\\n \\\"python\\\": \\\"python -u\\\",\\r\\n \\\"perl\\\": \\\"perl\\\",\\r\\n \\\"perl6\\\": \\\"perl6\\\",\\r\\n \\\"ruby\\\": \\\"ruby\\\",\\r\\n \\\"go\\\": \\\"go run\\\",\\r\\n \\\"lua\\\": \\\"lua\\\",\\r\\n \\\"groovy\\\": \\\"groovy\\\",\\r\\n \\\"powershell\\\": \\\"powershell -ExecutionPolicy ByPass -File\\\",\\r\\n \\\"bat\\\": \\\"cmd /c\\\",\\r\\n \\\"shellscript\\\": \\\"bash\\\",\\r\\n \\\"fsharp\\\": \\\"fsi\\\",\\r\\n \\\"csharp\\\": \\\"scriptcs\\\",\\r\\n \\\"vbscript\\\": \\\"cscript //Nologo\\\",\\r\\n \\\"typescript\\\": \\\"ts-node\\\",\\r\\n \\\"coffeescript\\\": \\\"coffee\\\",\\r\\n \\\"scala\\\": \\\"scala\\\",\\r\\n \\\"swift\\\": \\\"swift\\\",\\r\\n \\\"julia\\\": \\\"julia\\\",\\r\\n \\\"crystal\\\": \\\"crystal\\\",\\r\\n \\\"ocaml\\\": \\\"ocaml\\\",\\r\\n \\\"r\\\": \\\"Rscript\\\",\\r\\n \\\"applescript\\\": \\\"osascript\\\",\\r\\n \\\"clojure\\\": \\\"lein exec\\\",\\r\\n \\\"haxe\\\": \\\"haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt\\\",\\r\\n \\\"rust\\\": \\\"cd $dir && rustc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"racket\\\": \\\"racket\\\",\\r\\n \\\"scheme\\\": \\\"csi -script\\\",\\r\\n \\\"ahk\\\": \\\"autohotkey\\\",\\r\\n \\\"autoit\\\": \\\"autoit3\\\",\\r\\n \\\"dart\\\": \\\"dart\\\",\\r\\n \\\"pascal\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"d\\\": \\\"cd $dir && dmd $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"haskell\\\": \\\"runhaskell\\\",\\r\\n \\\"nim\\\": \\\"nim compile --verbosity:0 --hints:off --run\\\",\\r\\n \\\"lisp\\\": \\\"sbcl --script\\\",\\r\\n \\\"kit\\\": \\\"kitc --run\\\",\\r\\n \\\"v\\\": \\\"v run\\\",\\r\\n \\\"sass\\\": \\\"sass --style expanded\\\",\\r\\n \\\"scss\\\": \\\"scss --style expanded\\\",\\r\\n \\\"less\\\": \\\"cd $dir && lessc $fileName $fileNameWithoutExt.css\\\",\\r\\n \\\"FortranFreeForm\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran-modern\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran_fixed-form\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\"\\r\\n },\\r\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\r\\n \\\"files.associations\\\": {\\r\\n \\\"*.html\\\": \\\"html\\\"\\r\\n },\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\"\\r\\n },\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\",\\r\\n \\\"workbench.editorAssociations\\\": {\\r\\n \\\"*.ipynb\\\": \\\"jupyter.notebook.ipynb\\\"\\r\\n },\\r\\n \\\"diffEditor.wordWrap\\\": \\\"on\\\",\\r\\n \\\"editor.tokenColorCustomizations\\\": {\\r\\n \\\"comments\\\": \\\"#1df500\\\"\\r\\n },\\r\\n \\\"[handlebars]\\\": {\\r\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\"\\r\\n },\\r\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\r\\n \\\"editor.formatOnPaste\\\": true,\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"liveSassCompile.settings.formats\\\": [\\r\\n {\\r\\n \\\"format\\\": \\\"expanded\\\",\\r\\n \\\"extensionName\\\": \\\".css\\\",\\r\\n \\\"savePath\\\": \\\"/starter/up/css\\\"\\r\\n }\\r\\n ],\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.quickSuggestions\\\": {\\r\\n \\\"strings\\\": true\\r\\n },\\r\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\"\\r\\n },\\r\\n \\\"terminal.integrated.tabs.enabled\\\": true,\\r\\n \\\"json.maxItemsComputed\\\": 100000,\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Command Prompt\\\",\\r\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"C_Cpp.clang_format_sortIncludes\\\": true,\\r\\n \\\"C_Cpp.vcFormat.indent.caseLabels\\\": true,\\r\\n \\\"workbench.colorTheme\\\": \\\"Monokai Pro (Filter Spectrum)\\\",\\r\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\r\\n \\\"typescript.format.insertSpaceAfterSemicolonInForStatements\\\": false,\\r\\n \\\"explorer.compactFolders\\\": false,\\r\\n \\\"[cpp]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\r\\n },\\r\\n \\\"C_Cpp.vcFormat.newLine.beforeOpenBrace.block\\\": \\\"sameLine\\\",\\r\\n \\\"C_Cpp.vcFormat.newLine.beforeOpenBrace.function\\\": \\\"sameLine\\\",\\r\\n \\\"C_Cpp.vcFormat.newLine.beforeOpenBrace.lambda\\\": \\\"sameLine\\\",\\r\\n \\\"C_Cpp.vcFormat.newLine.beforeOpenBrace.namespace\\\": \\\"sameLine\\\",\\r\\n \\\"C_Cpp.vcFormat.newLine.beforeOpenBrace.type\\\": \\\"sameLine\\\",\\r\\n \\\"C_Cpp.vcFormat.indent.preprocessor\\\": \\\"none\\\",\\r\\n \\\"C_Cpp.vcFormat.indent.withinParentheses\\\": \\\"alignToParenthesis\\\",\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"auto-close-tag.disableOnLanguage\\\": [\\\"typescript\\\"],\\r\\n // \\\"editor.cursorSmoothCaretAnimation\\\": true,\\r\\n \\\"editor.suggest.preview\\\": true,\\r\\n // \\\"javascript.inlayHints.parameterNames.enabled\\\": \\\"all\\\",\\r\\n // \\\"typescript.inlayHints.parameterNames.enabled\\\": \\\"all\\\",\\r\\n \\\"editor.guides.bracketPairs\\\": true,\\r\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\r\\n \\\"C_Cpp.formatting\\\": \\\"vcFormat\\\",\\r\\n \\\"thunder-client.codeSnippetLanguage\\\": \\\"js-axios\\\",\\r\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"editor.fontLigatures\\\": true,\\r\\n \\\"editor.linkedEditing\\\": true,\\r\\n \\\"html.autoClosingTags\\\": true,\\r\\n \\\"javascript.autoClosingTags\\\": true,\\r\\n \\\"typescript.autoClosingTags\\\": true,\\r\\n \\\"javascript.suggest.autoImports\\\": true,\\r\\n \\\"typescript.suggest.autoImports\\\": true,\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.organizeImports\\\": true\\r\\n },\\r\\n \\\"editor.renderWhitespace\\\": \\\"none\\\",\\r\\n \\\"[java]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"redhat.java\\\"\\r\\n },\\r\\n \\\"window.menuBarVisibility\\\": \\\"compact\\\",\\r\\n \\\"terminal.integrated.enableMultiLinePasteWarning\\\": false,\\r\\n \\\"jupyter.askForKernelRestart\\\": false,\\r\\n \\\"notebook.cellToolbarLocation\\\": {\\r\\n \\\"default\\\": \\\"right\\\",\\r\\n \\\"jupyter-notebook\\\": \\\"right\\\"\\r\\n },\\r\\n \\\"notebook.output.textLineLimit\\\": 200,\\r\\n \\\"[python]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\",\\r\\n \\\"editor.formatOnSave\\\": true\\r\\n },\\r\\n \\\"python.autoComplete.extraPaths\\\": [],\\r\\n \\\"settingsSync.ignoredSettings\\\": [\\\"-python.formatting.autopep8Path\\\"],\\r\\n \\\"python.analysis.extraPaths\\\": [],\\r\\n \\\"[c]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\r\\n },\\r\\n \\\"code-runner.runInTerminal\\\": true,\\r\\n \\\"editor.fontSize\\\": 16,\\r\\n \\\"zenMode.hideLineNumbers\\\": false,\\r\\n \\\"python.formatting.provider\\\": \\\"black\\\",\\r\\n \\\"notebook.lineNumbers\\\": \\\"on\\\",\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": true,\\r\\n \\\"plaintext\\\": true,\\r\\n \\\"markdown\\\": true,\\r\\n \\\"scminput\\\": false,\\r\\n \\\"yaml\\\": true,\\r\\n \\\"python\\\": true\\r\\n },\\r\\n \\\"github.copilot.advanced\\\": {},\\r\\n \\\"python.analysis.typeCheckingMode\\\": \\\"off\\\",\\r\\n \\\"jupyter.widgetScriptSources\\\": [\\\"jsdelivr.com\\\", \\\"unpkg.com\\\"],\\r\\n \\\"python.analysis.autoImportCompletions\\\": true,\\r\\n \\\"python.analysis.autoImportUserSymbols\\\": true,\\r\\n \\\"githubPullRequests.pullBranch\\\": \\\"never\\\",\\r\\n \\\"editor.stickyScroll.enabled\\\": true,\\r\\n \\\"files.autoSave\\\": \\\"afterDelay\\\",\\r\\n \\\"git.openRepositoryInParentFolders\\\": \\\"never\\\",\\r\\n \\\"editor.unicodeHighlight.invisibleCharacters\\\": false,\\r\\n \\\"editor.unicodeHighlight.ambiguousCharacters\\\": false,\\r\\n \\\"hediet.vscode-drawio.resizeImages\\\": null,\\r\\n \\\"hediet.vscode-drawio.theme\\\": \\\"Kennedy\\\",\\r\\n \\\"hediet.vscode-drawio.codeLinkActivated\\\": false,\\r\\n \\\"vscode-pets.theme\\\": \\\"forest\\\",\\r\\n \\\"vscode-pets.petSize\\\": \\\"medium\\\",\\r\\n \\\"vscode-pets.petColor\\\": \\\"gray\\\",\\r\\n \\\"vscode-pets.throwBallWithMouse\\\": true,\\r\\n \\\"vim.useSystemClipboard\\\": true,\\r\\n \\\"vim.insertModeKeyBindings\\\": [\\r\\n {\\r\\n \\\"before\\\": [\\\"j\\\", \\\"j\\\"],\\r\\n \\\"after\\\": [\\\"\\\"]\\r\\n }\\r\\n ],\\r\\n \\\"redhat.telemetry.enabled\\\": true,\\r\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\r\\n \\\"audioCues.lineHasInlineSuggestion\\\": \\\"off\\\"\\r\\n}\\r\\n\"}","snippets":"{\"snippets\":{\"c.json\":\"{\\n\\t// Place your snippets for c 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}\",\"cpp.json\":\"\\n{\\n\\t\\\"Print to console\\\":{\\n\\t\\t\\\"prefix\\\": \\\"cppdoc\\\",\\n\\t\\t\\\"body\\\":[\\n\\t\\t\\t\\\"#include\\\",\\n\\t\\t\\t\\\"using namespace std;\\\",\\n\\t\\t\\t\\\"int main() {\\\",\\n\\t\\t\\t\\\"\\\",\\n\\t\\t\\t\\\" return 0;\\\",\\n\\t\\t\\t\\\"}\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Cpp starter\\\"\\n\\t\\t\\n\\t}\\n}\",\"javascript.json\":\"{\\n\\t// Place your snippets for javascript 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}\",\"python.json\":\"{\\n \\\"ds import\\\": {\\n \\\"prefix\\\": \\\"dsimport\\\",\\n \\\"body\\\": [\\n \\\"import numpy as np\\\\nimport pandas as pd\\\\nimport matplotlib.pyplot as plt\\\\nfrom matplotlib import rcParams\\\\nimport seaborn as sns\\\\nimport warnings\\\\n\\\\nsns.set()\\\\nrcParams['figure.figsize'] = (20,10)\\\\npd.options.display.max_columns = None\\\\nwarnings.filterwarnings('ignore')\\\\nfrom pprint import pprint\\\\nimport json\\\"\\n ],\\n \\\"description\\\": \\\"Common libraries for data science\\\"\\n },\\n \\\"pytorch import\\\": {\\n \\\"prefix\\\": \\\"ptimport\\\",\\n \\\"body\\\": [\\n \\\"import torch\\\\nfrom torch import nn\\\\nfrom torch.utils.data import DataLoader\\\\nfrom torch.nn import functional as F\\\\ndevice = 'cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu'\\\\nfrom tqdm.notebook import tqdm\\\"\\n ],\\n \\\"description\\\": \\\"Libaries for pytorch\\\"\\n },\\n \\\"tf import\\\": {\\n \\\"prefix\\\": \\\"tfimport\\\",\\n \\\"body\\\": [\\n \\\"import tensorflow as tf\\\\nfrom tensorflow import keras\\\\nfrom keras import layers\\\\nimport tensorflow_datasets as tfds\\\\nimport tensorboard\\\"\\n ],\\n \\\"description\\\": \\\"Libaries for tensorflow\\\"\\n },\\n \\\"classification metrics\\\": {\\n \\\"prefix\\\": \\\"clfmetrics\\\",\\n \\\"body\\\": [\\n \\\"from sklearn.metrics import classification_report, confusion_matrix, accuracy_score, roc_auc_score, roc_curve, auc, precision_recall_curve, average_precision_score, precision_score, recall_score, f1_score\\\"\\n ],\\n \\\"description\\\": \\\"Methods for classification metrics\\\"\\n },\\n \\\"transformers library import\\\": {\\n \\\"prefix\\\": \\\"transformers\\\",\\n \\\"body\\\": [\\n \\\"from transformers import AutoTokenizer, AutoModel, AutoConfig, pipeline\\\\nfrom datasets import load_dataset, Dataset\\\"\\n ],\\n \\\"description\\\": \\\"Methods for transformer\\\"\\n },\\n \\\"peft import\\\": {\\n \\\"prefix\\\": \\\"peftimport\\\",\\n \\\"body\\\": [\\\"from peft import LoraConfig, TaskType, get_peft_model\\\"],\\n \\\"description\\\": \\\"Methods for peft\\\"\\n },\\n \\\"peft install\\\": {\\n \\\"prefix\\\": \\\"installpeft\\\",\\n \\\"body\\\": [\\n \\\"pip install -q datasets transformers accelerate bitsandbytes loralib peft\\\"\\n ],\\n \\\"description\\\": \\\"Install libraries for peft\\\"\\n },\\n \\\"transformer install\\\": {\\n \\\"prefix\\\": \\\"installtransformer\\\",\\n \\\"body\\\": [\\\"pip install -q transformers datasets\\\"],\\n \\\"description\\\": \\\"Install libraries for transformer\\\"\\n },\\n \\\"simple import\\\":{\\n \\\"prefix\\\": \\\"simpleimport\\\",\\n \\\"body\\\":[\\n \\\"from glob import glob\\\\nfrom datasets import Dataset\\\\nimport numpy as np\\\\nimport pandas as pd\\\\nfrom pprint import pprint\\\\nimport os\\\\nimport json\\\"\\n ],\\n \\\"description\\\": \\\"Simple import\\\"\\n }\\n}\\n\",\"trycatch.code-snippets\":\"{\\n // Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and\\n // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope\\n // is left empty or omitted, the snippet gets applied to all languages. The prefix is what is\\n // 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.\\n // Placeholders with the same ids are connected.\\n // Example:\\n \\\"quick try and catch\\\": {\\n \\\"scope\\\": \\\"javascript,typescript\\\",\\n \\\"prefix\\\": \\\"tcservererror\\\",\\n \\\"body\\\": [\\n \\\"try{}\\\\ncatch(error)\\\\n{\\\\nreturn createError('Server','Lỗi server, thử lại sau')\\\\n}\\\"\\n ],\\n \\\"description\\\": \\\"Generate quick try catch and return error\\\"\\n }\\n}\\n\"}}","extensions":"[{\"identifier\":{\"id\":\"alpha4.jsonl\",\"uuid\":\"f2e2f501-b505-4ce5-bcbd-14f7150881b1\"},\"displayName\":\"JSON Lines\"},{\"identifier\":{\"id\":\"apollographql.vscode-apollo\",\"uuid\":\"de44183f-5377-4ceb-ac15-79364a30070c\"},\"displayName\":\"Apollo GraphQL\"},{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\"},{\"identifier\":{\"id\":\"cweijan.vscode-mysql-client2\",\"uuid\":\"c0fde3ce-39d4-4ea8-89ce-e2a202eeacaf\"},\"displayName\":\"MySQL\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"donjayamanne.python-environment-manager\",\"uuid\":\"0c9f60fd-5588-42f7-9176-e80c3ae111ec\"},\"displayName\":\"Python Environment Manager\"},{\"identifier\":{\"id\":\"donjayamanne.python-extension-pack\",\"uuid\":\"f5188937-53e0-45bb-a16d-61231003fa3b\"},\"displayName\":\"Python Extension Pack\"},{\"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\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"displayName\":\"HTML CSS Support\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\"},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\"},{\"identifier\":{\"id\":\"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\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests and Issues\"},{\"identifier\":{\"id\":\"gitlab.gitlab-workflow\",\"uuid\":\"01826860-d71c-4734-9cf8-dc1c07baa5f9\"},\"displayName\":\"GitLab Workflow\"},{\"identifier\":{\"id\":\"graphql.vscode-graphql\",\"uuid\":\"55ef6448-487b-49a0-a66e-4d2d9bb82229\"},\"displayName\":\"GraphQL: Language Feature Support\"},{\"identifier\":{\"id\":\"graphql.vscode-graphql-execution\",\"uuid\":\"3cca2f62-8afb-4fdb-863b-6b0cf9362a8c\"},\"displayName\":\"GraphQL: Inline Operation Execution\"},{\"identifier\":{\"id\":\"graphql.vscode-graphql-syntax\",\"uuid\":\"e1ab76b1-9acd-4ffa-baf7-1d9eaf7cf3d2\"},\"displayName\":\"GraphQL: Syntax Highlighting\"},{\"identifier\":{\"id\":\"hediet.vscode-drawio\",\"uuid\":\"ea6a6046-2132-421f-a984-664909fcf0b8\"},\"displayName\":\"Draw.io Integration\"},{\"identifier\":{\"id\":\"humao.rest-client\",\"uuid\":\"dda49fd5-1f3b-4d25-bf61-4fc41905ede5\"},\"displayName\":\"REST Client\"},{\"identifier\":{\"id\":\"kisstkondoros.vscode-gutter-preview\",\"uuid\":\"eedfd044-d5ac-4389-973d-3ac1fdb98ad5\"},\"displayName\":\"Image preview\"},{\"identifier\":{\"id\":\"magicstack.magicpython\",\"uuid\":\"1f5eb737-5496-44a3-a8a1-36a85eee4979\"}},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\"},{\"identifier\":{\"id\":\"michelemelluso.gitignore\",\"uuid\":\"0fa141d2-0184-49b6-b8f6-b572f965b164\"},\"displayName\":\"gitignore\"},{\"identifier\":{\"id\":\"mikestead.dotenv\",\"uuid\":\"532533c9-a894-4a58-9eee-bbfbe7c06f71\"},\"displayName\":\"DotENV\"},{\"identifier\":{\"id\":\"monokai.theme-monokai-pro-vscode\",\"uuid\":\"f5d7ffda-c1d6-4070-ba80-803c705a1ee6\"},\"displayName\":\"Monokai Pro\"},{\"identifier\":{\"id\":\"ms-azuretools.azure-dev\",\"uuid\":\"fb1e66ca-2967-4d44-998d-bebe4014aadc\"},\"displayName\":\"Azure Developer CLI\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-python.black-formatter\",\"uuid\":\"859e640c-c157-47da-8699-9080b81c8371\"},\"displayName\":\"Black Formatter\"},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"displayName\":\"C/C++\",\"preRelease\":true},{\"identifier\":{\"id\":\"ms-vscode.cpptools-extension-pack\",\"uuid\":\"3957b2f6-f086-49b5-a7b4-5da772123130\"},\"displayName\":\"C/C++ Extension Pack\"},{\"identifier\":{\"id\":\"ms-vscode.hexeditor\",\"uuid\":\"cc7d2112-5178-4472-8e0e-25dced95e7f0\"},\"displayName\":\"Hex Editor\"},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\"},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\"},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"4386e6f6-ec10-4463-9d23-c24278718947\"},\"displayName\":\"vscode-pdf\"},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"vscode-icons-team.vscode-icons\",\"uuid\":\"9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a\"},\"displayName\":\"vscode-icons\"},{\"identifier\":{\"id\":\"wayou.vscode-todo-highlight\",\"uuid\":\"97a08c5f-6667-4242-a5c5-045dfb6bd4b9\"},\"displayName\":\"TODO Highlight\"},{\"identifier\":{\"id\":\"william-voyek.vscode-nginx\",\"uuid\":\"414b2873-c80e-4dc6-9031-bd185cfb3944\"},\"displayName\":\"NGINX Configuration\"},{\"identifier\":{\"id\":\"yzhang.markdown-all-in-one\",\"uuid\":\"98790d67-10fa-497c-9113-f6c7489207b2\"},\"displayName\":\"Markdown All in One\"}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"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\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"javaProjectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mavenProjects\\\",\\\"isHidden\\\":true},{\\\"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\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"sqlite.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"petsView\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true,\\\"order\\\":12},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.mongoDB\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.thunder-client\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.thunder-client-sidebar-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":18},{\\\"id\\\":\\\"workbench.view.extension.music-time\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.PowerShellCommandExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.cmake__viewContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":17},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.package-explorer\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.hexExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":19},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-mysql\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.wallaby\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-nosql\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.copilot-sidebar-webview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.latex-workshop-activitybar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.marquee\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.gitlab-duo\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.gitlab-workflow\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.panel.chatSidebar.copilot\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":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},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false}]\",\"nps/lastSessionDate\":\"Mon Jun 20 2022\",\"nps/sessionCount\":\"9\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.statusbar.hidden\":\"[\\\"status.debug\\\",\\\"status.workspaceTrust.7c264c6c49213fcf63a1df34be134181\\\",\\\"status.workspaceTrust.f21103bad4ca17c9958cee102739522a\\\",\\\"status.workspaceTrust.1624065417978\\\",\\\"status.workspaceTrust.a79fb95e68454068e81c0a889b6765c4\\\",\\\"status.workspaceTrust.278c26af50973167f32570f1fd1f3463\\\",\\\"status.workspaceTrust.48458f732655eb85b070ff7d8948a2ce\\\",\\\"status.workspaceTrust.33ccadfd89dee1de8c57228455f55fa8\\\",\\\"status.workspaceTrust.a2467eb16cbacb6d4ed0dcda8a0ac3c0\\\",\\\"status.workspaceTrust.98c2753126929892903106c23b817a0a\\\",\\\"status.workspaceTrust.3de5f7432c5764829fb78ff133203cac\\\",\\\"status.workspaceTrust.f039d0bb06dc7b3a90ee1bf5dc5af046\\\",\\\"status.workspaceTrust.9b5a9d3eee164015abe4057e4db6e854\\\",\\\"status.workspaceTrust.1626575400883\\\",\\\"status.workspaceTrust.108f5f3e833f963530813d9d194b2ee6\\\",\\\"status.workspaceTrust.a39938efae38f734d30795c18f5e6f40\\\",\\\"status.workspaceTrust.c22cbace12474dda9169c3fe1b328620\\\",\\\"status.workspaceTrust.1626921639714\\\",\\\"status.workspaceTrust.1627352884227\\\",\\\"status.workspaceTrust.1627458064671\\\",\\\"status.workspaceTrust.522eaba8d566748cbcb937115ca76d96\\\",\\\"status.workspaceTrust.1627811300688\\\",\\\"status.workspaceTrust.1627990258249\\\",\\\"status.workspaceTrust.9108b99dcd7b41a1d9cf1a8181441c19\\\",\\\"status.workspaceTrust.1628172890097\\\",\\\"status.workspaceTrust.353fea3ec7a250248363909594c3483b\\\",\\\"status.workspaceTrust.db59c000c9dc14bef64d753b912ce11f\\\",\\\"status.workspaceTrust.1628174767163\\\",\\\"status.workspaceTrust.1628222731770\\\",\\\"status.workspaceTrust.21b4ec4b1432add5c90c0cdb9fedb45a\\\",\\\"status.workspaceTrust.f5923d4b049b6150f52763c720cb4393\\\",\\\"status.workspaceTrust.1628730921457\\\",\\\"status.workspaceTrust.5297d7782243e2208f8485ea2bed1599\\\",\\\"status.workspaceTrust.caa6a12950bf77548a335b02895152a7\\\",\\\"status.workspaceTrust.0a647137c79a152184e6e46de56e87c7\\\",\\\"status.workspaceTrust.1628776550213\\\",\\\"status.workspaceTrust.1628826569586\\\",\\\"status.workspaceTrust.1628840577179\\\",\\\"status.workspaceTrust.1628856609607\\\",\\\"status.workspaceTrust.1628866486026\\\",\\\"status.workspaceTrust.1628907624087\\\",\\\"status.workspaceTrust.1628907624496\\\",\\\"status.workspaceTrust.1628995443239\\\",\\\"status.workspaceTrust.1629011924635\\\",\\\"status.workspaceTrust.1629031063088\\\",\\\"status.workspaceTrust.1629098418992\\\",\\\"status.workspaceTrust.1629122693359\\\",\\\"status.workspaceTrust.1629554587013\\\",\\\"status.workspaceTrust.4d548906849252ca3df512404623b3ee\\\",\\\"status.workspaceTrust.aae42c775c0681715ee0c6b0ca583ee9\\\",\\\"status.workspaceTrust.1629642504310\\\",\\\"status.workspaceTrust.10e9d186c3f41bc7c934b948d48c5159\\\",\\\"status.workspaceTrust.1629643269028\\\",\\\"status.workspaceTrust.00dae206b4fe787eadd3c8d2eb28cb67\\\",\\\"status.workspaceTrust.1629680052502\\\",\\\"status.workspaceTrust.1629773482360\\\",\\\"status.workspaceTrust.da0b0d0d4200dcb69202f8d1e90a387b\\\",\\\"status.workspaceTrust.1629799574207\\\",\\\"status.workspaceTrust.e9ccea23c3e58e257248c6d587ccb029\\\",\\\"status.workspaceTrust.1629800277910\\\",\\\"status.workspaceTrust.7ffcbb8c9b10da60f81b2b9dcd60e320\\\",\\\"status.workspaceTrust.1629800670406\\\",\\\"status.workspaceTrust.2670f8ab93dcc24ddeaa5af3a848cc92\\\",\\\"status.workspaceTrust.1629944877198\\\",\\\"status.workspaceTrust.859ffe0471a07e99d7eebc99d3482bd2\\\",\\\"status.workspaceTrust.747ba2d19b56ff87dddf92bb62ff2976\\\",\\\"status.workspaceTrust.1629984576243\\\",\\\"status.workspaceTrust.9ddecab702b99aa803c44cfad57b348d\\\",\\\"status.workspaceTrust.1630588491653\\\",\\\"status.workspaceTrust.9df84d40b6247f75a58ebd51bae13eb4\\\",\\\"status.workspaceTrust.1630833111619\\\",\\\"status.workspaceTrust.1630834068639\\\",\\\"status.workspaceTrust.037c800325f1afba138d6c06cf343f59\\\",\\\"status.workspaceTrust.1630915318090\\\",\\\"status.workspaceTrust.1631178616054\\\",\\\"status.workspaceTrust.bf701502dd6d92dc4a5899112b6937cc\\\",\\\"status.workspaceTrust.f25844001c6c3c79dd0f3c859342eab8\\\",\\\"status.workspaceTrust.1631182365189\\\",\\\"status.workspaceTrust.f5cf74c001ae530aee781e361fec2814\\\",\\\"status.workspaceTrust.1631190613963\\\",\\\"status.workspaceTrust.1cf3935d9cd34a915bebb9a6aecd1d03\\\",\\\"status.workspaceTrust.1631237368483\\\",\\\"status.workspaceTrust.e55aae52ffed883f09300e10ffb1cef2\\\",\\\"status.workspaceTrust.b73071d3dbfdac9d8811e89d77bf70b5\\\",\\\"status.workspaceTrust.1631333402687\\\",\\\"status.workspaceTrust.c6dc9d597da8ced09781eef1d8a69a69\\\",\\\"status.workspaceTrust.55a40c6694984777449162f72eaa016f\\\",\\\"status.workspaceTrust.a6ee12995101d852ee118052b9cd0db9\\\",\\\"status.workspaceTrust.1631356698678\\\",\\\"status.workspaceTrust.93c803d57a0a812348750602a5bc736e\\\",\\\"status.workspaceTrust.303f6bed390bf1e5f10d72045b830c04\\\",\\\"status.workspaceTrust.6460deaa26a166e4b4d4ef83f8524f67\\\",\\\"status.workspaceTrust.116ca39780ab42081b7e50b800faa984\\\",\\\"status.workspaceTrust.1631456373406\\\",\\\"status.workspaceTrust.c21599c185dea9b5fc15da22faec0553\\\",\\\"status.workspaceTrust.aa6733443f28be3de62bd8da36e10197\\\",\\\"status.workspaceTrust.1632060049002\\\",\\\"status.workspaceTrust.453cde574d083c0ee180cec87b07818c\\\",\\\"status.workspaceTrust.ba31da8601e6776f83c36254f5a9df33\\\",\\\"status.workspaceTrust.285d93e2342c19e46e843db65bdf41b2\\\",\\\"status.workspaceTrust.6288b2840808ce340f76c75459d04a17\\\",\\\"status.workspaceTrust.b6f76088779cba62c0086c379fb4a1b1\\\",\\\"status.workspaceTrust.9d8ae7f2e00f9c72043e8ba5617ba129\\\",\\\"status.workspaceTrust.42fa90166d93d477193fac147c0ff254\\\",\\\"status.workspaceTrust.1632466557559\\\",\\\"status.workspaceTrust.e9b4b0031bd22b6e145e6ebdd653f9d1\\\",\\\"status.workspaceTrust.53e8bb5ef8d2b8539473f90a917c59a8\\\",\\\"status.workspaceTrust.6e0904eb98778ff34e6039ea129fd5f8\\\",\\\"status.workspaceTrust.a54f5c5db7af2f5502ef946f0475043f\\\",\\\"status.workspaceTrust.1632747121464\\\",\\\"status.workspaceTrust.52a89275c1d0d53cc712966713f5b7d0\\\",\\\"status.workspaceTrust.16b8d384ec99a16f2d6f01df11f5e7d1\\\",\\\"status.workspaceTrust.cb57a5a37ea8f28e906be241766faa17\\\",\\\"status.workspaceTrust.5d112d013afb0a57a81b5e23a561dd94\\\",\\\"status.workspaceTrust.7b9ca3c27388697c349a1b984799061e\\\",\\\"status.workspaceTrust.1633077358230\\\",\\\"status.workspaceTrust.1633077361857\\\",\\\"status.workspaceTrust.5efc99e74e3bdd68ff4cfcadab2aaa2d\\\",\\\"status.workspaceTrust.1633179320632\\\",\\\"status.workspaceTrust.eb4451f2e2f511159719e0c22ccae37d\\\",\\\"status.workspaceTrust.1633347207242\\\",\\\"status.workspaceTrust.1633347599097\\\",\\\"status.workspaceTrust.8f5b510926893aefba59455c4d562335\\\",\\\"status.workspaceTrust.5786617fc2da32d3b57e0efa966cfedb\\\",\\\"status.workspaceTrust.f9632de44e21d4788b078642097f09a2\\\",\\\"status.workspaceTrust.1633774222907\\\",\\\"status.workspaceTrust.3f8801678ce10b878a2bb644c3856f49\\\",\\\"status.workspaceTrust.9283be108f838c26bc24b495f836af75\\\",\\\"status.workspaceTrust.1633782941553\\\",\\\"status.workspaceTrust.c650d9eb4368afd1f3f1afc4b5d7d715\\\",\\\"status.workspaceTrust.c274908a371742745e005a113e43edbe\\\",\\\"status.workspaceTrust.1633789392235\\\",\\\"status.workspaceTrust.99b20004b69992f985b3aab129148111\\\",\\\"status.workspaceTrust.1633830257284\\\",\\\"status.workspaceTrust.1633830702031\\\",\\\"status.workspaceTrust.1633833964021\\\",\\\"status.workspaceTrust.81801f0e4dbc18f7c50a8a228d977976\\\",\\\"status.workspaceTrust.1633833990849\\\",\\\"status.workspaceTrust.2e8291a716c1b7a5078a9e5f7ee5d3b6\\\",\\\"status.workspaceTrust.e66388fbd3b4926960c3770b5c0e5a32\\\",\\\"status.workspaceTrust.1634029616604\\\",\\\"status.workspaceTrust.40968ed00b1dbf92a038de8a26328630\\\",\\\"status.workspaceTrust.c6eaaa3a251b2747a8e1c50a8109a5cb\\\",\\\"status.workspaceTrust.1d3560b1afa0c1b892dcfa1fbcdeb5b9\\\",\\\"status.workspaceTrust.1634294265430\\\",\\\"status.workspaceTrust.254b1c05f0f9fc16fd753b939f50da97\\\",\\\"status.workspaceTrust.860c3c0f4cd4b4a36d62aa452450e5c5\\\",\\\"status.workspaceTrust.1634465191866\\\",\\\"status.workspaceTrust.1634465281116\\\",\\\"status.workspaceTrust.ed7a50c79ba7df6de4bc8c70442c6ef1\\\",\\\"status.workspaceTrust.baf3496a123a67ea0cfb7e01b88391e2\\\",\\\"status.workspaceTrust.9ec2677aa770dfd2a29311c9d252ed92\\\",\\\"status.workspaceTrust.1635303007811\\\",\\\"status.workspaceTrust.98f54b25fefaaec1d602bb048a11624a\\\",\\\"status.workspaceTrust.4495498ec27837ad2e3483a9e68fbc83\\\",\\\"status.workspaceTrust.e51fa10381495056029ee9444ebe40be\\\",\\\"status.workspaceTrust.d9d218071a5b198e982fe62025e266dc\\\",\\\"status.workspaceTrust.ec4b1ea1919aed2155e0c7b61510e538\\\",\\\"status.workspaceTrust.1636083653228\\\",\\\"status.workspaceTrust.1636083748024\\\",\\\"status.workspaceTrust.1636083859351\\\",\\\"status.workspaceTrust.1636083865214\\\",\\\"status.workspaceTrust.6c3856131d56527dcf9593abe41f590a\\\",\\\"status.workspaceTrust.d7c1b237ba4e8efea977a58bb514a70d\\\",\\\"status.workspaceTrust.1636296551733\\\",\\\"status.workspaceTrust.c348e2b89915bf8cf96000b842de11ee\\\",\\\"status.workspaceTrust.4a0f854d9f34cd50e9e5a2b73aa21808\\\",\\\"status.workspaceTrust.1636469374993\\\",\\\"status.workspaceTrust.75c0e945f1229018ac91499cb73e3111\\\",\\\"status.workspaceTrust.d489adaa3679000f2e840d13301389ce\\\",\\\"status.workspaceTrust.51591007a8007edea4a7dd94c80ea36e\\\",\\\"status.workspaceTrust.8a01b96fe41421c8b57ed7cb7acc6234\\\",\\\"status.workspaceTrust.8ed19709e0bdba134e9cd75f4e9154a2\\\",\\\"status.workspaceTrust.1636875314573\\\",\\\"status.workspaceTrust.1636897864880\\\",\\\"status.workspaceTrust.ed10a0441735ba45d098042682d86cd7\\\",\\\"status.workspaceTrust.1636903046893\\\",\\\"status.workspaceTrust.fcdd6eccda64ada63da17747e5ed281e\\\",\\\"status.workspaceTrust.1636941229462\\\",\\\"status.workspaceTrust.1636980092106\\\",\\\"status.workspaceTrust.1637238748176\\\",\\\"status.workspaceTrust.177be6ca17abdcc15b4e094e508e0643\\\",\\\"status.workspaceTrust.1637853327403\\\",\\\"status.workspaceTrust.1637853351677\\\",\\\"status.workspaceTrust.1637853438116\\\",\\\"status.workspaceTrust.46a70ecc9cac006d205e9cbe87b7f6c4\\\",\\\"status.workspaceTrust.0113d87e70c0271c7d6271fe3c449540\\\",\\\"status.workspaceTrust.1638092195565\\\",\\\"status.workspaceTrust.4ad2542635abaeee9caae879ee19c4b2\\\",\\\"status.workspaceTrust.5c1977bbf3811401fba6747bc03137e3\\\",\\\"status.workspaceTrust.db104745cf244b7e5161bb6025a3aff2\\\",\\\"status.workspaceTrust.351afb8bcff074c9f23a3a1ce709a80d\\\",\\\"status.workspaceTrust.1638342685342\\\",\\\"status.workspaceTrust.f968a9d06cec576d3bd40de5f17bb615\\\",\\\"status.workspaceTrust.1638501593725\\\",\\\"status.workspaceTrust.1638602398328\\\",\\\"status.workspaceTrust.1638602707322\\\",\\\"status.workspaceTrust.ccbba89ccc6f66531e96213fffa80895\\\",\\\"status.workspaceTrust.01267408505979c9d09a847a733e155c\\\",\\\"status.workspaceTrust.7b60fda1b3244eb8a6d1ff0fa967f511\\\",\\\"status.workspaceTrust.1638693925892\\\",\\\"status.workspaceTrust.1638694019656\\\",\\\"status.workspaceTrust.1638694148458\\\",\\\"status.workspaceTrust.943521e033035cafed57690f2b018bf0\\\",\\\"status.workspaceTrust.1d650b4f26a034644991eb8fe305e4ed\\\",\\\"status.workspaceTrust.64a160a4ee1b43548bfd1e38afde5d6d\\\",\\\"status.workspaceTrust.ed3f3395b047601c4fa8966e01e22830\\\",\\\"status.workspaceTrust.f704e2b7f0e9bd59958fb8106e9c5869\\\",\\\"status.workspaceTrust.c08477428a960d6e27dd5b6f6ad68b91\\\",\\\"status.workspaceTrust.611a4bb8bab4429d692bbdb0dd25b16e\\\",\\\"status.workspaceTrust.b4a296aeba7b03e4fdac57aad39c0833\\\",\\\"status.workspaceTrust.8b820663261720fba8e9ad91596b4345\\\",\\\"status.workspaceTrust.28db4da2e15054d01c6700ff487c49bc\\\",\\\"status.workspaceTrust.eb10da314a52ded29753a3b793815960\\\",\\\"status.workspaceTrust.1640858134459\\\",\\\"status.workspaceTrust.0f7b1c6f36935b427ac7ddb29504e820\\\",\\\"status.workspaceTrust.1640867767828\\\",\\\"status.workspaceTrust.1640867903168\\\",\\\"status.workspaceTrust.4154a3d12f883a4a7c7d9d7a60e265a8\\\",\\\"status.workspaceTrust.29d4f6a4577836d30b184f9dbe2cc93e\\\",\\\"status.workspaceTrust.1641023437803\\\",\\\"status.workspaceTrust.80ccac0f767b379ac2a4111beea9175e\\\",\\\"status.workspaceTrust.1641131001568\\\",\\\"status.workspaceTrust.1641216430726\\\",\\\"status.workspaceTrust.1641538919554\\\",\\\"status.workspaceTrust.286203c91c06e409d4de951bd74f9c60\\\",\\\"status.workspaceTrust.1641539281227\\\",\\\"status.workspaceTrust.925a7887bb5071758382b6181036e1ea\\\",\\\"status.workspaceTrust.914b9a02a9520f696d6f197c8a3f320e\\\",\\\"status.workspaceTrust.1641559179984\\\",\\\"status.workspaceTrust.1641563026195\\\",\\\"status.workspaceTrust.1641565791402\\\",\\\"status.workspaceTrust.f8f26a23e1efdf6cb5ceeed01fdfce98\\\",\\\"status.workspaceTrust.1641737323487\\\",\\\"status.workspaceTrust.1641737691364\\\",\\\"status.workspaceTrust.1641737968191\\\",\\\"status.workspaceTrust.1641773381918\\\",\\\"status.workspaceTrust.dee9962f1ff1bc5ce01dea76629a8860\\\",\\\"status.workspaceTrust.049d6b3205fcee9eff4415df5caba1da\\\",\\\"status.workspaceTrust.5f8c725307b5e6a4ce185f2667015d1b\\\",\\\"status.workspaceTrust.ef8dcfb4b9232077dc0a186b6627fa04\\\",\\\"status.workspaceTrust.c8f317587ee25327b278499e577a01a6\\\",\\\"status.workspaceTrust.1642127491648\\\",\\\"status.workspaceTrust.ad3c132314b714f1eb78839de7655ef8\\\",\\\"status.workspaceTrust.1642250482042\\\",\\\"status.workspaceTrust.1642260953322\\\",\\\"status.workspaceTrust.1642297381145\\\",\\\"status.workspaceTrust.1642337474102\\\",\\\"status.workspaceTrust.1642385139655\\\",\\\"status.workspaceTrust.1642402622737\\\",\\\"status.workspaceTrust.1642468104282\\\",\\\"status.workspaceTrust.1642475583559\\\",\\\"status.workspaceTrust.1642492681578\\\",\\\"status.workspaceTrust.a1fba88ba26625cdacb7cbec2dde230b\\\",\\\"status.workspaceTrust.1642580624455\\\",\\\"status.workspaceTrust.1642596163082\\\",\\\"status.workspaceTrust.1642668869413\\\",\\\"status.workspaceTrust.1642731026507\\\",\\\"status.workspaceTrust.1642732917422\\\",\\\"status.workspaceTrust.861bc11b145560924197bf5b66efad66\\\",\\\"status.workspaceTrust.1642820611100\\\",\\\"status.workspaceTrust.1642822351080\\\",\\\"status.workspaceTrust.1642823858927\\\",\\\"status.workspaceTrust.1642825251636\\\",\\\"status.workspaceTrust.1642843714733\\\",\\\"status.workspaceTrust.1642844101419\\\",\\\"status.workspaceTrust.1642858101401\\\",\\\"status.workspaceTrust.1642865001192\\\",\\\"status.workspaceTrust.e18877c123aa84fc6cbcb9470ea969c2\\\",\\\"status.workspaceTrust.1643015541524\\\",\\\"status.workspaceTrust.1f0dc21e10f92ab973bae25ef45d289f\\\",\\\"status.workspaceTrust.1643015553183\\\",\\\"status.workspaceTrust.f6d41ec284b8b118f9685e265cfb40c9\\\",\\\"status.workspaceTrust.1643016692498\\\",\\\"status.workspaceTrust.1644137643316\\\",\\\"status.workspaceTrust.1644137672976\\\",\\\"status.workspaceTrust.1644137677733\\\",\\\"status.workspaceTrust.1644137690979\\\",\\\"status.workspaceTrust.1644405046026\\\",\\\"status.workspaceTrust.1644405100303\\\",\\\"status.workspaceTrust.1644405210487\\\",\\\"status.workspaceTrust.1644405535920\\\",\\\"status.workspaceTrust.1644547076468\\\",\\\"status.workspaceTrust.e4e2a9650fa5914a8055669515fcabc5\\\",\\\"status.workspaceTrust.1644984549420\\\",\\\"status.workspaceTrust.b18b82508f90446c20f189280aa11199\\\",\\\"status.workspaceTrust.35c4229cb9a40cb07f10c4b3dae0e430\\\",\\\"status.workspaceTrust.1645436628381\\\",\\\"status.workspaceTrust.6cf79355431521f3ad590b4490e60e52\\\",\\\"status.workspaceTrust.98363b6aa7b5c3a4d710e4c3604cb33d\\\",\\\"status.workspaceTrust.d5c04c152ae269fa07914482b7643e74\\\",\\\"status.workspaceTrust.af60ca1184084f69add62c3429260a55\\\",\\\"status.workspaceTrust.1649675747309\\\",\\\"status.workspaceTrust.1649676062568\\\",\\\"status.workspaceTrust.f6da650d53c6eadf20bdb60655681ae3\\\",\\\"status.workspaceTrust.1649689164338\\\",\\\"status.workspaceTrust.1650204441010\\\",\\\"status.workspaceTrust.1650426210006\\\",\\\"status.workspaceTrust.25552c79723a53b4336eddfe8205059d\\\",\\\"status.workspaceTrust.1650626036638\\\",\\\"status.workspaceTrust.09c5dd720bec1d2023f3ee14a839d9a9\\\",\\\"status.workspaceTrust.1652620970899\\\",\\\"status.workspaceTrust.f8cdcddf0398b21adbae4265536b0210\\\",\\\"status.workspaceTrust.1652839252725\\\",\\\"status.workspaceTrust.a7344c756ee189e325eb12b02c673da8\\\",\\\"status.workspaceTrust.1818709f065da73507ca87ab609a37ff\\\",\\\"status.workspaceTrust.1653119054332\\\",\\\"status.workspaceTrust.e075b6a2d685660a43c7c512873f716e\\\",\\\"status.workspaceTrust.1653206700088\\\",\\\"status.workspaceTrust.12aee3edd2b43e75ebef98d4a3c67e45\\\",\\\"status.workspaceTrust.1653278917076\\\",\\\"status.workspaceTrust.1653395914106\\\",\\\"status.workspaceTrust.1653525192494\\\",\\\"status.workspaceTrust.1653535427959\\\",\\\"status.workspaceTrust.c478c844730299c9b60f3193ad3f0117\\\",\\\"status.workspaceTrust.1654053257693\\\",\\\"status.workspaceTrust.8612a204bb333a5283943f10973ba9b0\\\",\\\"status.workspaceTrust.1654403126616\\\",\\\"status.workspaceTrust.88647f8843eb9f1c13ad65475c26e07b\\\",\\\"status.workspaceTrust.08c49ff7b218cb09ec9f82585401674a\\\",\\\"status.workspaceTrust.2ae62a77de37dd411819ea9e1619c6e1\\\",\\\"status.workspaceTrust.1654918956352\\\",\\\"status.workspaceTrust.1655124306879\\\",\\\"status.workspaceTrust.87f60816966a1c62419ac1f6e8f1dc85\\\",\\\"status.workspaceTrust.1655131232220\\\",\\\"status.workspaceTrust.660bd87d3491c6995ee1a1ab9bf8c28c\\\",\\\"status.workspaceTrust.5035643098850b96f16469dfc48b0894\\\",\\\"status.workspaceTrust.2cae4624d7baaa90574bcfa66c83106b\\\",\\\"status.workspaceTrust.894e9e83dbcb8f72bdf909eb80f1685a\\\",\\\"status.workspaceTrust.fd1f110a2dc7c267464b3177cf4b01aa\\\",\\\"status.workspaceTrust.2248617f6194a9f37ccb27276ddd38e0\\\",\\\"status.workspaceTrust.8b704385d91c3037520a62f0ec7436b0\\\",\\\"status.workspaceTrust.1656150523655\\\",\\\"status.workspaceTrust.587edc5d8dd09dfcc53620e223e5eb68\\\",\\\"status.workspaceTrust.1656230618654\\\",\\\"status.workspaceTrust.620ee94b44b47d86614d38938f72bef6\\\",\\\"status.workspaceTrust.1656475288508\\\",\\\"status.workspaceTrust.a7d76f9794ba389a10870386b82d1a5e\\\",\\\"status.workspaceTrust.129c8f292d7f4be98265ff47e67a5cf1\\\",\\\"status.workspaceTrust.1656661533467\\\",\\\"status.workspaceTrust.24efd7278f0f34aeb5b026aadb10703f\\\",\\\"status.workspaceTrust.44d90547de5973e10a2178ef972e5fa3\\\",\\\"status.workspaceTrust.bf0e8ccfc4f802c17657be429e48f9b8\\\",\\\"status.workspaceTrust.3063b1e774b344ba549e4f55bb70bf98\\\",\\\"status.workspaceTrust.1656994625064\\\",\\\"status.workspaceTrust.1657029503515\\\",\\\"status.workspaceTrust.1657030256504\\\",\\\"status.workspaceTrust.1657035608474\\\",\\\"status.workspaceTrust.1657036383112\\\",\\\"status.workspaceTrust.1657037476317\\\",\\\"status.workspaceTrust.1657065814636\\\",\\\"status.workspaceTrust.f6b375663c0603749f8f74f6a0d2d432\\\",\\\"status.workspaceTrust.04f294ed55f7cf494a51632cb9bd77d8\\\",\\\"status.workspaceTrust.13be4a2cde3cd11f2e6f35e22ac0239d\\\",\\\"status.workspaceTrust.deebdc317ab32ca1b2d38bc98e55149d\\\",\\\"status.workspaceTrust.f59d1e0dfa94d7f6b123fd2829d190e7\\\",\\\"status.workspaceTrust.835965221a9beac0875209bda98800e5\\\",\\\"status.workspaceTrust.1658283112523\\\",\\\"status.workspaceTrust.7a3dcd6592594174700929130e2d9712\\\",\\\"status.workspaceTrust.1658283169941\\\",\\\"status.workspaceTrust.925e8cf2a26677e46e070fc5b940072c\\\",\\\"status.workspaceTrust.30f668c43f8eb94374030a4353a21ddb\\\",\\\"status.workspaceTrust.70002e021ea3fb1ae50b7af53fb29837\\\",\\\"status.workspaceTrust.21e841efcd6654fe0a0135e7b007d8a9\\\",\\\"status.workspaceTrust.78d0f6817488a1ce3d06e64f70f03866\\\",\\\"status.workspaceTrust.b32f29d88027418dae158fe99d9b3510\\\",\\\"status.workspaceTrust.1df3aed1e25f5af56786e06b91a3a5bb\\\",\\\"status.workspaceTrust.6d92f9ff43489913e315e8a4c3db8684\\\",\\\"status.workspaceTrust.45226b0116793baee081acdf75569c70\\\",\\\"status.workspaceTrust.750d8a552c0b8dbded2b12ed551e4940\\\",\\\"status.workspaceTrust.1660956267505\\\",\\\"status.workspaceTrust.1660991642542\\\",\\\"status.workspaceTrust.1661004573093\\\",\\\"status.workspaceTrust.1661155738362\\\",\\\"status.workspaceTrust.1661350460964\\\",\\\"status.workspaceTrust.e2df1dca0db1897ac365cb0c9b7e2b8f\\\",\\\"status.workspaceTrust.ccd540186d5dd60f7d32216c8e39d1f9\\\",\\\"status.workspaceTrust.1661478668137\\\",\\\"status.workspaceTrust.1661483601612\\\",\\\"status.workspaceTrust.39bed8a3617aa80f3cf41764961237f1\\\",\\\"status.workspaceTrust.1662019251789\\\",\\\"status.workspaceTrust.1662028712943\\\",\\\"status.workspaceTrust.1662035059462\\\",\\\"status.workspaceTrust.1662127122504\\\",\\\"status.workspaceTrust.1662166303122\\\",\\\"status.workspaceTrust.1662166697435\\\",\\\"status.workspaceTrust.1662171379815\\\",\\\"status.workspaceTrust.1662209969343\\\",\\\"status.workspaceTrust.8bfc035ea834dfafb492f7c0c2d68d5b\\\",\\\"status.workspaceTrust.1662255652377\\\",\\\"status.workspaceTrust.1662520652855\\\",\\\"status.workspaceTrust.1663211570816\\\",\\\"status.workspaceTrust.067fcea04a7bf21d8742555f841933f2\\\",\\\"status.workspaceTrust.1663229927132\\\",\\\"status.workspaceTrust.1663229931084\\\",\\\"status.workspaceTrust.e47aa9ef550e203fbe66f4b286bb2ce0\\\",\\\"status.workspaceTrust.1663293270971\\\",\\\"status.workspaceTrust.1663338209659\\\",\\\"status.workspaceTrust.b8ecc1f37815423e1b0ee98ca68acad9\\\",\\\"status.workspaceTrust.0f2ac18edbe3bfbf6a9aa74edfbe126a\\\",\\\"status.workspaceTrust.1663644164143\\\",\\\"status.workspaceTrust.f174b3524926d9135043515ab08d7df9\\\",\\\"status.workspaceTrust.138dd7c2184a6b8dc93bd7ef89e851ea\\\",\\\"status.workspaceTrust.c3c1779946aaffa61579f55129dced1b\\\",\\\"status.workspaceTrust.1663983195525\\\",\\\"status.workspaceTrust.1663983248393\\\",\\\"status.workspaceTrust.1664074909739\\\",\\\"status.workspaceTrust.3fc02941ee490abc763959a40b474031\\\",\\\"status.workspaceTrust.e042ec31dc401fd8cb1d87804eef383f\\\",\\\"status.workspaceTrust.1664242251685\\\",\\\"status.workspaceTrust.1664242265028\\\",\\\"status.workspaceTrust.1664266058404\\\",\\\"status.workspaceTrust.1664281909347\\\",\\\"status.workspaceTrust.1664281930527\\\",\\\"status.workspaceTrust.1664282504846\\\",\\\"status.workspaceTrust.1664328597902\\\",\\\"status.workspaceTrust.1664328600521\\\",\\\"status.workspaceTrust.295d55bb624b40d78d0e280c15e9a0ea\\\",\\\"status.workspaceTrust.1664873559031\\\",\\\"status.workspaceTrust.945e744a60221ecaee5e40c1de7106fe\\\",\\\"status.workspaceTrust.753994bcbaa919a3e6cfa91094bfd5e8\\\",\\\"status.workspaceTrust.e0c783a8e67d673265ec83cd2bcc668f\\\",\\\"status.workspaceTrust.7ba9bbbf619e324ff15957a837f49073\\\",\\\"status.workspaceTrust.2ac473158f7a5d93c3807b3a57b7bf42\\\",\\\"status.workspaceTrust.4213b83fb88fb4100d2e94322a086b23\\\",\\\"status.workspaceTrust.1665109139194\\\",\\\"status.workspaceTrust.e89815aca2b436b7be53edbdd84f520f\\\",\\\"status.workspaceTrust.d7ff19e22826a51af67a22bbb6247e35\\\",\\\"status.workspaceTrust.1665653454686\\\",\\\"status.workspaceTrust.d001cfdda5faff5c96e9b7d78d4e4f4b\\\",\\\"status.workspaceTrust.4e5796d0cb37afa17ae18333c40f7386\\\",\\\"status.workspaceTrust.ee886039ee19ac9330c93d4f03698a4d\\\",\\\"status.workspaceTrust.9ce03cf9394a846542748bd7ae37221f\\\",\\\"status.workspaceTrust.1666192433247\\\",\\\"status.workspaceTrust.40af6ba95b2a169b92f83831a2c7ae98\\\",\\\"status.workspaceTrust.dc63de294a1d44cf8699cd7268cb2b3e\\\",\\\"status.workspaceTrust.379e3995d3b647f4100681ff8df49348\\\",\\\"status.workspaceTrust.1666928938747\\\",\\\"status.workspaceTrust.73188961da19ec86ccc9c4b4f23d50c6\\\",\\\"status.workspaceTrust.d2177c9f8dfdc6a4a726ff9869d90575\\\",\\\"status.workspaceTrust.1ba47191b5c26f54a0ee526912f6f683\\\",\\\"status.workspaceTrust.024d836d87b41870041d97e19ca29210\\\",\\\"status.workspaceTrust.540530da4cc3cbb05887a651fa1ea0e6\\\",\\\"status.workspaceTrust.432bdb248e406e06decd20007fd6feb1\\\",\\\"status.workspaceTrust.210d621d4f4d04279b52ba93b1ed9996\\\",\\\"status.workspaceTrust.3ca4cf7281943e00ebb8725f21db0729\\\",\\\"ms-python.vscode-pylance/python.analysis.typeCheckingMode\\\",\\\"status.workspaceTrust.4315c2e2f30f2f3d680f9be3130bccdc\\\",\\\"status.workspaceTrust.1668075551421\\\",\\\"status.workspaceTrust.5c344815c612a505629f843e62ab53bb\\\",\\\"status.workspaceTrust.78a063d20ce8a1cd1fa145aac2f09b9a\\\",\\\"status.workspaceTrust.430ee60ebb1b305750390e9238c5f7c2\\\",\\\"status.workspaceTrust.60e3a6e6e448a18c2d2dc71dbf2e54e0\\\",\\\"status.workspaceTrust.8f852595669e0892aae345251362445a\\\",\\\"status.workspaceTrust.0876553cb47567f680b0f4c7bf5fc0ba\\\",\\\"status.workspaceTrust.4c4ea65b2cd92e032fe60f5e17041127\\\",\\\"status.workspaceTrust.2ac87f6b45e7f5712f4f003456e83520\\\",\\\"status.workspaceTrust.507b008452b44031889c6e6637cd7c65\\\",\\\"status.workspaceTrust.69cd31917ce41807cb6b26df6bfa77b3\\\",\\\"status.workspaceTrust.1668125076048\\\",\\\"status.workspaceTrust.1668125815111\\\",\\\"status.workspaceTrust.1668125949862\\\",\\\"status.workspaceTrust.2b41bb6b765acd01a20c68c457d4ecc0\\\",\\\"status.workspaceTrust.32b63cda18a59d10d1f480b38e4b09b7\\\",\\\"status.workspaceTrust.66e1f80a8f9d5a8e00050e6a20bdba5b\\\",\\\"status.workspaceTrust.1668778548164\\\",\\\"status.workspaceTrust.61d8065253667d4cc6e897088eb498d6\\\",\\\"status.workspaceTrust.2e32a5cc859fde93136257a371dfec75\\\",\\\"status.workspaceTrust.de8ea28ea92bf6aab6b7e875685bdf32\\\",\\\"status.workspaceTrust.20eda7ed71d877d97012ffe0423bd7b8\\\",\\\"status.workspaceTrust.862c40d7700ca9a4793db8695d2dcb8f\\\",\\\"status.workspaceTrust.1669422779529\\\",\\\"status.workspaceTrust.24043d2e30b53a67365ebcb96b72fba4\\\",\\\"status.workspaceTrust.1669423363970\\\",\\\"status.workspaceTrust.336ec81bf3d13002e98afabcb75bca05\\\",\\\"status.workspaceTrust.e6caa0d7174dacfeb7e2e87b8806517d\\\",\\\"status.workspaceTrust.b8ce5efbed29238046e752b47415b9df\\\",\\\"status.workspaceTrust.14e8d2f7cb6b76202b25b0a1051d903e\\\",\\\"status.workspaceTrust.33e607402fbdc071df7d81d4b6471beb\\\",\\\"status.workspaceTrust.1669598734964\\\",\\\"status.workspaceTrust.d998372d11c72ee7d71ecf2bb34ada41\\\",\\\"ritwickdey.LiveServer\\\",\\\"status.workspaceTrust.df2991bfe71bffc6fbba871bed3fefdf\\\",\\\"status.workspaceTrust.cb988738fb6b657cd7d6db9f91b54ce6\\\",\\\"status.workspaceTrust.1669649240272\\\",\\\"status.workspaceTrust.1669678834468\\\",\\\"status.workspaceTrust.cdf149170e0dbf28baa458907ff86a20\\\",\\\"status.workspaceTrust.1669897797221\\\",\\\"status.workspaceTrust.1670045563196\\\",\\\"status.workspaceTrust.0e27e1e846130958ec933756f81cdc3f\\\",\\\"status.workspaceTrust.1670125260495\\\",\\\"status.workspaceTrust.fb0978bef07a7c16f391e6622d2a0517\\\",\\\"status.workspaceTrust.30acc629a189037ca4303da4d2305d32\\\",\\\"status.workspaceTrust.1670232175537\\\",\\\"status.workspaceTrust.4b6ff2d3cfcff030ee5277f932e58bc7\\\",\\\"status.workspaceTrust.1670287783883\\\",\\\"status.workspaceTrust.1670543789475\\\",\\\"status.workspaceTrust.1670683777109\\\",\\\"status.workspaceTrust.1670685624242\\\",\\\"status.workspaceTrust.3c4848188ddca2b8331761bbdfe4faff\\\",\\\"status.workspaceTrust.9da8dd71bfd323f7ed85613ef3c3f273\\\",\\\"status.workspaceTrust.a19973d39060dc69064370c20076f095\\\",\\\"status.workspaceTrust.d9e4baec921a1b27397399ff0e6ba6de\\\",\\\"status.workspaceTrust.1670938264109\\\",\\\"status.workspaceTrust.b6ecc536fef7bf182e39bd6c4455f4b0\\\",\\\"status.workspaceTrust.821c726e411bc573438d2939be740560\\\",\\\"status.workspaceTrust.1671349363323\\\",\\\"status.workspaceTrust.1671499802593\\\",\\\"status.workspaceTrust.d099fa49dcb44f2ab8aa2fa4da4d2c15\\\",\\\"status.workspaceTrust.1671592673237\\\",\\\"status.workspaceTrust.de9f7a78634f4e39fb88d5d2fad443d7\\\",\\\"status.workspaceTrust.1671678839317\\\",\\\"status.workspaceTrust.1671807339278\\\",\\\"status.workspaceTrust.1672358648368\\\",\\\"status.workspaceTrust.1672448345232\\\",\\\"status.workspaceTrust.1672634017145\\\",\\\"status.workspaceTrust.b2eb40860cf0f9de3829e9037a1d6c4c\\\",\\\"status.workspaceTrust.1672704656068\\\",\\\"status.workspaceTrust.f22e8fab8bd1f65a5e65bda2cce0e107\\\",\\\"status.workspaceTrust.1672804028730\\\",\\\"status.workspaceTrust.1672878990994\\\",\\\"status.workspaceTrust.a46c07ed1592cdafba496af1eba7242a\\\",\\\"status.workspaceTrust.2c55212cc050f82cc25194a39a36fe3d\\\",\\\"status.workspaceTrust.1673309856254\\\",\\\"status.workspaceTrust.1673315998097\\\",\\\"status.workspaceTrust.6faeb7ebbc9168d13404543b2cbd6354\\\",\\\"status.workspaceTrust.1673429902445\\\",\\\"status.workspaceTrust.1673567498293\\\",\\\"status.workspaceTrust.caa38866797841a91e04a0e065ec37be\\\",\\\"status.workspaceTrust.1673621113568\\\",\\\"status.workspaceTrust.1673621118380\\\",\\\"status.workspaceTrust.1673671525571\\\",\\\"status.workspaceTrust.1673685068931\\\",\\\"status.workspaceTrust.1673688661003\\\",\\\"status.workspaceTrust.1673699338195\\\",\\\"status.workspaceTrust.879f468e6ffe6071e60c303a87311ee0\\\",\\\"status.workspaceTrust.f222ffc694bcf095c4f0a60f52e0a8e7\\\",\\\"status.workspaceTrust.1673797272771\\\",\\\"status.workspaceTrust.fd218137b93d1fb7b6717b696d6fa47d\\\",\\\"status.workspaceTrust.1673873129053\\\",\\\"status.workspaceTrust.7f1dda688725441cdc5e95b81b610383\\\",\\\"status.workspaceTrust.1674609183388\\\",\\\"status.workspaceTrust.524bc246bf9e64404a5549434e08b695\\\",\\\"status.workspaceTrust.ba8b8afcb0e70fe858928b8d91372047\\\",\\\"status.workspaceTrust.1b126cc7a9d67c2655d0f8bac59aa8bd\\\",\\\"status.workspaceTrust.1674810027547\\\",\\\"status.workspaceTrust.1674880592357\\\",\\\"status.workspaceTrust.1674895287898\\\",\\\"status.workspaceTrust.1674955025015\\\",\\\"status.workspaceTrust.1674998204053\\\",\\\"status.workspaceTrust.1674998640848\\\",\\\"status.workspaceTrust.906830befaf8c0503c90ff0bb04ff476\\\",\\\"status.workspaceTrust.b5461bb14710adc31f5b6e09db1db64b\\\",\\\"status.workspaceTrust.0442bf4a3b082a06a3baca8de488d871\\\",\\\"status.workspaceTrust.1675003315486\\\",\\\"status.workspaceTrust.1675037285249\\\",\\\"status.workspaceTrust.1675077418786\\\",\\\"status.workspaceTrust.2e3c8ce7fd337894ffdebf4de96c8a80\\\",\\\"status.workspaceTrust.1675081061284\\\",\\\"status.workspaceTrust.4d91389156169c60fae22497863c7880\\\",\\\"status.workspaceTrust.1675122690477\\\",\\\"status.workspaceTrust.1675243946598\\\",\\\"status.workspaceTrust.6b2b429ad708624846194ba18bbeacbf\\\",\\\"status.workspaceTrust.1675313976030\\\",\\\"status.workspaceTrust.06ebe61973feba7dd892d20ff68f76dc\\\",\\\"status.workspaceTrust.3f08dfd963866e8c37f22fcaf560688e\\\",\\\"status.workspaceTrust.f4fb28ccc4fcbcb39d57718aaf1b46c4\\\",\\\"status.workspaceTrust.1676203623087\\\",\\\"status.workspaceTrust.86fcbd07c914159dd8ff6c2280c763d9\\\",\\\"status.workspaceTrust.1677338244234\\\",\\\"status.workspaceTrust.61c45b9c06375079f5257d6da1872c7a\\\",\\\"status.workspaceTrust.1678321054619\\\",\\\"status.workspaceTrust.87c689b5600b349aa9a5ef53097c22af\\\",\\\"status.workspaceTrust.1679321170372\\\",\\\"status.workspaceTrust.1679365983317\\\",\\\"status.workspaceTrust.1679542751683\\\",\\\"status.workspaceTrust.c101477c50cb08af47f593640efdaf92\\\",\\\"status.workspaceTrust.1679841132278\\\",\\\"status.workspaceTrust.dac05aa29dce120a977943a29eb05435\\\",\\\"status.workspaceTrust.3d344f087483a1ff59dc2692f8a6659a\\\",\\\"status.workspaceTrust.9f772be15f820f2973ab6b66b8a49ffe\\\",\\\"status.workspaceTrust.ef425a0559ca5feb75827d4a3e11bfdf\\\",\\\"status.workspaceTrust.5ef21e8d231edda59cc49d8ddd7dcdf6\\\",\\\"status.workspaceTrust.1680861368043\\\",\\\"status.workspaceTrust.5a1ee7c11b6c2187f311a19471bd1188\\\",\\\"status.workspaceTrust.fa2bce2cc824106a4c48e1e01562e5ba\\\",\\\"status.workspaceTrust.242595aaf6ef825c2547c87e9961a3b4\\\",\\\"status.workspaceTrust.81469e02bed408844a626b2055716f5e\\\",\\\"status.workspaceTrust.0c6b8768a0db6125c06ab5f578702dfc\\\",\\\"status.workspaceTrust.aaf964cb0ee75dcb7db51e4013c09c18\\\",\\\"status.workspaceTrust.04efb803a09d64eb86f298dc76a3231c\\\",\\\"status.workspaceTrust.9d0940193a246f34f841c37a96123483\\\",\\\"status.workspaceTrust.1681722325374\\\",\\\"status.workspaceTrust.7580718902798ad984f12170f0aea7b3\\\",\\\"status.workspaceTrust.5c29362a84a426ec801d4d2ea9acdd8e\\\",\\\"status.workspaceTrust.1681872666888\\\",\\\"status.workspaceTrust.05402c723da5dc91c723f2f4b34ba444\\\",\\\"status.workspaceTrust.56b9818d1abfa9e251f6980d004a7c15\\\",\\\"status.workspaceTrust.538fbc80bc325496d8a92239d0d6396a\\\",\\\"status.workspaceTrust.a9cee59616ee479a805904c0bcb6d961\\\",\\\"status.workspaceTrust.cb05ecfa9faef2b0ff2b180edf408424\\\",\\\"status.workspaceTrust.1140dd022d565a9373381e17b90493f2\\\",\\\"status.workspaceTrust.ce4a5d2618de30ff7ffcffe19ec9fea5\\\",\\\"status.workspaceTrust.64fd4135addda6889e947199be6757a1\\\",\\\"status.workspaceTrust.a8816c1b6b1d687b9770f70f6c66ef89\\\",\\\"status.workspaceTrust.1682167455458\\\",\\\"status.workspaceTrust.d9dcbc02b3fa220b0c472ed6ea8d868c\\\",\\\"status.workspaceTrust.1682247727956\\\",\\\"status.workspaceTrust.e29fec51713c8fe07f0d5bfa85e013c2\\\",\\\"status.workspaceTrust.6450a6be4785ad2079f164fe58846731\\\",\\\"status.workspaceTrust.f73187b84176aac65536403b3b3f162b\\\",\\\"status.workspaceTrust.1683076712683\\\",\\\"status.workspaceTrust.04148b403877359d638952a2e113ed0e\\\",\\\"status.workspaceTrust.e851a5202bb59ddf861ec2667fdc0894\\\",\\\"status.workspaceTrust.1683eab65e9e60cbfd111861f0f21414\\\",\\\"status.workspaceTrust.5939ccf4d5e2b8ddf4f6d8a6ea4ce7c6\\\",\\\"status.workspaceTrust.c018fb0c9accd92681a8c3bd91ae5422\\\",\\\"status.workspaceTrust.0d3b6a36c7a8f9616046865c4be472c5\\\",\\\"status.workspaceTrust.67daa6f1dadc901dc142ac7b0ae97cc1\\\",\\\"status.workspaceTrust.8a6bd323b5e1af932c5cd363bff3d4dd\\\",\\\"status.workspaceTrust.9147651be694c420862fc2cb8105b4cd\\\",\\\"status.workspaceTrust.151f45dd19c326ebb3e159fb4ce80ee9\\\",\\\"status.workspaceTrust.726d14e933330b54afb6deb20c7cd218\\\",\\\"status.workspaceTrust.573a2d81a7c832f1f38bff2ffbeefe49\\\",\\\"status.workspaceTrust.c80c0d555a0d061f0d50f50e6cb4ceb0\\\",\\\"status.workspaceTrust.1683988766611\\\",\\\"status.workspaceTrust.c467b1e9373cab250f4f01d65f2552d3\\\",\\\"status.workspaceTrust.9b09e380e5d5ae1ff408388f14a3f017\\\",\\\"status.workspaceTrust.1684128746597\\\",\\\"status.workspaceTrust.a37a330ce287860dc64589818b9069b7\\\",\\\"status.workspaceTrust.4ead410a16e3d0c2ed6fc651ebe36749\\\",\\\"status.workspaceTrust.1685001683505\\\",\\\"status.workspaceTrust.1685066524805\\\",\\\"status.workspaceTrust.a1f33b9bb0fed99c15e801639fe94f18\\\",\\\"status.workspaceTrust.91af2a1486e9018e255446cce92c41cc\\\",\\\"status.workspaceTrust.1685799207094\\\",\\\"status.workspaceTrust.1685799780413\\\",\\\"status.workspaceTrust.1685799789646\\\",\\\"status.workspaceTrust.673bec14255227d85c82356f2804ab43\\\",\\\"status.workspaceTrust.1686283708274\\\",\\\"status.workspaceTrust.1686321974185\\\",\\\"status.workspaceTrust.1686322502374\\\",\\\"status.workspaceTrust.312fe08e064d8df2b6353412aec9fd91\\\",\\\"status.workspaceTrust.1686361810139\\\",\\\"status.workspaceTrust.1686497646959\\\",\\\"status.workspaceTrust.1795f4c41b06e3fc994b9696c936f929\\\",\\\"status.workspaceTrust.1686585845826\\\",\\\"status.workspaceTrust.1686736722215\\\",\\\"status.workspaceTrust.350937e79eed14a7dd79d44b2a9704e2\\\",\\\"status.workspaceTrust.a54e67a4734674fb772188cc8aece9b7\\\",\\\"status.workspaceTrust.95dc40203d8599447512c71ac403625f\\\",\\\"status.workspaceTrust.d4eb681c7f397d48a7d26ce3fdb65b96\\\",\\\"status.workspaceTrust.1687230144896\\\",\\\"status.workspaceTrust.73670cde3bd5660b008ae215c7180b1e\\\",\\\"status.workspaceTrust.b592bd74c53845d459dfb6f9ee612202\\\",\\\"status.workspaceTrust.df59bdefb2cf1053bf2d5f4b30806d70\\\",\\\"status.workspaceTrust.f47779c629d182b8462e2a183da65050\\\",\\\"status.workspaceTrust.b0f8ca9802c939065ebbdf6302c3129b\\\",\\\"status.workspaceTrust.1687874645948\\\",\\\"status.workspaceTrust.5f0c7ac4745336a18fac0e5a9e91cf22\\\",\\\"status.workspaceTrust.1687908577152\\\",\\\"status.workspaceTrust.1688281849779\\\",\\\"status.workspaceTrust.1688351188204\\\",\\\"status.workspaceTrust.b7a8d05062c0e7b4ab359f64ba34bc55\\\",\\\"status.workspaceTrust.b2e8d6c2f187cc0ced1bfa999803334c\\\",\\\"status.workspaceTrust.1689137353717\\\",\\\"status.workspaceTrust.d360d3123bc13f7bce4c1d0c179f45f6\\\",\\\"status.workspaceTrust.1689139359979\\\",\\\"status.workspaceTrust.4f73b38fd5c0bbf0a29c163ce6ecac4d\\\",\\\"status.workspaceTrust.46dff8f74b188f4a6ae31513cbd1b595\\\",\\\"status.workspaceTrust.d56bad7adba21c671e77ebf444f0c4f2\\\",\\\"status.workspaceTrust.1689412220759\\\",\\\"status.workspaceTrust.bb7954e4b4e69d7ce08e121b1304cd1d\\\",\\\"status.workspaceTrust.cddb89f6a555445f158f8f6d5b3f5211\\\",\\\"status.workspaceTrust.33ec8c18255924072e86095d4abfcdda\\\",\\\"status.workspaceTrust.ce7e88542714b8fcb03cd4064b5893db\\\",\\\"status.workspaceTrust.1689823567923\\\",\\\"status.workspaceTrust.3a8a858a93a2a6b871345d44446df965\\\",\\\"status.workspaceTrust.23135dd40c6ed8d7c883a911724e8419\\\",\\\"status.workspaceTrust.0fec7cbcbd828a95053d3aabf0cb32af\\\",\\\"status.workspaceTrust.1690900630394\\\",\\\"status.workspaceTrust.62859b1a59ca9a3ae5e84c2338e58225\\\",\\\"status.workspaceTrust.9ccef533750fb22e10fbdb1c3beb81f5\\\",\\\"status.workspaceTrust.3922de470b00f586637680f946e4d6b5\\\",\\\"status.workspaceTrust.1691284803185\\\",\\\"status.workspaceTrust.1691418447012\\\",\\\"status.workspaceTrust.61abc8749bf3584715fd3e4625fcee22\\\",\\\"status.workspaceTrust.1691582314685\\\",\\\"status.workspaceTrust.1691888801617\\\",\\\"status.workspaceTrust.1692084043110\\\",\\\"status.workspaceTrust.ed7f79ff3861c487ddcf553ac6935e2e\\\",\\\"status.workspaceTrust.1692452435430\\\",\\\"status.workspaceTrust.92d4ab46b1af69a6e608ec7e965112d3\\\",\\\"status.workspaceTrust.37b9d228947fcab03bead13f533009f1\\\",\\\"status.workspaceTrust.1692587061315\\\",\\\"status.workspaceTrust.1692601790462\\\",\\\"status.workspaceTrust.1692883827529\\\",\\\"status.workspaceTrust.4494c627ed09999d791825018ac24cd5\\\",\\\"status.workspaceTrust.0540db62f7c1c12c2c3e4cb23d292ad2\\\",\\\"status.workspaceTrust.1692885344088\\\",\\\"status.workspaceTrust.1692885361723\\\",\\\"status.workspaceTrust.268efd36c1c9d795cf63925a02506bf1\\\",\\\"status.workspaceTrust.bb8966df82f44f270e8c371b7b2c7eb9\\\",\\\"status.workspaceTrust.59349887875b785ef9d0d179b5dbc001\\\",\\\"status.workspaceTrust.1692888803448\\\",\\\"status.workspaceTrust.b2495fd36d4199a1f89c1f225ac73671\\\",\\\"status.workspaceTrust.cd6a9a3943afdcfa42298c76f0c7999d\\\",\\\"status.workspaceTrust.1693054526006\\\",\\\"status.workspaceTrust.1dfefb6d667ba5f0e325f7aedf599121\\\",\\\"status.workspaceTrust.1693364222618\\\",\\\"status.workspaceTrust.a17742d309944e00c240a13aaa8a32b2\\\",\\\"status.workspaceTrust.1693368491246\\\",\\\"status.workspaceTrust.8f23b5448e5d88cff68104fba0fee5bd\\\",\\\"status.workspaceTrust.5400ea8044acbe69e4a7566ce8f57fa6\\\",\\\"status.workspaceTrust.a8b6a013de702f27f2fe7e473a157cb2\\\",\\\"status.workspaceTrust.1693527363629\\\",\\\"status.workspaceTrust.02eb3999ada0e0902cdc1de6338c2250\\\",\\\"status.workspaceTrust.407f5f79a8fef599f4f5329df4fdc865\\\",\\\"status.workspaceTrust.0a5e209dceca3d14564901a8e6daf106\\\",\\\"status.workspaceTrust.2a7551e6a03e4369b7bdfe7f9f121708\\\",\\\"status.workspaceTrust.1693925882615\\\",\\\"status.workspaceTrust.328ffc64f1a790bd31341da272c24ada\\\",\\\"status.workspaceTrust.e7b0057104dfda8a05e3ec397cecc248\\\",\\\"status.workspaceTrust.5d3f8cf129018d1773d53e81d8f19e85\\\",\\\"status.workspaceTrust.1694320316942\\\",\\\"status.workspaceTrust.1694354124198\\\",\\\"status.workspaceTrust.1694397081511\\\",\\\"status.workspaceTrust.1694441347637\\\",\\\"status.workspaceTrust.1694838320894\\\",\\\"status.workspaceTrust.1694878657805\\\",\\\"status.workspaceTrust.1694921668221\\\",\\\"status.workspaceTrust.1695138485173\\\",\\\"status.workspaceTrust.1695193395767\\\",\\\"status.workspaceTrust.1695698658035\\\",\\\"status.workspaceTrust.86c4e9d3bbab0b5e1d9986b3dccfce2b\\\",\\\"status.workspaceTrust.1695707995143\\\",\\\"status.workspaceTrust.1695788887824\\\",\\\"status.workspaceTrust.9208e5425af9f6478cc6d218e2e6c21f\\\",\\\"status.workspaceTrust.ef29a82939c049b93cce962199933436\\\",\\\"status.workspaceTrust.28564d19492a9562a3fb38da6940bd8b\\\",\\\"status.workspaceTrust.1696083825748\\\",\\\"status.workspaceTrust.1696124140883\\\",\\\"status.workspaceTrust.1696212370567\\\",\\\"status.workspaceTrust.f5c45ba046641ed7d59e8be69e2f90dd\\\",\\\"status.workspaceTrust.f84b1f87935742a2a426bac764c936d7\\\",\\\"status.workspaceTrust.0341f5fde4437dcab9a5588a2b13523a\\\",\\\"status.workspaceTrust.86d397cca0f0832028d06cf57d0026c0\\\",\\\"status.workspaceTrust.1696734365051\\\",\\\"status.workspaceTrust.03cb91561bac55d9c34b162e7df21825\\\",\\\"status.workspaceTrust.1696769175417\\\",\\\"status.workspaceTrust.1696771954036\\\",\\\"status.workspaceTrust.1696834457290\\\",\\\"status.workspaceTrust.c5263e3e21bd4fa2c9f67475a92683f1\\\",\\\"status.workspaceTrust.8a2721bc5d59aef648f5589e20fb1e3c\\\",\\\"status.workspaceTrust.1697006481748\\\",\\\"status.workspaceTrust.5bb9381860bc5c6e055ba42349948657\\\",\\\"status.workspaceTrust.1697029176147\\\",\\\"status.workspaceTrust.962c525cd6c2d11dce453bbf4e66392d\\\",\\\"status.workspaceTrust.1697172224367\\\",\\\"status.workspaceTrust.1697191930898\\\",\\\"status.workspaceTrust.8199dc5992b4560de4641356e619cd3b\\\",\\\"status.workspaceTrust.1697423128488\\\",\\\"status.workspaceTrust.1697444350758\\\",\\\"status.workspaceTrust.17282bf9ea9a0c3c5920495c2400a176\\\",\\\"status.workspaceTrust.2fbe97410459c8fa3cbd127866e334ec\\\",\\\"status.workspaceTrust.1697556137297\\\",\\\"status.workspaceTrust.693d7bee2a6af9e8a76fd939755ba883\\\",\\\"status.workspaceTrust.1697556449393\\\",\\\"status.workspaceTrust.1697557536869\\\",\\\"status.workspaceTrust.1697599125947\\\",\\\"status.workspaceTrust.deeda21312db78b6844daeee0a9f5871\\\",\\\"status.workspaceTrust.1697599455397\\\",\\\"status.workspaceTrust.1697603443293\\\",\\\"status.workspaceTrust.4ad724947a1d1c4c4ea865e542506b41\\\",\\\"status.workspaceTrust.78a1ce8b4a29ad16d056087156b3fe6d\\\",\\\"status.workspaceTrust.1697615841081\\\",\\\"status.workspaceTrust.1697616068210\\\",\\\"status.workspaceTrust.1697617429531\\\",\\\"status.workspaceTrust.96f0818f3f9638b4cf72ff0910fd8e15\\\",\\\"status.workspaceTrust.007094d1fcb93452e1cb99f83fac4193\\\",\\\"status.workspaceTrust.1697692383939\\\",\\\"status.workspaceTrust.1697692568295\\\",\\\"status.workspaceTrust.27c3b1440ef5aff97481c1f2e9012fb1\\\",\\\"status.workspaceTrust.1697795479952\\\",\\\"status.workspaceTrust.eba8951af62d054cc56ad14ba426e90a\\\",\\\"status.workspaceTrust.5a24c6c7e2a8a27520664b246294836a\\\",\\\"status.workspaceTrust.1698388464640\\\",\\\"status.workspaceTrust.1698419955102\\\",\\\"status.workspaceTrust.4ccacded9f7d7c3938530b11b82a9a4d\\\",\\\"status.workspaceTrust.1698458596884\\\",\\\"status.workspaceTrust.089d7f2558a027dddcc39e2ea18a551d\\\",\\\"status.workspaceTrust.849e9f46515f62761fd5e292b7ea338b\\\",\\\"status.workspaceTrust.c874451e2f904d5d25590d43fecff568\\\",\\\"status.workspaceTrust.5fa0708160a8fb1280be40a60d1567fb\\\",\\\"status.workspaceTrust.fd2a169d819a3558ec92f08c137241c1\\\",\\\"status.workspaceTrust.38401b60b8260f3070c99a4452bbe1f7\\\",\\\"status.workspaceTrust.3f544e2270b6a0afa28fab75689e1cb9\\\",\\\"status.workspaceTrust.5bc2b1f796841457c208d430dfe14080\\\",\\\"status.workspaceTrust.1698811367826\\\",\\\"status.workspaceTrust.2b2fada3decc79b288af87fa825753a9\\\",\\\"status.workspaceTrust.1699253989004\\\",\\\"status.workspaceTrust.b0d6566675f5fa1c636ae1dbb01df50e\\\",\\\"status.workspaceTrust.aaedf3f618e52b61cb22d23b78a58032\\\",\\\"status.workspaceTrust.b2080542ec7d3219ebaf94177d770487\\\",\\\"status.workspaceTrust.6550e6fecb414293e455bf7046bfd3f9\\\"]\",\"memento/gettingStartedService\":\"{\\\"settingsSync\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonDataScienceWelcome#python.createNewNotebook\\\":{\\\"done\\\":true},\\\"ms-toolsai.jupyter#jupyterWelcome#ipynb.newUntitledIpynb\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"splitview\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.plus#gitlens.plus.commitGraph\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.createPythonFile\\\":{\\\"done\\\":true},\\\"scmClone\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.mac\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.linux\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.selectInterpreter\\\":{\\\"done\\\":true},\\\"ms-azuretools.azure-dev#azd.start#azd.install\\\":{\\\"done\\\":true},\\\"ms-azuretools.azure-dev#azd.start#azd.scaffold\\\":{\\\"done\\\":true},\\\"ms-azuretools.azure-dev#azd.start#azd.login\\\":{\\\"done\\\":true},\\\"ms-azuretools.azure-dev#azd.start#azd.up\\\":{\\\"done\\\":true},\\\"ms-azuretools.azure-dev#azd.start#azd.explore\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.firstsuggest\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.creativity\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.openrecent\\\":{\\\"done\\\":true},\\\"ms-azuretools.vscode-docker#dockerStart#dockerExplorer\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome2#python.createPythonFile\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#create.cpp.file\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows10\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows11\\\":{\\\"done\\\":true}}\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark monokai-theme-monokai-pro-vscode-themes-Monokai-Pro--Filter-Spectrum--json\\\",\\\"label\\\":\\\"Monokai Pro (Filter Spectrum)\\\",\\\"settingsId\\\":\\\"Monokai Pro (Filter Spectrum)\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"name\\\":\\\"Comments and overrides inside comments\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#69676c\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"comment keyword\\\",\\\"comment markup.underline.link\\\",\\\"comment string\\\",\\\"comment punctuation.definition\\\",\\\"comment punctuation\\\",\\\"comment text\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"JSDoc storage type\\\",\\\"foreground\\\":\\\"#69676c\\\"},\\\"scope\\\":\\\"comment storage.type\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"JSDoc entity name\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":\\\"comment entity.name.type\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"JSDoc variable\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":[\\\"comment variable\\\",\\\"comment variable.other\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Comment TODO / FIXME (at least in VSCode Python)\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"comment keyword.codetag.notation\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Git status remote\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"comment.git-status.header.remote\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Git status local\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"comment.git-status.header.local\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Git status remote\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"comment.other.git-status.head\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Docstring\\\",\\\"foreground\\\":\\\"#69676c\\\"},\\\"scope\\\":[\\\"string.quoted.docstring\\\",\\\"string.quoted.docstring punctuation.definition\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Constant\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"constant.other\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.caps\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Placeholders in C\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"constant.other.placeholder.c\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant as property\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.property\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant in latex\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.citation.latex\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant as color (in css / sass)\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.color\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant as character class escape (e.g. in regex)\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.character-class.escape\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant as key (e.g. in puppet manifests)\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.other.key\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant as symbol (e.g. in ruby)\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constants in elm\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"constant.other.elm\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Number\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Character escape\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"constant.character.escape\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Search result line numbers\\\",\\\"foreground\\\":\\\"#525053\\\"},\\\"scope\\\":\\\"constant.numeric.line-number.find-in-files\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Search result matched line numbes\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"constant.numeric.line-number.match.find-in-files\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Sections\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"entity.name.section\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Functions\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"entity.name.function.templated\\\",\\\"entity.name.function.member.static\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Class template\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"entity.name.type.class.templated\\\",\\\"entity.name.type.class.generic\\\",\\\"entity.name.type.namespace\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"label\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"entity.name.label\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Macros\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"entity.name.function.preprocessor\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Entity name\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"entity.name\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Class name\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"entity.name.class\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constant name\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"entity.name.constant\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Namespace\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Inherited class\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Function name\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Tag name\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\",\\\"entity.name.tag.js.jsx support.class.component.js.jsx\\\",\\\"entity.name.tag support.class.component\\\",\\\"source.vue support.class.component\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Operator\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"entity.name.function.operator\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Operator\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"meta.brackets entity.name.function.operator\\\",\\\"punctuation.separator entity.name.function.operator\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Entity name type\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"entity.name.type\\\",\\\"entity.name.type.class.reference\\\",\\\"entity.name.type.class.value\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Tag attribute\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"CSS class\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.class.css\\\",\\\"entity.other.attribute-name.parent-selector-suffix.css\\\",\\\"entity.other.attribute-name.parent-selector-suffix.css punctuation.definition.entity.css\\\",\\\"entity.other.attribute-name.css\\\",\\\"entity.other.animation-name.css\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"CSS id\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id.css\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"CSS pseudo class\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-class.css\\\",\\\"entity.other.pseudo-class.css\\\",\\\"entity.other.pseudo-element.css\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Function names / calls\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"support.function\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git status commit hex\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"entity.other.git-status.hex\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"jinja delimiters\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"entity.other.jinja2.delimiter\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"custom literal\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"entity.name.operator.custom-literal\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"custom literal string\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"entity.name.operator.custom-literal.string\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"custom literal number\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"entity.name.operator.custom-literal.number\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"entity.name.type.rust\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Invalid\\\",\\\"foreground\\\":\\\"#fc618d\\\",\\\"fontStyle\\\":\\\"italic underline\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Invalid deprecated\\\",\\\"foreground\\\":\\\"#fd9353\\\",\\\"fontStyle\\\":\\\"italic underline\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Keyword\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Control keywords examples include if, try, end and while. Some syntaxes prefer to mark if and else with the conditional variant. The import variant is often used in appropriate situations.\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"keyword control directive\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"keyword.control.directive\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Operator\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"keyword.operator\\\",\\\"keyword.operator.member\\\",\\\"keyword.operator.new\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Substitution string\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"keyword.other.substitution\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Template literal begin / end\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\",\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"RestructuredText heading, table markup\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"keyword.operator.heading.restructuredtext\\\",\\\"keyword.operator.table.row.restructuredtext keyword.operator.table.data.restructuredtext\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"elm parenthesis\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"keyword.other.parenthesis.elm\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"keyword.other.fn.rust\\\",\\\"keyword.other.rust\\\",\\\"keyword.other.unsafe.rust\\\",\\\"keyword.other.where.rust\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"keyword.control.rust\\\",\\\"keyword.operator.misc.rust\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"ruby specific\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"keyword.declaration.class.ruby\\\",\\\"keyword.declaration.function.ruby\\\",\\\"keyword.declaration.namespace.ruby\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Italic\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Bold\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Heading\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Raw\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"markup.raw\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Underline\\\",\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Link\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"markup.underline.link\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Diff inserted\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"markup.inserted\\\",\\\"markup.inserted punctuation.definition.inserted\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Diff deleted\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"markup.deleted\\\",\\\"markup.deleted punctuation.definition.deleted\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Diff changed\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":[\\\"markup.changed\\\",\\\"markup.changed punctuation.definition.changed\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Diff ignored\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"markup.ignored\\\",\\\"markup.ignored punctuation.definition.ignored\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Diff untracked\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"markup.untracked\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Markup quote\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.quote\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Braces, delimiters\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"meta.brace.round\\\",\\\"meta.brace.square\\\",\\\"meta.brace.curly\\\",\\\"meta.delimiter.comma.js\\\",\\\"meta.function-call.without-arguments.js\\\",\\\"meta.function-call.method.without-arguments.js\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Function call (vs)\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"meta.function-call.generic.python\\\",\\\"support.function.builtin.python\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Function arguments (vs)\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"meta.function-call.python meta.function-call.arguments.python\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Constructor (new MyClass())\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"meta.instance.constructor\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Class string name (i.e. in html attributes)\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"meta.attribute-with-value.class string\\\",\\\"meta.attribute.class.html string\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"ID string name (i.e. in html attributes)\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":[\\\"meta.attribute-with-value.id string\\\",\\\"meta.attribute.id.html string\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"JSON keys\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"source.json meta.mapping.key string\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"YAML keys\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"source.yaml meta.mapping.key string\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Object members\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"meta.object.member\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"SCSS Variable\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"meta.property-list.css variable.other\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Preprocessor\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":[\\\"entity.name.constant.preprocessor\\\",\\\"meta.preprocessor\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git diff header\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"meta.diff.git-diff.header\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific (brackets and certain type names)\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"meta.type_params.rust\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific (variable.language.rust is 'self' keyword.\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":[\\\"meta.attribute.rust\\\",\\\"meta.annotation.rust\\\",\\\"variable.language.rust\\\",\\\"variable.annotation.rust\\\",\\\"meta.annotation.rust string\\\",\\\"meta.annotation.rust keyword\\\",\\\"meta.annotation.rust keyword.operator\\\",\\\"meta.attribute.rust string\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Punctuation\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"punctuation\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Punctuation tags\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag\\\",\\\"punctuation.definition.tag source\\\",\\\"punctuation.definition.group.begin.ruby\\\",\\\"punctuation.definition.group.end.ruby\\\",\\\"punctuation.definition.group.begin.css\\\",\\\"punctuation.definition.group.end.css\\\",\\\"punctuation.definition.string.end.html source.css\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Group (i.e. in regex)\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"punctuation.definition.group\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Comment start / end\\\",\\\"foreground\\\":\\\"#69676c\\\"},\\\"scope\\\":\\\"punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Variable indicator (i.e. in php or in include directives in sass)\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":[\\\"punctuation.definition.variable\\\",\\\"punctuation.definition.keyword.scss\\\",\\\"punctuation.definition.entity.css\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Punctuation section embedded (i.e. ?php blocks in html)\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded\\\",\\\"punctuation.section.embedded entity.name.tag\\\",\\\"punctuation.section.embedded constant.other\\\",\\\"punctuation.section.embedded source\\\",\\\"punctuation.section.embedded.begin\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Punctuation template string (`example`)\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"punctuation.template-string.element.begin\\\",\\\"punctuation.template-string.element.end\\\",\\\"punctuation.definition.string.template.begin\\\",\\\"punctuation.definition.string.template.end\\\",\\\"string.quoted.template punctuation.definition.string.begin\\\",\\\"string.quoted.template punctuation.definition.string.end\\\",\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\"]},{\\\"settings\\\":{\\\"Name\\\":\\\"Punctuation hard line break in Markdown\\\",\\\"background\\\":\\\"#948ae3\\\"},\\\"scope\\\":[\\\"meta.paragraph.markdown meta.dummy.line-break\\\",\\\"meta.paragraph.markdown meta.hard-line-break.markdown\\\"]},{\\\"settings\\\":{\\\"Name\\\":\\\"Punctuation in markdown links\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"markup.underline.link punctuation\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region red color\\\",\\\"foreground\\\":\\\"#fc618d\\\",\\\"background\\\":\\\"#fc618d59\\\"},\\\"scope\\\":\\\"region.redish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region orange color\\\",\\\"foreground\\\":\\\"#fd9353\\\",\\\"background\\\":\\\"#fd935359\\\"},\\\"scope\\\":\\\"region.orangish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region yellow color\\\",\\\"foreground\\\":\\\"#fce566\\\",\\\"background\\\":\\\"#fce56659\\\"},\\\"scope\\\":\\\"region.yellowish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region green color\\\",\\\"foreground\\\":\\\"#7bd88f\\\",\\\"background\\\":\\\"#7bd88f59\\\"},\\\"scope\\\":\\\"region.greenish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region blue color\\\",\\\"foreground\\\":\\\"#5ad4e6\\\",\\\"background\\\":\\\"#5ad4e659\\\"},\\\"scope\\\":\\\"region.bluish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region purple color\\\",\\\"foreground\\\":\\\"#948ae3\\\",\\\"background\\\":\\\"#948ae359\\\"},\\\"scope\\\":\\\"region.purplish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"region pink color\\\",\\\"foreground\\\":\\\"#fc618d\\\",\\\"background\\\":\\\"#fc618d59\\\"},\\\"scope\\\":\\\"region.pinkish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"White for ST3 for non-colorized scheme\\\",\\\"foreground\\\":\\\"#FFFFFF\\\"},\\\"scope\\\":\\\"region.whitish\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"source\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"source\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"SASS, SCSS default\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"source.scss\\\",\\\"source.sass\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"SASS, SCSS and LESS variables\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":[\\\"source.sass variable.other\\\",\\\"source.sass variable.sass\\\",\\\"source.scss variable.other\\\",\\\"source.scss variable.scss\\\",\\\"source.scss variable.sass\\\",\\\"source.css variable.other\\\",\\\"source.css variable.scss\\\",\\\"source.less variable.other\\\",\\\"source.less variable.other.less\\\",\\\"source.less variable.declaration.less\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"source.git-show.commit.sha\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"git\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"source.git-show.author\\\",\\\"source.git-show.date\\\",\\\"source.git-diff.command\\\",\\\"source.git-diff.command meta.diff.git-diff.header.from-file\\\",\\\"source.git-diff.command meta.diff.git-diff.header.to-file\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git diff header hash\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":[\\\"source.git-show meta.diff.git-diff.header.extended.index.from-sha\\\",\\\"source.git-show meta.diff.git-diff.header.extended.index.to-sha\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git diff header range\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"source.git-show meta.diff.range.unified\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"git diff header files\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"source.git-show meta.diff.header.from-file\\\",\\\"source.git-show meta.diff.header.to-file\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Storage\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Types and definition / declaration keywords should use the following scope. Examples include int, bool, char, func, function, class and def. Depending on the language and semantics, const may be this or storage.modifier.\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Extends\\\",\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"storage.type.extends\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Fat arrow function\\\",\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"storage.type.function.arrow\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Keywords that affect the storage of a variable, function or data structure should use the following scope. Examples include static, inline, const, public and private.\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"storage.modifier\\\",\\\"storage.type.modifier\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"refs (Restructured text)\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"storage.class.restructuredtext.ref\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"storage.modifier.visibility.rust\\\",\\\"storage.modifier.lifetime.rust\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"storage.modifier.const.rust\\\",\\\"storage.modifier.dyn.rust\\\",\\\"storage.modifier.mut.rust\\\",\\\"storage.modifier.static.rust\\\",\\\"storage.type.rust\\\",\\\"storage.type.core.rust\\\",\\\"storage.class.std.rust\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific (adjust blue to red)\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"storage.type.rust\\\",\\\"storage.modifier.const.rust\\\",\\\"storage.modifier.dyn.rust\\\",\\\"storage.modifier.mut.rust\\\",\\\"storage.modifier.static.rust\\\",\\\"keyword.other.rust\\\",\\\"keyword.other.where.rust\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"String\\\",\\\"foreground\\\":\\\"#fce566\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"String label\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"string.unquoted.label\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Source in template string\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"string source\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Embedded punctuation begin / end in template string\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":[\\\"string source punctuation.section.embedded\\\",\\\"string punctuation.definition.string source\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"link title\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"string.other.link.title\\\",\\\"string.other.link.description\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"link description\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"string.other.link.description.title\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"String regexp begin / end\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":[\\\"string.regexp punctuation.definition.string.begin\\\",\\\"string.regexp punctuation.definition.string.end\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"refs (Restructured text)\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":[\\\"string.other.ref\\\",\\\"string.other.restructuredtext.ref\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"git key in git status help text\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":\\\"string.other.git-status.help.key\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"git status remote\\\",\\\"foreground\\\":\\\"#fc618d\\\"},\\\"scope\\\":\\\"string.other.git-status.remote\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Library constant\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Handlebars start / end\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"support.constant.handlebars\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"vendor prefix\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":\\\"support.type.vendor-prefix.css\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Function name\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"function brackets, comma's\\\",\\\"foreground\\\":\\\"#8b888f\\\"},\\\"scope\\\":\\\"support.function.delimiter.elm\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Library type\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":[\\\"support.type\\\",\\\"entity.name.type.object.console\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Support variables\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"support.variable\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Library type property, JSON keys\\\",\\\"fontStyle\\\":\\\"normal\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Library class\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"support.class\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"rust specific\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"text\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"text\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Search result\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"text.find-in-files\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Variable\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":[\\\"variable\\\",\\\"variable.other\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Function arguments\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":[\\\"variable.parameter\\\",\\\"parameters variable.function\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Reserved variable names that are specified by the language, such as this, self, super, arguments. Also in function arguments (e.g. like in Python)\\\",\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#bab6c0\\\"},\\\"scope\\\":[\\\"variable.language\\\",\\\"variable.parameter.function.language.special.self.python\\\",\\\"variable.parameter.function.language.special.cls.python\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Reserved variable names: 'arguments'\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"variable.language.arguments\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Library function\\\",\\\"foreground\\\":\\\"#5ad4e6\\\"},\\\"scope\\\":\\\"variable.other.class\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Immutable variables, often via a const modifier, should receive the following scope. Depending on the language and semantics, entity.name.constant may be a better choice.\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"read/write variables\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"variable.other.readwrite\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Fields, properties, members and attributes of a class or other data structure should use:\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":\\\"variable.other.member\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Enum member\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":\\\"variable.other.enummember\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Variable property\\\",\\\"foreground\\\":\\\"#f7f1ff\\\"},\\\"scope\\\":[\\\"variable.other.property\\\",\\\"variable.other.property.static\\\",\\\"variable.other.event\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"Function and method names should be scoped using the following, but only when they are being invoked. When defined, they should use entity.name.function.\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"variable.function\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Substitution (restructured text)\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"variable.other.substitution\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"Ruby instance variables\\\",\\\"foreground\\\":\\\"#948ae3\\\"},\\\"scope\\\":[\\\"source.ruby variable.other.readwrite.instance.ruby\\\",\\\"source.ruby variable.other.readwrite.class.ruby\\\"]},{\\\"settings\\\":{\\\"name\\\":\\\"jinja2 variable block\\\",\\\"foreground\\\":\\\"#7bd88f\\\"},\\\"scope\\\":\\\"source.jinja2 variable.other.jinja2.block\\\"},{\\\"settings\\\":{\\\"name\\\":\\\"jinja2 variable\\\",\\\"foreground\\\":\\\"#fd9353\\\"},\\\"scope\\\":\\\"source.jinja2 variable.other.jinja2\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"monokai.theme-monokai-pro-vscode\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"theme-monokai-pro-vscode\\\",\\\"_extensionPublisher\\\":\\\"monokai\\\"},\\\"colorMap\\\":{\\\"activityBar.activeFocusBorder\\\":\\\"#fce566\\\",\\\"activityBar.background\\\":\\\"#131313\\\",\\\"activityBar.border\\\":\\\"#131313\\\",\\\"activityBar.foreground\\\":\\\"#bab6c0\\\",\\\"activityBar.inactiveForeground\\\":\\\"#525053\\\",\\\"activityBarBadge.background\\\":\\\"#fce566\\\",\\\"activityBarBadge.foreground\\\":\\\"#222222\\\",\\\"badge.background\\\":\\\"#fce566\\\",\\\"badge.foreground\\\":\\\"#222222\\\",\\\"banner.background\\\":\\\"#363537\\\",\\\"banner.foreground\\\":\\\"#bab6c0\\\",\\\"banner.iconForeground\\\":\\\"#bab6c0\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#f7f1ff\\\",\\\"breadcrumb.focusForeground\\\":\\\"#bab6c0\\\",\\\"breadcrumb.foreground\\\":\\\"#8b888f\\\",\\\"button.background\\\":\\\"#363537\\\",\\\"button.foreground\\\":\\\"#bab6c0\\\",\\\"button.hoverBackground\\\":\\\"#525053\\\",\\\"button.secondaryBackground\\\":\\\"#363537\\\",\\\"button.secondaryForeground\\\":\\\"#bab6c0\\\",\\\"button.secondaryHoverBackground\\\":\\\"#525053\\\",\\\"button.separator\\\":\\\"#222222\\\",\\\"charts.blue\\\":\\\"#5ad4e6\\\",\\\"charts.foreground\\\":\\\"#f7f1ff\\\",\\\"charts.green\\\":\\\"#7bd88f\\\",\\\"charts.lines\\\":\\\"#69676c\\\",\\\"charts.orange\\\":\\\"#fd9353\\\",\\\"charts.purple\\\":\\\"#948ae3\\\",\\\"charts.red\\\":\\\"#fc618d\\\",\\\"charts.yellow\\\":\\\"#fce566\\\",\\\"checkbox.background\\\":\\\"#363537\\\",\\\"checkbox.border\\\":\\\"#363537\\\",\\\"checkbox.foreground\\\":\\\"#f7f1ff\\\",\\\"commandCenter.activeBackground\\\":\\\"#222222\\\",\\\"commandCenter.activeForeground\\\":\\\"#bab6c0\\\",\\\"commandCenter.background\\\":\\\"#191919\\\",\\\"commandCenter.border\\\":\\\"#222222\\\",\\\"commandCenter.foreground\\\":\\\"#8b888f\\\",\\\"debugConsole.errorForeground\\\":\\\"#fc618d\\\",\\\"debugConsole.infoForeground\\\":\\\"#5ad4e6\\\",\\\"debugConsole.sourceForeground\\\":\\\"#f7f1ff\\\",\\\"debugConsole.warningForeground\\\":\\\"#fd9353\\\",\\\"debugConsoleInputIcon.foreground\\\":\\\"#fce566\\\",\\\"debugExceptionWidget.background\\\":\\\"#363537\\\",\\\"debugExceptionWidget.border\\\":\\\"#222222\\\",\\\"debugIcon.breakpointCurrentStackframeForeground\\\":\\\"#fce566\\\",\\\"debugIcon.breakpointDisabledForeground\\\":\\\"#bab6c0\\\",\\\"debugIcon.breakpointForeground\\\":\\\"#fc618d\\\",\\\"debugIcon.breakpointStackframeForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.breakpointUnverifiedForeground\\\":\\\"#fd9353\\\",\\\"debugIcon.continueForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.disconnectForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.pauseForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.restartForeground\\\":\\\"#7bd88f\\\",\\\"debugIcon.startForeground\\\":\\\"#7bd88f\\\",\\\"debugIcon.stepBackForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.stepIntoForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.stepOutForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.stepOverForeground\\\":\\\"#f7f1ff\\\",\\\"debugIcon.stopForeground\\\":\\\"#fc618d\\\",\\\"debugTokenExpression.boolean\\\":\\\"#fd9353\\\",\\\"debugTokenExpression.error\\\":\\\"#fc618d\\\",\\\"debugTokenExpression.name\\\":\\\"#5ad4e6\\\",\\\"debugTokenExpression.number\\\":\\\"#948ae3\\\",\\\"debugTokenExpression.string\\\":\\\"#fce566\\\",\\\"debugTokenExpression.value\\\":\\\"#f7f1ff\\\",\\\"debugToolBar.background\\\":\\\"#363537\\\",\\\"debugView.exceptionLabelBackground\\\":\\\"#fc618d\\\",\\\"debugView.exceptionLabelForeground\\\":\\\"#222222\\\",\\\"debugView.stateLabelBackground\\\":\\\"#7bd88f\\\",\\\"debugView.stateLabelForeground\\\":\\\"#222222\\\",\\\"debugView.valueChangedHighlight\\\":\\\"#fce566\\\",\\\"descriptionForeground\\\":\\\"#8b888f\\\",\\\"diffEditor.diagonalFill\\\":\\\"#363537\\\",\\\"diffEditor.insertedLineBackground\\\":\\\"#7bd88f19\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#7bd88f19\\\",\\\"diffEditor.removedLineBackground\\\":\\\"#fc618d19\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#fc618d19\\\",\\\"diffEditorGutter.insertedLineBackground\\\":\\\"#7bd88f19\\\",\\\"diffEditorGutter.removedLineBackground\\\":\\\"#fc618d19\\\",\\\"diffEditorOverview.insertedForeground\\\":\\\"#7bd88fa5\\\",\\\"diffEditorOverview.removedForeground\\\":\\\"#fc618da5\\\",\\\"dropdown.background\\\":\\\"#222222\\\",\\\"dropdown.border\\\":\\\"#222222\\\",\\\"dropdown.foreground\\\":\\\"#8b888f\\\",\\\"dropdown.listBackground\\\":\\\"#363537\\\",\\\"editor.background\\\":\\\"#222222\\\",\\\"editor.findMatchBackground\\\":\\\"#f7f1ff26\\\",\\\"editor.findMatchBorder\\\":\\\"#fce566\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#f7f1ff26\\\",\\\"editor.findMatchHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.findRangeHighlightBackground\\\":\\\"#f7f1ff0c\\\",\\\"editor.findRangeHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.focusedStackFrameHighlightBackground\\\":\\\"#bab6c026\\\",\\\"editor.foldBackground\\\":\\\"#f7f1ff0c\\\",\\\"editor.foreground\\\":\\\"#f7f1ff\\\",\\\"editor.hoverHighlightBackground\\\":\\\"#f7f1ff0c\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#f7f1ff0c\\\",\\\"editor.inlineValuesBackground\\\":\\\"#525053\\\",\\\"editor.inlineValuesForeground\\\":\\\"#bab6c0\\\",\\\"editor.lineHighlightBackground\\\":\\\"#f7f1ff0c\\\",\\\"editor.lineHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.linkedEditingBackground\\\":\\\"#363537\\\",\\\"editor.rangeHighlightBackground\\\":\\\"#363537\\\",\\\"editor.rangeHighlightBorder\\\":\\\"#363537\\\",\\\"editor.selectionBackground\\\":\\\"#bab6c026\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#f7f1ff26\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.stackFrameHighlightBackground\\\":\\\"#bab6c026\\\",\\\"editor.wordHighlightBackground\\\":\\\"#f7f1ff26\\\",\\\"editor.wordHighlightBorder\\\":\\\"#00000000\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#f7f1ff26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#00000000\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#fc618d\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#fd9353\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#fce566\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#7bd88f\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#5ad4e6\\\",\\\"editorBracketHighlight.foreground6\\\":\\\"#948ae3\\\",\\\"editorBracketMatch.background\\\":\\\"#222222\\\",\\\"editorBracketMatch.border\\\":\\\"#69676c\\\",\\\"editorCodeLens.foreground\\\":\\\"#69676c\\\",\\\"editorCursor.background\\\":\\\"#222222\\\",\\\"editorCursor.foreground\\\":\\\"#f7f1ff\\\",\\\"editorError.background\\\":\\\"#00000000\\\",\\\"editorError.border\\\":\\\"#00000000\\\",\\\"editorError.foreground\\\":\\\"#fc618d\\\",\\\"editorGroup.border\\\":\\\"#191919\\\",\\\"editorGroup.dropBackground\\\":\\\"#191919bf\\\",\\\"editorGroup.emptyBackground\\\":\\\"#131313\\\",\\\"editorGroup.focusedEmptyBorder\\\":\\\"#191919\\\",\\\"editorGroupHeader.noTabsBackground\\\":\\\"#222222\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#222222\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#222222\\\",\\\"editorGutter.addedBackground\\\":\\\"#7bd88f\\\",\\\"editorGutter.background\\\":\\\"#222222\\\",\\\"editorGutter.deletedBackground\\\":\\\"#fc618d\\\",\\\"editorGutter.foldingControlForeground\\\":\\\"#bab6c0\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#fd9353\\\",\\\"editorHint.border\\\":\\\"#222222\\\",\\\"editorHint.foreground\\\":\\\"#948ae3\\\",\\\"editorHoverWidget.background\\\":\\\"#363537\\\",\\\"editorHoverWidget.border\\\":\\\"#222222\\\",\\\"editorIndentGuide.background\\\":\\\"#363537\\\",\\\"editorInfo.background\\\":\\\"#00000000\\\",\\\"editorInfo.border\\\":\\\"#222222\\\",\\\"editorInfo.foreground\\\":\\\"#5ad4e6\\\",\\\"editorLightBulb.foreground\\\":\\\"#fce566\\\",\\\"editorLightBulbAutoFix.foreground\\\":\\\"#7bd88f\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#bab6c0\\\",\\\"editorLineNumber.foreground\\\":\\\"#525053\\\",\\\"editorLink.activeForeground\\\":\\\"#5ad4e6\\\",\\\"editorMarkerNavigation.background\\\":\\\"#363537\\\",\\\"editorMarkerNavigationError.background\\\":\\\"#fc618d\\\",\\\"editorMarkerNavigationInfo.background\\\":\\\"#5ad4e6\\\",\\\"editorMarkerNavigationWarning.background\\\":\\\"#fd9353\\\",\\\"editorOverviewRuler.addedForeground\\\":\\\"#7bd88f\\\",\\\"editorOverviewRuler.border\\\":\\\"#222222\\\",\\\"editorOverviewRuler.currentContentForeground\\\":\\\"#363537\\\",\\\"editorOverviewRuler.deletedForeground\\\":\\\"#fc618d\\\",\\\"editorOverviewRuler.errorForeground\\\":\\\"#fc618d\\\",\\\"editorOverviewRuler.findMatchForeground\\\":\\\"#f7f1ff26\\\",\\\"editorOverviewRuler.incomingContentForeground\\\":\\\"#363537\\\",\\\"editorOverviewRuler.infoForeground\\\":\\\"#5ad4e6\\\",\\\"editorOverviewRuler.modifiedForeground\\\":\\\"#fd9353\\\",\\\"editorOverviewRuler.rangeHighlightForeground\\\":\\\"#f7f1ff26\\\",\\\"editorOverviewRuler.selectionHighlightForeground\\\":\\\"#f7f1ff26\\\",\\\"editorOverviewRuler.warningForeground\\\":\\\"#fd9353\\\",\\\"editorOverviewRuler.wordHighlightForeground\\\":\\\"#f7f1ff26\\\",\\\"editorOverviewRuler.wordHighlightStrongForeground\\\":\\\"#f7f1ff26\\\",\\\"editorPane.background\\\":\\\"#222222\\\",\\\"editorRuler.foreground\\\":\\\"#525053\\\",\\\"editorSuggestWidget.background\\\":\\\"#363537\\\",\\\"editorSuggestWidget.border\\\":\\\"#363537\\\",\\\"editorSuggestWidget.foreground\\\":\\\"#bab6c0\\\",\\\"editorSuggestWidget.highlightForeground\\\":\\\"#f7f1ff\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#69676c\\\",\\\"editorUnnecessaryCode.opacity\\\":\\\"#000000a5\\\",\\\"editorWarning.background\\\":\\\"#00000000\\\",\\\"editorWarning.border\\\":\\\"#00000000\\\",\\\"editorWarning.foreground\\\":\\\"#fd9353\\\",\\\"editorWhitespace.foreground\\\":\\\"#525053\\\",\\\"editorWidget.background\\\":\\\"#363537\\\",\\\"editorWidget.border\\\":\\\"#363537\\\",\\\"errorForeground\\\":\\\"#fc618d\\\",\\\"extensionBadge.remoteForeground\\\":\\\"#7bd88f\\\",\\\"extensionButton.prominentBackground\\\":\\\"#363537\\\",\\\"extensionButton.prominentForeground\\\":\\\"#f7f1ff\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#525053\\\",\\\"extensionIcon.preReleaseForeground\\\":\\\"#948ae3\\\",\\\"extensionIcon.sponsorForeground\\\":\\\"#5ad4e6\\\",\\\"extensionIcon.starForeground\\\":\\\"#fce566\\\",\\\"extensionIcon.verifiedForeground\\\":\\\"#7bd88f\\\",\\\"focusBorder\\\":\\\"#69676c\\\",\\\"foreground\\\":\\\"#f7f1ff\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#7bd88f\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#fd9353\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#fc618d\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#525053\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#fce566\\\",\\\"gitDecoration.stageDeletedResourceForeground\\\":\\\"#fc618d\\\",\\\"gitDecoration.stageModifiedResourceForeground\\\":\\\"#fce566\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#bab6c0\\\",\\\"icon.foreground\\\":\\\"#8b888f\\\",\\\"input.background\\\":\\\"#363537\\\",\\\"input.border\\\":\\\"#363537\\\",\\\"input.foreground\\\":\\\"#f7f1ff\\\",\\\"input.placeholderForeground\\\":\\\"#69676c\\\",\\\"inputOption.activeBackground\\\":\\\"#525053\\\",\\\"inputOption.activeBorder\\\":\\\"#525053\\\",\\\"inputOption.activeForeground\\\":\\\"#f7f1ff\\\",\\\"inputOption.hoverBackground\\\":\\\"#525053\\\",\\\"inputValidation.errorBackground\\\":\\\"#363537\\\",\\\"inputValidation.errorBorder\\\":\\\"#fc618d\\\",\\\"inputValidation.errorForeground\\\":\\\"#fc618d\\\",\\\"inputValidation.infoBackground\\\":\\\"#363537\\\",\\\"inputValidation.infoBorder\\\":\\\"#5ad4e6\\\",\\\"inputValidation.infoForeground\\\":\\\"#5ad4e6\\\",\\\"inputValidation.warningBackground\\\":\\\"#363537\\\",\\\"inputValidation.warningBorder\\\":\\\"#fd9353\\\",\\\"inputValidation.warningForeground\\\":\\\"#fd9353\\\",\\\"keybindingLabel.background\\\":\\\"#525053\\\",\\\"keybindingLabel.border\\\":\\\"#525053\\\",\\\"keybindingLabel.bottomBorder\\\":\\\"#363537\\\",\\\"keybindingLabel.foreground\\\":\\\"#bab6c0\\\",\\\"list.activeSelectionBackground\\\":\\\"#f7f1ff0c\\\",\\\"list.activeSelectionForeground\\\":\\\"#fce566\\\",\\\"list.dropBackground\\\":\\\"#191919bf\\\",\\\"list.errorForeground\\\":\\\"#fc618d\\\",\\\"list.focusBackground\\\":\\\"#222222\\\",\\\"list.focusForeground\\\":\\\"#f7f1ff\\\",\\\"list.highlightForeground\\\":\\\"#f7f1ff\\\",\\\"list.hoverBackground\\\":\\\"#f7f1ff0c\\\",\\\"list.hoverForeground\\\":\\\"#f7f1ff\\\",\\\"list.inactiveFocusBackground\\\":\\\"#222222\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#bab6c00c\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#fce566\\\",\\\"list.invalidItemForeground\\\":\\\"#fc618d\\\",\\\"list.warningForeground\\\":\\\"#fd9353\\\",\\\"listFilterWidget.background\\\":\\\"#222222\\\",\\\"listFilterWidget.noMatchesOutline\\\":\\\"#fc618d\\\",\\\"listFilterWidget.outline\\\":\\\"#222222\\\",\\\"menu.background\\\":\\\"#222222\\\",\\\"menu.border\\\":\\\"#191919\\\",\\\"menu.foreground\\\":\\\"#f7f1ff\\\",\\\"menu.selectionForeground\\\":\\\"#fce566\\\",\\\"menu.separatorBackground\\\":\\\"#363537\\\",\\\"menubar.selectionForeground\\\":\\\"#f7f1ff\\\",\\\"merge.border\\\":\\\"#222222\\\",\\\"merge.commonContentBackground\\\":\\\"#f7f1ff19\\\",\\\"merge.commonHeaderBackground\\\":\\\"#f7f1ff26\\\",\\\"merge.currentContentBackground\\\":\\\"#fc618d19\\\",\\\"merge.currentHeaderBackground\\\":\\\"#fc618d26\\\",\\\"merge.incomingContentBackground\\\":\\\"#7bd88f19\\\",\\\"merge.incomingHeaderBackground\\\":\\\"#7bd88f26\\\",\\\"mergeEditor.change.background\\\":\\\"#f7f1ff19\\\",\\\"mergeEditor.change.word.background\\\":\\\"#f7f1ff19\\\",\\\"mergeEditor.conflict.handled.minimapOverViewRuler\\\":\\\"#7bd88f\\\",\\\"mergeEditor.conflict.handledFocused.border\\\":\\\"#7bd88f\\\",\\\"mergeEditor.conflict.handledUnfocused.border\\\":\\\"#7bd88f\\\",\\\"mergeEditor.conflict.unhandled.minimapOverViewRuler\\\":\\\"#fc618d\\\",\\\"mergeEditor.conflict.unhandledFocused.border\\\":\\\"#fc618d\\\",\\\"mergeEditor.conflict.unhandledUnfocused.border\\\":\\\"#fc618d\\\",\\\"minimap.errorHighlight\\\":\\\"#fc618da5\\\",\\\"minimap.findMatchHighlight\\\":\\\"#8b888fa5\\\",\\\"minimap.selectionHighlight\\\":\\\"#bab6c026\\\",\\\"minimap.selectionOccurrenceHighlight\\\":\\\"#69676ca5\\\",\\\"minimap.warningHighlight\\\":\\\"#fd9353a5\\\",\\\"minimapGutter.addedBackground\\\":\\\"#7bd88f\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#fc618d\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#fce566\\\",\\\"notebook.cellBorderColor\\\":\\\"#363537\\\",\\\"notebook.cellEditorBackground\\\":\\\"#1919197f\\\",\\\"notebook.cellInsertionIndicator\\\":\\\"#f7f1ff\\\",\\\"notebook.cellStatusBarItemHoverBackground\\\":\\\"#69676c\\\",\\\"notebook.cellToolbarSeparator\\\":\\\"#363537\\\",\\\"notebook.editorBackground\\\":\\\"#222222\\\",\\\"notebook.focusedEditorBorder\\\":\\\"#69676c\\\",\\\"notebookStatusErrorIcon.foreground\\\":\\\"#fc618d\\\",\\\"notebookStatusRunningIcon.foreground\\\":\\\"#f7f1ff\\\",\\\"notebookStatusSuccessIcon.foreground\\\":\\\"#7bd88f\\\",\\\"notificationCenter.border\\\":\\\"#363537\\\",\\\"notificationCenterHeader.background\\\":\\\"#363537\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#8b888f\\\",\\\"notificationLink.foreground\\\":\\\"#fce566\\\",\\\"notifications.background\\\":\\\"#363537\\\",\\\"notifications.border\\\":\\\"#363537\\\",\\\"notifications.foreground\\\":\\\"#bab6c0\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#fc618d\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#5ad4e6\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#fd9353\\\",\\\"notificationToast.border\\\":\\\"#363537\\\",\\\"panel.background\\\":\\\"#363537\\\",\\\"panel.border\\\":\\\"#222222\\\",\\\"panel.dropBackground\\\":\\\"#191919bf\\\",\\\"panelTitle.activeBorder\\\":\\\"#fce566\\\",\\\"panelTitle.activeForeground\\\":\\\"#fce566\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#8b888f\\\",\\\"peekView.border\\\":\\\"#222222\\\",\\\"peekViewEditor.background\\\":\\\"#363537\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#525053\\\",\\\"peekViewEditorGutter.background\\\":\\\"#363537\\\",\\\"peekViewResult.background\\\":\\\"#363537\\\",\\\"peekViewResult.fileForeground\\\":\\\"#8b888f\\\",\\\"peekViewResult.lineForeground\\\":\\\"#8b888f\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#525053\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#363537\\\",\\\"peekViewResult.selectionForeground\\\":\\\"#f7f1ff\\\",\\\"peekViewTitle.background\\\":\\\"#363537\\\",\\\"peekViewTitleDescription.foreground\\\":\\\"#8b888f\\\",\\\"peekViewTitleLabel.foreground\\\":\\\"#f7f1ff\\\",\\\"pickerGroup.border\\\":\\\"#222222\\\",\\\"pickerGroup.foreground\\\":\\\"#525053\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#7bd88f\\\",\\\"problemsErrorIcon.foreground\\\":\\\"#fc618d\\\",\\\"problemsInfoIcon.foreground\\\":\\\"#5ad4e6\\\",\\\"problemsWarningIcon.foreground\\\":\\\"#fd9353\\\",\\\"profileBadge.background\\\":\\\"#363537\\\",\\\"profileBadge.foreground\\\":\\\"#bab6c0\\\",\\\"progressBar.background\\\":\\\"#363537\\\",\\\"sash.hoverBorder\\\":\\\"#69676c\\\",\\\"scrollbar.shadow\\\":\\\"#222222\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#f7f1ff59\\\",\\\"scrollbarSlider.background\\\":\\\"#bab6c026\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#f7f1ff26\\\",\\\"selection.background\\\":\\\"#bab6c026\\\",\\\"settings.checkboxBackground\\\":\\\"#363537\\\",\\\"settings.checkboxBorder\\\":\\\"#363537\\\",\\\"settings.checkboxForeground\\\":\\\"#f7f1ff\\\",\\\"settings.dropdownBackground\\\":\\\"#363537\\\",\\\"settings.dropdownBorder\\\":\\\"#363537\\\",\\\"settings.dropdownForeground\\\":\\\"#f7f1ff\\\",\\\"settings.dropdownListBorder\\\":\\\"#8b888f\\\",\\\"settings.headerForeground\\\":\\\"#fce566\\\",\\\"settings.modifiedItemForeground\\\":\\\"#fce566\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#fce566\\\",\\\"settings.numberInputBackground\\\":\\\"#363537\\\",\\\"settings.numberInputBorder\\\":\\\"#363537\\\",\\\"settings.numberInputForeground\\\":\\\"#f7f1ff\\\",\\\"settings.rowHoverBackground\\\":\\\"#69676c0c\\\",\\\"settings.textInputBackground\\\":\\\"#363537\\\",\\\"settings.textInputBorder\\\":\\\"#363537\\\",\\\"settings.textInputForeground\\\":\\\"#f7f1ff\\\",\\\"sideBar.background\\\":\\\"#191919\\\",\\\"sideBar.border\\\":\\\"#131313\\\",\\\"sideBar.dropBackground\\\":\\\"#191919bf\\\",\\\"sideBar.foreground\\\":\\\"#8b888f\\\",\\\"sideBarSectionHeader.background\\\":\\\"#191919\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#69676c\\\",\\\"sideBarTitle.foreground\\\":\\\"#525053\\\",\\\"statusBar.background\\\":\\\"#191919\\\",\\\"statusBar.border\\\":\\\"#131313\\\",\\\"statusBar.debuggingBackground\\\":\\\"#69676c\\\",\\\"statusBar.debuggingBorder\\\":\\\"#191919\\\",\\\"statusBar.debuggingForeground\\\":\\\"#f7f1ff\\\",\\\"statusBar.focusBorder\\\":\\\"#363537\\\",\\\"statusBar.foreground\\\":\\\"#69676c\\\",\\\"statusBar.noFolderBackground\\\":\\\"#191919\\\",\\\"statusBar.noFolderBorder\\\":\\\"#131313\\\",\\\"statusBar.noFolderForeground\\\":\\\"#69676c\\\",\\\"statusBarItem.activeBackground\\\":\\\"#222222\\\",\\\"statusBarItem.errorBackground\\\":\\\"#222222\\\",\\\"statusBarItem.errorForeground\\\":\\\"#fc618d\\\",\\\"statusBarItem.focusBorder\\\":\\\"#69676c\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#f7f1ff0c\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#363537\\\",\\\"statusBarItem.prominentHoverBackground\\\":\\\"#363537\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#191919\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#7bd88f\\\",\\\"statusBarItem.warningBackground\\\":\\\"#222222\\\",\\\"statusBarItem.warningForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.arrayForeground\\\":\\\"#fc618d\\\",\\\"symbolIcon.booleanForeground\\\":\\\"#fc618d\\\",\\\"symbolIcon.classForeground\\\":\\\"#5ad4e6\\\",\\\"symbolIcon.colorForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.constantForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.constructorForeground\\\":\\\"#7bd88f\\\",\\\"symbolIcon.enumeratorForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.enumeratorMemberForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.eventForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.fieldForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.fileForeground\\\":\\\"#bab6c0\\\",\\\"symbolIcon.folderForeground\\\":\\\"#bab6c0\\\",\\\"symbolIcon.functionForeground\\\":\\\"#7bd88f\\\",\\\"symbolIcon.interfaceForeground\\\":\\\"#5ad4e6\\\",\\\"symbolIcon.keyForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.keywordForeground\\\":\\\"#fc618d\\\",\\\"symbolIcon.methodForeground\\\":\\\"#7bd88f\\\",\\\"symbolIcon.moduleForeground\\\":\\\"#5ad4e6\\\",\\\"symbolIcon.namespaceForeground\\\":\\\"#5ad4e6\\\",\\\"symbolIcon.nullForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.numberForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.objectForeground\\\":\\\"#5ad4e6\\\",\\\"symbolIcon.operatorForeground\\\":\\\"#fc618d\\\",\\\"symbolIcon.packageForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.propertyForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.referenceForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.snippetForeground\\\":\\\"#7bd88f\\\",\\\"symbolIcon.stringForeground\\\":\\\"#fce566\\\",\\\"symbolIcon.structForeground\\\":\\\"#fc618d\\\",\\\"symbolIcon.textForeground\\\":\\\"#fce566\\\",\\\"symbolIcon.typeParameterForeground\\\":\\\"#fd9353\\\",\\\"symbolIcon.unitForeground\\\":\\\"#948ae3\\\",\\\"symbolIcon.variableForeground\\\":\\\"#5ad4e6\\\",\\\"tab.activeBackground\\\":\\\"#222222\\\",\\\"tab.activeBorder\\\":\\\"#fce566\\\",\\\"tab.activeForeground\\\":\\\"#fce566\\\",\\\"tab.activeModifiedBorder\\\":\\\"#525053\\\",\\\"tab.border\\\":\\\"#222222\\\",\\\"tab.hoverBackground\\\":\\\"#222222\\\",\\\"tab.hoverBorder\\\":\\\"#525053\\\",\\\"tab.hoverForeground\\\":\\\"#f7f1ff\\\",\\\"tab.inactiveBackground\\\":\\\"#222222\\\",\\\"tab.inactiveForeground\\\":\\\"#8b888f\\\",\\\"tab.inactiveModifiedBorder\\\":\\\"#525053\\\",\\\"tab.lastPinnedBorder\\\":\\\"#525053\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#8b888f\\\",\\\"tab.unfocusedActiveForeground\\\":\\\"#bab6c0\\\",\\\"tab.unfocusedActiveModifiedBorder\\\":\\\"#363537\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#222222\\\",\\\"tab.unfocusedHoverBorder\\\":\\\"#222222\\\",\\\"tab.unfocusedHoverForeground\\\":\\\"#bab6c0\\\",\\\"tab.unfocusedInactiveForeground\\\":\\\"#8b888f\\\",\\\"tab.unfocusedInactiveModifiedBorder\\\":\\\"#363537\\\",\\\"terminal.ansiBlack\\\":\\\"#363537\\\",\\\"terminal.ansiBlue\\\":\\\"#fd9353\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#69676c\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#fd9353\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#5ad4e6\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#7bd88f\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#948ae3\\\",\\\"terminal.ansiBrightRed\\\":\\\"#fc618d\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#f7f1ff\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#fce566\\\",\\\"terminal.ansiCyan\\\":\\\"#5ad4e6\\\",\\\"terminal.ansiGreen\\\":\\\"#7bd88f\\\",\\\"terminal.ansiMagenta\\\":\\\"#948ae3\\\",\\\"terminal.ansiRed\\\":\\\"#fc618d\\\",\\\"terminal.ansiWhite\\\":\\\"#f7f1ff\\\",\\\"terminal.ansiYellow\\\":\\\"#fce566\\\",\\\"terminal.background\\\":\\\"#363537\\\",\\\"terminal.foreground\\\":\\\"#f7f1ff\\\",\\\"terminal.selectionBackground\\\":\\\"#f7f1ff26\\\",\\\"terminalCommandDecoration.defaultBackground\\\":\\\"#f7f1ff\\\",\\\"terminalCommandDecoration.errorBackground\\\":\\\"#fc618d\\\",\\\"terminalCommandDecoration.successBackground\\\":\\\"#7bd88f\\\",\\\"terminalCursor.background\\\":\\\"#00000000\\\",\\\"terminalCursor.foreground\\\":\\\"#f7f1ff\\\",\\\"testing.iconErrored\\\":\\\"#fc618d\\\",\\\"testing.iconFailed\\\":\\\"#fc618d\\\",\\\"testing.iconPassed\\\":\\\"#7bd88f\\\",\\\"testing.iconQueued\\\":\\\"#f7f1ff\\\",\\\"testing.iconSkipped\\\":\\\"#fd9353\\\",\\\"testing.iconUnset\\\":\\\"#8b888f\\\",\\\"testing.message.error.decorationForeground\\\":\\\"#fc618d\\\",\\\"testing.message.error.lineBackground\\\":\\\"#fc618d19\\\",\\\"testing.message.info.decorationForeground\\\":\\\"#f7f1ff\\\",\\\"testing.message.info.lineBackground\\\":\\\"#f7f1ff19\\\",\\\"testing.runAction\\\":\\\"#fce566\\\",\\\"textBlockQuote.background\\\":\\\"#363537\\\",\\\"textBlockQuote.border\\\":\\\"#363537\\\",\\\"textCodeBlock.background\\\":\\\"#363537\\\",\\\"textLink.activeForeground\\\":\\\"#f7f1ff\\\",\\\"textLink.foreground\\\":\\\"#fce566\\\",\\\"textPreformat.foreground\\\":\\\"#f7f1ff\\\",\\\"textSeparator.foreground\\\":\\\"#69676c\\\",\\\"titleBar.activeBackground\\\":\\\"#191919\\\",\\\"titleBar.activeForeground\\\":\\\"#8b888f\\\",\\\"titleBar.border\\\":\\\"#131313\\\",\\\"titleBar.inactiveBackground\\\":\\\"#191919\\\",\\\"titleBar.inactiveForeground\\\":\\\"#525053\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#191919\\\",\\\"welcomePage.buttonBackground\\\":\\\"#363537\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#525053\\\",\\\"welcomePage.progress.background\\\":\\\"#69676c\\\",\\\"welcomePage.progress.foreground\\\":\\\"#8b888f\\\",\\\"welcomePage.tileBackground\\\":\\\"#363537\\\",\\\"welcomePage.tileHoverBackground\\\":\\\"#525053\\\",\\\"welcomePage.tileShadow\\\":\\\"#131313\\\",\\\"widget.shadow\\\":\\\"#131313\\\"},\\\"watch\\\":false}\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.copilot-message-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"java.2.lastSessionDate\":\"Tue Nov 07 2023\",\"java.2.sessionCount\":\"908\",\"javascript.1.lastSessionDate\":\"Sat May 01 2021\",\"javascript.1.sessionCount\":\"165\",\"typescript.1.lastSessionDate\":\"Thu Nov 04 2021\",\"typescript.1.sessionCount\":\"329\",\"expandSuggestionDocs\":\"true\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"workbench.view.extensions.state.hidden\":\"[{\\\"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\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.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}]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"codespaces.changeEnvironmentSettings\\\",\\\"value\\\":37},{\\\"key\\\":\\\"workbench.files.action.collapseExplorerFolders\\\",\\\"value\\\":39},{\\\"key\\\":\\\"workbench.view.extension.thunder-client-sidebar-view\\\",\\\"value\\\":40},{\\\"key\\\":\\\"git.init\\\",\\\"value\\\":41},{\\\"key\\\":\\\"sqlite.explorer.add\\\",\\\"value\\\":47},{\\\"key\\\":\\\"workbench.view.extension.github-cweijan-mysql\\\",\\\"value\\\":52},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":83},{\\\"key\\\":\\\"workbench.action.hideInterfaceOverview\\\",\\\"value\\\":110},{\\\"key\\\":\\\"C_Cpp.GenerateEditorConfig\\\",\\\"value\\\":111},{\\\"key\\\":\\\"workbench.action.focusActivityBar\\\",\\\"value\\\":115},{\\\"key\\\":\\\"welcome.showNewFileEntries\\\",\\\"value\\\":117},{\\\"key\\\":\\\"python.setLinter\\\",\\\"value\\\":192},{\\\"key\\\":\\\"inlineFold.toggle\\\",\\\"value\\\":335},{\\\"key\\\":\\\"workbench.action.showEmmetCommands\\\",\\\"value\\\":578},{\\\"key\\\":\\\"python.enableLinting\\\",\\\"value\\\":660},{\\\"key\\\":\\\"gitlens.gitCommands.branch\\\",\\\"value\\\":685},{\\\"key\\\":\\\"git.commitAllAmend\\\",\\\"value\\\":686},{\\\"key\\\":\\\"git.branch\\\",\\\"value\\\":689},{\\\"key\\\":\\\"git.commit\\\",\\\"value\\\":692},{\\\"key\\\":\\\"git.commitAll\\\",\\\"value\\\":696},{\\\"key\\\":\\\"gitlens.pullRepositories\\\",\\\"value\\\":706},{\\\"key\\\":\\\"gitlens.stashSave\\\",\\\"value\\\":716},{\\\"key\\\":\\\"_notebook.selectKernel\\\",\\\"value\\\":782},{\\\"key\\\":\\\"github.copilot.collectDiagnostics\\\",\\\"value\\\":918},{\\\"key\\\":\\\"workbench.action.files.showOpenedFileInNewWindow\\\",\\\"value\\\":920},{\\\"key\\\":\\\"workbench.action.newWindow\\\",\\\"value\\\":928},{\\\"key\\\":\\\"python.launchTensorBoard\\\",\\\"value\\\":967},{\\\"key\\\":\\\"gitlens.gitCommands.merge\\\",\\\"value\\\":1045},{\\\"key\\\":\\\"git.merge\\\",\\\"value\\\":1049},{\\\"key\\\":\\\"editor.action.toggleStickyScroll\\\",\\\"value\\\":1060},{\\\"key\\\":\\\"workbench.action.toggleAutoSave\\\",\\\"value\\\":1066},{\\\"key\\\":\\\"github.copilot.toggleCopilot\\\",\\\"value\\\":1137},{\\\"key\\\":\\\"editor.emmet.action.balanceOut\\\",\\\"value\\\":1144},{\\\"key\\\":\\\"copyRelativeFilePath\\\",\\\"value\\\":1214},{\\\"key\\\":\\\"git.pull\\\",\\\"value\\\":1263},{\\\"key\\\":\\\"workbench.userDataSync.actions.configure\\\",\\\"value\\\":1267},{\\\"key\\\":\\\"workbench.action.openRawDefaultSettings\\\",\\\"value\\\":1268},{\\\"key\\\":\\\"workbench.action.openGlobalSettings\\\",\\\"value\\\":1270},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":1271},{\\\"key\\\":\\\"monokai_pro.select_theme\\\",\\\"value\\\":1319},{\\\"key\\\":\\\"workbench.action.openSnippets\\\",\\\"value\\\":1327},{\\\"key\\\":\\\"editor.action.formatDocument.multiple\\\",\\\"value\\\":1348},{\\\"key\\\":\\\"workbench.action.toggleZenMode\\\",\\\"value\\\":1355},{\\\"key\\\":\\\"workbench.action.openQuickChat.copilot\\\",\\\"value\\\":1357},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":1367},{\\\"key\\\":\\\"workbench.action.openRecent\\\",\\\"value\\\":1379},{\\\"key\\\":\\\"workbench.action.chat.open\\\",\\\"value\\\":1383},{\\\"key\\\":\\\"audioCues.help\\\",\\\"value\\\":1386},{\\\"key\\\":\\\"editor.action.toggleScreenReaderAccessibilityMode\\\",\\\"value\\\":1388},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":1390}]}\",\"commandPalette.mru.counter\":\"1391\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"docx\\\",\\\"csv\\\",\\\"exe\\\",\\\"env\\\",\\\"sqlite\\\",\\\"pdf\\\",\\\"jsonl\\\"]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"sshHosts\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codespaces.explorerDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"codespaces.explorer\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.plannedSessions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"vsonline\",\"workbench.view.extension.cmake__viewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false}]\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"refactorPreview.groupByFile\":\"true\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Fri Apr 30 2021\",\"ces/skipSurvey\":\"1.55.0\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.55.2\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1654403227494,\\\"stepIDs\\\":[\\\"python.installPythonWin\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createPythonFile\\\",\\\"python.selectInterpreter\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1654403227494,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscjava.vscode-java-pack#javaWelcome\\\",{\\\"firstSeen\\\":1654403231353,\\\"stepIDs\\\":[\\\"java.runtime\\\",\\\"java.showProjectExplorer\\\",\\\"java.showProjectExplorer.inactive\\\",\\\"java.debugAndTest\\\",\\\"java.extensions\\\",\\\"java.more\\\",\\\"java.moreForMac\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1654403263478,\\\"stepIDs\\\":[\\\"ms-toolsai.jupyter#jupyterWelcome#ipynb.newUntitledIpynb\\\",\\\"ms-toolsai.jupyter#jupyterWelcome#jupyter.selectKernel\\\",\\\"ms-toolsai.jupyter#jupyterWelcome#jupyter.exploreAndDebug\\\",\\\"ms-toolsai.jupyter#jupyterWelcome#jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":true}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1654403277640,\\\"stepIDs\\\":[\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"open.project\\\",\\\"setup.intellisense\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"install.cmake.tools\\\",\\\"watch.tutorials\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1665109139710,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcomeWithEnv\\\",{\\\"firstSeen\\\":1667704728592,\\\"stepIDs\\\":[\\\"python.createPythonFile2\\\",\\\"python.installPythonWin82\\\",\\\"python.installPythonMac2\\\",\\\"python.installPythonLinux2\\\",\\\"python.createEnvironment\\\",\\\"python.selectInterpreter2\\\",\\\"python.runAndDebug2\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1669363032679,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.experience\\\",\\\"gitlens.welcome.settings\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.gitCodeLens\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.gitSideBarViews\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.gitCommandPalette\\\",\\\"gitlens.welcome.interactiveRebaseEditor\\\",\\\"gitlens.welcome.terminal\\\",\\\"gitlens.welcome.plus\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.plus\\\",{\\\"firstSeen\\\":1669363032679,\\\"stepIDs\\\":[\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.commitGraph\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.richIntegrations\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.trial\\\",\\\"gitlens.plus.trial.extend\\\",\\\"gitlens.plus.trial.upgrade\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#tempNodejsWelcome\\\",{\\\"firstSeen\\\":1683205874362,\\\"stepIDs\\\":[],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome2\\\",{\\\"firstSeen\\\":1689128114937,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment2\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS2\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.azure-dev#azd.start\\\",{\\\"firstSeen\\\":1689738754970,\\\"stepIDs\\\":[\\\"azd.install\\\",\\\"azd.login\\\",\\\"azd.scaffold\\\",\\\"azd.up\\\",\\\"azd.explore\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1690766469193,\\\"stepIDs\\\":[\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\",\\\"GitHub.copilot#copilotWelcome#copilot.firstsuggest\\\",\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.openrecent\\\",\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\",\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\",\\\"GitHub.copilot#copilotWelcome#copilot.creativity\\\"],\\\"manaullyOpened\\\":true}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1693838267707,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Intermediate\\\",\\\"Beginner\\\",\\\"Setup\\\",\\\"ms-vscode.cpptools#cppWelcome\\\",\\\"ms-python.python#pythonWelcome\\\",\\\"vscjava.vscode-java-pack#javaWelcome\\\",\\\"ms-azuretools.vscode-docker#dockerStart\\\",\\\"ms-python.python#pythonWelcomeWithEnv\\\",\\\"ms-toolsai.jupyter#jupyterWelcome\\\",\\\"eamodio.gitlens#gitlens.welcome\\\",\\\"eamodio.gitlens#gitlens.plus\\\",\\\"ms-azuretools.azure-dev#azd.start\\\",\\\"GitHub.copilot#copilotWelcome\\\"]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:pugbeautify.execute\\\",\\\"balace\\\",\\\"bala\\\",\\\"balan\\\",\\\"balance\\\",\\\"@command:thunder-client.run-last-request\\\",\\\"@command:thunder-client.req\\\",\\\"@command:thunder-cl\\\",\\\"@command:thunder-client.request-pane\\\",\\\"mongo\\\",\\\"@command:quokka.toggle\\\",\\\"@command:codespaces.changeEnvironmentSettings\\\",\\\"@command:workbench.files.action.collapseExplorerFolders\\\",\\\"@command:thunder-client.request-panel\\\",\\\"@command:workbench.view.extension.thunder-client-sidebar-view\\\",\\\"@command:workbench.view.extension.github-cweijan-mysql\\\",\\\"@command:redo\\\",\\\"b\\\",\\\"@command:codespaces.changeEnvironmen\\\",\\\"@\\\",\\\"html\\\",\\\"@command:workbench.action.showEmmetCommands\\\",\\\"@command:editor.emmet.action.balanceOut\\\",\\\"\\\\\\\"m\\\\\\\"\\\",\\\"emm\\\",\\\"emmer\\\",\\\"emmet\\\",\\\"@command:C_Cpp.GenerateEditorConfig\\\",\\\"@command:workbench.action.toggleAutoSave\\\",\\\"@command:python.enableLinting\\\"]}\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.thunder-client-sidebar-view.state.hidden\":\"[{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.mongoDB.state.hidden\":\"[{\\\"id\\\":\\\"mongoDBConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBPlaygroundsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBHelpExplorer\\\",\\\"isHidden\\\":false}]\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Wed Nov 03 2021\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.61.2\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"java\\\":[\\\"vscjava.vscode-java-pack\\\"],\\\"plaintext\\\":[\\\"mechatroner.rainbow-csv\\\",\\\"tomoki1207.pdf\\\"]}\",\"java.2.editedCount\":\"7\",\"java.2.editedDate\":\"Sat May 21 2022\",\"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.view.extension.package-explorer.state.hidden\":\"[{\\\"id\\\":\\\"pythonEnvironments\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workspaceEnvironments\\\",\\\"isHidden\\\":false}]\",\"tabs-list-width-horizontal\":\"135\",\"workbench.view.extension.hexExplorer.state.hidden\":\"[{\\\"id\\\":\\\"hexEditor.dataInspectorView\\\",\\\"isHidden\\\":false}]\",\"extensionTips/promptedExecutableTips\":\"{\\\"docker\\\":[\\\"ms-vscode-remote.remote-containers\\\"]}\",\"workbench.view.extension.wallaby.state.hidden\":\"[{\\\"id\\\":\\\"quokkaValueExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.marquee.state.hidden\":\"[{\\\"id\\\":\\\"marquee\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-cweijan-mysql.state.hidden\":\"[{\\\"id\\\":\\\"github.cweijan.mysql\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-cweijan-nosql.state.hidden\":\"[{\\\"id\\\":\\\"github.cweijan.nosql\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.thunder-client.state.hidden\":\"[{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"justify\",\"workbench.activityBar.hidden\":\"true\",\"workbench.statusBar.hidden\":\"true\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"memento/notebookGettingStarted2\":\"{\\\"hasOpenedNotebook\\\":true}\",\"notebook.controller2TypeBindings\":\"[]\",\"memento/notebookKeymap\":\"{\\\"hasRecommendedKeymap\\\":true}\",\"cpp.1.editedCount\":\"10\",\"cpp.1.editedDate\":\"Sat Jun 25 2022\",\"cpp.1.lastSessionDate\":\"Sun Jun 26 2022\",\"cpp.1.sessionCount\":\"15\",\"extensionsAssistant/importantRecommendationsIgnore\":\"[\\\"ms-azuretools.vscode-docker\\\",\\\"ms-vscode-remote.remote-containers\\\"]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.68.1\",\"extensionsAssistant/fileExtensionsSuggestionIgnore\":\"[\\\"inp\\\"]\",\"cpp.1.isCandidate\":\"false\",\"cpp.1.skipVersion\":\"1.68.1\",\"snippets.usageTimestamps\":\"[[\\\"lib/snippets/generated.json/reactNativeFunctionalExportComponentWithStyles\\\",1660958923530],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1660961252809],[\\\"lib/snippets/generated.json/forIn\\\",1660972757029],[\\\"lib/snippets/generated.json/mappingToProps\\\",1660991387653],[\\\"lib/snippets/generated.json/setupReactComponentTestWithRedux\\\",1661009644784],[\\\"lib/snippets/generated.json/destructingArray\\\",1661140748173],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1661176621745],[\\\"lib/snippets/generated.json/import\\\",1661181143733],[\\\"lib/snippets/generated.json/exportNamedFunction\\\",1661347909722],[\\\"lib/snippets/generated.json/reactClassExportComponentWithPropTypes\\\",1661353577746],[\\\"lib/snippets/generated.json/reactClassExportComponent\\\",1661353588380],[\\\"lib/snippets/generated.json/createRef\\\",1661353615402],[\\\"lib/snippets/generated.json/reactFunctionalComponent\\\",1661353672938],[\\\"lib/snippets/generated.json/reactArrowFunctionComponent\\\",1661353678251],[\\\"lib/snippets/generated.json/reactFunctionalExportComponent\\\",1661392378106],[\\\"lib/snippets/generated.json/typescriptReactFunctionalComponent\\\",1661392577405],[\\\"lib/snippets/generated.json/reactArrowFunctionExportComponent\\\",1661397616407],[\\\"lib/snippets/generated.json/hocComponentWithRedux\\\",1661487861669],[\\\"snippets/snippets.json/requireToConst\\\",1661499696227],[\\\"lib/snippets/generated.json/useMemo\\\",1661501598919],[\\\"lib/snippets/generated.json/exportDefault\\\",1661569439043],[\\\"snippets/graphql.json/Fragment definition\\\",1661571896697],[\\\"lib/snippets/generated.json/typescriptReactFunctionalExportComponent\\\",1661993819078],[\\\"snippets/graphql.json/Enum definition\\\",1662284907468],[\\\"snippets/typescript.code-snippets/If-Else Statement\\\",1662343539288],[\\\"snippets/typescript.code-snippets/Property getter\\\",1662347391280],[\\\"lib/snippets/generated.json/importAs\\\",1662559853649],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1662971995547],[\\\"lib/snippets/generated.json/useLayoutEffect\\\",1662975563602],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1662981364558],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1662997785711],[\\\"lib/snippets/generated.json/propTypeArray\\\",1663033658585],[\\\"lib/snippets/generated.json/consoleAssert\\\",1663129168392],[\\\"lib/snippets/generated.json/itBlock\\\",1663158042090],[\\\"snippets/graphql.json/Input Field definition\\\",1663989764195],[\\\"snippets/snippets.json/consoleLog\\\",1664010522071],[\\\"snippets/base.json/New class\\\",1664075056512],[\\\"snippets/base.json/New dataclass\\\",1664075079365],[\\\"snippets/unittest.json/Assert not equal\\\",1664115912502],[\\\"snippets/unittest.json/Assert is\\\",1666341685436],[\\\"snippets/tkinter.json/Grid\\\",1666963489536],[\\\"snippets/base.json/try:except:\\\",1667312405059],[\\\"snippets/tkinter.json/Main loop\\\",1667312632384],[\\\"snippets/tkinter.json/Bind\\\",1667348403726],[\\\"snippets/base.json/lambda\\\",1667398702849],[\\\"python.json/Print to console\\\",1668246502115],[\\\"snippets/tkinter.json/Label\\\",1668305690818],[\\\"snippets/tkinter.json/Side\\\",1668306772512],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1668395532905],[\\\"snippets/snippets.json/constructor\\\",1668397299562],[\\\"snippets/typescript.code-snippets/Async Function Expression\\\",1668679418037],[\\\"lib/snippets/generated.json/useCallback\\\",1668695073066],[\\\"snippets/tkinter.json/Check button\\\",1668762403868],[\\\"snippets/base.json/__magic__\\\",1668824900817],[\\\"snippets/base.json/self\\\",1668826462941],[\\\"snippets/base.json/import\\\",1668832077269],[\\\"snippets/base.json/New enum\\\",1669452998512],[\\\"python.json/Pytorch import\\\",1670031303194],[\\\"python.json/DS import\\\",1670819797384],[\\\"lib/snippets/generated.json/useEffect\\\",1671808830350],[\\\"lib/snippets/generated.json/useImperativeHandle\\\",1672359853450],[\\\"lib/snippets/generated.json/typescriptReactClassComponentRedux\\\",1672452249782],[\\\"snippets/typescript.code-snippets/Triple-slash reference\\\",1673316655607],[\\\"python.json/classification metrics\\\",1673786175357],[\\\"lib/snippets/generated.json/typescriptReactArrowFunctionExportComponent\\\",1674643455976],[\\\"trycatch.code-snippets/quick try and catch\\\",1675078557804],[\\\"python.json/tf import\\\",1675501019767],[\\\"lib/snippets/generated.json/consoleLog\\\",1676707195844],[\\\"python.json/pt import\\\",1679145570374],[\\\"python.json/confusion matrix\\\",1680948051517],[\\\"python.json/peft install\\\",1689508736008],[\\\"python.json/peft import\\\",1689516113366],[\\\"python.json/pytorch import\\\",1698420435901],[\\\"python.json/transformers library import\\\",1698421453188],[\\\"python.json/ds import\\\",1698659968034],[\\\"cpp.json/Print to console\\\",1698767072319],[\\\"python.json/simple import\\\",1699341118132]]\",\"workbench.view.extension.latex-workshop-activitybar.state.hidden\":\"[{\\\"id\\\":\\\"latex-workshop-commands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-structure\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-snippet-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"file.particpants.additionalEdits\":\"false\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{},\\\"viewLocations\\\":{}}\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequestWebview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesFiles\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChangesCommits\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"github-HoangHoang1408\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true}]\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppReferencesView\\\",\\\"isHidden\\\":false}]\",\"mergeEditorCloseWithConflicts\":\"true\",\"csharp.1.lastSessionDate\":\"Tue Nov 07 2023\",\"csharp.1.sessionCount\":\"194\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.copilot.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlab-workflow.state.hidden\":\"[{\\\"id\\\":\\\"issuesAndMrs\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"currentBranchInfo\\\",\\\"isHidden\\\":false}]\",\"gitlab-https://gitlab.com (HoangHoang1408)\":\"[{\\\"id\\\":\\\"gitlab.gitlab-workflow\\\",\\\"name\\\":\\\"GitLab Workflow\\\",\\\"allowed\\\":true}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\"}}"}