Skip to content

Instantly share code, notes, and snippets.

@Steellgold
Created May 8, 2024 12:05
Show Gist options
  • Save Steellgold/c6c6e5cc0ea03173b83218c371a52ff0 to your computer and use it in GitHub Desktop.
Save Steellgold/c6c6e5cc0ea03173b83218c371a52ff0 to your computer and use it in GitHub Desktop.
{"name":"JS","settings":"{\"settings\":\"{\\r\\n // Suppression de la sauvegarde automatique :\\r\\n \\\"files.autoSave\\\": \\\"off\\\",\\r\\n\\r\\n // Taille des tabulations par défaut :\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"editor.formatOnSave\\\": false,\\r\\n\\r\\n // Linting & formatting on save :\\r\\n \\\"editor.codeActionsOnSave\\\": {\\r\\n \\\"source.fixAll.eslint\\\": \\\"explicit\\\"\\r\\n },\\r\\n \\\"[prisma]\\\": {\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n },\\r\\n \\r\\n \\\"editor.wordWrap\\\": \\\"bounded\\\",\\r\\n \\\"editor.wrappingIndent\\\": \\\"indent\\\",\\r\\n \\\"editor.wordWrapColumn\\\": 150,\\r\\n \\r\\n \\\"editor.rulers\\\": [\\r\\n {\\r\\n \\\"column\\\": 150,\\r\\n \\\"color\\\": \\\"#b1b1b127\\\"\\r\\n }\\r\\n ],\\r\\n \\r\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n\\r\\n // Theme :\\r\\n \\\"workbench.colorTheme\\\": \\\"GitHub Dark\\\",\\r\\n \\\"workbench.iconTheme\\\": \\\"eq-material-theme-icons-light\\\",\\r\\n \\\"editor.fontFamily\\\": \\\"JetBrains Mono, Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.fontLigatures\\\": true,\\r\\n \\\"editor.fontSize\\\": 14,\\r\\n \\\"editor.lineHeight\\\": 1.65,\\r\\n \\\"editor.guides.bracketPairs\\\": true,\\r\\n \\\"editor.cursorBlinking\\\": \\\"phase\\\",\\r\\n \\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\r\\n \\r\\n // Edition automatique des balises liés :\\r\\n \\\"editor.linkedEditing\\\": true,\\r\\n\\r\\n // Tailwind:\\r\\n \\\"editor.quickSuggestions\\\": {\\r\\n \\\"strings\\\": \\\"on\\\"\\r\\n },\\r\\n \\\"tailwindCSS.classAttributes\\\": [\\r\\n \\\"class\\\",\\r\\n \\\"className\\\",\\r\\n \\\"ngClass\\\",\\r\\n \\\".*Styles\\\",\\r\\n \\\".*styles\\\",\\r\\n ],\\r\\n \\\"tailwindCSS.experimental.classRegex\\\": [\\r\\n [\\\"clsx\\\\\\\\(([^)]*)\\\\\\\\)\\\", \\\"(?:'|\\\\\\\"|`)([^']*)(?:'|\\\\\\\"|`)\\\"]\\r\\n ],\\r\\n \\\"tailwindCSS.lint.cssConflict\\\" : \\\"ignore\\\",\\r\\n \\r\\n // Fichiers et dossiers masquer de l'exploreur : \\r\\n \\\"files.exclude\\\": {\\r\\n \\\"**/.git\\\": true,\\r\\n \\\"**/.svn\\\": true,\\r\\n \\\"**/.hg\\\": true,\\r\\n \\\"**/CVS\\\": true,\\r\\n \\\"**/.DS_Store\\\": true,\\r\\n \\\"**/Thumbs.db\\\": true,\\r\\n \\\"**/node_modules\\\": true,\\r\\n \\\"deploy\\\": true,\\r\\n \\\".vscode\\\": true,\\r\\n \\\"**/package-lock.json\\\": true,\\r\\n \\\"build\\\": true,\\r\\n \\\".next\\\": true,\\r\\n \\\"temp\\\": true,\\r\\n \\\".svelte-kit\\\": true,\\r\\n \\\"dist\\\": true,\\r\\n \\\"**/next-env.d.ts\\\": true,\\r\\n \\\".strapi-updater.json\\\": true,\\r\\n \\\"**/pnpm-lock.yaml\\\": true,\\r\\n \\\"tsconfig.tsbuildinfo\\\": true,\\r\\n \\\"**/playwright-report\\\": true,\\r\\n \\\"**/test-results\\\": true,\\r\\n \\\"**/.idea\\\": true,\\r\\n \\\"storybook-static\\\": true,\\r\\n // \\\"android\\\": true,\\r\\n \\\"ios\\\": true,\\r\\n \\\".netlify\\\": true,\\r\\n \\\".bundle\\\": true,\\r\\n \\\"__tests__\\\": true\\r\\n },\\r\\n \\r\\n // Exludes files & folders in search indexing :\\r\\n \\\"search.exclude\\\": {\\r\\n \\\"**/node_modules\\\": true,\\r\\n \\\"**/bower_components\\\": true,\\r\\n \\\"**/env\\\": true,\\r\\n \\\"**/venv\\\": true\\r\\n },\\r\\n\\r\\n // Exludes files & folders for watcher service :\\r\\n \\\"files.watcherExclude\\\": {\\r\\n \\\"**/.git/objects/**\\\": true,\\r\\n \\\"**/.git/subtree-cache/**\\\": true,\\r\\n \\\"**/node_modules/**\\\": true,\\r\\n \\\"**/env/**\\\": true,\\r\\n \\\"**/venv/**\\\": true,\\r\\n \\\"env-*\\\": true\\r\\n },\\r\\n\\r\\n // Git :\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"git.ignoreRebaseWarning\\\": true,\\r\\n \\\"git.autofetch\\\": true,\\r\\n\\r\\n // Confirmation de suppression de fichier :\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\r\\n // Divers:\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": true,\\r\\n \\\"plaintext\\\": true,\\r\\n \\\"markdown\\\": false,\\r\\n \\\"scminput\\\": false,\\r\\n \\\"properties\\\": false\\r\\n },\\r\\n \\\"editor.stickyScroll.enabled\\\": false,\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n \\\"react-native-tools.showUserTips\\\": false,\\r\\n \\\"editor.unicodeHighlight.ambiguousCharacters\\\": false,\\r\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\r\\n \\\"hediet.vscode-drawio.resizeImages\\\": null\\r\\n}\"}","keybindings":"{\"keybindings\":\"// Placer vos combinaisons de touches dans ce fichier pour remplacer les valeurs par défautauto[]\\r\\n[\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+oem_7\\\",\\r\\n \\\"command\\\": \\\"editor.action.toggleWordWrap\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"alt+z\\\",\\r\\n \\\"command\\\": \\\"-editor.action.toggleWordWrap\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+8 ctrl\\\",\\r\\n \\\"command\\\": \\\"github.copilot.toggleCopilot\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+l\\\",\\r\\n \\\"command\\\": \\\"editor.action.insertSnippet\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus\\\",\\r\\n \\\"args\\\": {\\r\\n \\\"snippet\\\": \\\"console.log(${TM_SELECTED_TEXT}$1)$2;\\\"\\r\\n }\\r\\n }\\r\\n]\",\"platform\":3}","snippets":"{\"snippets\":{\"html.json\":\"{\\n\\t// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"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}\",\"typescript.json\":\"{\\n\\t// Place your snippets for typescript here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"abians.prisma-generate-uml\",\"uuid\":\"5b0ea142-fecb-4204-991d-f4be8d06c2f3\"},\"displayName\":\"Prisma Generate UML\"},{\"identifier\":{\"id\":\"antfu.open-in-github-button\",\"uuid\":\"0b7e0549-ec0f-4e73-aeae-991a721e9a62\"},\"displayName\":\"Open in GitHub Button\"},{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"denoland.vscode-deno\",\"uuid\":\"91881318-cfd0-4905-adb7-f4e431ca1ead\"},\"displayName\":\"Deno\"},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\"},{\"identifier\":{\"id\":\"equinusocio.vsc-material-theme-icons\",\"uuid\":\"6959958f-be4d-42c4-8aa4-dc2c2f086b0a\"},\"displayName\":\"Material Theme Icons\"},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\"},{\"identifier\":{\"id\":\"fabiospampinato.vscode-open-in-github\",\"uuid\":\"d9ad4cf9-a53a-4237-8962-a9c43c2e6fd2\"},\"displayName\":\"Open in GitHub\"},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\"},{\"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\",\"preRelease\":true},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"displayName\":\"GitHub Theme\"},{\"identifier\":{\"id\":\"github.vscode-github-actions\",\"uuid\":\"04f49bfc-8330-4eee-8237-ea938fb755ef\"},\"displayName\":\"GitHub Actions\"},{\"identifier\":{\"id\":\"leonardssh.vscord\",\"uuid\":\"20675c06-f272-4cc8-8611-83ebb5583c5a\"},\"displayName\":\"Discord Rich Presence\"},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\"},{\"identifier\":{\"id\":\"meganrogge.template-string-converter\",\"uuid\":\"e56ae0dc-ddd7-462a-872d-6d14ea27f737\"},\"displayName\":\"Template String Converter\"},{\"identifier\":{\"id\":\"ms-vscode.vscode-speech\",\"uuid\":\"e6610e16-9699-4e1d-a5d7-9bb1643db131\"},\"displayName\":\"VS Code Speech\"},{\"identifier\":{\"id\":\"ms-vsliveshare.vsliveshare\",\"uuid\":\"5a6dc0d5-dc02-4121-8e24-cad33a2ff0af\"},\"displayName\":\"Live Share\"},{\"identifier\":{\"id\":\"msjsdiag.vscode-react-native\",\"uuid\":\"b35cd5b4-18db-46f9-ba9e-06096c3b22d3\"},\"displayName\":\"React Native Tools\"},{\"identifier\":{\"id\":\"naumovs.color-highlight\",\"uuid\":\"121396ad-85a1-45ec-9fd1-d95028a847f5\"},\"displayName\":\"Color Highlight\"},{\"identifier\":{\"id\":\"prisma.prisma\",\"uuid\":\"33ce9d6b-41cf-4972-a62b-386f7201981d\"},\"displayName\":\"Prisma\"},{\"identifier\":{\"id\":\"redhat.vscode-yaml\",\"uuid\":\"2061917f-f76a-458a-8da9-f162de22b97e\"},\"displayName\":\"YAML\"},{\"identifier\":{\"id\":\"svelte.svelte-vscode\",\"uuid\":\"c5463f77-75d9-4a25-8cc4-d8541a461285\"},\"displayName\":\"Svelte for VS Code\"}]","globalState":"{\"storage\":{\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.iridium\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.1-cloudCodeContainer\\\",\\\"pinned\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.1-cloudCodeDuetAIChatViewContainer\\\",\\\"pinned\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.extension.marquee\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.PowerShell\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.rapidapi-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.copilot-sidebar-webview\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.thunder-client\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.gitlive\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.teamhub\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.stories-icon\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-mysql\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.objectExplorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.flutter\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.github-cweijan-nosql\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.symfonyViewsContainer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.mongoDB\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.views.service.panel.d75669fe-2122-45de-8330-697a98f4e4a5\\\",\\\"pinned\\\":false,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark GitHub-github-vscode-theme-themes-dark-json\\\",\\\"label\\\":\\\"GitHub Dark\\\",\\\"settingsId\\\":\\\"GitHub Dark\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#6a737d\\\"},\\\"scope\\\":[\\\"comment\\\",\\\"punctuation.definition.comment\\\",\\\"string.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":[\\\"constant\\\",\\\"entity.name.constant\\\",\\\"variable.other.constant\\\",\\\"variable.other.enummember\\\",\\\"variable.language\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b392f0\\\"},\\\"scope\\\":[\\\"entity\\\",\\\"entity.name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e1e4e8\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#85e89d\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f97583\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f97583\\\"},\\\"scope\\\":[\\\"storage\\\",\\\"storage.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e1e4e8\\\"},\\\"scope\\\":[\\\"storage.modifier.package\\\",\\\"storage.modifier.import\\\",\\\"storage.type.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#9ecbff\\\"},\\\"scope\\\":[\\\"string\\\",\\\"punctuation.definition.string\\\",\\\"string punctuation.section.embedded source\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"support\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"meta.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffab70\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e1e4e8\\\"},\\\"scope\\\":\\\"variable.other\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic underline\\\",\\\"background\\\":\\\"#f97583\\\",\\\"foreground\\\":\\\"#24292e\\\",\\\"content\\\":\\\"^M\\\"},\\\"scope\\\":\\\"carriage-return\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"message.error\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"string variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#dbedff\\\"},\\\"scope\\\":[\\\"source.regexp\\\",\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#dbedff\\\"},\\\"scope\\\":[\\\"string.regexp.character-class\\\",\\\"string.regexp constant.character.escape\\\",\\\"string.regexp source.ruby.embedded\\\",\\\"string.regexp string.regexp.arbitrary-repitition\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#85e89d\\\"},\\\"scope\\\":\\\"string.regexp constant.character.escape\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"support.variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"meta.module-reference\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffab70\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":[\\\"markup.heading\\\",\\\"markup.heading entity.name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#85e89d\\\"},\\\"scope\\\":\\\"markup.quote\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#e1e4e8\\\"},\\\"scope\\\":\\\"markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#e1e4e8\\\"},\\\"scope\\\":\\\"markup.bold\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"markup.underline\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":[\\\"markup.strikethrough\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"background\\\":\\\"#86181d\\\",\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":[\\\"markup.deleted\\\",\\\"meta.diff.header.from-file\\\",\\\"punctuation.definition.deleted\\\"]},{\\\"settings\\\":{\\\"background\\\":\\\"#144620\\\",\\\"foreground\\\":\\\"#85e89d\\\"},\\\"scope\\\":[\\\"markup.inserted\\\",\\\"meta.diff.header.to-file\\\",\\\"punctuation.definition.inserted\\\"]},{\\\"settings\\\":{\\\"background\\\":\\\"#c24e00\\\",\\\"foreground\\\":\\\"#ffab70\\\"},\\\"scope\\\":[\\\"markup.changed\\\",\\\"punctuation.definition.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#2f363d\\\",\\\"background\\\":\\\"#79b8ff\\\"},\\\"scope\\\":[\\\"markup.ignored\\\",\\\"markup.untracked\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b392f0\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"meta.diff.range\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"meta.diff.header\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\",\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"meta.separator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#79b8ff\\\"},\\\"scope\\\":\\\"meta.output\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d1d5da\\\"},\\\"scope\\\":[\\\"brackethighlighter.tag\\\",\\\"brackethighlighter.curly\\\",\\\"brackethighlighter.round\\\",\\\"brackethighlighter.square\\\",\\\"brackethighlighter.angle\\\",\\\"brackethighlighter.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#fdaeb7\\\"},\\\"scope\\\":\\\"brackethighlighter.unmatched\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#dbedff\\\",\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"constant.other.reference.link\\\",\\\"string.other.link\\\"]}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"GitHub.github-vscode-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"github-vscode-theme\\\",\\\"_extensionPublisher\\\":\\\"GitHub\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"focusBorder\\\":\\\"#005cc5\\\",\\\"foreground\\\":\\\"#d1d5da\\\",\\\"descriptionForeground\\\":\\\"#959da5\\\",\\\"errorForeground\\\":\\\"#f97583\\\",\\\"textLink.foreground\\\":\\\"#79b8ff\\\",\\\"textLink.activeForeground\\\":\\\"#c8e1ff\\\",\\\"textBlockQuote.background\\\":\\\"#24292e\\\",\\\"textBlockQuote.border\\\":\\\"#444d56\\\",\\\"textCodeBlock.background\\\":\\\"#2f363d\\\",\\\"textPreformat.foreground\\\":\\\"#d1d5da\\\",\\\"textSeparator.foreground\\\":\\\"#586069\\\",\\\"button.background\\\":\\\"#176f2c\\\",\\\"button.foreground\\\":\\\"#dcffe4\\\",\\\"button.hoverBackground\\\":\\\"#22863a\\\",\\\"button.secondaryBackground\\\":\\\"#444d56\\\",\\\"button.secondaryForeground\\\":\\\"#ffffff\\\",\\\"button.secondaryHoverBackground\\\":\\\"#586069\\\",\\\"checkbox.background\\\":\\\"#444d56\\\",\\\"checkbox.border\\\":\\\"#1b1f23\\\",\\\"dropdown.background\\\":\\\"#2f363d\\\",\\\"dropdown.border\\\":\\\"#1b1f23\\\",\\\"dropdown.foreground\\\":\\\"#e1e4e8\\\",\\\"dropdown.listBackground\\\":\\\"#24292e\\\",\\\"input.background\\\":\\\"#2f363d\\\",\\\"input.border\\\":\\\"#1b1f23\\\",\\\"input.foreground\\\":\\\"#e1e4e8\\\",\\\"input.placeholderForeground\\\":\\\"#959da5\\\",\\\"badge.foreground\\\":\\\"#c8e1ff\\\",\\\"badge.background\\\":\\\"#044289\\\",\\\"progressBar.background\\\":\\\"#0366d6\\\",\\\"titleBar.activeForeground\\\":\\\"#e1e4e8\\\",\\\"titleBar.activeBackground\\\":\\\"#24292e\\\",\\\"titleBar.inactiveForeground\\\":\\\"#959da5\\\",\\\"titleBar.inactiveBackground\\\":\\\"#1f2428\\\",\\\"titleBar.border\\\":\\\"#1b1f23\\\",\\\"activityBar.foreground\\\":\\\"#e1e4e8\\\",\\\"activityBar.inactiveForeground\\\":\\\"#6a737d\\\",\\\"activityBar.background\\\":\\\"#24292e\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"activityBarBadge.background\\\":\\\"#0366d6\\\",\\\"activityBar.activeBorder\\\":\\\"#f9826c\\\",\\\"activityBar.border\\\":\\\"#1b1f23\\\",\\\"sideBar.foreground\\\":\\\"#d1d5da\\\",\\\"sideBar.background\\\":\\\"#1f2428\\\",\\\"sideBar.border\\\":\\\"#1b1f23\\\",\\\"sideBarTitle.foreground\\\":\\\"#e1e4e8\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#e1e4e8\\\",\\\"sideBarSectionHeader.background\\\":\\\"#1f2428\\\",\\\"sideBarSectionHeader.border\\\":\\\"#1b1f23\\\",\\\"list.hoverForeground\\\":\\\"#e1e4e8\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#e1e4e8\\\",\\\"list.activeSelectionForeground\\\":\\\"#e1e4e8\\\",\\\"list.hoverBackground\\\":\\\"#282e34\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#282e34\\\",\\\"list.activeSelectionBackground\\\":\\\"#39414a\\\",\\\"list.inactiveFocusBackground\\\":\\\"#1d2d3e\\\",\\\"list.focusBackground\\\":\\\"#044289\\\",\\\"tree.indentGuidesStroke\\\":\\\"#2f363d\\\",\\\"notificationCenterHeader.foreground\\\":\\\"#959da5\\\",\\\"notificationCenterHeader.background\\\":\\\"#24292e\\\",\\\"notifications.foreground\\\":\\\"#e1e4e8\\\",\\\"notifications.background\\\":\\\"#2f363d\\\",\\\"notifications.border\\\":\\\"#1b1f23\\\",\\\"notificationsErrorIcon.foreground\\\":\\\"#ea4a5a\\\",\\\"notificationsWarningIcon.foreground\\\":\\\"#ffab70\\\",\\\"notificationsInfoIcon.foreground\\\":\\\"#79b8ff\\\",\\\"pickerGroup.border\\\":\\\"#444d56\\\",\\\"pickerGroup.foreground\\\":\\\"#e1e4e8\\\",\\\"quickInput.background\\\":\\\"#24292e\\\",\\\"quickInput.foreground\\\":\\\"#e1e4e8\\\",\\\"statusBar.foreground\\\":\\\"#d1d5da\\\",\\\"statusBar.background\\\":\\\"#24292e\\\",\\\"statusBar.border\\\":\\\"#1b1f23\\\",\\\"statusBar.noFolderBackground\\\":\\\"#24292e\\\",\\\"statusBar.debuggingBackground\\\":\\\"#931c06\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBarItem.prominentBackground\\\":\\\"#282e34\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#d1d5da\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#24292e\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#1f2428\\\",\\\"editorGroupHeader.tabsBorder\\\":\\\"#1b1f23\\\",\\\"editorGroup.border\\\":\\\"#1b1f23\\\",\\\"tab.activeForeground\\\":\\\"#e1e4e8\\\",\\\"tab.inactiveForeground\\\":\\\"#959da5\\\",\\\"tab.inactiveBackground\\\":\\\"#1f2428\\\",\\\"tab.activeBackground\\\":\\\"#24292e\\\",\\\"tab.hoverBackground\\\":\\\"#24292e\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#24292e\\\",\\\"tab.border\\\":\\\"#1b1f23\\\",\\\"tab.unfocusedActiveBorderTop\\\":\\\"#1b1f23\\\",\\\"tab.activeBorder\\\":\\\"#24292e\\\",\\\"tab.unfocusedActiveBorder\\\":\\\"#24292e\\\",\\\"tab.activeBorderTop\\\":\\\"#f9826c\\\",\\\"breadcrumb.foreground\\\":\\\"#959da5\\\",\\\"breadcrumb.focusForeground\\\":\\\"#e1e4e8\\\",\\\"breadcrumb.activeSelectionForeground\\\":\\\"#d1d5da\\\",\\\"breadcrumbPicker.background\\\":\\\"#2b3036\\\",\\\"editor.foreground\\\":\\\"#e1e4e8\\\",\\\"editor.background\\\":\\\"#24292e\\\",\\\"editorWidget.background\\\":\\\"#1f2428\\\",\\\"editor.foldBackground\\\":\\\"#58606915\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2b3036\\\",\\\"editorLineNumber.foreground\\\":\\\"#444d56\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#e1e4e8\\\",\\\"editorIndentGuide.background\\\":\\\"#2f363d\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#444d56\\\",\\\"editorWhitespace.foreground\\\":\\\"#444d56\\\",\\\"editorCursor.foreground\\\":\\\"#c8e1ff\\\",\\\"editorError.foreground\\\":\\\"#f97583\\\",\\\"editorWarning.foreground\\\":\\\"#ffea7f\\\",\\\"editor.findMatchBackground\\\":\\\"#ffd33d44\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#ffd33d22\\\",\\\"editor.linkedEditingBackground\\\":\\\"#3392ff22\\\",\\\"editor.inactiveSelectionBackground\\\":\\\"#3392ff22\\\",\\\"editor.selectionBackground\\\":\\\"#3392ff44\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#17e5e633\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#17e5e600\\\",\\\"editor.wordHighlightBackground\\\":\\\"#17e5e600\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#17e5e600\\\",\\\"editor.wordHighlightBorder\\\":\\\"#17e5e699\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#17e5e666\\\",\\\"editorBracketMatch.background\\\":\\\"#17e5e650\\\",\\\"editorBracketMatch.border\\\":\\\"#17e5e600\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#2188ff\\\",\\\"editorGutter.addedBackground\\\":\\\"#28a745\\\",\\\"editorGutter.deletedBackground\\\":\\\"#ea4a5a\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#28a74530\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#d73a4930\\\",\\\"scrollbar.shadow\\\":\\\"#00000088\\\",\\\"scrollbarSlider.background\\\":\\\"#6a737d33\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#6a737d44\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#6a737d88\\\",\\\"editorOverviewRuler.border\\\":\\\"#1b1f23\\\",\\\"panel.background\\\":\\\"#1f2428\\\",\\\"panel.border\\\":\\\"#1b1f23\\\",\\\"panelTitle.activeBorder\\\":\\\"#f9826c\\\",\\\"panelTitle.activeForeground\\\":\\\"#e1e4e8\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#959da5\\\",\\\"panelInput.border\\\":\\\"#2f363d\\\",\\\"terminal.foreground\\\":\\\"#d1d5da\\\",\\\"terminal.tab.activeBorder\\\":\\\"#f9826c\\\",\\\"terminalCursor.background\\\":\\\"#586069\\\",\\\"terminalCursor.foreground\\\":\\\"#79b8ff\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#fafbfc\\\",\\\"terminal.ansiWhite\\\":\\\"#d1d5da\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#959da5\\\",\\\"terminal.ansiBlack\\\":\\\"#586069\\\",\\\"terminal.ansiBlue\\\":\\\"#2188ff\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#79b8ff\\\",\\\"terminal.ansiGreen\\\":\\\"#34d058\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#85e89d\\\",\\\"terminal.ansiCyan\\\":\\\"#39c5cf\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#56d4dd\\\",\\\"terminal.ansiRed\\\":\\\"#ea4a5a\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f97583\\\",\\\"terminal.ansiMagenta\\\":\\\"#b392f0\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#b392f0\\\",\\\"terminal.ansiYellow\\\":\\\"#ffea7f\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#ffea7f\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#79b8ff\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#ffab70\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#b392f0\\\",\\\"editorBracketHighlight.foreground4\\\":\\\"#79b8ff\\\",\\\"editorBracketHighlight.foreground5\\\":\\\"#ffab70\\\",\\\"editorBracketHighlight.foreground6\\\":\\\"#b392f0\\\",\\\"gitDecoration.addedResourceForeground\\\":\\\"#34d058\\\",\\\"gitDecoration.modifiedResourceForeground\\\":\\\"#79b8ff\\\",\\\"gitDecoration.deletedResourceForeground\\\":\\\"#ea4a5a\\\",\\\"gitDecoration.untrackedResourceForeground\\\":\\\"#34d058\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#6a737d\\\",\\\"gitDecoration.conflictingResourceForeground\\\":\\\"#ffab70\\\",\\\"gitDecoration.submoduleResourceForeground\\\":\\\"#6a737d\\\",\\\"debugToolBar.background\\\":\\\"#2b3036\\\",\\\"editor.stackFrameHighlightBackground\\\":\\\"#c6902625\\\",\\\"editor.focusedStackFrameHighlightBackground\\\":\\\"#2b6a3033\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#ffd33d33\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#ffd33d33\\\",\\\"peekViewEditor.background\\\":\\\"#1f242888\\\",\\\"peekViewResult.background\\\":\\\"#1f2428\\\",\\\"settings.headerForeground\\\":\\\"#e1e4e8\\\",\\\"settings.modifiedItemIndicator\\\":\\\"#0366d6\\\",\\\"welcomePage.buttonBackground\\\":\\\"#2f363d\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#444d56\\\"},\\\"watch\\\":false}\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"todo-tree-view-explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dartPackages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mysql\\\",\\\"isHidden\\\":true,\\\"order\\\":7},{\\\"id\\\":\\\"storiesPanel\\\",\\\"isHidden\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"vueComponentPreview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.explorer\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"denoTasks\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"extension.vsKubernetesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesHelmRepoExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"kubernetes.cloudExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"extensions.popularExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"extensions.listView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.enabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.workspaceRecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.otherrecommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.disabledExtensionList2\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInBasicsExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.builtInThemesExtensionsList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.vscode-local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.default\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.local.outdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchTrustRequired\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnStartExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnDemandExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"ctr\\\",\\\"ctrl\\\",\\\"ctrl+²\\\",\\\"ct\\\",\\\"ctrl+\\\",\\\"ctrl+D\\\",\\\"copy\\\",\\\"copier \\\",\\\"cop\\\",\\\"\\\\\\\"ctrl+oem_7\\\\\\\"\\\",\\\"copilot\\\"]}\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"prisma.restartLanguageServer\\\",\\\"value\\\":11},{\\\"key\\\":\\\"workbench.action.selectTheme\\\",\\\"value\\\":28},{\\\"key\\\":\\\"deno.client.enable\\\",\\\"value\\\":30},{\\\"key\\\":\\\"eslint.restart\\\",\\\"value\\\":61},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":86},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":110},{\\\"key\\\":\\\"git.undoCommit\\\",\\\"value\\\":129}]}\",\"commandPalette.mru.counter\":\"130\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"memento/gettingStartedService\":\"{\\\"settingsSync\\\":{\\\"done\\\":true},\\\"findLanguageExtensions\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Other\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.iterate\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true}}\",\"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}]\",\"github-Bluzzi\":\"[{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.31c094187c2c2ca0af37dd3f06b82330\\\",\\\"status.workspaceTrust.28d4ee7f21bd56957a47c879a814880d\\\",\\\"status.workspaceTrust.1623499143415\\\",\\\"status.workspaceTrust.eca8501125993d7f80fbfd2049decccb\\\",\\\"status.workspaceTrust.209c7e869a5219a172e091841afa1372\\\",\\\"status.workspaceTrust.1623664479509\\\",\\\"status.workspaceTrust.1623668354367\\\",\\\"status.workspaceTrust.1623874246166\\\",\\\"status.workspaceTrust.69db90e4cb35221ebe0cedcf563ff55e\\\",\\\"status.workspaceTrust.5af1ae6d16d0f1b3a0004c9719d8c824\\\",\\\"status.workspaceTrust.e0bb4148169a4fcb66fcda122e1000ac\\\",\\\"status.workspaceTrust.7a6c351dc19d99d5932ecaed54fcb525\\\",\\\"status.workspaceTrust.1624040838620\\\",\\\"status.workspaceTrust.8220adcfbd7250c39ee43b9dc94f5bf6\\\",\\\"status.workspaceTrust.43142574a3c5d87f07d44f505809dfc9\\\",\\\"status.workspaceTrust.aecb77c983b21aa10ca39b644814906d\\\",\\\"status.workspaceTrust.ecf57c982383bc41a9f769f7ac7a3e9d\\\",\\\"status.workspaceTrust.d81aecc8550bf4ce6ad58b5eb8ca5626\\\",\\\"status.workspaceTrust.810433d7469fbaebb26358e9c1177f10\\\",\\\"status.workspaceTrust.75f018e945e1fac0a2d3b556b367920b\\\",\\\"status.workspaceTrust.95119152d7acd9e714d2be550263fc43\\\",\\\"status.workspaceTrust.b47e38f19afd8fe090d91ea67502f8e9\\\",\\\"status.workspaceTrust.c22e2d4006d012a76516825733a78069\\\",\\\"status.workspaceTrust.cbae51c00f3ed97a4781efa9781fe3a1\\\",\\\"status.workspaceTrust.1624353802136\\\",\\\"status.workspaceTrust.e871157dadf184b7e4eceaf11ed93d05\\\",\\\"status.workspaceTrust.6d390bef33fcd6111233849e128102c7\\\",\\\"status.workspaceTrust.88b882106e01b0d7538581b1191cfe06\\\",\\\"status.workspaceTrust.3588c65e89dc4c1b8397592ef33cce27\\\",\\\"status.workspaceTrust.fd41acb77d531bdf7ad0fd2dec4ef920\\\",\\\"status.workspaceTrust.6c9c697e80ae417a13df1779225b9188\\\",\\\"status.workspaceTrust.1624460257819\\\",\\\"status.workspaceTrust.1624462227109\\\",\\\"status.workspaceTrust.1624532173148\\\",\\\"status.workspaceTrust.1721f277922e32279986a3f620874677\\\",\\\"status.workspaceTrust.5afb051428cedd7d92ee8b8b11a3a6fd\\\",\\\"status.workspaceTrust.1624558587065\\\",\\\"status.workspaceTrust.1624611060756\\\",\\\"status.workspaceTrust.1624613572841\\\",\\\"status.workspaceTrust.33937ca3bb69e7667a36d723615ca919\\\",\\\"status.workspaceTrust.18eec3882551e55d6237653b553ac9ba\\\",\\\"status.workspaceTrust.50b3c837ae586cefea27f56c05277c13\\\",\\\"status.workspaceTrust.7ef1c95e8eceeabe1a4369bb9a67a432\\\",\\\"status.workspaceTrust.60d9d51f9a0b3847f401948722f899d5\\\",\\\"status.workspaceTrust.54736ca170fdd0e00e902fa2a171ada0\\\",\\\"status.workspaceTrust.f2f7b4bd30c327523114022b7e7e7531\\\",\\\"status.workspaceTrust.1624955995257\\\",\\\"status.workspaceTrust.1624956717630\\\",\\\"status.workspaceTrust.1624969872746\\\",\\\"status.workspaceTrust.1624970363304\\\",\\\"status.workspaceTrust.1624982023794\\\",\\\"status.workspaceTrust.1625052944796\\\",\\\"status.workspaceTrust.1625055973761\\\",\\\"status.workspaceTrust.1625130027575\\\",\\\"status.workspaceTrust.1625136451527\\\",\\\"status.workspaceTrust.1625148843534\\\",\\\"status.workspaceTrust.1625223331940\\\",\\\"status.workspaceTrust.1625223381493\\\",\\\"status.workspaceTrust.1625223684281\\\",\\\"status.workspaceTrust.ca2aed6e1644ca8d7d3bcb530ebd0f19\\\",\\\"status.workspaceTrust.66bb6d3484ff029549c69fdbb316199f\\\",\\\"status.workspaceTrust.1625416869643\\\",\\\"status.workspaceTrust.c68899f84cfb45be30208e8d833f5110\\\",\\\"status.workspaceTrust.2bb06216fa0e799c8f3a8000c6ae8151\\\",\\\"status.workspaceTrust.26fec392228f82ecfe938b09113a7dd1\\\",\\\"status.workspaceTrust.4095c5d84e46985d53919edbbd9b829f\\\",\\\"status.workspaceTrust.f289b264d44c7d0d677edaae0f736420\\\",\\\"status.workspaceTrust.1625859187954\\\",\\\"status.workspaceTrust.a7f89e2e6e318a9efef984edf3e6c4f5\\\",\\\"status.workspaceTrust.1625921510474\\\",\\\"status.workspaceTrust.1625922543182\\\",\\\"status.workspaceTrust.1626015789284\\\",\\\"status.workspaceTrust.1626296170224\\\",\\\"status.workspaceTrust.9de0cc22a562ac22258286c3807491dc\\\",\\\"status.workspaceTrust.175d84c62ab111d0b66f8b1ab974c439\\\",\\\"status.workspaceTrust.d5e2c870505702d327b1646af043c0b5\\\",\\\"status.workspaceTrust.cf23712f4a04bf040977ed319393cea5\\\",\\\"status.workspaceTrust.1627167660026\\\",\\\"status.workspaceTrust.1627408108410\\\",\\\"status.workspaceTrust.99ecae4518e2cd221752f328e04363ab\\\",\\\"status.workspaceTrust.1ce2f3d05b6ddaae8d50dd5056d26f03\\\",\\\"status.workspaceTrust.030b0428378a3cfa8a12436d94a8969f\\\",\\\"status.workspaceTrust.b1d579e83acea206d7466e850df127dd\\\",\\\"status.workspaceTrust.00bcab894608b6cba3e7c501dd33083d\\\",\\\"status.workspaceTrust.54035990954f86993a40090114c27252\\\",\\\"status.workspaceTrust.8eedfe06c93c246ee8e3161b0f8f9449\\\",\\\"status.workspaceTrust.499ca22e733b0ebf0ea58e63a29d53d8\\\",\\\"status.workspaceTrust.dc3670084947aad3acadf718d03ec0da\\\",\\\"status.workspaceTrust.1648553238605\\\",\\\"status.workspaceTrust.1648560149101\\\",\\\"status.workspaceTrust.1648838004174\\\",\\\"status.workspaceTrust.1649099073709\\\",\\\"status.workspaceTrust.1650378673609\\\",\\\"status.workspaceTrust.0dab5943cb1ceef1ff428c0090125653\\\",\\\"status.workspaceTrust.1650536356942\\\",\\\"status.workspaceTrust.1650537545602\\\",\\\"status.workspaceTrust.154e6de7b713ac77cb4dd20fae25c444\\\",\\\"status.workspaceTrust.17bbcf91947f2d8c76efa500241eda4e\\\",\\\"status.workspaceTrust.1650649474907\\\",\\\"status.workspaceTrust.1650766511244\\\",\\\"status.workspaceTrust.1650810980794\\\",\\\"status.workspaceTrust.1650888521229\\\",\\\"status.workspaceTrust.1650958379604\\\",\\\"status.workspaceTrust.17c6f153adcd0f08619ccd0da60f37ca\\\",\\\"status.workspaceTrust.2c069b7bc85c5296a898d71b7ccc561a\\\",\\\"status.workspaceTrust.c3c26719b3c9a307e8c0913bfb125707\\\",\\\"status.workspaceTrust.1651135665693\\\",\\\"status.workspaceTrust.1651137417038\\\",\\\"status.workspaceTrust.6ca0e9dbf59b5cb9d33316ce60322b97\\\",\\\"status.workspaceTrust.aa2b60c3b0dd5984239a48b478d02367\\\",\\\"status.workspaceTrust.1651764191196\\\",\\\"status.workspaceTrust.1651765764637\\\",\\\"status.workspaceTrust.34aa4f9a12ef24093845b3552eb2f1f4\\\",\\\"status.workspaceTrust.5570927b6d6ce4246a2b9075ac66d6fb\\\",\\\"status.workspaceTrust.c2b2e65af669f537cec40d01f5cf5f74\\\",\\\"status.workspaceTrust.1651877179539\\\",\\\"status.workspaceTrust.1651890575222\\\",\\\"status.workspaceTrust.591abf10cab5ab1b1f973f6929bb15da\\\",\\\"status.workspaceTrust.1652191023878\\\",\\\"status.workspaceTrust.1652195114515\\\",\\\"status.workspaceTrust.1652195708558\\\",\\\"status.workspaceTrust.1652489938930\\\",\\\"status.workspaceTrust.ba1ee4dfcc9491f1660bf6055a9df93f\\\",\\\"status.workspaceTrust.1652576799641\\\",\\\"status.workspaceTrust.7d3a4511181d85687442c8c53a21e962\\\",\\\"status.workspaceTrust.1652582327507\\\",\\\"status.workspaceTrust.deaefb068b05bd89263e16289f4a9be6\\\",\\\"status.workspaceTrust.1652642287213\\\",\\\"status.workspaceTrust.281fb0fae2c17a0cf030b48ad14767b7\\\",\\\"status.workspaceTrust.1652672794393\\\",\\\"status.workspaceTrust.8c3962cf41c84c0789c292555d1b1962\\\",\\\"status.workspaceTrust.1652745441274\\\",\\\"status.workspaceTrust.2295b78ccab869060407f922e105869a\\\",\\\"status.workspaceTrust.1652809468205\\\",\\\"status.workspaceTrust.1652809700341\\\",\\\"status.workspaceTrust.da106e8aac347fb3cbd1a2e883922143\\\",\\\"status.workspaceTrust.1652831597596\\\",\\\"status.workspaceTrust.1652882091797\\\",\\\"status.workspaceTrust.1652889046927\\\",\\\"status.workspaceTrust.1652918582880\\\",\\\"status.workspaceTrust.1652959805544\\\",\\\"status.workspaceTrust.1652960562845\\\",\\\"status.workspaceTrust.1652964305349\\\",\\\"status.workspaceTrust.1653007755038\\\",\\\"status.workspaceTrust.1653086666153\\\",\\\"status.workspaceTrust.1653087411232\\\",\\\"status.workspaceTrust.6ef71bf1b9f7a6b8fc43ed44f96c1bbd\\\",\\\"status.workspaceTrust.1653263262963\\\",\\\"status.workspaceTrust.1653265728804\\\",\\\"status.workspaceTrust.1653442496345\\\",\\\"status.workspaceTrust.18e3b494808ea075c480d92608773ce7\\\",\\\"status.workspaceTrust.1653676829688\\\",\\\"status.workspaceTrust.1653698085503\\\",\\\"status.workspaceTrust.1653701308227\\\",\\\"status.workspaceTrust.1653706660375\\\",\\\"status.workspaceTrust.1653708658202\\\",\\\"status.workspaceTrust.1653708662134\\\",\\\"status.workspaceTrust.1653708674664\\\",\\\"status.workspaceTrust.1653709098340\\\",\\\"status.workspaceTrust.1653775555498\\\",\\\"status.workspaceTrust.1653776015942\\\",\\\"status.workspaceTrust.1653862989980\\\",\\\"status.workspaceTrust.1654018681860\\\",\\\"status.workspaceTrust.1654033009424\\\",\\\"status.workspaceTrust.e2d123c663d8ca46e2ed8b6f5d53b5f2\\\",\\\"status.workspaceTrust.1654033896718\\\",\\\"status.workspaceTrust.83f7a54b563c219c8ccc4aece73b52a7\\\",\\\"status.workspaceTrust.b6c220787bcb4f9116d13957fb0eb904\\\",\\\"status.workspaceTrust.1654131529795\\\",\\\"status.workspaceTrust.1654131863201\\\",\\\"status.workspaceTrust.1654170989997\\\",\\\"status.workspaceTrust.179d56bab73672b5aeb3b24726845b87\\\",\\\"status.workspaceTrust.df88869dbfb15a2ff79a285f1e09aea6\\\",\\\"status.workspaceTrust.1654369883869\\\",\\\"status.workspaceTrust.1654369891821\\\",\\\"status.workspaceTrust.1654369898154\\\",\\\"status.workspaceTrust.1654369977721\\\",\\\"status.workspaceTrust.b158340f81448afe3c9344dc62617613\\\",\\\"status.workspaceTrust.a83df99eabb947cbcbb559d5f56d2556\\\",\\\"status.workspaceTrust.704361d8cf02edf91746576d5e32ab8c\\\",\\\"status.workspaceTrust.1654371498463\\\",\\\"status.workspaceTrust.1654371510470\\\",\\\"status.workspaceTrust.c40aaaab501cd6cb90240fdaac2147e6\\\",\\\"status.workspaceTrust.3a251ec3026c2c17f3f6228aa66ed8ca\\\",\\\"status.workspaceTrust.1654380437699\\\",\\\"status.workspaceTrust.592b755622c30d714227a6ba5cc61ca2\\\",\\\"status.workspaceTrust.1654394103104\\\",\\\"status.workspaceTrust.3a82c4ec2e6082acf4bcb27c611935f6\\\",\\\"status.workspaceTrust.1654475939938\\\",\\\"status.workspaceTrust.5e82fa2a572ba59deb94c50d31b6f710\\\",\\\"status.workspaceTrust.b7fabf54ce298eb1b5cde30414f4d2e8\\\",\\\"status.workspaceTrust.527ead89020d210bf1d6a23628c036fd\\\",\\\"status.workspaceTrust.1654566529724\\\",\\\"status.workspaceTrust.1654619374039\\\",\\\"status.workspaceTrust.1654625328150\\\",\\\"status.workspaceTrust.1654625676148\\\",\\\"status.workspaceTrust.1654636716175\\\",\\\"status.workspaceTrust.ad3e62e590e32992e34e34a713a58024\\\",\\\"status.workspaceTrust.94d57120b29e3e15e816b19bb7d9bd4e\\\",\\\"status.workspaceTrust.1654647675928\\\",\\\"status.workspaceTrust.1654743952115\\\",\\\"status.workspaceTrust.1654743968588\\\",\\\"status.workspaceTrust.1654744354706\\\",\\\"status.workspaceTrust.1654744360803\\\",\\\"status.workspaceTrust.1654744372113\\\",\\\"status.workspaceTrust.f488846e4bd471e4ecd0dcb28dfffb3c\\\",\\\"status.workspaceTrust.f14c97b47d3e276c82202432376bf1c0\\\",\\\"status.workspaceTrust.8dfc9c9904420b0138a5e9c4bdc7aed1\\\",\\\"status.workspaceTrust.9d9b07805badae436347e4c84e6022b3\\\",\\\"status.workspaceTrust.9449f80d77d575f44193c63e3283285d\\\",\\\"status.workspaceTrust.140e069f71c8118f7d09271755fe4d56\\\",\\\"status.workspaceTrust.1654957051789\\\",\\\"status.workspaceTrust.1654962072960\\\",\\\"status.workspaceTrust.1654962186135\\\",\\\"status.workspaceTrust.1654962471222\\\",\\\"status.workspaceTrust.d9fb4f23a2d775bbd26ec2d58520a6d6\\\",\\\"status.workspaceTrust.1654962820042\\\",\\\"status.workspaceTrust.1654962834519\\\",\\\"status.workspaceTrust.1654962898646\\\",\\\"status.workspaceTrust.45c69c5eda29c21fc67922a33e45bad2\\\",\\\"status.workspaceTrust.ac3273260c6da6b636da9331ecc5f605\\\",\\\"status.workspaceTrust.0096aff304a790721c6684e99e967071\\\",\\\"status.workspaceTrust.1654971798582\\\",\\\"status.workspaceTrust.bb61cce1bea7501b4f7582ad88af118b\\\",\\\"status.workspaceTrust.729600d9b563b759fdeecb3bc9a95767\\\",\\\"status.workspaceTrust.339208c6852f59c926691770196385bc\\\",\\\"status.workspaceTrust.1655030825161\\\",\\\"status.workspaceTrust.0b196d1bc9529656511d9039375414f2\\\",\\\"status.workspaceTrust.1655137826344\\\",\\\"status.workspaceTrust.1655332560517\\\",\\\"status.workspaceTrust.1655388415047\\\",\\\"status.workspaceTrust.a8fba89dcdf85f97e1d3897a27dad7a2\\\",\\\"status.workspaceTrust.1655397402971\\\",\\\"status.workspaceTrust.1655404943943\\\",\\\"status.workspaceTrust.1655585399628\\\",\\\"status.workspaceTrust.91ef61fd08e281beaea1524b86c2be09\\\",\\\"status.workspaceTrust.1655587903140\\\",\\\"status.workspaceTrust.6fa88880f296302189e5b96600e92f4e\\\",\\\"status.workspaceTrust.d5f2320b4b3f2d9247a1ee3bf9ce88a1\\\",\\\"status.workspaceTrust.9467a08301b18bdc179f7360b1911ae0\\\",\\\"status.workspaceTrust.5bde4d619e7294efd9393419a7227e1c\\\",\\\"status.workspaceTrust.ed579242c8dc09db9e78050198316427\\\",\\\"status.workspaceTrust.8dd7ae93275e5aa07542c4dc35a66785\\\",\\\"status.workspaceTrust.cdcf341ee9a9466efe06c0074b522f80\\\",\\\"status.workspaceTrust.69e813bd1e720a9c3e1454e60d4f6296\\\",\\\"status.workspaceTrust.f88c7cc9d29b7697f1088cd5f453cb07\\\",\\\"status.workspaceTrust.d42e8ae8c82010436f655290c0da6323\\\",\\\"status.workspaceTrust.1656171884922\\\",\\\"status.workspaceTrust.cd641d0b5bf82b53a318cfdcad56505a\\\",\\\"status.workspaceTrust.10987a015388792de6da50aeca28208f\\\",\\\"status.workspaceTrust.4d1a3f5e0ad8305f301bd197b749c483\\\",\\\"status.workspaceTrust.9d1193e49e885bd754d7b2b33dabfa3a\\\",\\\"status.workspaceTrust.94e3364dd1e50f5aa90e3bff04e23449\\\",\\\"status.workspaceTrust.1656413821001\\\",\\\"status.workspaceTrust.00a7406c1c603d010aed8a381427932b\\\",\\\"status.workspaceTrust.1656423716654\\\",\\\"status.workspaceTrust.1656431239545\\\",\\\"status.workspaceTrust.d55d07172fd9b6df3e32a45abdd303f9\\\",\\\"status.workspaceTrust.574ff3856f620e880a6aadd5f6afac9f\\\",\\\"status.workspaceTrust.e8f30d87d5dd939fa9af92860b91ef87\\\",\\\"status.workspaceTrust.5fe3903dc0eeced04d5b2b9790ef3bb3\\\",\\\"status.workspaceTrust.1656984032107\\\",\\\"status.workspaceTrust.1656985349728\\\",\\\"status.workspaceTrust.1657051185596\\\",\\\"status.workspaceTrust.1657131244221\\\",\\\"status.workspaceTrust.1657197000323\\\",\\\"status.workspaceTrust.1657204819774\\\",\\\"status.workspaceTrust.1657411131811\\\",\\\"status.workspaceTrust.1657411404113\\\",\\\"status.workspaceTrust.1657411510807\\\",\\\"status.workspaceTrust.1657411567196\\\",\\\"status.workspaceTrust.1657411633071\\\",\\\"status.workspaceTrust.1657411853853\\\",\\\"status.workspaceTrust.1657411866640\\\",\\\"status.workspaceTrust.1657411883040\\\",\\\"status.workspaceTrust.1657411904076\\\",\\\"status.workspaceTrust.1657411968375\\\",\\\"status.workspaceTrust.1657412109660\\\",\\\"status.workspaceTrust.1657412135213\\\",\\\"status.workspaceTrust.1657472581336\\\",\\\"status.workspaceTrust.1657474743566\\\",\\\"status.workspaceTrust.9f260d5dfeb6027245f487c2efc47d32\\\",\\\"status.workspaceTrust.8fdc42e8e11398bbd2d74b8daa553c3c\\\",\\\"status.workspaceTrust.1657563392185\\\",\\\"status.workspaceTrust.1657563410277\\\",\\\"status.workspaceTrust.1658183588941\\\",\\\"status.workspaceTrust.0d5596a26729dcc9e7a1bb222a09edea\\\",\\\"status.workspaceTrust.1658776683422\\\",\\\"status.workspaceTrust.1658776697310\\\",\\\"status.workspaceTrust.1658776741554\\\",\\\"status.workspaceTrust.1658776749410\\\",\\\"status.workspaceTrust.1658776756509\\\",\\\"status.workspaceTrust.1658776764601\\\",\\\"status.workspaceTrust.1658777124676\\\",\\\"status.workspaceTrust.cfc6a59a717f8fedfa3ae900f442cf79\\\",\\\"status.workspaceTrust.9a1d8d22f25d5be00c968268b76c6728\\\",\\\"status.workspaceTrust.1659371738768\\\",\\\"status.workspaceTrust.1659375301297\\\",\\\"status.workspaceTrust.1659381025873\\\",\\\"status.workspaceTrust.1659445463735\\\",\\\"status.workspaceTrust.1659523394349\\\",\\\"status.workspaceTrust.1659525181096\\\",\\\"status.workspaceTrust.1659537765431\\\",\\\"status.workspaceTrust.f181b2e0f057b2275229bd2dafaa057d\\\",\\\"status.workspaceTrust.1659608876933\\\",\\\"status.workspaceTrust.1659735412852\\\",\\\"status.workspaceTrust.f4e64cce4ac02c35430ef242a8613fc5\\\",\\\"status.workspaceTrust.0067fb721f6c0f395f9f84a6960dbd7c\\\",\\\"status.workspaceTrust.1659952059297\\\",\\\"status.workspaceTrust.1659952958558\\\",\\\"status.workspaceTrust.1659956644784\\\",\\\"status.workspaceTrust.1659956679406\\\",\\\"status.workspaceTrust.ca35da814c1b80a01b09092958e53eee\\\",\\\"status.workspaceTrust.b56448ebc2a81b1fca9197256732364d\\\",\\\"status.workspaceTrust.1659985173295\\\",\\\"status.workspaceTrust.6b3d59a65926d12232ddb824992a609d\\\",\\\"status.workspaceTrust.3f449de0b85365d95d1b2b64535427c9\\\",\\\"status.workspaceTrust.1660075213418\\\",\\\"status.workspaceTrust.f0cb11a10031f0912e16e6486b9306e9\\\",\\\"status.workspaceTrust.1660257600079\\\",\\\"status.workspaceTrust.1660301461765\\\",\\\"status.workspaceTrust.4769e04ef23d6abf939b8c9df2137523\\\",\\\"status.workspaceTrust.1660395023557\\\",\\\"status.workspaceTrust.1660410736155\\\",\\\"status.workspaceTrust.1660410750960\\\",\\\"status.workspaceTrust.1660410765344\\\",\\\"status.workspaceTrust.1660410817549\\\",\\\"status.workspaceTrust.60c12f551582d6d1a721a02fc5c573ac\\\",\\\"status.workspaceTrust.1660590265988\\\",\\\"status.workspaceTrust.1660590390750\\\",\\\"status.workspaceTrust.a9dc272bea120b0837bed39d35a0037f\\\",\\\"status.workspaceTrust.1660917519123\\\",\\\"status.workspaceTrust.e5f9f8d7427563bb5db8257d7ab72da6\\\",\\\"status.workspaceTrust.1661004213328\\\",\\\"status.workspaceTrust.ccfcac0984b36e62788b40992e6cd8ad\\\",\\\"status.workspaceTrust.1661076074626\\\",\\\"status.workspaceTrust.1661155206009\\\",\\\"status.workspaceTrust.1661160257630\\\",\\\"status.workspaceTrust.1661170812098\\\",\\\"status.workspaceTrust.42be56b3b46c02b3ea4d40960313bc33\\\",\\\"status.workspaceTrust.1661344690101\\\",\\\"status.workspaceTrust.1661357311680\\\",\\\"status.workspaceTrust.1661362275331\\\",\\\"status.workspaceTrust.1661362293241\\\",\\\"status.workspaceTrust.1661516855569\\\",\\\"status.workspaceTrust.1661558742680\\\",\\\"status.workspaceTrust.1661608161134\\\",\\\"status.workspaceTrust.1661617652402\\\",\\\"status.workspaceTrust.1661617853920\\\",\\\"status.workspaceTrust.1661617866962\\\",\\\"status.workspaceTrust.1661617897714\\\",\\\"status.workspaceTrust.1661617904101\\\",\\\"status.workspaceTrust.1661617913920\\\",\\\"status.workspaceTrust.1661617919698\\\",\\\"status.workspaceTrust.1661617933898\\\",\\\"status.workspaceTrust.1661617967669\\\",\\\"status.workspaceTrust.1661617980504\\\",\\\"status.workspaceTrust.1661626135852\\\",\\\"status.workspaceTrust.c747d0cb5260acccc9671bb7f646025b\\\",\\\"status.workspaceTrust.1661710110718\\\",\\\"status.workspaceTrust.1661783510285\\\",\\\"status.workspaceTrust.1661885935406\\\",\\\"status.workspaceTrust.1661890771368\\\",\\\"status.workspaceTrust.1662112689165\\\",\\\"status.workspaceTrust.1662124909869\\\",\\\"status.workspaceTrust.1662127915276\\\",\\\"status.workspaceTrust.1662207407800\\\",\\\"status.workspaceTrust.1662368971030\\\",\\\"status.workspaceTrust.1662370250775\\\",\\\"status.workspaceTrust.1662371483070\\\",\\\"status.workspaceTrust.1662394341870\\\",\\\"status.workspaceTrust.1662459221788\\\",\\\"status.workspaceTrust.1662471913030\\\",\\\"status.workspaceTrust.1662576094806\\\",\\\"status.workspaceTrust.1662673945290\\\",\\\"status.workspaceTrust.1662673973263\\\",\\\"status.workspaceTrust.1662673983728\\\",\\\"status.workspaceTrust.1662746473044\\\",\\\"status.workspaceTrust.1662811643815\\\",\\\"status.workspaceTrust.1663105801464\\\",\\\"status.workspaceTrust.1663105833072\\\",\\\"status.workspaceTrust.1663107097510\\\",\\\"status.workspaceTrust.1663326817590\\\",\\\"status.workspaceTrust.ab9472ff579565ef3a529339b1823e10\\\",\\\"status.workspaceTrust.1663348901117\\\",\\\"status.workspaceTrust.1663589827675\\\",\\\"status.workspaceTrust.1663678680232\\\",\\\"status.workspaceTrust.1663863044099\\\",\\\"status.workspaceTrust.1663869228683\\\",\\\"status.workspaceTrust.1663944024669\\\",\\\"status.workspaceTrust.1664273449348\\\",\\\"status.workspaceTrust.94f62fdfc643f3e327574a7263cbedbc\\\",\\\"status.workspaceTrust.1664394881357\\\",\\\"status.workspaceTrust.1664400749227\\\",\\\"status.workspaceTrust.1664441038179\\\",\\\"status.workspaceTrust.1664441250227\\\",\\\"status.workspaceTrust.1664443716280\\\",\\\"status.workspaceTrust.1664446538783\\\",\\\"status.workspaceTrust.1664468439076\\\",\\\"status.workspaceTrust.1664468881234\\\",\\\"status.workspaceTrust.1664475331810\\\",\\\"status.workspaceTrust.1664557682214\\\",\\\"status.workspaceTrust.1664558127974\\\",\\\"status.workspaceTrust.70941f514e87b45231a94c18ede4bf45\\\",\\\"status.workspaceTrust.c2adcd4bbbf3fee00dd4125d2689e942\\\",\\\"status.workspaceTrust.1345b646e80c89a2116927c94d6df0a8\\\",\\\"status.workspaceTrust.d28a868a01e3578ad8eb8cff295900b0\\\",\\\"status.workspaceTrust.9841859dbd3e5a157b0741c4c7d2b537\\\",\\\"status.workspaceTrust.1664930303218\\\",\\\"status.workspaceTrust.1664998171868\\\",\\\"status.workspaceTrust.1665095781594\\\",\\\"status.workspaceTrust.bacf18d78a3cfb25dc2b1885465e1dc0\\\",\\\"status.workspaceTrust.1665446781985\\\",\\\"status.workspaceTrust.1665447929038\\\",\\\"status.workspaceTrust.1665449314321\\\",\\\"status.workspaceTrust.1665449486431\\\",\\\"status.workspaceTrust.1665596601489\\\",\\\"status.workspaceTrust.1665597106042\\\",\\\"status.workspaceTrust.1665597780307\\\",\\\"status.workspaceTrust.1665601808867\\\",\\\"status.workspaceTrust.1665603121949\\\",\\\"status.workspaceTrust.8e204d02a47348dad8ce8c632d36f79b\\\",\\\"status.workspaceTrust.236108265a181a009c245db63d5d4b3c\\\",\\\"status.workspaceTrust.eb66ba7759b7165b83bb8509c107820b\\\",\\\"status.workspaceTrust.1665954713892\\\",\\\"status.workspaceTrust.d24ac8fdac8c8192c8d9aedde15fe577\\\",\\\"status.workspaceTrust.1666305555554\\\",\\\"status.workspaceTrust.434ad7f4855fbc398583d8d5a74b3784\\\",\\\"status.workspaceTrust.1666472671331\\\",\\\"status.workspaceTrust.1666474001545\\\",\\\"status.workspaceTrust.1666474987848\\\",\\\"status.workspaceTrust.1666474997989\\\",\\\"status.workspaceTrust.0664bc464edf50664cfb48a0757373ef\\\",\\\"status.workspaceTrust.86857881b54116f702e798e26d6ccb67\\\",\\\"status.workspaceTrust.af3924bb8c2dc3450ce6ccac9f020171\\\",\\\"status.workspaceTrust.1666971301536\\\",\\\"status.workspaceTrust.1818637ad18d53bed8e11eca1cddf8c9\\\",\\\"status.workspaceTrust.98863275db4d5a7d2b336282fd0d2976\\\",\\\"status.workspaceTrust.1667159353235\\\",\\\"status.workspaceTrust.1667174445668\\\",\\\"status.workspaceTrust.1667175486496\\\",\\\"status.workspaceTrust.439d9fe328c7b8a380b0658126370e56\\\",\\\"status.workspaceTrust.1667334423686\\\",\\\"status.workspaceTrust.1667335318504\\\",\\\"status.workspaceTrust.1667583200787\\\",\\\"status.workspaceTrust.1667670737228\\\",\\\"status.workspaceTrust.1667846609381\\\",\\\"status.workspaceTrust.1667964175861\\\",\\\"status.workspaceTrust.1668120398844\\\",\\\"status.workspaceTrust.c6931dd3dccf0763ca04b9d7f69b0f1f\\\",\\\"status.workspaceTrust.1668175825545\\\",\\\"status.workspaceTrust.1668178142188\\\",\\\"status.workspaceTrust.1668178498164\\\",\\\"status.workspaceTrust.1668180100007\\\",\\\"status.workspaceTrust.1668197645393\\\",\\\"status.workspaceTrust.1668200925259\\\",\\\"status.workspaceTrust.1668452615144\\\",\\\"status.workspaceTrust.1668457233894\\\",\\\"status.workspaceTrust.1668511072102\\\",\\\"status.workspaceTrust.1668521333094\\\",\\\"status.workspaceTrust.1668721030071\\\",\\\"status.workspaceTrust.fb5bc840bf53d92b77b1e5a93b1db6ca\\\",\\\"status.workspaceTrust.7ac9d2b4903b1d859e09e3fb0b523560\\\",\\\"status.workspaceTrust.1668792048364\\\",\\\"status.workspaceTrust.1669291699015\\\",\\\"status.workspaceTrust.1669656339683\\\",\\\"status.workspaceTrust.64f44e3f7b8a86c0f250fd0424f7d8a6\\\",\\\"status.workspaceTrust.1669832916507\\\",\\\"status.workspaceTrust.1669837208414\\\",\\\"status.workspaceTrust.1670274274792\\\",\\\"status.workspaceTrust.1670325869645\\\",\\\"status.workspaceTrust.1ddbd42b2c8b3df86bbaa547e98ed9d5\\\",\\\"status.workspaceTrust.9eb4ae4301e01aeff7c32bffdb08f118\\\",\\\"status.workspaceTrust.123c2c4e0fe007e11d310d461d18a561\\\",\\\"status.workspaceTrust.44fbb77ebbb3106b4a74e95d95731370\\\",\\\"status.workspaceTrust.fbbc5cc1c4d9bee197596c8486e2fb9c\\\",\\\"status.workspaceTrust.1670717534693\\\",\\\"status.workspaceTrust.64b1c73a97c570af30be901ee99b6ac2\\\",\\\"status.workspaceTrust.118c0428684818cba0a0d9606bc55446\\\",\\\"status.workspaceTrust.eb7e1a173ab1b1b6f9e0c9314159aa02\\\",\\\"status.workspaceTrust.de988664e366a92ad9ed57def43352a7\\\",\\\"status.workspaceTrust.1671238101295\\\",\\\"status.workspaceTrust.1671238142293\\\",\\\"status.workspaceTrust.45faec33108130d948fd23b32ca21a37\\\",\\\"status.workspaceTrust.1671238447700\\\",\\\"status.workspaceTrust.1671238484286\\\",\\\"status.workspaceTrust.1671238504247\\\",\\\"status.workspaceTrust.1671238524253\\\",\\\"status.workspaceTrust.7770276fc8357b789818de739fa2037f\\\",\\\"status.workspaceTrust.cf889a681465c34f2e598e17650fae9c\\\",\\\"status.workspaceTrust.730e1c79f0bfc0e54fadc3e8be1a5ede\\\",\\\"status.workspaceTrust.5a45458c341c3dc8f5ba53fc266d57a9\\\",\\\"status.workspaceTrust.eac6d9f9e8835c86cf997748e676bacb\\\",\\\"status.workspaceTrust.11b014b2365a5194f8b52d1323352999\\\",\\\"status.workspaceTrust.eb45af733eb45163cd4d278d4af73570\\\",\\\"status.workspaceTrust.86584ad45216be6958ada7ebe8eee524\\\",\\\"status.workspaceTrust.1671477671540\\\",\\\"status.workspaceTrust.1671477670708\\\",\\\"status.workspaceTrust.ea4e34f808299ea831ed7bcef68618de\\\",\\\"status.workspaceTrust.29af1f072c842f6db2941783bb9bd037\\\",\\\"status.workspaceTrust.1671682890444\\\",\\\"status.workspaceTrust.1671683068335\\\",\\\"status.workspaceTrust.1671684738606\\\",\\\"status.workspaceTrust.1671696277493\\\",\\\"status.workspaceTrust.1671696282798\\\",\\\"status.workspaceTrust.28132608ca59230b52da48973cc3543e\\\",\\\"status.workspaceTrust.f467eab58416cb3a7c0cd4dcacffe9f9\\\",\\\"status.workspaceTrust.c6f186b991bdadfe3b9b2e6925163f07\\\",\\\"status.workspaceTrust.a1cb91ca7fd0f0a777dc799418c0d0a5\\\",\\\"status.workspaceTrust.b3ac6b68d1a5daaff51a7e722f9eb0dd\\\",\\\"status.workspaceTrust.1671885236635\\\",\\\"status.workspaceTrust.1671885492715\\\",\\\"status.workspaceTrust.1671885566305\\\",\\\"status.workspaceTrust.1671885745766\\\",\\\"status.workspaceTrust.66c045779c2da78404b65333b24549f7\\\",\\\"status.workspaceTrust.91df85e43ab2c21542050084cb98ee92\\\",\\\"status.workspaceTrust.a45dcd6e4b17a176164d22146778dbe2\\\",\\\"status.workspaceTrust.575e7d0d465536b529ab1ed7a42ef0db\\\",\\\"status.workspaceTrust.67823718662e5644c7c0dca64c2effeb\\\",\\\"status.workspaceTrust.ea5decd8ecf4b2d7d310e27228bcd2d4\\\",\\\"status.workspaceTrust.adc01e3d3c807ddb512d09a865882407\\\",\\\"status.workspaceTrust.8790833d162e54761ce181fcd4416042\\\",\\\"status.workspaceTrust.9a38a76a45a7613ef54f8a7967af72ae\\\",\\\"status.workspaceTrust.1672436525900\\\",\\\"status.workspaceTrust.1672451391693\\\",\\\"status.workspaceTrust.ee90b760ecb1cb9a0023bb2c26a0ec5d\\\",\\\"status.workspaceTrust.1672691406546\\\",\\\"status.workspaceTrust.f487f3c0be76833acdb5753fd2ff7ac6\\\",\\\"status.workspaceTrust.36ff04849b8c2de7365e140b3b9349d0\\\",\\\"status.workspaceTrust.a5439b9124c59076194a26beb2e555c3\\\",\\\"status.workspaceTrust.e964166cbe6077cb53d0c098cfc8c663\\\",\\\"status.workspaceTrust.097c5fa07981a9e34e26606c94190a1f\\\",\\\"status.workspaceTrust.4cfbfd9c8d9d720d2f77937a915d1ce7\\\",\\\"status.workspaceTrust.34c28a284a44d1bf17c258ef56e68351\\\",\\\"status.workspaceTrust.2e4de1d6c8168f2e75adf90fa4fcd6d9\\\",\\\"status.workspaceTrust.1673137842444\\\",\\\"status.workspaceTrust.349d0246f8e0f9edb52da5526eb0b82b\\\",\\\"status.workspaceTrust.2b6c16b9d75f549211808b834c8c6915\\\",\\\"status.workspaceTrust.9518bf423f9abb59eb96b64e2257db55\\\",\\\"status.workspaceTrust.d21479fd5dddeb19c9e0ce9523817db1\\\",\\\"status.workspaceTrust.d919388e62c5abc40922d14847286240\\\",\\\"status.workspaceTrust.c1feb760ed3942193690872561018505\\\",\\\"status.workspaceTrust.cd17b29fc27a6e91f1c8bb8787b37e59\\\",\\\"status.workspaceTrust.7ed536ba1519990368db64a48da125b7\\\",\\\"status.workspaceTrust.1673474039276\\\",\\\"status.workspaceTrust.6dccbba25907c18dde1749254e5af92b\\\",\\\"status.workspaceTrust.f42619a52a4f406b5d1d9e04ee2e454d\\\",\\\"status.workspaceTrust.518471ad9adff980a79dab98bde91203\\\",\\\"status.workspaceTrust.2bd30e821a79d8eedb946688d5f51cac\\\",\\\"status.workspaceTrust.1673550655957\\\",\\\"status.workspaceTrust.081b57f6c6b023fb06d2fd0f9fdad67f\\\",\\\"status.workspaceTrust.4f906280a04f094b2d0be3fe4be3f0c8\\\",\\\"status.workspaceTrust.e851d437cadfee4426166e53b11d43c9\\\",\\\"status.workspaceTrust.1673722772969\\\",\\\"status.workspaceTrust.1673722781951\\\",\\\"status.workspaceTrust.1673731344320\\\",\\\"status.workspaceTrust.f970708c7b3fa74ed474fb0292b6f8b2\\\",\\\"status.workspaceTrust.e70b972aa59c55ac992d72fa734eead3\\\",\\\"status.workspaceTrust.f3aae4b5e0ae7d7b057f031a9777a0b0\\\",\\\"status.workspaceTrust.e822e9eeb62cd2e58ee9f1ba52d43cba\\\",\\\"status.workspaceTrust.005371f8e87d3385c3f119ed06f45627\\\",\\\"status.workspaceTrust.3c6512b1ca518590b03865fbaddf621f\\\",\\\"status.workspaceTrust.af230fcbaff336d37bf9b2b5cb9f999a\\\",\\\"status.workspaceTrust.1674164611930\\\",\\\"status.workspaceTrust.b528f2231226a8933052c6b52e8fc6b8\\\",\\\"status.workspaceTrust.b01df8fb6e711755bc69f2c53782ef60\\\",\\\"status.workspaceTrust.e797732f6cf0a41282ac9f1435dff681\\\",\\\"status.workspaceTrust.cf4d1ee4294c7bbb8b70c169c8676168\\\",\\\"status.workspaceTrust.83661c969bcd912439f30d7065adad2c\\\",\\\"status.workspaceTrust.910678b39b3f2a99438f725a0df9cb91\\\",\\\"status.workspaceTrust.da56725d3eac3e508c5a913aafb32e93\\\",\\\"status.workspaceTrust.03f5b51dc1b1b0d0267c5092e6f8a09d\\\",\\\"status.workspaceTrust.1674534842339\\\",\\\"status.workspaceTrust.bda49ba9e6f70f2723607fcd4467a65d\\\",\\\"status.workspaceTrust.8916009a2914ce67259485da7bca6d56\\\",\\\"status.workspaceTrust.16fd3109a9b0cef9640159bc3a45123a\\\",\\\"status.workspaceTrust.c0c0fa94128bc14253c6eed643a8d436\\\",\\\"status.workspaceTrust.1675019231617\\\",\\\"status.workspaceTrust.1675019236695\\\",\\\"status.workspaceTrust.103d70917cc91570c5fa981c778ab92f\\\",\\\"status.workspaceTrust.46dd17d8af28cf1b2cef97064a89d7a6\\\",\\\"status.workspaceTrust.1675144772779\\\",\\\"status.workspaceTrust.1675147688132\\\",\\\"status.workspaceTrust.1675168418172\\\",\\\"status.workspaceTrust.121396721ee76e4ec14625798aa9c983\\\",\\\"status.workspaceTrust.1675242359305\\\",\\\"status.workspaceTrust.5fdd40fe3b02166fb26a55861219599e\\\",\\\"status.workspaceTrust.1675379781732\\\",\\\"status.workspaceTrust.1675381719718\\\",\\\"status.feedback\\\",\\\"status.editor.eol\\\",\\\"status.editor.encoding\\\",\\\"status.problems\\\",\\\"status.host\\\",\\\"status.workspaceTrust.5861643901c56d40dfca193e59227909\\\",\\\"status.workspaceTrust.1675433875937\\\",\\\"status.workspaceTrust.a186e963aebc5dc0c33681b9c8fe1b8d\\\",\\\"status.workspaceTrust.1675438842588\\\",\\\"status.workspaceTrust.928d41bb04bd373f44505de5fc777500\\\",\\\"status.workspaceTrust.1675443398505\\\",\\\"status.workspaceTrust.54e3ea3b667537c509a8566bb8321d02\\\",\\\"status.workspaceTrust.e2349d61a0571d955e03b321854acd3c\\\",\\\"status.workspaceTrust.1675464163438\\\",\\\"status.workspaceTrust.f8552bddf5d97708912f96af8a33b3cf\\\",\\\"status.workspaceTrust.dce6116a6e00931b2642c83123ff5ebc\\\",\\\"status.workspaceTrust.1eac3883fd29e6c5e5718aa6a63d617d\\\",\\\"status.workspaceTrust.1675635076673\\\",\\\"status.workspaceTrust.4ce63f3a51b49b4da5d993afbf7269fb\\\",\\\"status.workspaceTrust.c81d7c069229de12371ff4be332c177c\\\",\\\"status.workspaceTrust.d50e16b8c91f9bd11982a3eceb6e1369\\\",\\\"status.workspaceTrust.1675649327945\\\",\\\"status.workspaceTrust.1675871249873\\\",\\\"status.workspaceTrust.1675871441173\\\",\\\"status.workspaceTrust.1676064703598\\\",\\\"status.workspaceTrust.536f6f8d65c7244413c3e39696c46509\\\",\\\"status.workspaceTrust.7fa2ae59bc7309a5aef51913c8219d3f\\\",\\\"status.workspaceTrust.e3f875752883e87dbc6abaf400c4ef60\\\",\\\"status.workspaceTrust.1676168640083\\\",\\\"status.workspaceTrust.1676168693884\\\",\\\"status.workspaceTrust.1676168722304\\\",\\\"status.workspaceTrust.1676169960385\\\",\\\"status.workspaceTrust.dc7f48bb6a718a066def5210c70583d7\\\",\\\"status.workspaceTrust.ec3456356958f2aca704803dde80d5a6\\\",\\\"status.workspaceTrust.ee78d605f89190a776eba63a9b609f93\\\",\\\"status.workspaceTrust.ce830e03966b5ab4cd248651793ddbc0\\\",\\\"status.workspaceTrust.1677548569146\\\",\\\"status.workspaceTrust.1678153598135\\\",\\\"status.workspaceTrust.b047a6c879930049b1a241613f97ebcb\\\",\\\"status.workspaceTrust.f8bfc640b6670c5cc73bd9bddd83f2c3\\\",\\\"status.workspaceTrust.82735b716eb685ec291cf15885838f7c\\\",\\\"status.workspaceTrust.321cfbedb340ffe8e0452c64a2fc8bc6\\\",\\\"status.workspaceTrust.1678407101931\\\",\\\"status.workspaceTrust.1678407171101\\\",\\\"status.workspaceTrust.1678407412833\\\",\\\"status.workspaceTrust.ea2a23f9f3d0e9d69dcf38cb4092c545\\\",\\\"status.workspaceTrust.40359688f9ced285bf86e7fa6f4e783e\\\",\\\"status.workspaceTrust.223437a7582f050f0f2ce334230222b8\\\",\\\"status.workspaceTrust.251e9eeec1d6c37c5dd295bda817f76b\\\",\\\"status.workspaceTrust.2e164a60e49b46c6d38a125fe7310da4\\\",\\\"status.workspaceTrust.fa8b077b7d258bd62485504674f76fe9\\\",\\\"status.workspaceTrust.1ed7d6029a58fe7a0c133f057b1681c1\\\",\\\"status.workspaceTrust.d41a46b90c974199909b042b9307fbc4\\\",\\\"status.workspaceTrust.1679437326103\\\",\\\"status.workspaceTrust.4fe36ddcb0a90aab3bd44aa6289be97f\\\",\\\"status.workspaceTrust.73ff5472db0f28d42e0dbab1d5f1c19e\\\",\\\"status.workspaceTrust.65e8c4cf98de505b21c9732dfe164ecc\\\",\\\"status.workspaceTrust.1679765109568\\\",\\\"status.workspaceTrust.d70709e7d17ff087cbd7eab17a1452f3\\\",\\\"status.workspaceTrust.1679819231683\\\",\\\"status.workspaceTrust.1679927307067\\\",\\\"status.workspaceTrust.1679934229537\\\",\\\"status.workspaceTrust.1679958772899\\\",\\\"status.workspaceTrust.1679960799635\\\",\\\"status.workspaceTrust.1680047646504\\\",\\\"status.workspaceTrust.1680047734289\\\",\\\"status.workspaceTrust.1680047920387\\\",\\\"status.workspaceTrust.df99e4e63ce700e3aaf6165029d181fe\\\",\\\"status.workspaceTrust.1680195202894\\\",\\\"status.workspaceTrust.382d08224e1fe3c88c6a67adfaeae28f\\\",\\\"status.workspaceTrust.edc104ee8c10f37cf760b523930faf19\\\",\\\"status.workspaceTrust.1680793320766\\\",\\\"status.workspaceTrust.f4d2a9131ca96e7b00e88d0606153e45\\\",\\\"status.workspaceTrust.1680842100715\\\",\\\"status.workspaceTrust.1680842771313\\\",\\\"status.workspaceTrust.1680844545969\\\",\\\"status.workspaceTrust.1680844781352\\\",\\\"status.workspaceTrust.1680844795422\\\",\\\"status.workspaceTrust.1680845042880\\\",\\\"status.workspaceTrust.1680875145897\\\",\\\"status.workspaceTrust.bef1dd7760d65f5b876ce1aa29fcf35d\\\",\\\"status.workspaceTrust.1700602680846\\\",\\\"status.workspaceTrust.9ad1bfc61b854b71edebb0000722525a\\\",\\\"status.workspaceTrust.4588b2fbf689d772e6f3760b7f9197e4\\\",\\\"status.workspaceTrust.1700784699571\\\",\\\"status.workspaceTrust.c23ecad0fee1d174d5796ad02b2f5914\\\",\\\"status.workspaceTrust.1b8d4460cfc3b5b1a062dbcc29e5927e\\\",\\\"status.workspaceTrust.9738f5f2c9a4305adaa1b1a2c52451dc\\\",\\\"status.workspaceTrust.ef84d8eee8a2d44105fa7f31061fc33b\\\",\\\"status.workspaceTrust.c9af82ce1a2465d30d4826e456c6d725\\\",\\\"status.workspaceTrust.704bdaec5cf879f3acac12864b61ac47\\\",\\\"status.workspaceTrust.1705699615159\\\",\\\"status.workspaceTrust.b419a54f2a4b029c67ed8ce28421d86a\\\",\\\"status.workspaceTrust.8fd3bbfc04fcd374efbd6045582b6492\\\",\\\"status.workspaceTrust.9b57902ebc06a9f5f6119f1fe17e109a\\\",\\\"status.workspaceTrust.1706362333610\\\",\\\"status.workspaceTrust.9fd9dff6ab65f43e4e6a82fecfa5c391\\\",\\\"status.workspaceTrust.4f0e3055c43674d162f80c5bb0271366\\\",\\\"status.workspaceTrust.ab7a665b73197ca244c034a563c427fb\\\",\\\"status.workspaceTrust.70ccfa360623176da76b3a4028057288\\\",\\\"status.workspaceTrust.b10c0909c8e3d4afa055f0c850996b63\\\",\\\"status.workspaceTrust.cb5aeabc867a330875616845d70804b3\\\",\\\"status.workspaceTrust.011469af2ed3d046d40139c7d4569f69\\\",\\\"status.workspaceTrust.729d217d48f0d38bfe8db38a430069d5\\\",\\\"status.workspaceTrust.b33473e63f1245c20288b1d14285eeb7\\\",\\\"status.workspaceTrust.7600799d3385c896003c36428ef6004e\\\",\\\"status.workspaceTrust.45750cd8236736e5b369d995e371156d\\\",\\\"status.workspaceTrust.ea7195c95ed30a930291c6e83dddbf92\\\",\\\"status.workspaceTrust.dcbe643eff09bf21cc0dc9f186aecf0f\\\",\\\"status.workspaceTrust.a6dcc68da3da686cd7469c7703880d10\\\",\\\"status.workspaceTrust.6229d6e960db95560664eb219171ae80\\\",\\\"status.workspaceTrust.1709394725919\\\"]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Setup\\\",\\\"msjsdiag.vscode-react-native#RNTGetStarted\\\",\\\"GitHub.copilot#copilotWelcome\\\",\\\"Beginner\\\"]\",\"workbench.view.extension.mongoDB.state.hidden\":\"[{\\\"id\\\":\\\"mongoDBConnectionExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"mongoDBPlaygroundsExplorer\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"mongoDBHelpExplorer\\\",\\\"isHidden\\\":true}]\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"svelte\\\":[\\\"svelte.svelte-vscode\\\"],\\\"vue\\\":[\\\"vue.volar\\\"],\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"],\\\"go\\\":[\\\"golang.go\\\"],\\\"powershell\\\":[\\\"ms-vscode.powershell\\\"],\\\"plaintext\\\":[\\\"svelte.svelte-vscode\\\",\\\"mechatroner.rainbow-csv\\\"],\\\"typescript\\\":[\\\"ms-playwright.playwright\\\"],\\\"groovy\\\":[\\\"vscjava.vscode-gradle\\\"]}\",\"expandSuggestionDocs\":\"false\",\"ces/skipSurvey\":\"1.58.1\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1711301607812,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.chat\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"msjsdiag.vscode-react-native#RNTGetStarted\\\",{\\\"firstSeen\\\":1711301607812,\\\"stepIDs\\\":[\\\"settingUpCommonEnvironment\\\",\\\"settingUpExpoEnvironment\\\",\\\"settingUpWindowsEnvironment\\\",\\\"settingUpMacOsEnvironment\\\",\\\"hermesEngine\\\",\\\"runAndDebugReactNativeApp\\\",\\\"exploreExtensionFeatures\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"go.test.profile\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pw.extension.settingsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false}]\",\"recently.opened\":\"{\\\"entries\\\":[{\\\"folderUri\\\":\\\"vscode-vfs://github/github/dev\\\",\\\"label\\\":\\\"github/dev [GitHub]\\\"}]}\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"remoteHub.views.workspaceRepositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"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\\\":\\\"workbench.debug.startView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"center\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"ctrlEnterReplaceAll.windows.donotask\":\"true\",\"tabs-list-width-horizontal\":\"163\",\"nps/lastSessionDate\":\"Wed Oct 19 2022\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Thu Feb 16 2023\",\"cpp.1.sessionCount\":\"120\",\"java.2.lastSessionDate\":\"Thu Feb 16 2023\",\"java.2.sessionCount\":\"120\",\"javascript.1.lastSessionDate\":\"Mon Nov 21 2022\",\"javascript.1.sessionCount\":\"42\",\"typescript.1.lastSessionDate\":\"Sun Dec 18 2022\",\"typescript.1.sessionCount\":\"13\",\"extensionTips/promptedExecutableTips\":\"{\\\"docker\\\":[\\\"ms-azuretools.vscode-docker\\\",\\\"ms-vscode-remote.remote-containers\\\"]}\",\"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}]\",\"remote.explorerType\":\"wsl\",\"snippets.usageTimestamps\":\"[[\\\"snippets/typescript.code-snippets/Public Method Definition\\\",1710696469120],[\\\"snippets/typescript.code-snippets/New Statement\\\",1710701776206],[\\\"snippets/typescript.code-snippets/Constructor\\\",1710887659629],[\\\"snippets/typescript.code-snippets/Triple-slash reference\\\",1711491218160],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1712492628938],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1712508841606],[\\\"snippets/typescript.code-snippets/Region End\\\",1713129964783],[\\\"snippets/typescript.code-snippets/new Promise\\\",1714160810550],[\\\"snippets/typescript.code-snippets/Property getter\\\",1714221861793],[\\\"snippets/typescript.code-snippets/For-Each Loop using =>\\\",1714305897179],[\\\"snippets/typescript.code-snippets/If-Else Statement\\\",1714313016604],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1714412609287],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1714585997466],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1714586805698],[\\\"snippets/typescript.code-snippets/Log warning to console\\\",1714591665013],[\\\"snippets/typescript.code-snippets/While Statement\\\",1714593285391],[\\\"snippets/typescript.code-snippets/Do-While Statement\\\",1714679332862],[\\\"snippets/typescript.code-snippets/Property setter\\\",1714755855728]]\",\"fileBasedRecommendations/promptedFileExtensions\":\"[\\\"local\\\"]\",\"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},{\\\"id\\\":\\\"liveshare.devtools\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false,\\\"order\\\":0}]\",\"workbench.views.service.panel.d75669fe-2122-45de-8330-697a98f4e4a5.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.panel.d75669fe-2122-45de-8330-697a98f4e4a5\\\":1,\\\"workbench.view.extension.github-actions\\\":2,\\\"workbench.view.extension.test\\\":2},\\\"viewLocations\\\":{\\\"todo-tree-view\\\":\\\"workbench.view.explorer\\\",\\\"workbench.panel.repl.view\\\":\\\"workbench.views.service.panel.d75669fe-2122-45de-8330-697a98f4e4a5\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.view.extension.iridium.state.hidden\":\"[{\\\"id\\\":\\\"iridium.npm\\\",\\\"isHidden\\\":false}]\",\"extensionsAssistant/languagePackSuggestionIgnore\":\"[\\\"fr\\\",\\\"fr-fr\\\"]\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Thu Oct 20 2022\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Fri Nov 18 2022\",\"workbench.view.extension.rapidapi-explorer.state.hidden\":\"[{\\\"id\\\":\\\"vscode-rapidapi-client.panel\\\",\\\"isHidden\\\":false}]\",\"paw-auth-camilledugas.pro@gmail.com\":\"[{\\\"id\\\":\\\"rapidapi.vscode-rapidapi-client\\\",\\\"name\\\":\\\"RapidAPI Client\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.thunder-client.state.hidden\":\"[{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false}]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.72.2\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.73.1\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"scm:repository:Git:file:///e%3A/Programmation/GitHub/Symphonia-Fac\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm.mainPanel\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"scm:repository:Git:file:///e%3A/Programmation/GitHub/XOHR-Core\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm.mainPane\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:1814976206\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:1971465185\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:2020740145\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:1441019436\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:-1263771562\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:1608108887\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:246330179\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"scm:repository:1216487185\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":8}]\",\"workbench.view.extension.PowerShell.state.hidden\":\"[{\\\"id\\\":\\\"PowerShellCommands\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.marquee.state.hidden\":\"[{\\\"id\\\":\\\"marquee\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-actions.state.hidden\":\"[{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"extensionsAssistant/importantRecommendationsIgnore\":\"[\\\"ms-mssql.mssql\\\",\\\"ms-vscode-remote.remote-wsl\\\",\\\"ms-azuretools.vscode-docker\\\"]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"default\",\"scm.input.lastActionId\":\"github.copilot.git.generateCommitMessage\",\"inline-chat-history\":\"[\\\"/fix Type 'unknown' is not assignable to type 'string'.\\\",\\\"/fix No overload matches this call.\\\\n Overload 1 of 4, '(args_0: GetServerSidePropsContext): Promise<Session | null>', gave the following error.\\\\n Argument of type '(req: NextAuthRequest) => Response | null' is not assignable to parameter of type 'GetServerSidePropsContext'.\\\\n Overload 2 of 4, '(args_0: (req: NextAuthRequest) => void | Response | Promise<void | Response>): AppRouteHandlerFn', gave the following error.\\\\n Argument of type '(req: NextAuthRequest) => Response | null' is not assignable to parameter of type '(req: NextAuthRequest) => void | Response | Promise<void | Response>'.\\\\n Type 'Response | null' is not assignable to type 'void | Response | Promise<void | Response>'.\\\\n Type 'null' is not assignable to type 'void | Response | Promise<void | Response>'.\\\",\\\"/fix Property 'role' does not exist on type 'User'.\\\",\\\"/fix Element implicitly has an 'any' type because type 'typeof globalThis' has no index signature.\\\",\\\"/fix Type '() => Promise<void>' is not assignable to type 'ReactNode'.\\\",\\\"g\\\",\\\"/fix This line has a length of 154. Maximum allowed is 150.\\\",\\\"/fix Type '() => React.JSX.Element' is not assignable to type 'ReactNode'., No overload matches this call.\\\\n Overload 1 of 2, '(props: ImageProps | Readonly<ImageProps>): Image', gave the following error.\\\\n Type '{ uri: string | null; }' is not assignable to type 'ImageSourcePropType | undefined'.\\\\n Types of property 'uri' are incompatible.\\\\n Type 'string | null' is not assignable to type 'string | undefined'.\\\\n Type 'null' is not assignable to type 'string | undefined'.\\\\n Overload 2 of 2, '(props: ImageProps, context: any): Image', gave the following error.\\\\n Type '{ uri: string | null; }' is not assignable to type 'ImageSourcePropType | undefined'.\\\\n Types of property 'uri' are incompatible.\\\\n Type 'string | null' is not assignable to type 'string | undefined'.\\\",\\\"/fix Argument of type '[string, { check: { date: string; end: string | null; need_validation: boolean; pauseTaken: boolean; start: string; userId: string; uuid: string; }; }]' is not assignable to parameter of type 'never'.\\\",\\\"/fix Argument of type '(checks: { employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; ... 9 more ...; userId: string; } | null; check: { ...; }; }[] | null) => { ...; }[] | undefined' is not assignable to parameter of type 'SetStateAction<{ employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; ... 9 more ...; userId: string; } | null; check: { ...; }; }[] | null>'.\\\\n Type '(checks: { employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; ... 9 more ...; userId: string; } | null; check: { ...; }; }[] | null) => { ...; }[] | undefined' is not assignable to type '(prevState: { employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; ... 9 more ...; userId: string; } | null; check: { ...; }; }[] | null) => { ...; }[] | null'.\\\\n Type '{ employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; fcm_token: string | null; ... 8 more ...; userId: string; } | null; check: { ...; }; }[] | undefined' is not assignable to type '{ employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; fcm_token: string | null; ... 8 more ...; userId: string; } | null; check: { ...; }; }[] | null'.\\\\n Type 'undefined' is not assignable to type '{ employee: { active: string | null; approvedAt: string | null; avatar: string | null; createdAt: string; declinedAt: string | null; declinedFor: string | null; email: string; fcm_token: string | null; ... 8 more ...; userId: string; } | null; check: { ...; }; }[] | null'.\\\",\\\"/fix Error validating field `contacts` in model `User`: The relation field `contacts` on model `User` is missing an opposite relation field on the model `User`. Either run `prisma format` or add it manually.\\\",\\\"/fix '...' expected.\\\",\\\"/fix Argument of type '(prevMessages: OutgoingMessage[]) => IncomingMessage[]' is not assignable to parameter of type 'SetStateAction<OutgoingMessage[]>'.\\\\n Type '(prevMessages: OutgoingMessage[]) => IncomingMessage[]' is not assignable to type '(prevState: OutgoingMessage[]) => OutgoingMessage[]'.\\\\n Type 'IncomingMessage[]' is not assignable to type 'OutgoingMessage[]'.\\\\n Type 'IncomingMessage' is missing the following properties from type 'OutgoingMessage': messageId, date\\\",\\\"/fix Argument of type 'number' is not assignable to parameter of type 'SetStateAction<null>'.\\\",\\\"/fix Type 'Socket<DefaultEventsMap, DefaultEventsMap>' is not assignable to type 'null'.\\\",\\\"/fix No overload matches this call.\\\\n Argument of type '[string]' is not assignable to parameter of type 'never'.\\\\n Overload 2 of 2, '(options: never): void', gave the following error.\\\\n Argument of type 'string' is not assignable to parameter of type 'never'.\\\",\\\"async\\\",\\\"/fix Type '() => void' is not assignable to type 'void'.\\\",\\\"/fix Cannot invoke an object which is possibly 'undefined'.\\\",\\\"/fix Unsafe call of an `any` typed value.\\\",\\\"change pour : 8 go max, 2 go min\\\",\\\"/fix 'user.firstName' is possibly 'null'.\\\",\\\"Si avatar est déjà existant alors on remove puis re-upload\\\",\\\"mettre une intervalle qui fetch sa toute les 5s\\\",\\\"Log avec { initial: value, data: value }\\\\r\\\\nInitial c'est a et data c'est b\\\",\\\"avec le key et value pas seulement la key\\\",\\\"The for column is text[]\\\",\\\"Si \\\\\\\"undefined\\\\\\\" alors on affiche l'heure actuelle pour celle du début et celle de la fin + 2\\\",\\\"all in single state\\\",\\\"a\\\",\\\"/fix 'data' is possibly 'null'.\\\",\\\"Si <= 0 alors cancel\\\",\\\"/fix Argument of type '[string, { check: { date: string; end: string | null; start: string; userId: string; uuid: string; }; }]' is not assignable to parameter of type 'never'.\\\",\\\"Seulement mettre la première lettre du jour en majusucule, et pas celle du mois\\\",\\\"Seuement le jour, pas le mois qui est en majuscule\\\",\\\"Seuement le jour, pas le mois\\\",\\\"/fix No overload matches this call.\\\\n Overload 1 of 2, '(values: { firstName?: string | null | undefined; lastName?: string | null | undefined; userId: string; }, options?: { onConflict?: string | undefined; ignoreDuplicates?: boolean | undefined; count?: \\\\\\\"exact\\\\\\\" | ... 2 more ... | undefined; } | undefined): PostgrestFilterBuilder<...>', gave the following error.\\\\n Type 'string | undefined' is not assignable to type 'string'.\\\\n Type 'undefined' is not assignable to type 'string'.\\\\n Overload 2 of 2, '(values: { firstName?: string | null | undefined; lastName?: string | null | undefined; userId: string; }[], options?: { onConflict?: string | undefined; ignoreDuplicates?: boolean | undefined; count?: \\\\\\\"exact\\\\\\\" | ... 2 more ... | undefined; defaultToNull?: boolean | undefined; } | undefined): PostgrestFilterBuilder<...>', gave the following error.\\\\n Object literal may only specify known properties, and 'userId' does not exist in type '{ firstName?: string | null | undefined; lastName?: string | null | undefined; userId: string; }[]'.\\\",\\\"if the old route is LoginScreen or RegisterScreen AND there has session, then no need to show the back button, but if there is no session, then show the back button\\\",\\\"Ici quand la requête va se revalider à chaque fois (plus haut dans le code) le code coté front va disparaitre et réapparaitre vu qu'on define null pendantr la requête.. comment on empeche ? \\\",\\\"/fix Argument of type 'Dayjs' is not assignable to parameter of type 'string | Date | undefined'.\\\\n Type 'Dayjs' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateString, toLocaleTimeString, and 35 more.\\\",\\\"/fix 'year' is of type 'unknown'.\\\",\\\"/fix Property 'shifts' does not exist on type 'object'.\\\",\\\"/fix Type '({ navigation, route }: Props) => ReactElement' is not assignable to type 'ComponentType<{ route: BaseRoute; jumpTo: (key: string) => void; }>'.\\\\n Type '({ navigation, route }: Props) => ReactElement' is not assignable to type 'FunctionComponent<{ route: BaseRoute; jumpTo: (key: string) => void; }>'.\\\\n Types of parameters '__0' and 'props' are incompatible.\\\\n Property 'navigation' is missing in type '{ route: BaseRoute; jumpTo: (key: string) => void; }' but required in type 'Props'.\\\",\\\"/fix Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\\\\n Type 'undefined' is not assignable to type 'string'.\\\",\\\"/fix Type 'UserOrganization | undefined' is not assignable to type 'UserOrganization'.\\\\n Type 'undefined' is not assignable to type 'UserOrganization'.\\\",\\\"/fix Argument of type 'UserOrganization | undefined' is not assignable to parameter of type 'UserOrganization'.\\\\n Type 'undefined' is not assignable to type 'UserOrganization'.\\\",\\\"all extensions\\\",\\\"/fix Error validating model \\\\\\\"Folder\\\\\\\": Ambiguous self relation detected. The fields `parent` and `folder` in model `Folder` both refer to `Folder`. If they are part of the same relation add the same relation name for them with `@relation(<name>)`.\\\",\\\"/fix Type '{ navigation: NativeStackNavigationProp<ParamListBase, string, undefined>; route: Route<string>; }' is not assignable to type 'Props'.\\\\n Types of property 'navigation' are incompatible.\\\\n Type 'NativeStackNavigationProp<ParamListBase, string, undefined>' is not assignable to type 'NativeStackNavigationProp<RootStackParamList, string, undefined>'.\\\\n Type 'NativeStackNavigationProp<ParamListBase, string, undefined>' is not assignable to type 'Omit<NavigationHelpersCommon<RootStackParamList, StackNavigationState<RootStackParamList>>, \\\\\\\"getParent\\\\\\\">'.\\\\n The types returned by 'getState()' are incompatible between these types.\\\\n Type 'StackNavigationState<ParamListBase>' is not assignable to type 'StackNavigationState<RootStackParamList>'.\\\\n Type 'StackNavigationState<ParamListBase>' is not assignable to type 'Readonly<{ key: string; index: number; routeNames: (keyof RootStackParamList)[]; history?: unknown[] | undefined; routes: NavigationRoute<RootStackParamList, keyof RootStackParamList>[]; type: string; stale: false; }>'.\\\\n Types of property 'routeNames' are incompatible.\\\\n Type 'string[]' is not assignable to type '(keyof RootStackParamList)[]'.\\\\n Type 'string' is not assignable to type 'keyof RootStackParamList'.\\\",\\\"fait en sorte qu'il peut avoir des record a l'infinie\\\",\\\"/fix Declaration or statement expected.\\\",\\\"/fix Property assignment expected., Declaration or statement expected.\\\",\\\"/fix Promise-returning function provided to property where a void return was expected.\\\",\\\"/fix Type '(data: User, onlyLocal?: boolean) => Promise<void>' is not assignable to type '() => void'.\\\\n Target signature provides too few arguments. Expected 1 or more, but got 0., Promise-returning function provided to property where a void return was expected.\\\",\\\"afficher le nombre de conversations\\\",\\\"/fix Property 'replace' does not exist on type 'never'.\\\",\\\"/fix Unsafe return of an `any` typed value.\\\",\\\"/fix Unsafe assignment of an `any` value., Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Translations'.\\\\n No index signature with a parameter of type 'string' was found on type 'Translations'.\\\",\\\"/fix Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Translations'.\\\\n No index signature with a parameter of type 'string' was found on type 'Translations'.\\\",\\\"/fix Unsafe assignment of an `any` value.\\\",\\\"/fix 'React' must be in scope when using JSX\\\",\\\"/fix Property 'catch' does not exist on type 'PostgrestFilterBuilder<{ Tables: { organizations: { Row: { contact_geo: string | null; contact_phone: string; contact_website: string; has_overtime: boolean; id: string; night_shift_end_time: string; night_shift_start_time: string; org_desc: string; org_icon: string; org_logo: string; org_name: string; }; Insert: { ...'. Did you mean 'match'?\\\",\\\"/fix Argument of type 'boolean | null' is not assignable to parameter of type 'SetStateAction<boolean>'.\\\\n Type 'null' is not assignable to type 'SetStateAction<boolean>'.\\\",\\\"/fix Promise returned in function argument where a void return was expected.\\\",\\\"si le mois existe déjà alors on skip\\\",\\\"change la selection par l'affichage mensuel, en gros sa affiche janvier, février ect \\\",\\\"Si les chiffres (minutes, heures, secondes sont < 10 alors ajoute un 0 devant)\\\",\\\"Parfois ils peuvent terminer le week end et ne pas reprendre du coup ici le code n'affiche pas l'heure de fin week end vu que il faut obligatoirement une heure de début.\\\",\\\"/fix Parsing error: '}' expected.\\\",\\\"/fix Property 'catch' does not exist on type 'PromiseLike<void>'.\\\",\\\"/fix Argument of type '{ action: \\\\\\\"NEED_A_VALID_IDENTITY\\\\\\\"; active_shift: string | null; device_id: string; first_name: string | null; in_pause: boolean; language: \\\\\\\"en\\\\\\\" | \\\\\\\"fr\\\\\\\" | \\\\\\\"es\\\\\\\" | \\\\\\\"de\\\\\\\"; last_name: string | null; role_id: number | null; username: string | null; }' is not assignable to parameter of type 'SetStateAction<UserData | null>'.\\\\n Type '{ action: \\\\\\\"NEED_A_VALID_IDENTITY\\\\\\\"; active_shift: string | null; device_id: string; first_name: string | null; in_pause: boolean; language: \\\\\\\"en\\\\\\\" | \\\\\\\"fr\\\\\\\" | \\\\\\\"es\\\\\\\" | \\\\\\\"de\\\\\\\"; last_name: string | null; role_id: number | null; username: string | null; }' is not assignable to type 'UserData'.\\\\n Types of property 'active_shift' are incompatible.\\\\n Type 'string | null' is not assignable to type 'string | undefined'.\\\",\\\"/fix Argument of type 'Dayjs' is not assignable to parameter of type 'string'.\\\",\\\"/fix Type '(value: Language) => void' is not assignable to type '((value: string[]) => void) | ((value: string) => void)'.\\\\n Type '(value: Language) => void' is not assignable to type '(value: string[]) => void'.\\\\n Types of parameters 'value' and 'value' are incompatible.\\\\n Type 'string[]' is not assignable to type 'Language'.\\\",\\\"/fix No overload matches this call.\\\\n Overload 1 of 2, '(column: \\\\\\\"device_id\\\\\\\", value: string): PostgrestFilterBuilder<{ Tables: { breaks: { Row: { break_id: number; end_time: string | null; shift_id: number | null; start_time: string | null; }; Insert: { break_id?: number | undefined; end_time?: string | ... 1 more ... | undefined; shift_id?: number | ... 1 more ... | undefined; start_time?: string | ... 1 more ... | undefined; }; Update: { ...; }; Relationships: [...]; }; ... 4 more ...; users: { ...; }; }; Views: {}; Functions: {}; Enums: {}; CompositeTypes: {}; }, { ...; }, { ...; }[], \\\\\\\"shifts\\\\\\\", [...]>', gave the following error.\\\\n Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\\\\n Type 'undefined' is not assignable to type 'string'.\\\\n Overload 2 of 2, '(column: string, value: string): PostgrestFilterBuilder<{ Tables: { breaks: { Row: { break_id: number; end_time: string | null; shift_id: number | null; start_time: string | null; }; Insert: { break_id?: number | undefined; end_time?: string | ... 1 more ... | undefined; shift_id?: number | ... 1 more ... | undefined; start_time?: string | ... 1 more ... | undefined; }; Update: { ...; }; Relationships: [...]; }; ... 4 more ...; users: { ...; }; }; Views: {}; Functions: {}; Enums: {}; CompositeTypes: {}; }, { ...; }, { ...; }[], \\\\\\\"shifts\\\\\\\", [...]>', gave the following error.\\\\n Argument of type 'string | undefined' is not assignable to parameter of type 'string'.\\\\n Type 'undefined' is not assignable to type 'string'.\\\",\\\"/fix The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.\\\",\\\"/fix Argument of type '(string | null)[][]' is not assignable to parameter of type 'WeekProps'.\\\\n Type '(string | null)[][]' is missing the following properties from type 'WeekProps': start_date, end_date\\\",\\\"/fix Argument of type 'string | null' is not assignable to parameter of type 'string'.\\\\n Type 'null' is not assignable to type 'string'.\\\",\\\"Fait en sorte qu'il récupère celui du précédent jour ET celui du jour actuel\\\",\\\"Fait en sorte qu'il récupère celui du précédent jour\\\",\\\"/fix Type '{ title: string | undefined; titleStyle: { fontSize: number; }; }' is not assignable to type 'IntrinsicAttributes & Props'.\\\\n Types of property 'title' are incompatible.\\\\n Type 'string | undefined' is not assignable to type 'ReactNode & string'.\\\\n Type 'undefined' is not assignable to type 'ReactNode & string'.\\\",\\\"/fix Type annotations can only be used in TypeScript files., Unexpected any. Specify a different type.\\\",\\\"/fix Type annotations can only be used in TypeScript files.\\\",\\\"/fix Missing return type on function.\\\",\\\"/fix Parsing error: ESLint was configured to run on `<tsconfigRootDir>/babel.config.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json\\\\nHowever, that TSConfig does not include this file. Either:\\\\n- Change ESLint's list of included files to not include this file\\\\n- Change that TSConfig to include this file\\\\n- Create a new TSConfig that includes this file and include it in your parserOptions.project\\\\nSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file\\\",\\\"to typescript\\\",\\\"to TS\\\",\\\"/fix Type 'MD3Theme' is not assignable to type 'Theme'.\\\\n Types of property 'colors' are incompatible.\\\\n Type 'MD3Colors' is missing the following properties from type '{ primary: string; background: string; card: string; text: string; border: string; notification: string; }': card, text, border, notification\\\",\\\"/fix Promise-returning function provided to attribute where a void return was expected.\\\",\\\"Check if link.notAvaible first\\\",\\\"/fix Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ price_1OOSeKEKNcTJdINCKSEmVuKr: number; price_1OOShTEKNcTJdINClVHnGPyW: number; price_1OOShGEKNcTJdINCdpXpPSvY: number; price_1OOShPEKNcTJdINCEyLO4mC2: number; }'.\\\\n No index signature with a parameter of type 'string' was found on type '{ price_1OOSeKEKNcTJdINCKSEmVuKr: number; price_1OOShTEKNcTJdINClVHnGPyW: number; price_1OOShGEKNcTJdINCdpXpPSvY: number; price_1OOShPEKNcTJdINCEyLO4mC2: number; }'.\\\",\\\"/fix Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ price_1OOSeKEKNcTJdINCKSEmVuKr: number; price_1OOShTEKNcTJdINClVHnGPyW: number; price_1OOShGEKNcTJdINCdpXpPSvY: number; price_1OOShPEKNcTJdINCEyLO4mC2: number; }'.\\\",\\\"/fix Argument of type 'string | number | boolean | JsonObject | JsonArray' is not assignable to parameter of type 'string'.\\\\n Type 'number' is not assignable to type 'string'.\\\",\\\"/fix Catch clause variable type annotation must be 'any' or 'unknown' if specified.\\\",\\\"/fix 'error' is of type 'unknown'.\\\",\\\"/fix 'HydrationBoundary' cannot be used as a JSX component.\\\\n Its type '({ queries, children }: Props) => Promise<ReactElement<any, string | JSXElementConstructor<any>>>' is not a valid JSX element type.\\\\n Type '({ queries, children }: Props) => Promise<ReactElement<any, string | JSXElementConstructor<any>>>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.\\\\n Type 'Promise<ReactElement<any, string | JSXElementConstructor<any>>>' is not assignable to type 'ReactNode'.\\\",\\\"/fix Argument of type 'Key' is not assignable to parameter of type 'SetStateAction<string>'.\\\\n Type 'number' is not assignable to type 'SetStateAction<string>'.\\\"]\",\"workbench.view.extension.gradleContainerView.state.hidden\":\"[{\\\"id\\\":\\\"gradleTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDefaultProjectsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"recentTasksView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gradleDaemonsView\\\",\\\"isHidden\\\":false}]\",\"menu.hiddenCommands\":\"{}\",\"workbench.view.extension.kubernetesView.state.hidden\":\"[{\\\"id\\\":\\\"extension.vsKubernetesExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extension.vsKubernetesHelmRepoExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"kubernetes.cloudExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-cloudCodeContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.unified.kubernetes.localDevExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.kubectlExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudRunExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apiExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.secretsExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.apigee.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.gcfExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.awsLambdaImporterExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.cloudStorageExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.sourceProtectExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.unified.mcdcSources\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cloudcode.helpAndFeedbackExplorer\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.1-cloudCodeDuetAIChatViewContainer.state.hidden\":\"[{\\\"id\\\":\\\"cloudcode.duetAI.chatView\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"extension.features.state\":\"{\\\"GitHub.copilot-chat\\\":{\\\"languageModels\\\":{\\\"disabled\\\":false,\\\"accessCount\\\":70}}}\"}}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment