Created
November 2, 2024 07:38
-
-
Save JiangpengLI86/e3fcf13d1ad418abb6b48ea6988969fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"vscode_profile_default","settings":"{\"settings\":\"{\\r\\n // Copilot >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": true,\\r\\n \\\"plaintext\\\": true,\\r\\n \\\"markdown\\\": true,\\r\\n \\\"scminput\\\": false\\r\\n },\\r\\n \\\"github.copilot.chat.localeOverride\\\": \\\"en\\\",\\r\\n \\\"github.copilot.editor.enableAutoCompletions\\\": true,\\r\\n \\\"[python]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.autopep8\\\"\\r\\n },\\r\\n \\\"autopep8.args\\\": [\\r\\n \\\"--max-line-length=1200\\\"\\r\\n ],\\r\\n \\\"python.autoComplete.extraPaths\\\": [\\r\\n \\\"${workspaceFolder}/lib\\\"\\r\\n ],\\r\\n \\\"python.analysis.extraPaths\\\": [\\r\\n \\\"${workspaceFolder}/lib\\\"\\r\\n ],\\r\\n \\\"python.analysis.typeCheckingMode\\\": \\\"standard\\\",\\r\\n // Python <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // Cpp >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"[cpp]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-vscode.cpptools\\\"\\r\\n },\\r\\n \\\"C_Cpp.default.cppStandard\\\": \\\"c++17\\\",\\r\\n \\\"C_Cpp.default.cStandard\\\": \\\"c17\\\",\\r\\n \\\"C_Cpp.vcFormat.indent.accessSpecifiers\\\": true,\\r\\n // Cpp <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // CMake >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"cmake.showOptionsMovedNotification\\\": false,\\r\\n \\\"cmake.automaticReconfigure\\\": false,\\r\\n \\\"cmake.configureOnEdit\\\": false,\\r\\n \\\"cmake.pinnedCommands\\\": [\\r\\n \\\"workbench.action.tasks.configureTaskRunner\\\",\\r\\n \\\"workbench.action.tasks.runTask\\\"\\r\\n ],\\r\\n // CMake <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // Spell Checker >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"cSpell.allowCompoundWords\\\": true,\\r\\n \\\"cSpell.userWords\\\": [\\r\\n \\\"agvs\\\",\\r\\n \\\"astype\\\",\\r\\n \\\"blit\\\",\\r\\n \\\"customtkinter\\\",\\r\\n \\\"dotenv\\\",\\r\\n \\\"dtype\\\",\\r\\n \\\"holoocean\\\",\\r\\n \\\"icolumn\\\",\\r\\n \\\"iloc\\\",\\r\\n \\\"irow\\\",\\r\\n \\\"iterrows\\\",\\r\\n \\\"MAHRL\\\",\\r\\n \\\"modelv\\\",\\r\\n \\\"ndarray\\\",\\r\\n \\\"onvalue\\\",\\r\\n \\\"openai\\\",\\r\\n \\\"padx\\\",\\r\\n \\\"pady\\\",\\r\\n \\\"pygame\\\",\\r\\n \\\"relu\\\",\\r\\n \\\"rhcr\\\",\\r\\n \\\"rllib\\\",\\r\\n \\\"UUVs\\\",\\r\\n \\\"WINDOWID\\\"\\r\\n ],\\r\\n \\\"workbench.tree.indent\\\": 30,\\r\\n \\\"workbench.list.smoothScrolling\\\": true,\\r\\n \\\"workbench.editorAssociations\\\": {\\r\\n \\\"*.p\\\": \\\"default\\\"\\r\\n },\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\r\\n \\\"editor.smoothScrolling\\\": true,\\r\\n \\\"editor.minimap.enabled\\\": false,\\r\\n \\\"editor.fontFamily\\\": \\\"Cascadia Mono\\\",\\r\\n // Editor >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n // Vim >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"vim.smartRelativeLine\\\": true,\\r\\n \\\"vim.useSystemClipboard\\\": true,\\r\\n \\\"vim.camelCaseMotion.enable\\\": true,\\r\\n \\\"vim.cursorStylePerMode.insert\\\": \\\"line\\\",\\r\\n \\\"vim.cursorStylePerMode.normal\\\": \\\"block\\\",\\r\\n \\\"vim.cursorStylePerMode.replace\\\": \\\"underline\\\",\\r\\n \\\"vim.easymotion\\\": true,\\r\\n \\\"vim.leader\\\": \\\"<space>\\\",\\r\\n \\\"vim.normalModeKeyBindingsNonRecursive\\\": [\\r\\n // Easy motion >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n {\\r\\n \\\"before\\\": [\\r\\n \\\"s\\\"\\r\\n ],\\r\\n \\\"after\\\": [\\r\\n \\\"<leader>\\\",\\r\\n \\\"<leader>\\\",\\r\\n \\\"2\\\",\\r\\n \\\"s\\\"\\r\\n ],\\r\\n },\\r\\n // Easy motion <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // Better cursor movement when writing text >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n {\\r\\n \\\"before\\\": [\\r\\n \\\"j\\\"\\r\\n ],\\r\\n \\\"after\\\": [\\r\\n \\\"g\\\",\\r\\n \\\"j\\\"\\r\\n ]\\r\\n },\\r\\n {\\r\\n \\\"before\\\": [\\r\\n \\\"k\\\"\\r\\n ],\\r\\n \\\"after\\\": [\\r\\n \\\"g\\\",\\r\\n \\\"k\\\"\\r\\n ]\\r\\n },\\r\\n // Better cursor movement when writing text <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n { // Don't pollute the register\\r\\n \\\"before\\\": [\\r\\n \\\"x\\\"\\r\\n ],\\r\\n \\\"after\\\": [\\r\\n \\\"\\\\\\\"\\\",\\r\\n \\\"_\\\",\\r\\n \\\"d\\\",\\r\\n \\\"l\\\"\\r\\n ]\\r\\n }\\r\\n ],\\r\\n \\\"vim.highlightedyank.duration\\\": 500,\\r\\n \\\"vim.highlightedyank.enable\\\": true,\\r\\n \\\"vim.history\\\": 200,\\r\\n \\\"vim.shell\\\": \\\"/bin/bash\\\",\\r\\n // Vim <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // TODO Tree >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"todo-tree.highlights.customHighlight\\\": {\\r\\n \\\"TODO\\\": {\\r\\n \\\"icon\\\": \\\"check\\\"\\r\\n },\\r\\n \\\"BUG\\\": {\\r\\n \\\"icon\\\": \\\"bug\\\"\\r\\n },\\r\\n \\\"HACK\\\": {\\r\\n \\\"icon\\\": \\\"tools\\\"\\r\\n },\\r\\n \\\"FIXME\\\": {\\r\\n \\\"icon\\\": \\\"flame\\\"\\r\\n },\\r\\n \\\"XXX\\\": {\\r\\n \\\"icon\\\": \\\"x\\\"\\r\\n },\\r\\n \\\"[ ]\\\": {\\r\\n \\\"icon\\\": \\\"issue-draft\\\"\\r\\n },\\r\\n \\\"[x]\\\": {\\r\\n \\\"icon\\\": \\\"issue-closed\\\"\\r\\n }\\r\\n },\\r\\n \\\"todo-tree.highlights.foregroundColourScheme\\\": [ ],\\r\\n \\\"todo-tree.general.tags\\\": [\\r\\n \\\"BUG\\\",\\r\\n \\\"HACK\\\",\\r\\n \\\"FIXME\\\",\\r\\n \\\"TODO\\\",\\r\\n \\\"XXX\\\",\\r\\n \\\"[ ]\\\",\\r\\n \\\"[x]\\\",\\r\\n \\\"TODO\\\"\\r\\n ],\\r\\n \\\"todo-tree.highlights.defaultHighlight\\\": {\\r\\n \\\"foreground\\\": \\\"#000000\\\",\\r\\n \\\"background\\\": \\\"#0db9d7\\\"\\r\\n },\\r\\n // TODO Tree <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< \\r\\n // Dev Container >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"dev.containers.defaultExtensions\\\": [\\r\\n \\\"GitHub.copilot\\\",\\r\\n \\\"GitHub.copilot-chat\\\",\\r\\n \\\"ms-python.python\\\",\\r\\n \\\"ms-python.autopep8\\\",\\r\\n \\\"ms-python.vscode-pylance\\\",\\r\\n \\\"ms-python.debugpy\\\",\\r\\n \\\"ms-vscode.cpptools\\\",\\r\\n \\\"josetr.cmake-language-support-vscode\\\",\\r\\n \\\"benjamin-simmonds.pythoncpp-debug\\\",\\r\\n \\\"zhuangtongfa.material-theme\\\",\\r\\n \\\"vscodevim.vim\\\",\\r\\n \\\"streetsidesoftware.code-spell-checker\\\",\\r\\n \\\"christian-kohler.path-intellisense\\\",\\r\\n \\\"gruntfuggly.todo-tree\\\",\\r\\n \\\"usernamehw.errorlens\\\"\\r\\n ],\\r\\n // Dev Container <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // Terminal >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"terminal.integrated.smoothScrolling\\\": true,\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Windows PowerShell\\\",\\r\\n \\\"terminal.integrated.profiles.windows\\\": {\\r\\n \\\"PowerShell\\\": {\\r\\n \\\"source\\\": \\\"PowerShell\\\",\\r\\n \\\"icon\\\": \\\"terminal-powershell\\\"\\r\\n },\\r\\n \\\"Command Prompt\\\": {\\r\\n \\\"path\\\": [\\r\\n \\\"${env:windir}\\\\\\\\Sysnative\\\\\\\\cmd.exe\\\",\\r\\n \\\"${env:windir}\\\\\\\\System32\\\\\\\\cmd.exe\\\"\\r\\n ],\\r\\n \\\"args\\\": [ ],\\r\\n \\\"icon\\\": \\\"terminal-cmd\\\"\\r\\n },\\r\\n \\\"Git Bash\\\": {\\r\\n \\\"source\\\": \\\"Git Bash\\\"\\r\\n },\\r\\n \\\"Windows PowerShell\\\": {\\r\\n \\\"path\\\": \\\"C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\WindowsPowerShell\\\\\\\\v1.0\\\\\\\\powershell.exe\\\"\\r\\n }\\r\\n },\\r\\n \\\"terminal.external.windowsExec\\\": \\\"C:\\\\\\\\Windows\\\\\\\\System32\\\\\\\\WindowsPowerShell\\\\\\\\v1.0\\\\\\\\powershell.exe\\\",\\r\\n \\\"terminal.integrated.defaultProfile.linux\\\": \\\"bash\\\",\\r\\n \\\"terminal.integrated.tabStopWidth\\\": 4,\\r\\n \\\"terminal.integrated.fontFamily\\\": \\\"\\\\\\\"CaskaydiaCove Nerd Font Mono\\\\\\\"\\\",\\r\\n \\\"terminal.integrated.allowChords\\\": false,\\r\\n \\\"terminal.integrated.sendKeybindingsToShell\\\": true,\\r\\n // Terminal <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n // Git >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\r\\n \\\"git.ignoreMissingGitWarning\\\": true,\\r\\n // Git <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\r\\n \\\"outline.collapseItems\\\": \\\"alwaysCollapse\\\",\\r\\n \\\"files.exclude\\\": {\\r\\n \\\"**/__pycache__\\\": true,\\r\\n \\\"**/.git\\\": false\\r\\n },\\r\\n \\\"debug.onTaskErrors\\\": \\\"abort\\\",\\r\\n \\\"settingsSync.ignoredExtensions\\\": [\\r\\n \\\"jbockle.jbockle-format-files\\\"\\r\\n ],\\r\\n \\\"path-intellisense.showHiddenFiles\\\": true,\\r\\n \\\"[shellscript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"foxundermoon.shell-format\\\"\\r\\n },\\r\\n \\\"[dockerfile]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"ms-azuretools.vscode-docker\\\"\\r\\n },\\r\\n \\\"python.analysis.include\\\": [\\r\\n \\\"${workspaceFolder}/lib\\\"\\r\\n ],\\r\\n \\\"terminal.integrated.enableMultiLinePasteWarning\\\": false,\\r\\n // Use json with comments in json files.\\r\\n \\\"files.associations\\\": {\\r\\n \\\"*.json\\\": \\\"jsonc\\\"\\r\\n },\\r\\n // Keep the matrix format in json files.\\r\\n \\\"json.format.keepLines\\\": true,\\r\\n \\\"workbench.colorTheme\\\": \\\"One Dark Pro\\\",\\r\\n \\\"files.autoSave\\\": \\\"onFocusChange\\\",\\r\\n \\\"window.newWindowProfile\\\": \\\"Default\\\",\\r\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaults\\n[\\n // Navigation like in tmux-neovim >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n {\\n \\\"command\\\": \\\"workbench.action.navigateLeft\\\",\\n \\\"key\\\": \\\"ctrl-h\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.navigateRight\\\",\\n \\\"key\\\": \\\"ctrl-l\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.navigateUp\\\",\\n \\\"key\\\": \\\"ctrl-k\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.navigateDown\\\",\\n \\\"key\\\": \\\"ctrl-j\\\"\\n },\\n // Navigation like in tmux-neovim <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n // Tmux-like pane operation >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n { // Zoom in to current editor\\n \\\"command\\\": \\\"workbench.action.toggleMaximizeEditorGroup\\\",\\n \\\"key\\\": \\\"ctrl-b z\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Split editor horizontally\\n // \\\"command\\\": \\\"workbench.action.splitEditorRight\\\", // Open the current file in a new editor and split it horizontally\\n \\\"command\\\": \\\"workbench.action.newGroupRight\\\", // Open a new empty editor group and split it horizontally\\n \\\"key\\\": \\\"ctrl-b shift-5\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Split editor vertically\\n // \\\"command\\\": \\\"workbench.action.splitEditorDown\\\", // Open the current file in a new editor and split it vertically.\\n \\\"command\\\": \\\"workbench.action.newGroupBelow\\\", // Open a new empty editor group and split it vertically\\n \\\"key\\\": \\\"ctrl-b shift-'\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Increase the width of the current editor\\n \\\"key\\\": \\\"ctrl-b =\\\",\\n \\\"command\\\": \\\"workbench.action.increaseViewWidth\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Decrease the width of the current editor\\n \\\"key\\\": \\\"ctrl-b -\\\",\\n \\\"command\\\": \\\"workbench.action.decreaseViewWidth\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Increase the height of the current editor\\n \\\"key\\\": \\\"ctrl-b shift-=\\\",\\n \\\"command\\\": \\\"workbench.action.increaseViewHeight\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Decrease the height of the current editor\\n \\\"key\\\": \\\"ctrl-b shift--\\\",\\n \\\"command\\\": \\\"workbench.action.decreaseViewHeight\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.moveEditorToNextGroup\\\",\\n \\\"key\\\": \\\"ctrl-b shift-]\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.moveEditorToPreviousGroup\\\",\\n \\\"key\\\": \\\"ctrl-b shift-[\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n // Tmux-like pane operation <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n // Toggle file explorer >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n {\\n \\\"args\\\": {\\n \\\"commands\\\": [\\n \\\"workbench.action.toggleSidebarVisibility\\\",\\n \\\"workbench.files.action.focusFilesExplorer\\\"\\n ]\\n },\\n \\\"command\\\": \\\"runCommands\\\",\\n \\\"key\\\": \\\"space e\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && (editorTextFocus || !inputFocus) && !sideBarFocus\\\"\\n },\\n {\\n \\\"args\\\": {\\n \\\"commands\\\": [\\n \\\"workbench.action.toggleSidebarVisibility\\\",\\n \\\"workbench.action.focusActiveEditorGroup\\\"\\n ]\\n },\\n \\\"command\\\": \\\"runCommands\\\",\\n \\\"key\\\": \\\"space e\\\",\\n \\\"when\\\": \\\"sideBarFocus && !inputFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.toggleSidebarVisibility\\\",\\n \\\"key\\\": \\\"space e\\\",\\n // \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus && foldersViewVisible\\\" // Close the sidebar when file explorer is active\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus && sideBarVisible\\\" // Close the sidebar no matter what view is active\\n },\\n // Toggle file explorer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n // Move lines >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n // Not working for now. I don't know why.\\n {\\n \\\"command\\\": \\\"editor.action.moveLinesDownAction\\\",\\n \\\"key\\\": \\\"shift-j\\\",\\n \\\"when\\\": \\\"vim.mode == 'VisualLine' && editorTextFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"editor.action.moveLinesUpAction\\\",\\n \\\"key\\\": \\\"shift-k\\\",\\n \\\"when\\\": \\\"vim.mode == 'VisualLine' && editorTextFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"editor.action.showHover\\\",\\n \\\"key\\\": \\\"shift-k\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n // Move lines <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n // Terminal >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n { // Toggle terminal\\n \\\"command\\\": \\\"workbench.action.togglePanel\\\",\\n \\\"key\\\": \\\"ctrl+shift+j\\\",\\n },\\n { // Switch to next terminal\\n \\\"command\\\": \\\"workbench.action.terminal.focusNext\\\",\\n \\\"key\\\": \\\"ctrl+shift+n\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n { // Switch to previous terminal\\n \\\"command\\\": \\\"workbench.action.terminal.focusPrevious\\\",\\n \\\"key\\\": \\\"ctrl+shift+p\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n { // Create a new terminal\\n \\\"command\\\": \\\"workbench.action.terminal.new\\\",\\n \\\"key\\\": \\\"ctrl+shift+o\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n { // Kill the terminal\\n \\\"command\\\": \\\"workbench.action.terminal.kill\\\",\\n \\\"key\\\": \\\"ctrl+shift+w\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.terminal.resizePaneUp\\\",\\n \\\"key\\\": \\\"ctrl+shift+u\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"command\\\": \\\"workbench.action.terminal.resizePaneDown\\\",\\n \\\"key\\\": \\\"ctrl+shift+d\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n // Terminal <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n // Bookmarks >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\\n {\\n \\\"command\\\": \\\"bookmarks.toggle\\\",\\n \\\"key\\\": \\\"m m\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"bookmarks.toggleLabeled\\\",\\n \\\"key\\\": \\\"m l\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"bookmarks.jumpToNext\\\",\\n \\\"key\\\": \\\"m n\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"bookmarks.jumpToPrevious\\\",\\n \\\"key\\\": \\\"m p\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n {\\n \\\"command\\\": \\\"bookmarks.listFromAllFiles\\\",\\n \\\"key\\\": \\\"m shift-l\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n // Bookmarks <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\\n { // Find open files\\n \\\"command\\\": \\\"workbench.action.showAllEditors\\\",\\n \\\"key\\\": \\\"space ,\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Cycle through open files\\n \\\"command\\\": \\\"workbench.action.nextEditorInGroup\\\",\\n \\\"key\\\": \\\"tab\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // Reverse cycle through open files\\n \\\"command\\\": \\\"workbench.action.previousEditorInGroup\\\",\\n \\\"key\\\": \\\"shift-tab\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // code actions\\n \\\"command\\\": \\\"editor.action.codeAction\\\",\\n \\\"key\\\": \\\"space c a\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // rename symbol\\n \\\"command\\\": \\\"editor.action.rename\\\",\\n \\\"key\\\": \\\"space c r\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // find symbol\\n \\\"command\\\": \\\"workbench.action.gotoSymbol\\\",\\n \\\"key\\\": \\\"space c s\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // close active editor\\n \\\"command\\\": \\\"workbench.action.closeActiveEditor\\\",\\n \\\"key\\\": \\\"space b d\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // find files\\n \\\"command\\\": \\\"workbench.action.quickOpen\\\",\\n \\\"key\\\": \\\"space space\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // go to definition\\n \\\"command\\\": \\\"editor.action.revealDefinition\\\",\\n \\\"key\\\": \\\"space g d\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // go to references\\n \\\"command\\\": \\\"editor.action.goToReferences\\\",\\n \\\"key\\\": \\\"space g r\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && editorTextFocus\\\"\\n },\\n { // find in all files\\n \\\"command\\\": \\\"workbench.action.findInFiles\\\",\\n \\\"key\\\": \\\"space s g\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // go to git\\n \\\"args\\\": {\\n \\\"commands\\\": [\\n \\\"workbench.view.scm\\\",\\n \\\"workbench.scm.focus\\\"\\n ]\\n },\\n \\\"command\\\": \\\"runCommands\\\",\\n \\\"key\\\": \\\"space g g\\\",\\n \\\"when\\\": \\\"vim.mode == 'Normal' && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // find and select next match\\n \\\"command\\\": \\\"editor.action.addSelectionToNextFindMatch\\\",\\n \\\"key\\\": \\\"ctrl-n\\\",\\n \\\"when\\\": \\\"(vim.mode == 'Normal' || vim.mode == 'Visual') && (editorTextFocus || !inputFocus)\\\"\\n },\\n { // rename the file\\n \\\"command\\\": \\\"renameFile\\\",\\n \\\"key\\\": \\\"r\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // copy a file\\n \\\"command\\\": \\\"filesExplorer.copy\\\",\\n \\\"key\\\": \\\"c\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // paste a file\\n \\\"command\\\": \\\"filesExplorer.paste\\\",\\n \\\"key\\\": \\\"p\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // cut a file\\n \\\"command\\\": \\\"filesExplorer.cut\\\",\\n \\\"key\\\": \\\"x\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // delete a file\\n \\\"command\\\": \\\"deleteFile\\\",\\n \\\"key\\\": \\\"d\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // create a new file\\n \\\"command\\\": \\\"explorer.newFile\\\",\\n \\\"key\\\": \\\"a\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // create a new folder\\n \\\"command\\\": \\\"explorer.newFolder\\\",\\n \\\"key\\\": \\\"shift-a\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // open a file in a horizontal split\\n \\\"command\\\": \\\"explorer.openToSide\\\",\\n \\\"key\\\": \\\"s\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // open a file in a vertical split\\n \\\"args\\\": {\\n \\\"commands\\\": [\\n \\\"workbench.action.newGroupBelow\\\",\\n \\\"explorer.openAndPassFocus\\\",\\n ]\\n },\\n \\\"command\\\": \\\"runCommands\\\",\\n \\\"key\\\": \\\"shift-s\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus\\\"\\n },\\n { // open a file in a new editor\\n \\\"command\\\": \\\"explorer.openAndPassFocus\\\",\\n \\\"key\\\": \\\"enter\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceIsFolder && !inputFocus\\\"\\n },\\n { // open a folder\\n \\\"command\\\": \\\"list.toggleExpand\\\",\\n \\\"key\\\": \\\"enter\\\",\\n \\\"when\\\": \\\"filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && explorerResourceIsFolder && !inputFocus\\\"\\n },\\n]\",\"platform\":3}","extensions":"[{\"identifier\":{\"id\":\"ms-vscode.js-debug-companion\",\"uuid\":\"99cb0b7f-7354-4278-b8da-6cc79972169d\"},\"displayName\":\"JavaScript Debugger Companion Extension\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"displayName\":\"Bookmarks\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"benjamin-simmonds.pythoncpp-debug\",\"uuid\":\"60077ed4-0d26-44d2-a174-9852a8729193\"},\"displayName\":\"Python C++ Debugger\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"christian-kohler.path-intellisense\",\"uuid\":\"a41c1549-4053-44d4-bf30-60fc809b4a86\"},\"displayName\":\"Path Intellisense\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"foxundermoon.shell-format\",\"uuid\":\"5fb19573-2183-4cf2-b53d-0fb869dae7ae\"},\"displayName\":\"shell-format\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-dotnettools.vscode-dotnet-runtime\",\"uuid\":\"1aab81a1-b3d9-4aef-976b-577d5d90fe3f\"},\"displayName\":\".NET Install Tool\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.autopep8\",\"uuid\":\"5a21b0c3-89ca-46dd-8ada-658518fb94a5\"},\"displayName\":\"autopep8\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\",\"applicationScoped\":true},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-wsl\",\"uuid\":\"f0c5397b-d357-4197-99f0-cb4202f22818\"},\"displayName\":\"WSL\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.cpptools\",\"uuid\":\"690b692e-e8a9-493f-b802-8089d50ac1b2\"},\"displayName\":\"C/C++\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.remote-explorer\",\"uuid\":\"11858313-52cc-4e57-b3e4-d7b65281e34b\"},\"displayName\":\"Remote Explorer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-vscode.remote-server\",\"uuid\":\"105c0b3c-07a9-4156-a4fc-4141040eb07e\"},\"displayName\":\"Remote - Tunnels\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vscodevim.vim\",\"uuid\":\"d96e79c6-8b25-4be3-8545-0e0ecefcae03\"},\"displayName\":\"Vim\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"zhuangtongfa.material-theme\",\"uuid\":\"26a529c9-2654-4b95-a63f-02f6a52429e6\"},\"displayName\":\"One Dark Pro\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"cmake.projectStatus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.pinnedCommands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"copilot-chat-requests\\\",\\\"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}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.outline-map\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.cmake-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.copilot-chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":false,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"cpp.1.lastSessionDate\":\"Tue May 21 2024\",\"cpp.1.sessionCount\":\"72\",\"java.2.lastSessionDate\":\"Sat Nov 02 2024\",\"java.2.sessionCount\":\"117\",\"javascript.1.lastSessionDate\":\"Sat Nov 02 2024\",\"javascript.1.sessionCount\":\"117\",\"typescript.1.lastSessionDate\":\"Sat Nov 02 2024\",\"typescript.1.sessionCount\":\"117\",\"csharp.1.lastSessionDate\":\"Sat Nov 02 2024\",\"csharp.1.sessionCount\":\"117\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark zhuangtongfa-material-theme-themes-OneDark-Pro-json\\\",\\\"label\\\":\\\"One Dark Pro\\\",\\\"settingsId\\\":\\\"One Dark Pro\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.embedded\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"variable.other.generic-type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"storage.type.haskell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.self.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.special.cls.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"support.function.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.language.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"support.constant.edge\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"constant.other.character-class.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.word\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"keyword.operator.quantifier.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.parameter.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"comment markup.link\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.changed.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted.diff\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.function.c,meta.function.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.operator.expression.import\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.constant.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property.math\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.other.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.type.annotation.java\\\",\\\"storage.type.object.array.java\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.method.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.modifier.import.java,storage.type.java,storage.type.generic.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.instanceof.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"meta.definition.variable.name.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.bitwise\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.channel\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.property-value.scss,support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.css,keyword.operator.scss,keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.list.comma.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.color.w3c-standard-color-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.vendored.property-name.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.module.node,support.type.object.module,support.module.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.module\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof\\\",\\\"keyword.operator.new\\\",\\\"keyword.operator.ternary\\\",\\\"keyword.operator.optional\\\",\\\"keyword.operator.expression.keyof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.object.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.variable.property.process\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.function,support.function.console\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator.misc.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sigil.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.delete\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.object.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.variable.dom,support.variable.property.dom\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.separator.delimiter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.separator.c,punctuation.separator.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.posix-reserved.c,support.type.posix-reserved.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.sizeof.c,keyword.operator.sizeof.cpp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.language.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.type.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.logical.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"variable.parameter.function.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.generic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"variable.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"variable.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.variable.parameter.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"import.storage.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.package.keyword\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"token.package\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"entity.name.function\\\",\\\"meta.require\\\",\\\"support.function.any-method\\\",\\\"variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type.namespace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.class, entity.name.type.class\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.class.identifier.namespace.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"variable.other.class.js\\\",\\\"variable.other.class.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.class.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"entity.name.type\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.control\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"control.elements, keyword.operator.less\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"keyword.other.special-method\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"token.storage.type.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"support.constant.property-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.font-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"meta.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.other.symbol\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.id\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.class.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"meta.selector\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"markup.heading punctuation.definition.heading, entity.name.section\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"keyword.other.unit\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"markup.bold,todo.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.bold\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.italic, punctuation.definition.italic,todo.emphasis\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"emphasis md\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.begin.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inline.raw.string.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.raw.monospace.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"punctuation.definition.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"markup.list.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"markup.link.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"string.unquoted.asciidoc,markup.other.url.asciidoc\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"string.regexp\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"punctuation.section.embedded, variable.interpolation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"punctuation.section.embedded.begin,punctuation.section.embedded.end\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.illegal\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"invalid.illegal.bad-ampersand.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"invalid.illegal.unrecognized-tag.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.broken\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"invalid.deprecated.entity.other.attribute-name.html\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":\\\"invalid.unimplemented\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.error-control.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.type.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.begin.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.section.array.end.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"invalid.illegal.non-null-typehinted.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"entity.name.goto-label.php,support.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.regexp.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"keyword.operator.comparison.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.heredoc.php,keyword.operator.nowdoc.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"meta.function.decorator.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"support.token.decorator.python,meta.function.decorator.identifier.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.brace\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"function.parameter.ruby, function.parameter.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"constant.language.symbol.hashkey.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":\\\"rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"inline-color-decoration rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"less rgb-value\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"selector.sass\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"block.scope.end,block.scope.begin\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.variable.local.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression.begin\\\",\\\"punctuation.definition.template-expression.end\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.module\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.type.type.flowtype\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.property.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.js\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.template.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.begin\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"keyword.other.substitution.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"keyword.operator.assignment.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.go\\\",\\\"keyword.operator.address.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"keyword.operator.arithmetic.c\\\",\\\"keyword.operator.arithmetic.cpp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.package.go\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"support.type.prelude.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.constant.elm\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"punctuation.quasi.element\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.pseudo-element\\\",\\\"entity.other.attribute-name.pseudo-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.global.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.symbol.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.keyword.clojure\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.arguments.coffee\\\",\\\"variable.parameter.function.coffee\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"source.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.scope.prerequisites.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"source.makefile\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"storage.modifier.import.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"meta.method.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"meta.definition.variable.name.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"meta.definition.class.inherited.classes.groovy\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.variable.semantic.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"support.type.texture.hlsl\\\",\\\"support.type.sampler.hlsl\\\",\\\"support.type.object.hlsl\\\",\\\"support.type.object.rw.hlsl\\\",\\\"support.type.fx.hlsl\\\",\\\"support.type.object.hlsl\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"text.variable\\\",\\\"text.bracketed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"support.type.swift\\\",\\\"support.type.vb.asp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.function.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"entity.name.class.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"constant.character.character-class.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.regexp.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"keyword.control.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"invalid.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.quote.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\"},\\\"scope\\\":[\\\"beginning.punctuation.definition.list.markdown.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"constant.character.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"accent.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"wikiword.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#ffffff\\\"},\\\"scope\\\":[\\\"constant.other.color.rgb-value.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":[\\\"punctuation.definition.tag.xi\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"entity.name.scope-resolution.function.call\\\",\\\"entity.name.scope-resolution.function.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.label.cs\\\",\\\"markup.heading.setext.1.markdown\\\",\\\"markup.heading.setext.2.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\" meta.brace.square\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#7f848e\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment, punctuation.definition.comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#5c6370\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"punctuation.definition.block.sequence.item.yaml\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.language.symbol.elixir\\\",\\\"constant.language.symbol.double-quoted.elixir\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.name.variable.parameter.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"entity.name.variable.field.cs\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\"},\\\"scope\\\":\\\"markup.underline\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#BE5046\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded.begin.php\\\",\\\"punctuation.section.embedded.end.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":[\\\"support.other.namespace.php\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.parameter.function.latex\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"variable.other.object\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"variable.other.constant.property\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"variable.other.readwrite.c\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#abb2bf\\\"},\\\"scope\\\":\\\"entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":[\\\"constant.numeric.decimal.asm.x86_64\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#d19a66\\\"},\\\"scope\\\":[\\\"support.other.parenthesis.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#56b6c2\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"log.info\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e5c07b\\\"},\\\"scope\\\":[\\\"log.warning\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":[\\\"log.error\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#c678dd\\\"},\\\"scope\\\":\\\"keyword.operator.expression.is\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#e06c75\\\"},\\\"scope\\\":\\\"entity.name.label\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#61afef\\\"},\\\"scope\\\":[\\\"support.class.math.block.environment.latex\\\",\\\"constant.other.general.math.tex\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#98c379\\\"},\\\"scope\\\":[\\\"constant.character.math.tex\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"comment.line.double-slash,comment.block.documentation\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"}],\\\"semanticTokenRules\\\":[{\\\"_selector\\\":\\\"enumMember\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#56b6c2\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.constant\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable.defaultLibrary\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"variable:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"property:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"annotation:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"parameter.label:dart\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#abb2bf\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"macro\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#d19a66\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"tomlArrayKey\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#e5c07b\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}},{\\\"_selector\\\":\\\"memberOperatorOverload\\\",\\\"_style\\\":{\\\"_foreground\\\":\\\"#c678dd\\\",\\\"_bold\\\":null,\\\"_underline\\\":null,\\\"_italic\\\":null,\\\"_strikethrough\\\":null}}],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"zhuangtongfa.material-theme\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"material-theme\\\",\\\"_extensionPublisher\\\":\\\"zhuangtongfa\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"actionBar.toggledBackground\\\":\\\"#525761\\\",\\\"activityBar.background\\\":\\\"#282c34\\\",\\\"activityBar.foreground\\\":\\\"#d7dae0\\\",\\\"activityBarBadge.background\\\":\\\"#4d78cc\\\",\\\"activityBarBadge.foreground\\\":\\\"#f8fafd\\\",\\\"badge.background\\\":\\\"#282c34\\\",\\\"button.background\\\":\\\"#404754\\\",\\\"button.secondaryBackground\\\":\\\"#30333d\\\",\\\"button.secondaryForeground\\\":\\\"#c0bdbd\\\",\\\"checkbox.border\\\":\\\"#404754\\\",\\\"debugToolBar.background\\\":\\\"#21252b\\\",\\\"descriptionForeground\\\":\\\"#abb2bf\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#21252b\\\",\\\"dropdown.border\\\":\\\"#21252b\\\",\\\"editor.background\\\":\\\"#282c34\\\",\\\"editor.findMatchBackground\\\":\\\"#d19a6644\\\",\\\"editor.findMatchBorder\\\":\\\"#ffffff5a\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#ffffff22\\\",\\\"editor.foreground\\\":\\\"#abb2bf\\\",\\\"editorBracketHighlight.foreground1\\\":\\\"#d19a66\\\",\\\"editorBracketHighlight.foreground2\\\":\\\"#c678dd\\\",\\\"editorBracketHighlight.foreground3\\\":\\\"#56b6c2\\\",\\\"editorHoverWidget.highlightForeground\\\":\\\"#61afef\\\",\\\"editorInlayHint.foreground\\\":\\\"#abb2bf\\\",\\\"editorInlayHint.background\\\":\\\"#2c313c\\\",\\\"editor.lineHighlightBackground\\\":\\\"#2c313c\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#abb2bf\\\",\\\"editorGutter.addedBackground\\\":\\\"#109868\\\",\\\"editorGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"editorOverviewRuler.addedBackground\\\":\\\"#109868\\\",\\\"editorOverviewRuler.deletedBackground\\\":\\\"#9a353d\\\",\\\"editorOverviewRuler.modifiedBackground\\\":\\\"#948b60\\\",\\\"editor.selectionBackground\\\":\\\"#67769660\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#ffffff10\\\",\\\"editor.selectionHighlightBorder\\\":\\\"#dddddd\\\",\\\"editor.wordHighlightBackground\\\":\\\"#d2e0ff2f\\\",\\\"editor.wordHighlightBorder\\\":\\\"#7f848e\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#abb2bf26\\\",\\\"editor.wordHighlightStrongBorder\\\":\\\"#7f848e\\\",\\\"editorBracketMatch.background\\\":\\\"#515a6b\\\",\\\"editorBracketMatch.border\\\":\\\"#515a6b\\\",\\\"editorCursor.background\\\":\\\"#ffffffc9\\\",\\\"editorCursor.foreground\\\":\\\"#528bff\\\",\\\"editorError.foreground\\\":\\\"#c24038\\\",\\\"editorGroup.background\\\":\\\"#181a1f\\\",\\\"editorGroup.border\\\":\\\"#181a1f\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#21252b\\\",\\\"editorHoverWidget.background\\\":\\\"#21252b\\\",\\\"editorHoverWidget.border\\\":\\\"#181a1f\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#c8c8c859\\\",\\\"editorIndentGuide.background\\\":\\\"#3b4048\\\",\\\"editorLineNumber.foreground\\\":\\\"#495162\\\",\\\"editorMarkerNavigation.background\\\":\\\"#21252b\\\",\\\"editorRuler.foreground\\\":\\\"#abb2bf26\\\",\\\"editorSuggestWidget.background\\\":\\\"#21252b\\\",\\\"editorSuggestWidget.border\\\":\\\"#181a1f\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#2c313a\\\",\\\"editorWarning.foreground\\\":\\\"#d19a66\\\",\\\"editorWhitespace.foreground\\\":\\\"#ffffff1d\\\",\\\"editorWidget.background\\\":\\\"#21252b\\\",\\\"focusBorder\\\":\\\"#3e4452\\\",\\\"gitDecoration.ignoredResourceForeground\\\":\\\"#636b78\\\",\\\"input.background\\\":\\\"#1d1f23\\\",\\\"input.foreground\\\":\\\"#abb2bf\\\",\\\"list.activeSelectionBackground\\\":\\\"#2c313a\\\",\\\"list.activeSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.focusBackground\\\":\\\"#323842\\\",\\\"list.focusForeground\\\":\\\"#f0f0f0\\\",\\\"list.highlightForeground\\\":\\\"#ecebeb\\\",\\\"list.hoverBackground\\\":\\\"#2c313a\\\",\\\"list.hoverForeground\\\":\\\"#abb2bf\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#323842\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#d7dae0\\\",\\\"list.warningForeground\\\":\\\"#d19a66\\\",\\\"menu.foreground\\\":\\\"#abb2bf\\\",\\\"menu.separatorBackground\\\":\\\"#343a45\\\",\\\"minimapGutter.addedBackground\\\":\\\"#109868\\\",\\\"minimapGutter.deletedBackground\\\":\\\"#9a353d\\\",\\\"minimapGutter.modifiedBackground\\\":\\\"#948b60\\\",\\\"panel.border\\\":\\\"#3e4452\\\",\\\"panelSectionHeader.background\\\":\\\"#21252b\\\",\\\"peekViewEditor.background\\\":\\\"#1b1d23\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#29244b\\\",\\\"peekViewResult.background\\\":\\\"#22262b\\\",\\\"scrollbar.shadow\\\":\\\"#23252c\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566660\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"settings.focusedRowBackground\\\":\\\"#282c34\\\",\\\"settings.headerForeground\\\":\\\"#ffffff\\\",\\\"sideBar.background\\\":\\\"#21252b\\\",\\\"sideBar.foreground\\\":\\\"#abb2bf\\\",\\\"sideBarSectionHeader.background\\\":\\\"#282c34\\\",\\\"sideBarSectionHeader.foreground\\\":\\\"#abb2bf\\\",\\\"statusBar.background\\\":\\\"#21252b\\\",\\\"statusBar.debuggingBackground\\\":\\\"#cc6633\\\",\\\"statusBar.debuggingBorder\\\":\\\"#ff000000\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"statusBar.foreground\\\":\\\"#9da5b4\\\",\\\"statusBar.noFolderBackground\\\":\\\"#21252b\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#4d78cc\\\",\\\"statusBarItem.remoteForeground\\\":\\\"#f8fafd\\\",\\\"tab.activeBackground\\\":\\\"#282c34\\\",\\\"tab.activeBorder\\\":\\\"#b4b4b4\\\",\\\"tab.activeForeground\\\":\\\"#dcdcdc\\\",\\\"tab.border\\\":\\\"#181a1f\\\",\\\"tab.hoverBackground\\\":\\\"#323842\\\",\\\"tab.inactiveBackground\\\":\\\"#21252b\\\",\\\"tab.unfocusedHoverBackground\\\":\\\"#323842\\\",\\\"terminal.ansiBlack\\\":\\\"#3f4451\\\",\\\"terminal.ansiBlue\\\":\\\"#4aa5f0\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#4f5666\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#4dc4ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#4cd1e0\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a5e075\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#de73ff\\\",\\\"terminal.ansiBrightRed\\\":\\\"#ff616e\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#e6e6e6\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#f0a45d\\\",\\\"terminal.ansiCyan\\\":\\\"#42b3c2\\\",\\\"terminal.ansiGreen\\\":\\\"#8cc265\\\",\\\"terminal.ansiMagenta\\\":\\\"#c162de\\\",\\\"terminal.ansiRed\\\":\\\"#e05561\\\",\\\"terminal.ansiWhite\\\":\\\"#d7dae0\\\",\\\"terminal.ansiYellow\\\":\\\"#d18f52\\\",\\\"terminal.background\\\":\\\"#282c34\\\",\\\"terminal.border\\\":\\\"#3e4452\\\",\\\"terminal.foreground\\\":\\\"#abb2bf\\\",\\\"terminal.selectionBackground\\\":\\\"#abb2bf30\\\",\\\"textBlockQuote.background\\\":\\\"#2e3440\\\",\\\"textBlockQuote.border\\\":\\\"#4b5362\\\",\\\"textLink.foreground\\\":\\\"#61afef\\\",\\\"textPreformat.foreground\\\":\\\"#d19a66\\\",\\\"titleBar.activeBackground\\\":\\\"#282c34\\\",\\\"titleBar.activeForeground\\\":\\\"#9da5b4\\\",\\\"titleBar.inactiveBackground\\\":\\\"#282c34\\\",\\\"titleBar.inactiveForeground\\\":\\\"#6b717d\\\",\\\"tree.indentGuidesStroke\\\":\\\"#ffffff1d\\\",\\\"walkThrough.embeddedEditorBackground\\\":\\\"#2e3440\\\",\\\"welcomePage.buttonHoverBackground\\\":\\\"#404754\\\"},\\\"watch\\\":false}\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppSshTargetsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":false}]\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.signin\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"ms-python.python#pythonWelcome#python.createPythonFile\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true},\\\"GitHub.copilot#copilotWelcome#copilot.realfiles.quickopen\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.mac\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.linux\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows10\\\":{\\\"done\\\":true},\\\"ms-vscode.cpptools#cppWelcome#verify.compiler.windows11\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"commandPaletteTaskAccessibility\\\":{\\\"done\\\":true},\\\"keybindingsAccessibility\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true}}\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"github.copilot\\\",\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\"]\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.local.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.remote.installed\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"alefragnani.Bookmarks#bookmarksWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"toggle\\\",\\\"navigateToBookmarks\\\",\\\"defineLabelsForYourBookmarks\\\",\\\"exclusiveSideBar\\\",\\\"workingWithRemotes\\\",\\\"customizingAppearance\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot#copilotWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"copilot.signin\\\",\\\"copilot.firstsuggest\\\",\\\"copilot.chatWin\\\",\\\"copilot.chatNonWin\\\",\\\"copilot.realfiles.openrecent\\\",\\\"copilot.realfiles.quickopen\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"ipynb.newUntitledIpynb\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode.cpptools#cppWelcome\\\",{\\\"firstSeen\\\":1721396460583,\\\"stepIDs\\\":[\\\"awaiting.activation.mac\\\",\\\"awaiting.activation.linux\\\",\\\"awaiting.activation.windows\\\",\\\"awaiting.activation.windows10\\\",\\\"awaiting.activation.windows11\\\",\\\"no.compilers.found.mac\\\",\\\"no.compilers.found.linux\\\",\\\"no.compilers.found.windows\\\",\\\"no.compilers.found.windows10\\\",\\\"no.compilers.found.windows11\\\",\\\"verify.compiler.mac\\\",\\\"verify.compiler.linux\\\",\\\"verify.compiler.windows\\\",\\\"verify.compiler.windows10\\\",\\\"verify.compiler.windows11\\\",\\\"create.cpp.file\\\",\\\"relaunch.developer.command.prompt.windows\\\",\\\"run.project.mac\\\",\\\"run.project.linux\\\",\\\"run.project.windows\\\",\\\"customize.debugging.linux\\\",\\\"customize.debugging.windows\\\",\\\"customize.debugging.mac\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-vscode-remote.remote-wsl#wslWalkthrough\\\",{\\\"firstSeen\\\":1730458247923,\\\"stepIDs\\\":[\\\"explore.commands\\\",\\\"open.wslwindow\\\",\\\"create.project\\\",\\\"open.project\\\",\\\"linux.environment\\\",\\\"install.tools\\\",\\\"run.debug\\\",\\\"come.back\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot-chat#copilotWelcome\\\",{\\\"firstSeen\\\":1730526331504,\\\"stepIDs\\\":[\\\"copilot.signIn\\\",\\\"copilot.firstSuggest\\\",\\\"copilot.panelChat\\\",\\\"copilot.inlineChatNotMac\\\",\\\"copilot.inlineChatMac\\\",\\\"copilot.iterate\\\",\\\"copilot.creativity\\\"],\\\"manaullyOpened\\\":false}]]\",\"workbench.panel.alignment\":\"center\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.1695127823044\\\",\\\"status.workspaceTrust.84f5908fc392d913ef07c569d98a9a5a\\\",\\\"status.workspaceTrust.cf3552a3471315f6b55bf8751ea2a1a0\\\",\\\"status.workspaceTrust.4eb7e2df646b2754ef00243de1fa4df4\\\",\\\"status.workspaceTrust.34e7f8943b1ce743d26ba7635d480612\\\",\\\"status.workspaceTrust.af35e11aea9475a18f303b1057ea5ec6\\\",\\\"status.workspaceTrust.1702692449211\\\",\\\"status.workspaceTrust.576c26c956a6df18482382c6eb7851fc\\\",\\\"status.workspaceTrust.1704203123099\\\",\\\"status.workspaceTrust.6c20403a5449c2b91d2c42051116818b\\\",\\\"status.workspaceTrust.1706276061041\\\",\\\"status.workspaceTrust.bb34f4e4240d5908c4a6d91d50b3c88c\\\",\\\"status.workspaceTrust.1707147215611\\\",\\\"status.workspaceTrust.5659918497b4b7487fd25ca7e03b6420\\\",\\\"status.workspaceTrust.d441243e8df007c5062ecaa2f9771162\\\",\\\"status.workspaceTrust.1708588671634\\\",\\\"status.workspaceTrust.1709170417899\\\",\\\"status.workspaceTrust.1709274524252\\\",\\\"status.workspaceTrust.c243aa3f28ab963af45499c12a37e17d\\\",\\\"status.workspaceTrust.1709281537557\\\"]\",\"ces/skipSurvey\":\"1.82.2\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"workbench.action.terminal.openNativeConsole\\\",\\\"value\\\":3},{\\\"key\\\":\\\"workbench.action.terminal.killEditor\\\",\\\"value\\\":4},{\\\"key\\\":\\\"workbench.action.terminal.fontZoomReset\\\",\\\"value\\\":5},{\\\"key\\\":\\\"copyRelativeFilePath\\\",\\\"value\\\":10},{\\\"key\\\":\\\"remote-wsl.connect\\\",\\\"value\\\":35},{\\\"key\\\":\\\"workbench.action.openRawDefaultSettings\\\",\\\"value\\\":36},{\\\"key\\\":\\\"workbench.profiles.actions.manageProfiles\\\",\\\"value\\\":38},{\\\"key\\\":\\\"workbench.action.setLogLevel\\\",\\\"value\\\":46},{\\\"key\\\":\\\"workbench.action.createTerminalEditor\\\",\\\"value\\\":66},{\\\"key\\\":\\\"latex-workshop.wordcount\\\",\\\"value\\\":69},{\\\"key\\\":\\\"latex-workshop.clean\\\",\\\"value\\\":70},{\\\"key\\\":\\\"workbench.action.inspectKeyMappingsJSON\\\",\\\"value\\\":72},{\\\"key\\\":\\\"C_Cpp.RescanWorkspace\\\",\\\"value\\\":78},{\\\"key\\\":\\\"workbench.action.openLogFile\\\",\\\"value\\\":80},{\\\"key\\\":\\\"workbench.action.closeWindow\\\",\\\"value\\\":89},{\\\"key\\\":\\\"git.closeAllDiffEditors\\\",\\\"value\\\":126},{\\\"key\\\":\\\"workbench.files.action.compareFileWith\\\",\\\"value\\\":129},{\\\"key\\\":\\\"bookmarks.list\\\",\\\"value\\\":151},{\\\"key\\\":\\\"bookmarks.toggle\\\",\\\"value\\\":153},{\\\"key\\\":\\\"workbench.action.files.openFile\\\",\\\"value\\\":183},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":188},{\\\"key\\\":\\\"todo-tree.scanOpenFilesOnly\\\",\\\"value\\\":189},{\\\"key\\\":\\\"remote-containers.attachToRunningContainer\\\",\\\"value\\\":217},{\\\"key\\\":\\\"workbench.action.closeAllEditors\\\",\\\"value\\\":220},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindingsFile\\\",\\\"value\\\":222},{\\\"key\\\":\\\"workbench.action.reopenClosedEditor\\\",\\\"value\\\":229},{\\\"key\\\":\\\"workbench.action.openGlobalKeybindings\\\",\\\"value\\\":233},{\\\"key\\\":\\\"welcome.showNewFileEntries\\\",\\\"value\\\":234},{\\\"key\\\":\\\"workbench.action.editor.changeLanguageMode\\\",\\\"value\\\":236},{\\\"key\\\":\\\"editor.action.formatSelection\\\",\\\"value\\\":237},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":238},{\\\"key\\\":\\\"workbench.action.openSettingsJson\\\",\\\"value\\\":240},{\\\"key\\\":\\\"remote-tunnels.connectCurrentWindowToTunnel\\\",\\\"value\\\":243},{\\\"key\\\":\\\"workbench.action.files.openFolder\\\",\\\"value\\\":246},{\\\"key\\\":\\\"workbench.action.openRecent\\\",\\\"value\\\":249},{\\\"key\\\":\\\"workbench.action.openGlobalSettings\\\",\\\"value\\\":250}]}\",\"commandPalette.mru.counter\":\"251\",\"workbench.view.extension.cmake-view.state.hidden\":\"[{\\\"id\\\":\\\"cmake.projectStatus\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cmake.pinnedCommands\\\",\\\"isHidden\\\":false}]\",\"cpp.1.editedCount\":\"10\",\"cpp.1.editedDate\":\"Sat May 18 2024\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false}]\",\"nps/lastSessionDate\":\"Mon Dec 18 2023\",\"nps/sessionCount\":\"9\",\"github-JiangpengLI86\":\"[{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-chat\\\",\\\"name\\\":\\\"GitHub Copilot Chat\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"ms-vscode.remote-server\\\",\\\"name\\\":\\\"Remote - Tunnels\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.chat.movedView.welcomeView\\\",\\\"isHidden\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"workbench.activityBar.location\":\"default\",\"csharp.1.editedCount\":\"2\",\"csharp.1.editedDate\":\"Sun Jun 02 2024\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.85.1\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.view.sync.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.sync.conflicts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.remoteActivity\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.machines\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.sync.localActivity\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.troubleshoot\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.sync.externalActivity\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"plaintext\\\":[\\\"ms-vscode.cmake-tools\\\",\\\"mechatroner.rainbow-csv\\\"],\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"python\\\":[\\\"ms-python.python\\\"],\\\"makefile\\\":[\\\"ms-vscode.makefile-tools\\\"],\\\"dockerfile\\\":[\\\"ms-azuretools.vscode-docker\\\"]}\",\"inline-chat-history\":\"[\\\"Why I cannot use this line in the jupyter notebook?\\\",\\\"/fix \\\\\\\"join\\\\\\\" is not a known member of module \\\\\\\"os\\\\\\\"\\\",\\\"/explain Why does this batchnorm layer use the dimension of hidden_features rather than dimention of out_features\\\",\\\"/explain What is the meaning of this line of code\\\",\\\"/fix Expected no type arguments for class \\\\\\\"Variable\\\\\\\"\\\",\\\"How can i use the typehint here to inicate that the tk.Variable's value should be a list of str\\\",\\\"/fix he truth value of an array with more than one element is ambiguous. Use a.any() or a.all()\\\",\\\"/explain Explain what are these lines of code doing\\\",\\\"/explain \\\",\\\"/explain what does this line means\\\",\\\"/explain what is the meaing of that 1000//60\\\",\\\"Explain this pack_propagate function\\\",\\\"/fix /fix ValueError: object too deep for desired array\\\",\\\"/fix ValueError: object too deep for desired array\\\",\\\"/fix \\\",\\\"/explain what is the meaning of dim=1\\\",\\\"Change this file to the main.py file in the root directory\\\",\\\"Change this file to the main.py file in the root lib\\\",\\\"why minus 1\\\",\\\"/fix join the input path and the file path\\\",\\\"/fix\\\",\\\"What's the output size of this torch.sum\\\",\\\"What's the output size\\\",\\\"What's the input size\\\",\\\"What will be the variable type of bmu_index\\\",\\\"What is the data type of this variable\\\",\\\"Create a json file to store the configuration of the environment. For instance, the width and the height\\\",\\\"/explain what does the zeors mean\\\",\\\"What's the meaning of this 'for i in range(3)'\\\",\\\"Convert these into a one liner\\\",\\\"How can i use the with statement her\\\",\\\"Should i use a with statement here\\\",\\\"Should i use a with syntax here to save the file\\\",\\\"/fix Object of type \\\\\\\"Series[Unknown]\\\\\\\" is not callable\\\",\\\"Set the initial dir to the current project dir\\\",\\\"/fix Expected 2 positional arguments\\\",\\\"/fix Expression of type \\\\\\\"tuple[Unknown | Node | None, float | Unknown]\\\\\\\" cannot be assigned to return type \\\\\\\"tuple[Node, float]\\\\\\\"\\\\n Type \\\\\\\"Unknown | Node | None\\\\\\\" cannot be assigned to type \\\\\\\"Node\\\\\\\"\\\\n \\\\\\\"None\\\\\\\" is incompatible with \\\\\\\"Node\\\\\\\"\\\",\\\"/fix \\\\\\\"closest_node\\\\\\\" is possibly unbound\\\",\\\"If I just declear the datatype here, what will happen\\\",\\\"/fix Index 1 is out of range for type Tuple[bool]\\\",\\\"/fix Star drawing is not in correct shape\\\",\\\"how can i enlarge the arrow on the line\\\",\\\"What error will it be if the float cannot convert input into float\\\",\\\"How can i type check two kinds of input types\\\",\\\"How can i specify the file location here, it's a default_config.json file which is located in the same direcctory of the current file\\\",\\\"optimize these code to more pythonic\\\",\\\"I want to set the height to half of the screen height, and the weight to half of the screen weight\\\",\\\"How can I specific another file to debug that has a relative position of launch.json file as ../src/main.py\\\",\\\"I want to change the file to a specific file, for instance the FACT.src.main.py\\\",\\\"/fix No module named 'canvas_drag_zoom_manager'\\\",\\\"This mao_canvas.py file is in the parent folder of this file, how can i import it\\\",\\\"I want this two frame to be resizable\\\",\\\"What does it mean\\\",\\\"Do you have a better name for this function?\\\",\\\"What is the meaning of those two pack() function here\\\",\\\"What'e the meaning of this canvas.pack()\\\",\\\"I got an error: \\\\\\\"pygame.error: font not initialized\\\\\\\"\\\",\\\"Give me an example code of choosing the times new roman as the font type here\\\",\\\"What kind of font can be selected here\\\",\\\"Why should I put the 'Example Image' here since it is not displayed\\\",\\\"Why should I put the 'Example Image' HERE\\\",\\\"What is the meaning of ! sign here\\\"]\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"CppReferencesView\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.outline-map.state.hidden\":\"[{\\\"id\\\":\\\"outline-map-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"outline-map-workspace\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"true\",\"memento/notebookGettingStarted2\":\"{\\\"hasOpenedNotebook\\\":true}\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":true}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"remoteTunnelServicePromptedPreview\":\"true\",\"remoteTunnelServiceUsed\":\"{\\\"hostName\\\":\\\"jpli_laptop\\\",\\\"timeStamp\\\":1728541769305}\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"remoteTargets\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"tunnel,ssh-remote\",\"refactorPreview.hidden\":\"[{\\\"id\\\":\\\"refactorPreview\\\",\\\"isHidden\\\":false}]\",\"extension.features.state\":\"{\\\"GitHub.copilot-chat\\\":{\\\"languageModels\\\":{\\\"disabled\\\":false,\\\"accessCount\\\":124}}}\",\"languageModelAccess.copilot-gpt-3.5-turbo\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.copilot-gpt-3.5-turbo\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":8,\\\"tokenCount\\\":6769,\\\"participants\\\":[{\\\"id\\\":\\\"symbol-names\\\",\\\"requestCount\\\":20,\\\"tokenCount\\\":8540},{\\\"id\\\":\\\"github.copilot.editor\\\",\\\"requestCount\\\":21,\\\"tokenCount\\\":22984}]}]}\",\"languageModelAccess.copilot-gpt-4\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.copilot-gpt-4\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":0,\\\"tokenCount\\\":0,\\\"participants\\\":[{\\\"id\\\":\\\"github.copilot.default\\\",\\\"requestCount\\\":7,\\\"tokenCount\\\":6174},{\\\"id\\\":\\\"github.copilot.terminal\\\",\\\"requestCount\\\":1,\\\"tokenCount\\\":342}]}]}\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:cmake.configure\\\",\\\"@command:workbench.action.createTerminalEditor +when:terminalProcessSupported\\\",\\\"\\\\\\\"ctrl+shift+c\\\\\\\"\\\",\\\"editor\\\",\\\"tabsw\\\",\\\"tabs\\\",\\\"pre\\\",\\\"previous e\\\",\\\"previous ed\\\",\\\"previous editor\\\",\\\"new fi\\\",\\\"new file\\\",\\\"delete \\\",\\\"delete file\\\",\\\"@command:workbench.action.terminal.focus\\\",\\\"Ctrl + b\\\",\\\"\\\\\\\"Control+B\\\\\\\"\\\",\\\"move edit\\\",\\\"move editor up\\\",\\\"move ed\\\",\\\"move tab to new group\\\",\\\"move tab t\\\",\\\"n\\\",\\\"newgroup\\\",\\\"tab en\\\",\\\"tab le\\\",\\\"tab left\\\",\\\"enl\\\",\\\"enlarge\\\",\\\"expa\\\",\\\"expand\\\",\\\"expand ta\\\",\\\"tab\\\",\\\"le\\\",\\\"left\\\",\\\"re\\\",\\\"res\\\",\\\"resize\\\",\\\"move tab to \\\",\\\"move ta\\\",\\\"move editor\\\",\\\"move editor to group\\\",\\\"rename\\\",\\\"pan\\\",\\\"togg\\\",\\\"toggle ter\\\",\\\"toggle terminal\\\",\\\"tog\\\",\\\"panel up\\\",\\\"panel w\\\",\\\"panel hei\\\",\\\"panel height\\\",\\\"panel width\\\",\\\"panel siz\\\",\\\"panel size\\\",\\\"pane\\\",\\\"panel si\\\",\\\"panel max\\\",\\\"panel min\\\",\\\"panel \\\",\\\"panel smalle\\\",\\\"panel\\\",\\\"\\\\\\\"ctrl+shift+=\\\\\\\"\\\",\\\"workbench.action.terminal.resizePaneUp\\\",\\\"\\\\\\\"ctrl+shift+up\\\\\\\"\\\",\\\"+k\\\\\\\"\\\",\\\"workb\\\",\\\"workbench \\\",\\\"workbench action terminal \\\",\\\"workbench action terminal up\\\",\\\"workbench action terminal down\\\",\\\" be\\\",\\\"\\\\\\\"f5\\\\\\\"\\\",\\\"run\\\",\\\"run p\\\",\\\"run python\\\",\\\"\\\\\\\"f4\\\\\\\"\\\",\\\"\\\\\\\"backspace\\\\\\\"\\\",\\\"\\\\\\\"m\\\\\\\"\\\",\\\"boo\\\",\\\"bookmark\\\",\\\"\\\\\\\"b d\\\\\\\"\\\",\\\"symbols\\\",\\\"function\\\",\\\"select function\\\",\\\"selec\\\",\\\"select the wh\\\",\\\"select the whole function\\\",\\\" \\\",\\\"\\\\\\\"ctrl+shift+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+j backspace\\\\\\\"\\\"]}\",\"cpp.1.isCandidate\":\"false\",\"cpp.1.skipVersion\":\"1.89.1\",\"settingsEditor2.splitViewWidth\":\"163\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"languageModelAccess.gpt-3.5-turbo\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-3.5-turbo\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":27,\\\"tokenCount\\\":23559,\\\"participants\\\":[{\\\"id\\\":\\\"github.copilot.editor\\\",\\\"requestCount\\\":25,\\\"tokenCount\\\":25831},{\\\"id\\\":\\\"symbol-names\\\",\\\"requestCount\\\":3,\\\"tokenCount\\\":1501}]}]}\",\"extensionTips/promptedExecutableTips\":\"{\\\"wsl\\\":[\\\"ms-vscode-remote.remote-wsl\\\"]}\",\"[email protected]\":\"[{\\\"id\\\":\\\"ms-vscode.remote-server\\\",\\\"name\\\":\\\"Remote - Tunnels\\\",\\\"allowed\\\":true}]\",\"tabs-list-width-horizontal\":\"142\",\"encryption.migratedToGnomeLibsecret\":\"true\",\"terminal.initialHint.hide\":\"true\",\"extensionsAssistant/importantRecommendationsIgnore\":\"[\\\"ms-vscode-remote.remote-wsl\\\",\\\"ms-azuretools.vscode-docker\\\",\\\"ms-vscode.cpptools-extension-pack\\\",\\\"ms-vscode.cmake-tools\\\"]\",\"menu.hiddenCommands\":\"{}\",\"languageModelAccess.gpt-4o\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":11,\\\"tokenCount\\\":11401,\\\"participants\\\":[{\\\"id\\\":\\\"github.copilot.default\\\",\\\"requestCount\\\":2,\\\"tokenCount\\\":4572}]}]}\",\"languageModelAccess.gpt-4o-mini\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o-mini\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":13,\\\"tokenCount\\\":9281,\\\"participants\\\":[]}]}\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f726c5f6175765f747261636b696e67227d@tunnel+gpu32.-878221665\":\"[{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":1985,\\\"localPort\\\":1985,\\\"localAddress\\\":\\\"localhost:1985\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:1985\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.attached-container+7b22636f6e7461696e65724e616d65223a222f726c5f6175765f747261636b696e67227d@tunnel+gpu32.-878221665\":\"1730713447525\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f636861726d696e675f626f7964222c2273657474696e6773223a7b22636f6e74657874223a226465736b746f702d6c696e7578227d7d@tunnel+iot-hp6684.1644844058\":\"[{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":1985,\\\"localPort\\\":1985,\\\"localAddress\\\":\\\"localhost:1985\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:1985\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.attached-container+7b22636f6e7461696e65724e616d65223a222f636861726d696e675f626f7964222c2273657474696e6773223a7b22636f6e74657874223a226465736b746f702d6c696e7578227d7d@tunnel+iot-hp6684.1644844058\":\"1730713129499\",\"remote.tunnels.toRestore.tunnel+smu_4090.-906627252\":\"[{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":22,\\\"localAddress\\\":\\\"https://8w06vtrd-22.asse.devtunnels.ms/\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"https\\\",\\\"authority\\\":\\\"8w06vtrd-22.asse.devtunnels.ms\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.tunnel+smu_4090.-906627252\":\"1730882400379\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f686f6c6f6f6365616e222c2273657474696e6773223a7b22686f7374223a22756e69783a2f2f2f72756e2f757365722f313030312f646f636b65722e736f636b227d7d@tunnel+hyperfocus.948421311\":\"[{\\\"remoteHost\\\":\\\"0.0.0.0\\\",\\\"remotePort\\\":1985,\\\"localPort\\\":1985,\\\"localAddress\\\":\\\"localhost:1985\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"localhost:1985\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.attached-container+7b22636f6e7461696e65724e616d65223a222f686f6c6f6f6365616e222c2273657474696e6773223a7b22686f7374223a22756e69783a2f2f2f72756e2f757365722f313030312f646f636b65722e736f636b227d7d@tunnel+hyperfocus.948421311\":\"1731032982118\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.chatEditing\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.panel.chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100}]\",\"workbench.panel.chat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatEditing.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.edits\\\",\\\"isHidden\\\":false}]\",\"workbench.chat.hideMovedChatWelcomeView\":\"true\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment