Skip to content

Instantly share code, notes, and snippets.

@luckygoswami
Last active December 19, 2025 19:45
Show Gist options
  • Select an option

  • Save luckygoswami/e8d05513ed8967748813a8d2271fcb3b to your computer and use it in GitHub Desktop.

Select an option

Save luckygoswami/e8d05513ed8967748813a8d2271fcb3b to your computer and use it in GitHub Desktop.
Updated VS code Profile on 20th Dec, 2025
{"name":"vscode_profile-251220","settings":"{\"settings\":\"{\\r\\n \\\"editor.stickyScroll.enabled\\\": false,\\r\\n \\\"[javascript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"[css]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"editor.wordWrap\\\": \\\"on\\\",\\r\\n \\\"[jsonc]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\r\\n \\\"editor.parameterHints.enabled\\\": false,\\r\\n \\\"extensions.autoCheckUpdates\\\": false,\\r\\n \\\"update.mode\\\": \\\"manual\\\",\\r\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\r\\n \\\"extensions.autoUpdate\\\": false,\\r\\n \\\"editor.tabSize\\\": 2,\\r\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\r\\n \\\"[javascriptreact]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"prettier.singleAttributePerLine\\\": true,\\r\\n \\\"explorer.confirmDelete\\\": false,\\r\\n \\\"editor.linkedEditing\\\": true,\\r\\n \\\"chronicler.ffmpeg-binary\\\": \\\"c:\\\\\\\\Users\\\\\\\\lgosw\\\\\\\\Downloads/ffmpeg.exe\\\",\\r\\n \\\"chronicler.recording-defaults\\\": {\\r\\n \\\"flags\\\": null,\\r\\n \\\"fps\\\": 10,\\r\\n \\\"countdown\\\": 5\\r\\n },\\r\\n \\\"terminal.integrated.enableMultiLinePasteWarning\\\": \\\"never\\\",\\r\\n \\\"explorer.confirmPasteNative\\\": false,\\r\\n \\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\r\\n \\\"output.smartScroll.enabled\\\": false,\\r\\n \\\"window.newWindowProfile\\\": \\\"Default\\\",\\r\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Git Bash\\\",\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"prettier.singleQuote\\\": true,\\r\\n \\\"prettier.experimentalTernaries\\\": true,\\r\\n \\\"prettier.bracketSameLine\\\": true,\\r\\n \\\"github.experimental.multipleAccounts\\\": true,\\r\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\r\\n \\\"remote.portsAttributes\\\": {\\r\\n \\\"5173\\\": {\\r\\n \\\"protocol\\\": \\\"https\\\"\\r\\n }\\r\\n },\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"[typescriptreact]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"[typescript]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"code-runner.executorMapByFileExtension\\\": {\\r\\n \\\".vb\\\": \\\"cd $dir && vbc /nologo $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".vbs\\\": \\\"cscript //Nologo\\\",\\r\\n \\\".scala\\\": \\\"scala\\\",\\r\\n \\\".jl\\\": \\\"julia\\\",\\r\\n \\\".cr\\\": \\\"crystal\\\",\\r\\n \\\".ml\\\": \\\"ocaml\\\",\\r\\n \\\".zig\\\": \\\"zig run\\\",\\r\\n \\\".exs\\\": \\\"elixir\\\",\\r\\n \\\".hx\\\": \\\"haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt\\\",\\r\\n \\\".rkt\\\": \\\"racket\\\",\\r\\n \\\".scm\\\": \\\"csi -script\\\",\\r\\n \\\".ahk\\\": \\\"autohotkey\\\",\\r\\n \\\".au3\\\": \\\"autoit3\\\",\\r\\n \\\".kt\\\": \\\"cd $dir && kotlinc $fileName -include-runtime -d $fileNameWithoutExt.jar && java -jar $fileNameWithoutExt.jar\\\",\\r\\n \\\".kts\\\": \\\"kotlinc -script\\\",\\r\\n \\\".dart\\\": \\\"dart\\\",\\r\\n \\\".pas\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".pp\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".d\\\": \\\"cd $dir && dmd $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\".hs\\\": \\\"runhaskell\\\",\\r\\n \\\".nim\\\": \\\"nim compile --verbosity:0 --hints:off --run\\\",\\r\\n \\\".csproj\\\": \\\"dotnet run --project\\\",\\r\\n \\\".fsproj\\\": \\\"dotnet run --project\\\",\\r\\n \\\".lisp\\\": \\\"sbcl --script\\\",\\r\\n \\\".kit\\\": \\\"kitc --run\\\",\\r\\n \\\".v\\\": \\\"v run\\\",\\r\\n \\\".vsh\\\": \\\"v run\\\",\\r\\n \\\".sass\\\": \\\"sass --style expanded\\\",\\r\\n \\\".cu\\\": \\\"cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\".ring\\\": \\\"ring\\\",\\r\\n \\\".sml\\\": \\\"cd $dir && sml $fileName\\\",\\r\\n \\\".mojo\\\": \\\"mojo run\\\",\\r\\n \\\".erl\\\": \\\"escript\\\",\\r\\n \\\".spwn\\\": \\\"spwn build\\\",\\r\\n \\\".pkl\\\": \\\"cd $dir && pkl eval -f yaml $fileName -o $fileNameWithoutExt.yaml\\\",\\r\\n \\\".gleam\\\": \\\"gleam run -m $fileNameWithoutExt\\\"\\r\\n },\\r\\n \\\"code-runner.executorMap\\\": {\\r\\n \\\"javascript\\\": \\\"node\\\",\\r\\n \\\"java\\\": \\\"cd $dir && javac $fileName && java $fileNameWithoutExt\\\",\\r\\n \\\"c\\\": \\\"cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"zig\\\": \\\"zig run\\\",\\r\\n \\\"cpp\\\": \\\"cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"objective-c\\\": \\\"cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"php\\\": \\\"php\\\",\\r\\n \\\"python\\\": \\\"python -u\\\",\\r\\n \\\"perl\\\": \\\"perl\\\",\\r\\n \\\"perl6\\\": \\\"perl6\\\",\\r\\n \\\"ruby\\\": \\\"ruby\\\",\\r\\n \\\"go\\\": \\\"go run\\\",\\r\\n \\\"lua\\\": \\\"lua\\\",\\r\\n \\\"groovy\\\": \\\"groovy\\\",\\r\\n \\\"powershell\\\": \\\"powershell -ExecutionPolicy ByPass -File\\\",\\r\\n \\\"bat\\\": \\\"cmd /c\\\",\\r\\n \\\"shellscript\\\": \\\"bash\\\",\\r\\n \\\"fsharp\\\": \\\"fsi\\\",\\r\\n \\\"csharp\\\": \\\"scriptcs\\\",\\r\\n \\\"vbscript\\\": \\\"cscript //Nologo\\\",\\r\\n \\\"typescript\\\": \\\"npx tsx\\\",\\r\\n \\\"coffeescript\\\": \\\"coffee\\\",\\r\\n \\\"scala\\\": \\\"scala\\\",\\r\\n \\\"swift\\\": \\\"swift\\\",\\r\\n \\\"julia\\\": \\\"julia\\\",\\r\\n \\\"crystal\\\": \\\"crystal\\\",\\r\\n \\\"ocaml\\\": \\\"ocaml\\\",\\r\\n \\\"r\\\": \\\"Rscript\\\",\\r\\n \\\"applescript\\\": \\\"osascript\\\",\\r\\n \\\"clojure\\\": \\\"lein exec\\\",\\r\\n \\\"haxe\\\": \\\"haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt\\\",\\r\\n \\\"rust\\\": \\\"cd $dir && rustc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"racket\\\": \\\"racket\\\",\\r\\n \\\"scheme\\\": \\\"csi -script\\\",\\r\\n \\\"ahk\\\": \\\"autohotkey\\\",\\r\\n \\\"autoit\\\": \\\"autoit3\\\",\\r\\n \\\"dart\\\": \\\"dart\\\",\\r\\n \\\"pascal\\\": \\\"cd $dir && fpc $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"d\\\": \\\"cd $dir && dmd $fileName && $dir$fileNameWithoutExt\\\",\\r\\n \\\"haskell\\\": \\\"runghc\\\",\\r\\n \\\"nim\\\": \\\"nim compile --verbosity:0 --hints:off --run\\\",\\r\\n \\\"lisp\\\": \\\"sbcl --script\\\",\\r\\n \\\"kit\\\": \\\"kitc --run\\\",\\r\\n \\\"v\\\": \\\"v run\\\",\\r\\n \\\"sass\\\": \\\"sass --style expanded\\\",\\r\\n \\\"scss\\\": \\\"scss --style expanded\\\",\\r\\n \\\"less\\\": \\\"cd $dir && lessc $fileName $fileNameWithoutExt.css\\\",\\r\\n \\\"FortranFreeForm\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran-modern\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran_fixed-form\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"fortran\\\": \\\"cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt\\\",\\r\\n \\\"sml\\\": \\\"cd $dir && sml $fileName\\\",\\r\\n \\\"mojo\\\": \\\"mojo run\\\",\\r\\n \\\"erlang\\\": \\\"escript\\\",\\r\\n \\\"spwn\\\": \\\"spwn build\\\",\\r\\n \\\"pkl\\\": \\\"cd $dir && pkl eval -f yaml $fileName -o $fileNameWithoutExt.yaml\\\",\\r\\n \\\"gleam\\\": \\\"gleam run -m $fileNameWithoutExt\\\"\\r\\n },\\r\\n \\\"hediet.vscode-drawio.resizeImages\\\": null,\\r\\n \\\"terminal.integrated.suggest.enabled\\\": true,\\r\\n \\\"editor.minimap.autohide\\\": \\\"mouseover\\\",\\r\\n \\\"editor.minimap.renderCharacters\\\": false,\\r\\n \\\"github.copilot.nextEditSuggestions.enabled\\\": true,\\r\\n \\\"github.copilot.enable\\\": {\\r\\n \\\"*\\\": false,\\r\\n \\\"plaintext\\\": false,\\r\\n \\\"markdown\\\": false,\\r\\n \\\"scminput\\\": false,\\r\\n \\\"javascriptreact\\\": false\\r\\n },\\r\\n \\\"explorer.confirmDragAndDrop\\\": false,\\r\\n \\\"workbench.colorTheme\\\": \\\"Atom One Light\\\",\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\r\\n \\\"diffEditor.renderSideBySide\\\": true,\\r\\n \\\"diffEditor.hideUnchangedRegions.enabled\\\": true,\\r\\n \\\"latex-workshop.latex.recipes\\\": [\\r\\n {\\r\\n \\\"name\\\": \\\"latexmk (xelatex)\\\",\\r\\n \\\"tools\\\": [\\\"xelatexmk\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"latexmk\\\",\\r\\n \\\"tools\\\": [\\\"latexmk\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"latexmk (latexmkrc)\\\",\\r\\n \\\"tools\\\": [\\\"latexmk_rconly\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"latexmk (lualatex)\\\",\\r\\n \\\"tools\\\": [\\\"lualatexmk\\\"]\\r\\n },\\r\\n\\r\\n {\\r\\n \\\"name\\\": \\\"pdflatex -> bibtex -> pdflatex * 2\\\",\\r\\n \\\"tools\\\": [\\\"pdflatex\\\", \\\"bibtex\\\", \\\"pdflatex\\\", \\\"pdflatex\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"Compile Rnw files\\\",\\r\\n \\\"tools\\\": [\\\"rnw2tex\\\", \\\"latexmk\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"Compile Jnw files\\\",\\r\\n \\\"tools\\\": [\\\"jnw2tex\\\", \\\"latexmk\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"Compile Pnw files\\\",\\r\\n \\\"tools\\\": [\\\"pnw2tex\\\", \\\"latexmk\\\"]\\r\\n },\\r\\n {\\r\\n \\\"name\\\": \\\"tectonic\\\",\\r\\n \\\"tools\\\": [\\\"tectonic\\\"]\\r\\n }\\r\\n ],\\r\\n \\\"chat.instructionsFilesLocations\\\": {\\r\\n \\\".github/instructions\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-collections-post-response.instructions.md\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-collections-pre-request.instructions.md\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-folder-post-response.instructions.md\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-folder-pre-request.instructions.md\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-http-request-post-response.instructions.md\\\": true,\\r\\n \\\"C:\\\\\\\\Users\\\\\\\\DEEPAK~1\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\postman-http-request-pre-request.instructions.md\\\": true\\r\\n },\\r\\n \\\"postman.mcp.notifications.postmanMCP\\\": false\\r\\n}\\r\\n\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\r\\n[\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+n\\\",\\r\\n \\\"command\\\": \\\"-code-runner.run\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+space\\\",\\r\\n \\\"command\\\": \\\"code-runner.stop\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+m\\\",\\r\\n \\\"command\\\": \\\"-code-runner.stop\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+d\\\",\\r\\n \\\"command\\\": \\\"editor.action.addSelectionToPreviousFindMatch\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"shift+backspace\\\",\\r\\n \\\"command\\\": \\\"editor.action.deleteLines\\\",\\r\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+k\\\",\\r\\n \\\"command\\\": \\\"-editor.action.deleteLines\\\",\\r\\n \\\"when\\\": \\\"textInputFocus && !editorReadonly\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"shift+enter\\\",\\r\\n \\\"command\\\": \\\"-python.execSelectionInTerminal\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && !findInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && !replaceInputFocussed && editorLangId == 'python'\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+space\\\",\\r\\n \\\"command\\\": \\\"closeParameterHints\\\",\\r\\n \\\"when\\\": \\\"editorFocus && parameterHintsVisible\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+m\\\",\\r\\n \\\"command\\\": \\\"terminal.focus\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+m\\\",\\r\\n \\\"command\\\": \\\"workbench.action.focusActiveEditorGroup\\\"\\r\\n },\\r\\n\\r\\n {\\r\\n \\\"key\\\": \\\"shift+alt+a\\\",\\r\\n \\\"command\\\": \\\"editor.action.sortLinesAscending\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"shift+alt+a\\\",\\r\\n \\\"command\\\": \\\"-editor.action.blockComment\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+s\\\",\\r\\n \\\"command\\\": \\\"code-runner.run\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+k\\\",\\r\\n \\\"command\\\": \\\"-code-runner.runCustomCommand\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+alt+k\\\",\\r\\n \\\"command\\\": \\\"bookmarks.toggle\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+k\\\",\\r\\n \\\"command\\\": \\\"-bookmarks.toggle\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+enter\\\",\\r\\n \\\"command\\\": \\\"-github.copilot.generate\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && github.copilot.activated && !commentEditorFocused && !inInteractiveInput && !interactiveEditorFocused\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+u\\\",\\r\\n \\\"command\\\": \\\"-workbench.action.output.toggleOutput\\\",\\r\\n \\\"when\\\": \\\"workbench.panel.output.active\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+u\\\",\\r\\n \\\"command\\\": \\\"cursorRedo\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+enter\\\",\\r\\n \\\"command\\\": \\\"-github.copilot.generate\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && github.copilot.activated && !commentEditorFocused\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\r\\n \\\"command\\\": \\\"editor.action.insertLineBefore\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+enter\\\",\\r\\n \\\"command\\\": \\\"-editor.action.insertLineBefore\\\",\\r\\n \\\"when\\\": \\\"editorTextFocus && !editorReadonly\\\"\\r\\n }\\r\\n]\\r\\n\",\"platform\":3}","snippets":"{\"snippets\":{\"css.json\":\"{\\n\\t// Place your snippets for css here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n \\\"css boilerplate\\\": {\\n \\\"prefix\\\": \\\"css\\\",\\n \\\"body\\\": [\\\"* {\\\"\\n \\\"\\\\tmargin: 0;\\\"\\n \\\"\\\\tpadding: 0%;\\\"\\n \\\"\\\\tbox-sizing: border-box;\\\"\\n \\\"}\\\"\\n\\n \\\"\\\\nhtml,body {\\\"\\n \\\"\\\\twidth: 100%;\\\"\\n \\\"\\\\theight: 100%;\\\"\\n \\\"}\\\"\\n \\\"\\\\n\\\"\\n $0],\\n \\\"description\\\": \\\"common custom css boilerplate\\\"\\n }\\n}\",\"html.json\":\"{\\n\\t// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"cdn: jQuery\\\": {\\n\\t\\t\\\"prefix\\\": \\\"cdn: jquery\\\",\\n\\t\\t\\\"body\\\": \\n \\\"<script src=\\\\\\\"https://code.jquery.com/jquery-3.7.0.min.js\\\\\\\" integrity=\\\\\\\"sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=\\\\\\\" crossorigin=\\\\\\\"anonymous\\\\\\\"></script>\\\"\\n\\t\\t,\\n\\t\\t\\\"description\\\": \\\"jQuery Core 3.7.0\\\"\\n\\t},\\n\\n \\t\\\"cdn: gsap\\\": {\\n\\t\\t\\\"prefix\\\": \\\"cdn: gsap\\\",\\n\\t\\t\\\"body\\\": \\n \\\"<script src=\\\\\\\"https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.1/gsap.min.js\\\\\\\" integrity=\\\\\\\"sha512-qF6akR/fsZAB4Co1QDDnUXWnaQseLGXoniuSuSlPQK6+aWhlMZcHzkasCSlnWoe+TJuudlka1/IQ01Dnhgq95g==\\\\\\\" crossorigin=\\\\\\\"anonymous\\\\\\\" referrerpolicy=\\\\\\\"no-referrer\\\\\\\"></script>\\\"\\n\\t\\t,\\n\\t\\t\\\"description\\\": \\\"GSAP is a JavaScript library for building high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! No other library delivers such advanced sequencing, reliability, and tight control while solving real-world problems on millions of sites. GSAP works around countless browser inconsistencies; your animations **just work**. At its core, GSAP is a high-speed property manipulator, updating values over time with extreme accuracy. It's up to 20x faster than jQuery! See \\\\\\\"https://greensock.com/why-gsap/\\\\\\\" for what makes GSAP so special.\\\"\\n\\t},\\n\\t\\\"cdn: font awesome\\\": {\\n\\t\\t\\t\\\"prefix\\\": \\\"cdn: font awesome\\\",\\n\\t\\t\\t\\\"body\\\": \\\"<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css' integrity='sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==' crossorigin='anonymous' referrerpolicy='no-referrer' />\\\",\\n\\t\\t\\t\\\"description\\\": \\\"font awesome cdn link tag\\\"\\n\\t\\t}\\n}\",\"javascript.json\":\"{\\n\\t// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n \\\"gsap\\\": {\\n\\t\\t\\\"prefix\\\": \\\"gsap\\\",\\n\\t\\t\\\"body\\\": \\\"gsap\\\",\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t}\\n}\",\"python.json\":\"{\\n\\t// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n \\\"Main\\\": {\\n \\\"prefix\\\": \\\"__main__\\\", \\n \\\"body\\\": [\\n \\\"if __name__ == \\\\\\\"__main__\\\\\\\":\\\",\\n \\\"\\\\t${0:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Insert main block\\\"\\n }\\n \\n}\",\"typescriptreact.json\":\"{\\n\\t// Place your snippets for typescriptreact here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n\\t\\\"Debug Button\\\": {\\n\\t\\t\\\"prefix\\\": \\\"debugbutton\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"<button onClick={() => console.log($1)}>btn</button>\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"add debug button to console values\\\"\\n\\t}\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"adpyke.codesnap\",\"uuid\":\"8c1fc960-44b1-45e8-89b5-85f982fdaf27\"},\"displayName\":\"CodeSnap\",\"version\":\"1.3.4\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ahmadawais.shades-of-purple\",\"uuid\":\"431aa1a8-74f4-43d5-a83b-f4960510da5f\"},\"displayName\":\"Shades of Purple\",\"disabled\":true,\"version\":\"7.3.6\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"akamud.vscode-theme-onedark\",\"uuid\":\"9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6\"},\"displayName\":\"Atom One Dark Theme\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"akamud.vscode-theme-onelight\",\"uuid\":\"ee33fd31-7bb4-4252-8368-fdd5bcd94cf8\"},\"displayName\":\"Atom One Light Theme\",\"version\":\"2.3.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"alefragnani.bookmarks\",\"uuid\":\"b689fcc8-d494-4dbf-a228-2c694a578afc\"},\"displayName\":\"Bookmarks\",\"version\":\"13.5.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"anoff.theme-monokai-light\",\"uuid\":\"b0e186eb-1506-4295-8f94-6fd2e9455c07\"},\"displayName\":\"monokai light\",\"disabled\":true,\"version\":\"1.2.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"arcsine.chronicler\",\"uuid\":\"fef6c61e-dab3-4421-8ac1-4d79336d0fae\"},\"displayName\":\"Chronicler\",\"disabled\":true,\"version\":\"0.1.16\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"aykutsarac.jsoncrack-vscode\",\"uuid\":\"87c9998f-5c0f-49ee-b89f-51340cdc449a\"},\"displayName\":\"JSON Crack\",\"version\":\"5.0.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"bradlc.vscode-tailwindcss\",\"uuid\":\"4db62a7c-7d70-419c-96d2-6c3a4dc77ea5\"},\"displayName\":\"Tailwind CSS IntelliSense\",\"version\":\"0.14.29\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"burkeholland.simple-react-snippets\",\"uuid\":\"a84825e8-5f04-4988-b85a-4942e795bcbe\"},\"displayName\":\"Simple React Snippets\",\"version\":\"1.2.8\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"codezombiech.gitignore\",\"uuid\":\"3e891cf9-53cb-49a3-8d01-8f0b1f0afb29\"},\"displayName\":\"gitignore\",\"version\":\"0.10.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\",\"disabled\":true,\"version\":\"3.0.16\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"deepakgoswami.pretty-purple\",\"uuid\":\"e6ea32cf-1d6a-428d-86ec-894f38b68016\"},\"displayName\":\"Pretty Purple\",\"disabled\":true,\"version\":\"0.1.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"digitalbrainstem.javascript-ejs-support\",\"uuid\":\"9cd87837-c82a-4817-9b79-1c84775aa158\"},\"displayName\":\"EJS language support\",\"version\":\"1.3.3\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"dsznajder.es7-react-js-snippets\",\"uuid\":\"19804510-b475-4dae-b0f7-6ca08fd1af0c\"},\"displayName\":\"ES7+ React/Redux/React-Native snippets\",\"version\":\"4.4.3\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"esbenp.prettier-vscode\",\"uuid\":\"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"},\"displayName\":\"Prettier - Code formatter\",\"version\":\"11.0.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.auto-rename-tag\",\"uuid\":\"6e440e71-8ed9-4f25-bb78-4b13096b8a03\"},\"displayName\":\"Auto Rename Tag\",\"disabled\":true,\"version\":\"0.1.10\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\",\"version\":\"0.12.2\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.codespaces\",\"uuid\":\"4023d3e5-c840-4cdd-8b54-51c77548aa3f\"},\"displayName\":\"GitHub Codespaces\",\"version\":\"1.17.5\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.copilot\",\"uuid\":\"23c4aeee-f844-43cd-b53e-1113e483f1a6\"},\"displayName\":\"GitHub Copilot\",\"applicationScoped\":true},{\"identifier\":{\"id\":\"github.copilot-chat\",\"uuid\":\"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"},\"displayName\":\"GitHub Copilot Chat\",\"version\":\"0.35.2\",\"applicationScoped\":true},{\"identifier\":{\"id\":\"github.github-vscode-theme\",\"uuid\":\"7328a705-91fc-49e6-8293-da6f112e482d\"},\"displayName\":\"GitHub Theme\",\"disabled\":true,\"version\":\"6.3.5\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"github.vscode-github-actions\",\"uuid\":\"04f49bfc-8330-4eee-8237-ea938fb755ef\"},\"displayName\":\"GitHub Actions\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"google.gemini-cli-vscode-ide-companion\",\"uuid\":\"3f22f99d-2695-4d6c-9a37-0450025dc16b\"},\"displayName\":\"Gemini CLI Companion\",\"version\":\"0.7.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\",\"version\":\"0.0.226\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"hediet.vscode-drawio\",\"uuid\":\"ea6a6046-2132-421f-a984-664909fcf0b8\"},\"displayName\":\"Draw.io Integration\",\"disabled\":true,\"version\":\"1.9.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"humao.rest-client\",\"uuid\":\"dda49fd5-1f3b-4d25-bf61-4fc41905ede5\"},\"displayName\":\"REST Client\",\"version\":\"0.25.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"james-yu.latex-workshop\",\"uuid\":\"61d03280-3919-4dd1-bce1-178ca21fdeaf\"},\"displayName\":\"LaTeX Workshop\",\"version\":\"10.11.2\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"johnpapa.winteriscoming\",\"uuid\":\"fd6d3dc6-b307-4589-82a6-78e2afec3d77\"},\"displayName\":\"Winter is Coming Theme\",\"disabled\":true,\"version\":\"1.4.4\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"jonaduran.my-light-theme\",\"uuid\":\"ab1ca0da-c2ed-40aa-810a-e6d3b7dd9593\"},\"displayName\":\"Material Light Theme (And Dark)\",\"disabled\":true,\"version\":\"1.1.9\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\",\"version\":\"1.30.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.black-formatter\",\"uuid\":\"859e640c-c157-47da-8699-9080b81c8371\"},\"displayName\":\"Black Formatter\",\"version\":\"2025.2.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\",\"version\":\"2025.14.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\",\"version\":\"2025.0.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\",\"version\":\"2025.16.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\",\"version\":\"2025.9.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-python-envs\",\"uuid\":\"b41d8e8a-b6d4-4202-8f07-7189bdda81be\"},\"displayName\":\"Python Environments\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mylesmurphy.prettify-ts\",\"uuid\":\"c988487b-df58-4518-83d9-cfbf0483493e\"},\"displayName\":\"Prettify TypeScript: Better Type Previews\",\"version\":\"0.3.9\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"nextnav.nextnav\",\"uuid\":\"6d638f4d-681e-47e4-84df-48396338dc57\"},\"displayName\":\"Next.Nav\",\"version\":\"1.1.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"pkief.material-icon-theme\",\"uuid\":\"5db78037-f674-459f-a236-db622c427c5b\"},\"displayName\":\"Material Icon Theme\",\"version\":\"5.28.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"postman.postman-for-vscode\",\"uuid\":\"48fcb244-71c2-4877-aed3-29b36098a411\"},\"displayName\":\"Postman\",\"version\":\"1.18.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"pwabuilder.pwa-studio\",\"uuid\":\"6feefe49-f926-4c74-9049-b00d96245f38\"},\"displayName\":\"PWABuilder Studio\",\"disabled\":true,\"version\":\"1.3.5\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"rimuruchan.vscode-fix-checksums-next\",\"uuid\":\"5b3596ed-8792-4a1e-9f08-9167e4035678\"},\"displayName\":\"Fix VSCode Checksums Next\",\"version\":\"1.4.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ritwickdey.liveserver\",\"uuid\":\"46cc5bbd-b098-4568-9b87-f91e07d26f2d\"},\"displayName\":\"Live Server\",\"version\":\"5.7.9\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"robbowen.synthwave-vscode\",\"uuid\":\"e5fd2b56-1637-4d4f-8252-6c9d416f9a28\"},\"displayName\":\"SynthWave '84\",\"disabled\":true,\"version\":\"0.1.20\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"toba.vsfire\",\"uuid\":\"2b2535e4-d0cd-4b0a-9a18-5db6d6fb0c31\"},\"displayName\":\"Firebase\",\"disabled\":true,\"version\":\"1.4.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"6db08635-0c6a-45ba-9a4b-8c3e192c63c2\"},\"displayName\":\"vscode-pdf\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"usernamehw.errorlens\",\"uuid\":\"9d8c32ab-354c-4daf-a9bf-20b633734435\"},\"displayName\":\"Error Lens\",\"version\":\"3.26.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vitest.explorer\",\"uuid\":\"ab3534a7-eaae-4f75-9735-62bfd758b220\"},\"displayName\":\"Vitest\",\"version\":\"1.32.1\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"wesbos.theme-cobalt2\",\"uuid\":\"fb374ce1-5343-46c8-a425-900fdad15523\"},\"displayName\":\"Cobalt2 Theme Official\",\"disabled\":true,\"version\":\"2.5.0\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\",\"version\":\"0.6.1\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.chat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"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\\\":\\\"codegpt-sidebar\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.preview_ended\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.authenticate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.not_part_of_a_team\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.loading\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"explorerPanel\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"latex-workshop-commands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-structure\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-snippet-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dashboardPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"validationPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"serviceWorkerPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"packagePanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"postman-for-vscode.sidebar-panel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"postman-console-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false,\\\"order\\\":2}]\",\"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.activityBar.location\":\"default\",\"chatEditsView.hideMovedEditsView\":\"true\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.baef66af58cc39d1bcf6e821ff91d0a8\\\",\\\"status.workspaceTrust.3890dae2f2e52a142a830e1307935eef\\\",\\\"status.workspaceTrust.1623598594289\\\",\\\"status.workspaceTrust.314de612ee645b065cc766a166e40fae\\\",\\\"status.workspaceTrust.1624975012910\\\",\\\"status.workspaceTrust.1629737674489\\\",\\\"status.workspaceTrust.1673799341916\\\",\\\"status.workspaceTrust.11f8a9565c7e7bcc2e67d7d94c452c30\\\",\\\"status.workspaceTrust.2527483da64e504b0ff48b3b37636b57\\\",\\\"status.workspaceTrust.1675611393155\\\",\\\"status.workspaceTrust.1675612396616\\\",\\\"status.workspaceTrust.1675612834230\\\",\\\"status.workspaceTrust.1675612908045\\\",\\\"status.workspaceTrust.1675617313667\\\",\\\"status.workspaceTrust.1675617381415\\\",\\\"status.workspaceTrust.1675617492724\\\",\\\"status.workspaceTrust.fc5efd088eece63286d9daf85d893ad8\\\",\\\"status.workspaceTrust.1675619450464\\\",\\\"status.workspaceTrust.5249b28c2351f9574d783d9a683bfb17\\\",\\\"status.workspaceTrust.1675622998612\\\",\\\"status.workspaceTrust.1675645076653\\\",\\\"status.workspaceTrust.1675645200272\\\",\\\"status.workspaceTrust.1675645344470\\\",\\\"status.workspaceTrust.1675646688978\\\",\\\"status.workspaceTrust.1675647195292\\\",\\\"status.workspaceTrust.1675648182778\\\",\\\"status.workspaceTrust.1675648793009\\\",\\\"status.workspaceTrust.1675648984385\\\",\\\"status.workspaceTrust.1675649701674\\\",\\\"status.workspaceTrust.1675650293875\\\",\\\"status.workspaceTrust.1675650385155\\\",\\\"status.workspaceTrust.1675651024221\\\",\\\"status.workspaceTrust.1675651354534\\\",\\\"status.workspaceTrust.1675651572389\\\",\\\"status.workspaceTrust.1675651769933\\\",\\\"status.workspaceTrust.1675651842315\\\",\\\"status.workspaceTrust.1675651914662\\\",\\\"status.workspaceTrust.1675652694212\\\",\\\"status.workspaceTrust.1675653310647\\\",\\\"status.workspaceTrust.1675654430665\\\",\\\"status.workspaceTrust.1675654489107\\\",\\\"status.workspaceTrust.1675654908645\\\",\\\"status.workspaceTrust.1675655276943\\\",\\\"status.workspaceTrust.1675655398751\\\",\\\"status.workspaceTrust.1675655500034\\\",\\\"status.workspaceTrust.1675655545463\\\",\\\"status.workspaceTrust.1675655623037\\\",\\\"status.workspaceTrust.1675655800334\\\",\\\"status.workspaceTrust.1675655942052\\\",\\\"status.workspaceTrust.1675656032896\\\",\\\"status.workspaceTrust.1675656841541\\\",\\\"status.workspaceTrust.1675656900005\\\",\\\"status.workspaceTrust.1675657025792\\\",\\\"status.workspaceTrust.1675657127807\\\",\\\"status.workspaceTrust.1675663485206\\\",\\\"status.workspaceTrust.3cf0da1a478e39431384d24021497e66\\\",\\\"status.workspaceTrust.1675666966556\\\",\\\"status.workspaceTrust.1675668614309\\\",\\\"status.workspaceTrust.c05159b9211fc2272362345ba0be9a16\\\",\\\"status.workspaceTrust.2c44780664b596ef51102e0207942bc7\\\",\\\"status.workspaceTrust.ext-dev\\\",\\\"status.workspaceTrust.1675672209458\\\",\\\"status.workspaceTrust.5b75c19abe474ad0d9618596b4f3dc50\\\",\\\"status.workspaceTrust.1675672633568\\\",\\\"status.workspaceTrust.633cb548690645522b0f7ce54860b399\\\",\\\"status.workspaceTrust.1b61ac90da9681fc556676e87991ce48\\\",\\\"status.workspaceTrust.1675731516525\\\",\\\"status.workspaceTrust.af9a2c911e1fd32138319b2f0901c37b\\\",\\\"status.workspaceTrust.1675734591739\\\",\\\"status.workspaceTrust.1675737636790\\\",\\\"status.workspaceTrust.1675737691137\\\",\\\"status.workspaceTrust.1675953881052\\\",\\\"status.workspaceTrust.1676069033387\\\",\\\"status.workspaceTrust.76a7bf1c865889ba01c9b6ad32dc7665\\\",\\\"status.workspaceTrust.1682154945266\\\",\\\"status.workspaceTrust.1683472530588\\\",\\\"status.workspaceTrust.9608f1c5d26123a1a7640bd7b3712778\\\",\\\"ms-python.black-formatter/black-formatter\\\",\\\"status.workspaceTrust.1769ebe4023c375d56149129488b5f67\\\",\\\"status.workspaceTrust.b3e599ac8f2d451e0663305c35b6f635\\\",\\\"status.workspaceTrust.610863bdc38a93a5377833f90ffa8049\\\",\\\"status.workspaceTrust.dd359dac4659b89d71bb178e4581a0dd\\\",\\\"status.workspaceTrust.e7af17525bb569038877f996391a5bae\\\",\\\"status.workspaceTrust.088adee69cea18a344819c215502a76e\\\",\\\"status.workspaceTrust.fb86a024a789d7e0210d0fb30518ea7f\\\",\\\"status.workspaceTrust.92588c99c1bf2ebfd6c3e3a6aa1ab129\\\",\\\"status.workspaceTrust.b0b4f93b485b48d727d4b137fd5514ad\\\",\\\"status.workspaceTrust.ccd536a75fea816c22467685c00a54af\\\",\\\"status.workspaceTrust.1686375763372\\\",\\\"status.workspaceTrust.709a49e07aa32cf39d0a783a5efb6a17\\\",\\\"status.workspaceTrust.441ef3668bdf2c83944379acb327d058\\\",\\\"status.workspaceTrust.99e7e26fedd8ffe5b6bf35181efec65c\\\",\\\"status.workspaceTrust.1686662541172\\\",\\\"status.workspaceTrust.6936888ead8c1a133cda5fefd1c2a2ce\\\",\\\"status.workspaceTrust.43d6bf9016de9158d0423a6f5038eb64\\\",\\\"status.workspaceTrust.4ddbb881c61b7b4b476f9d669aed77f5\\\",\\\"status.workspaceTrust.b3a70a65ec45d7ce05cafb1a53c3f341\\\",\\\"status.workspaceTrust.183720f32194cb97f9e0921f0a482629\\\",\\\"status.workspaceTrust.2136bac1b76eada4f1b95ed51c7ea94c\\\",\\\"status.workspaceTrust.1687309935799\\\",\\\"status.workspaceTrust.1687311528298\\\",\\\"status.workspaceTrust.1687403855863\\\",\\\"status.workspaceTrust.64c70fc10c72b161b9af7b222df9c5da\\\",\\\"status.workspaceTrust.1687837089863\\\",\\\"status.workspaceTrust.1687838051031\\\",\\\"status.workspaceTrust.1687850070276\\\",\\\"status.workspaceTrust.147603747a87e3ec4c8ae17d09adff31\\\",\\\"status.workspaceTrust.d21dd0b7528a26423effc99e4435402e\\\",\\\"status.workspaceTrust.88f800b250113dc0cead28f0fa8eaab2\\\",\\\"status.workspaceTrust.bd31033309d286933ed854df48d191b1\\\",\\\"status.workspaceTrust.1694075071192\\\",\\\"status.workspaceTrust.40012fe6cde0aa252fb4fef487c31774\\\",\\\"status.workspaceTrust.1694331742201\\\",\\\"status.workspaceTrust.ab48f8b998c84ff5914ea838e3507ec2\\\",\\\"status.workspaceTrust.29c0d50aaad7ef4139843ac28e40c804\\\",\\\"status.workspaceTrust.4706ad5ee4424d78418b566aa7ffbbe4\\\",\\\"status.workspaceTrust.8ac71fca9cda38f1d1da064dc6ab59f1\\\",\\\"status.workspaceTrust.ba4c6168e17e7f8235cf4d1dc306c579\\\",\\\"status.workspaceTrust.1695829469802\\\",\\\"status.workspaceTrust.c1c71849903e9700e116b3a551fdc682\\\",\\\"status.workspaceTrust.aaac35b89833d3826a31aa899ee90344\\\",\\\"status.workspaceTrust.dc0ffbebc860ac47bbb4e56906823074\\\",\\\"status.workspaceTrust.1695989901946\\\",\\\"status.workspaceTrust.40894776fbe18fa7b3caa9e0ea3f65d3\\\",\\\"status.workspaceTrust.f853b3db977a559644442aeb568585a2\\\",\\\"status.workspaceTrust.1696596475516\\\",\\\"status.workspaceTrust.f321a8712acbbce7ca7dafd84050e26e\\\",\\\"status.workspaceTrust.a930b2dc7e715fbb784e6d7871cd17ee\\\",\\\"status.workspaceTrust.0447924f52f1a0992db9980700b8c8bd\\\",\\\"status.workspaceTrust.de68d5f225a47f6c59c9a57b3161591e\\\",\\\"status.workspaceTrust.f28ddabab3dab5fe7a3061038b20e2f0\\\",\\\"status.workspaceTrust.b5308e6ae48666e112fbae2338c0f8ce\\\",\\\"status.workspaceTrust.614b23c585523d8d29683644c2c851fb\\\",\\\"status.workspaceTrust.7ad8af7a5e7983c9edffa25af559e60c\\\",\\\"status.workspaceTrust.d359dd27704dfbbf2ab6426b5925c9b4\\\",\\\"status.workspaceTrust.7fb90abbf6476c1bfe9f6f6d23e52a6b\\\",\\\"status.workspaceTrust.6855c7aaa23377862851d3b8ef359bcf\\\",\\\"status.workspaceTrust.eddc6cfe5858db683b50257d3fe324b8\\\",\\\"status.workspaceTrust.7e32c6ecdc3d782ef08e6ccab17f1231\\\",\\\"status.workspaceTrust.de0303e9b01bfbd172a25dd1f93cce1e\\\",\\\"status.workspaceTrust.acff77c0b1afb8824ebffffd23df87bb\\\",\\\"status.workspaceTrust.872c4f783c732c22be5faf44f7772679\\\",\\\"status.workspaceTrust.1709552453361\\\",\\\"status.workspaceTrust.db008a38e29ac7e7888b1023205dae81\\\",\\\"TabNine.tabnine-vscode\\\",\\\"chat.quotasStatusBarEntry\\\",\\\"GitHub.copilot.status\\\",\\\"vscode.git.git.blame\\\",\\\"status.editor.indentation\\\",\\\"status.editor.encoding\\\",\\\"status.editor.eol\\\",\\\"NextNav.NextNav\\\"]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.chat.sessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.copilot-chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.json-views\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.github-actions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.python\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.github-copilot-completions-debugger-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.latex-workshop-activitybar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.context-inspector\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.sidebar-panel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.panel.chatSidebar\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":100},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"workbench.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.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.postman-console-view-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.viewContainer.agentSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.tabnine\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.panel.chat\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.chatEditing\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":101}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs akamud-vscode-theme-onelight-themes-OneLight-json\\\",\\\"label\\\":\\\"Atom One Light\\\",\\\"settingsId\\\":\\\"Atom One Light\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#A0A1A7\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A0A1A7\\\"},\\\"scope\\\":[\\\"comment markup.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"entity.name.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword.control\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"keyword.other.special-method\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"keyword.other.unit\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"storage\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"storage.type.annotation\\\",\\\"storage.type.primitive\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"storage.modifier.package\\\",\\\"storage.modifier.import\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"constant.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"constant.character.escape\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"constant.numeric\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"constant.other.color\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"constant.other.symbol\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CA1243\\\"},\\\"scope\\\":[\\\"variable.interpolation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"variable.parameter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"string > source\\\",\\\"string embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"string.regexp\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"string.regexp source.ruby.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"string.other.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A0A1A7\\\"},\\\"scope\\\":[\\\"punctuation.definition.comment\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"punctuation.definition.method-parameters\\\",\\\"punctuation.definition.function-parameters\\\",\\\"punctuation.definition.parameters\\\",\\\"punctuation.definition.separator\\\",\\\"punctuation.definition.seperator\\\",\\\"punctuation.definition.array\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"punctuation.definition.heading\\\",\\\"punctuation.definition.identity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"punctuation.definition.bold\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"punctuation.definition.italic\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CA1243\\\"},\\\"scope\\\":[\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"punctuation.section.method\\\",\\\"punctuation.section.class\\\",\\\"punctuation.section.inner-class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"support.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"support.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"support.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"support.function.any-method\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"entity.name.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"entity.name.class\\\",\\\"entity.name.type.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"entity.name.section\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"entity.name.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"entity.other.attribute-name.id\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"meta.class\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.class.body\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.method-call\\\",\\\"meta.method\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"meta.definition.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"meta.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"meta.require\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"meta.selector\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.separator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.tag\\\"]},{\\\"settings\\\":{\\\"text-decoration\\\":\\\"underline\\\"},\\\"scope\\\":[\\\"underline\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"none\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#000000\\\",\\\"background\\\":\\\"#F2A60D\\\"},\\\"scope\\\":[\\\"invalid.deprecated\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"white\\\",\\\"background\\\":\\\"#FF1414\\\"},\\\"scope\\\":[\\\"invalid.illegal\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":[\\\"markup.bold\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"markup.changed\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"markup.deleted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"markup.italic\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"markup.heading\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"markup.heading punctuation.definition.heading\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"markup.link\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"markup.inserted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"markup.quote\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"markup.raw\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.c keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.cpp keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.cs keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#696C77\\\"},\\\"scope\\\":[\\\"source.css property-name\\\",\\\"source.css property-value\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.css property-name.support\\\",\\\"source.css property-value.support\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.elixir source.embedded.source\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"source.elixir constant.language\\\",\\\"source.elixir constant.numeric\\\",\\\"source.elixir constant.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.elixir variable.definition\\\",\\\"source.elixir variable.anonymous\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":[\\\"source.elixir parameter.variable.function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"source.elixir quoted\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.elixir keyword.special-method\\\",\\\"source.elixir embedded.section\\\",\\\"source.elixir embedded.source.empty\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.elixir readwrite.module punctuation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CA1243\\\"},\\\"scope\\\":[\\\"source.elixir regexp.section\\\",\\\"source.elixir regexp.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"source.elixir separator\\\",\\\"source.elixir keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"source.elixir variable.constant\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#696C77\\\"},\\\"scope\\\":[\\\"source.elixir array\\\",\\\"source.elixir scope\\\",\\\"source.elixir section\\\"]},{\\\"settings\\\":{\\\"-webkit-font-smoothing\\\":\\\"auto\\\"},\\\"scope\\\":[\\\"source.gfm markup\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"source.gfm link entity\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.go storage.type.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.ini keyword.other.definition.ini\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"source.java storage.modifier.import\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"source.java storage.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.java keyword.operator.instanceof\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.java-properties meta.key-pair\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.java-properties meta.key-pair > punctuation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.js keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.js keyword.operator.delete\\\",\\\"source.js keyword.operator.in\\\",\\\"source.js keyword.operator.of\\\",\\\"source.js keyword.operator.instanceof\\\",\\\"source.js keyword.operator.new\\\",\\\"source.js keyword.operator.typeof\\\",\\\"source.js keyword.operator.void\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.ts keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.flow keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json > string.quoted.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"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\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.json meta.structure.dictionary.json > constant.language.json\\\",\\\"source.json meta.structure.array.json > constant.language.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"ng.interpolation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"ng.interpolation.begin\\\",\\\"ng.interpolation.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"ng.interpolation function\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"ng.interpolation function.begin\\\",\\\"ng.interpolation function.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"ng.interpolation bool\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"ng.interpolation bracket\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"ng.pipe\\\",\\\"ng.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"ng.tag\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"ng.attribute-with-value attribute-name\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"ng.attribute-with-value string\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"ng.attribute-with-value string.begin\\\",\\\"ng.attribute-with-value string.end\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"inherit\\\"},\\\"scope\\\":[\\\"source.ruby constant.other.symbol > punctuation\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.php class.bracket\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"source.python keyword.operator.logical.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"source.python variable.parameter\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"customrule\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"support.type.property-name\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":\\\"string.quoted.double punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"support.type.property-name.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"support.type.property-name.json punctuation\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"punctuation.separator.key-value.ts\\\",\\\"punctuation.separator.key-value.js\\\",\\\"punctuation.separator.key-value.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.js.embedded.html keyword.operator\\\",\\\"source.ts.embedded.html keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"variable.other.readwrite.js\\\",\\\"variable.other.readwrite.ts\\\",\\\"variable.other.readwrite.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"support.variable.dom.js\\\",\\\"support.variable.dom.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"support.variable.property.dom.js\\\",\\\"support.variable.property.dom.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CA1243\\\"},\\\"scope\\\":[\\\"meta.template.expression.js punctuation.definition\\\",\\\"meta.template.expression.ts punctuation.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.ts punctuation.definition.typeparameters\\\",\\\"source.js punctuation.definition.typeparameters\\\",\\\"source.tsx punctuation.definition.typeparameters\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.ts punctuation.definition.block\\\",\\\"source.js punctuation.definition.block\\\",\\\"source.tsx punctuation.definition.block\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.ts punctuation.separator.comma\\\",\\\"source.js punctuation.separator.comma\\\",\\\"source.tsx punctuation.separator.comma\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"support.variable.property.js\\\",\\\"support.variable.property.ts\\\",\\\"support.variable.property.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"keyword.control.default.js\\\",\\\"keyword.control.default.ts\\\",\\\"keyword.control.default.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.instanceof.js\\\",\\\"keyword.operator.expression.instanceof.ts\\\",\\\"keyword.operator.expression.instanceof.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.of.js\\\",\\\"keyword.operator.expression.of.ts\\\",\\\"keyword.operator.expression.of.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.brace.round.js\\\",\\\"meta.array-binding-pattern-variable.js\\\",\\\"meta.brace.square.js\\\",\\\"meta.brace.round.ts\\\",\\\"meta.array-binding-pattern-variable.ts\\\",\\\"meta.brace.square.ts\\\",\\\"meta.brace.round.tsx\\\",\\\"meta.array-binding-pattern-variable.tsx\\\",\\\"meta.brace.square.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.js punctuation.accessor\\\",\\\"source.ts punctuation.accessor\\\",\\\"source.tsx punctuation.accessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"punctuation.terminator.statement.js\\\",\\\"punctuation.terminator.statement.ts\\\",\\\"punctuation.terminator.statement.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"meta.array-binding-pattern-variable.js variable.other.readwrite.js\\\",\\\"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts\\\",\\\"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"source.js support.variable\\\",\\\"source.ts support.variable\\\",\\\"source.tsx support.variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"variable.other.constant.property.js\\\",\\\"variable.other.constant.property.ts\\\",\\\"variable.other.constant.property.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword.operator.new.ts\\\",\\\"keyword.operator.new.j\\\",\\\"keyword.operator.new.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"source.ts keyword.operator\\\",\\\"source.tsx keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"punctuation.separator.parameter.js\\\",\\\"punctuation.separator.parameter.ts\\\",\\\"punctuation.separator.parameter.tsx \\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"constant.language.import-export-all.js\\\",\\\"constant.language.import-export-all.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"constant.language.import-export-all.jsx\\\",\\\"constant.language.import-export-all.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"keyword.control.as.js\\\",\\\"keyword.control.as.ts\\\",\\\"keyword.control.as.jsx\\\",\\\"keyword.control.as.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"variable.other.readwrite.alias.js\\\",\\\"variable.other.readwrite.alias.ts\\\",\\\"variable.other.readwrite.alias.jsx\\\",\\\"variable.other.readwrite.alias.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"variable.other.constant.js\\\",\\\"variable.other.constant.ts\\\",\\\"variable.other.constant.jsx\\\",\\\"variable.other.constant.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"meta.export.default.js variable.other.readwrite.js\\\",\\\"meta.export.default.ts variable.other.readwrite.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"source.js meta.template.expression.js punctuation.accessor\\\",\\\"source.ts meta.template.expression.ts punctuation.accessor\\\",\\\"source.tsx meta.template.expression.tsx punctuation.accessor\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.js meta.import-equals.external.js keyword.operator\\\",\\\"source.jsx meta.import-equals.external.jsx keyword.operator\\\",\\\"source.ts meta.import-equals.external.ts keyword.operator\\\",\\\"source.tsx meta.import-equals.external.tsx keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":\\\"entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.definition.property.js variable\\\",\\\"meta.definition.property.ts variable\\\",\\\"meta.definition.property.jsx variable\\\",\\\"meta.definition.property.tsx variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.type.parameters.js support.type\\\",\\\"meta.type.parameters.jsx support.type\\\",\\\"meta.type.parameters.ts support.type\\\",\\\"meta.type.parameters.tsx support.type\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"source.js meta.tag.js keyword.operator\\\",\\\"source.jsx meta.tag.jsx keyword.operator\\\",\\\"source.ts meta.tag.ts keyword.operator\\\",\\\"source.tsx meta.tag.tsx keyword.operator\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"meta.tag.js punctuation.section.embedded\\\",\\\"meta.tag.jsx punctuation.section.embedded\\\",\\\"meta.tag.ts punctuation.section.embedded\\\",\\\"meta.tag.tsx punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":[\\\"meta.array.literal.js variable\\\",\\\"meta.array.literal.jsx variable\\\",\\\"meta.array.literal.ts variable\\\",\\\"meta.array.literal.tsx variable\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"support.type.object.module.js\\\",\\\"support.type.object.module.jsx\\\",\\\"support.type.object.module.ts\\\",\\\"support.type.object.module.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"constant.language.json\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":[\\\"variable.other.constant.object.js\\\",\\\"variable.other.constant.object.jsx\\\",\\\"variable.other.constant.object.ts\\\",\\\"variable.other.constant.object.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":[\\\"storage.type.property.js\\\",\\\"storage.type.property.jsx\\\",\\\"storage.type.property.ts\\\",\\\"storage.type.property.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"meta.template.expression.js string.quoted punctuation.definition\\\",\\\"meta.template.expression.jsx string.quoted punctuation.definition\\\",\\\"meta.template.expression.ts string.quoted punctuation.definition\\\",\\\"meta.template.expression.tsx string.quoted punctuation.definition\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":[\\\"meta.template.expression.js string.template punctuation.definition.string.template\\\",\\\"meta.template.expression.jsx string.template punctuation.definition.string.template\\\",\\\"meta.template.expression.ts string.template punctuation.definition.string.template\\\",\\\"meta.template.expression.tsx string.template punctuation.definition.string.template\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"keyword.operator.expression.in.js\\\",\\\"keyword.operator.expression.in.jsx\\\",\\\"keyword.operator.expression.in.ts\\\",\\\"keyword.operator.expression.in.tsx\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"variable.other.object.js\\\",\\\"variable.other.object.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":[\\\"meta.object-literal.key.js\\\",\\\"meta.object-literal.key.ts\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"source.python constant.other\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"source.python constant\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"constant.character.format.placeholder.other.python storage\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"support.variable.magic.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"meta.function.parameters.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"punctuation.separator.annotation.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"punctuation.separator.parameters.python\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"entity.name.variable.field.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"source.cs keyword.operator\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"variable.other.readwrite.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"variable.other.object.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"variable.other.object.property.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":\\\"entity.name.variable.property.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":\\\"storage.type.cs\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":\\\"keyword.other.unsafe.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":\\\"entity.name.type.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"storage.modifier.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"entity.name.lifetime.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":\\\"storage.type.core.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"meta.attribute.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#0184BC\\\"},\\\"scope\\\":\\\"storage.class.std.rust\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"markup.raw.block.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"punctuation.definition.variable.shell\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"support.constant.property-value.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"punctuation.definition.constant.css\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"punctuation.separator.key-value.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"punctuation.definition.constant.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"meta.property-list.scss punctuation.separator.key-value.scss\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#C18401\\\"},\\\"scope\\\":\\\"storage.type.primitive.array.java\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"entity.name.section.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"punctuation.definition.heading.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"punctuation.definition.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":\\\"markup.inline.raw.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"beginning.punctuation.definition.list.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A0A1A7\\\",\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":[\\\"punctuation.definition.string.begin.markdown\\\",\\\"punctuation.definition.string.end.markdown\\\",\\\"punctuation.definition.metadata.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":\\\"punctuation.definition.metadata.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A626A4\\\"},\\\"scope\\\":[\\\"markup.underline.link.markdown\\\",\\\"markup.underline.link.image.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#4078F2\\\"},\\\"scope\\\":[\\\"string.other.link.title.markdown\\\",\\\"string.other.link.description.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"punctuation.separator.variable.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#986801\\\"},\\\"scope\\\":\\\"variable.other.constant.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#50A14F\\\"},\\\"scope\\\":\\\"keyword.operator.other.ruby\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E45649\\\"},\\\"scope\\\":\\\"punctuation.definition.variable.php\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#383A42\\\"},\\\"scope\\\":\\\"meta.class.php\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"akamud.vscode-theme-onelight\\\",\\\"_extensionIsBuiltin\\\":false,\\\"_extensionName\\\":\\\"vscode-theme-onelight\\\",\\\"_extensionPublisher\\\":\\\"akamud\\\"},\\\"colorMap\\\":{\\\"activityBar.background\\\":\\\"#fafafa\\\",\\\"activityBar.foreground\\\":\\\"#121417\\\",\\\"editorInlayHint.background\\\":\\\"#f5f5f5\\\",\\\"editorInlayHint.foreground\\\":\\\"#afb2bb\\\",\\\"notebook.cellEditorBackground\\\":\\\"#f5f5f5\\\",\\\"activityBarBadge.background\\\":\\\"#526fff\\\",\\\"activityBarBadge.foreground\\\":\\\"#ffffff\\\",\\\"button.background\\\":\\\"#5871ef\\\",\\\"button.foreground\\\":\\\"#ffffff\\\",\\\"button.hoverBackground\\\":\\\"#6b83ed\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#00809b33\\\",\\\"dropdown.background\\\":\\\"#ffffff\\\",\\\"dropdown.border\\\":\\\"#dbdbdc\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#626772\\\",\\\"editor.background\\\":\\\"#fafafa\\\",\\\"editor.foreground\\\":\\\"#383a42\\\",\\\"editor.lineHighlightBackground\\\":\\\"#383a420c\\\",\\\"editor.selectionBackground\\\":\\\"#e5e5e6\\\",\\\"editorCursor.foreground\\\":\\\"#526fff\\\",\\\"editor.findMatchHighlightBackground\\\":\\\"#526fff33\\\",\\\"editorGroup.background\\\":\\\"#eaeaeb\\\",\\\"editorGroup.border\\\":\\\"#dbdbdc\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#eaeaeb\\\",\\\"editorIndentGuide.background\\\":\\\"#383a4233\\\",\\\"editorLineNumber.foreground\\\":\\\"#9d9d9f\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#383a42\\\",\\\"editorWhitespace.foreground\\\":\\\"#383a4233\\\",\\\"editorRuler.foreground\\\":\\\"#383a4233\\\",\\\"editorHoverWidget.background\\\":\\\"#eaeaeb\\\",\\\"editorHoverWidget.border\\\":\\\"#dbdbdc\\\",\\\"editorSuggestWidget.background\\\":\\\"#eaeaeb\\\",\\\"editorSuggestWidget.border\\\":\\\"#dbdbdc\\\",\\\"editorSuggestWidget.selectedBackground\\\":\\\"#ffffff\\\",\\\"editorWidget.background\\\":\\\"#eaeaeb\\\",\\\"editorWidget.border\\\":\\\"#e5e5e6\\\",\\\"input.background\\\":\\\"#ffffff\\\",\\\"input.border\\\":\\\"#dbdbdc\\\",\\\"focusBorder\\\":\\\"#526fff\\\",\\\"list.activeSelectionBackground\\\":\\\"#dbdbdc\\\",\\\"list.activeSelectionForeground\\\":\\\"#232324\\\",\\\"list.focusBackground\\\":\\\"#dbdbdc\\\",\\\"list.hoverBackground\\\":\\\"#dbdbdc66\\\",\\\"list.highlightForeground\\\":\\\"#121417\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#dbdbdc\\\",\\\"list.inactiveSelectionForeground\\\":\\\"#232324\\\",\\\"notification.background\\\":\\\"#333333\\\",\\\"pickerGroup.border\\\":\\\"#526fff\\\",\\\"scrollbarSlider.background\\\":\\\"#4e566680\\\",\\\"scrollbarSlider.activeBackground\\\":\\\"#747d9180\\\",\\\"scrollbarSlider.hoverBackground\\\":\\\"#5a637580\\\",\\\"sideBar.background\\\":\\\"#eaeaeb\\\",\\\"sideBarSectionHeader.background\\\":\\\"#fafafa\\\",\\\"statusBar.background\\\":\\\"#eaeaeb\\\",\\\"statusBar.foreground\\\":\\\"#424243\\\",\\\"statusBarItem.hoverBackground\\\":\\\"#dbdbdc\\\",\\\"statusBar.noFolderBackground\\\":\\\"#eaeaeb\\\",\\\"tab.activeBackground\\\":\\\"#fafafa\\\",\\\"tab.activeForeground\\\":\\\"#121417\\\",\\\"tab.border\\\":\\\"#dbdbdc\\\",\\\"tab.inactiveBackground\\\":\\\"#eaeaeb\\\",\\\"titleBar.activeBackground\\\":\\\"#eaeaeb\\\",\\\"titleBar.activeForeground\\\":\\\"#424243\\\",\\\"titleBar.inactiveBackground\\\":\\\"#eaeaeb\\\",\\\"titleBar.inactiveForeground\\\":\\\"#424243\\\",\\\"statusBar.debuggingForeground\\\":\\\"#ffffff\\\",\\\"extensionButton.prominentBackground\\\":\\\"#3bba54\\\",\\\"extensionButton.prominentHoverBackground\\\":\\\"#4cc263\\\",\\\"badge.background\\\":\\\"#526fff\\\",\\\"badge.foreground\\\":\\\"#ffffff\\\",\\\"peekView.border\\\":\\\"#526fff\\\",\\\"peekViewResult.background\\\":\\\"#eaeaeb\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#dbdbdc\\\",\\\"peekViewTitle.background\\\":\\\"#ffffff\\\",\\\"peekViewEditor.background\\\":\\\"#ffffff\\\"},\\\"watch\\\":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}]\",\"nps/lastSessionDate\":\"Sun May 07 2023\",\"nps/sessionCount\":\"9\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"cpp.1.lastSessionDate\":\"Fri Dec 19 2025\",\"cpp.1.sessionCount\":\"391\",\"java.2.lastSessionDate\":\"Fri Dec 19 2025\",\"java.2.sessionCount\":\"406\",\"javascript.1.lastSessionDate\":\"Tue Sep 05 2023\",\"javascript.1.sessionCount\":\"114\",\"typescript.1.lastSessionDate\":\"Wed Mar 12 2025\",\"typescript.1.sessionCount\":\"315\",\"csharp.1.lastSessionDate\":\"Fri Dec 19 2025\",\"csharp.1.sessionCount\":\"355\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"memento/gettingStartedService\":\"{\\\"installGit\\\":{\\\"done\\\":true},\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true},\\\"settingsAndSync\\\":{\\\"done\\\":true},\\\"settingsSyncWeb\\\":{\\\"done\\\":true},\\\"intellisense\\\":{\\\"done\\\":true}}\",\"workbench.panel.alignment\":\"left\",\"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\\\":true},{\\\"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},{\\\"id\\\":\\\"workbench.views.mcp.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.default.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.marketplaceAccess\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.default.welcomeView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.mcp.welcomeView\\\",\\\"isHidden\\\":false}]\",\"themeUpdatedNotificationShown\":\"true\",\"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}]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"alefragnani.Bookmarks#bookmarksWelcome\\\",{\\\"firstSeen\\\":1746357842650,\\\"stepIDs\\\":[\\\"toggle\\\",\\\"navigateToBookmarks\\\",\\\"defineLabelsForYourBookmarks\\\",\\\"exclusiveSideBar\\\",\\\"workingWithRemotes\\\",\\\"customizingAppearance\\\"],\\\"manaullyOpened\\\":false}],[\\\"GitHub.copilot-chat#copilotWelcome\\\",{\\\"firstSeen\\\":1746357842650,\\\"stepIDs\\\":[\\\"copilot.setup.signIn\\\",\\\"copilot.setup.signInNoAction\\\",\\\"copilot.setup.signUp\\\",\\\"copilot.setup.signUpNoAction\\\",\\\"copilot.panelChat\\\",\\\"copilot.edits\\\",\\\"copilot.firstSuggest\\\",\\\"copilot.inlineChatNotMac\\\",\\\"copilot.inlineChatMac\\\",\\\"copilot.sparkle\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1746357842650,\\\"stepIDs\\\":[\\\"python.createPythonFolder\\\",\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1746357842650,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}]]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"undo\\\",\\\"cu\\\",\\\"cursor\\\",\\\"\\\\\\\"ctrl+shift+enter ctrl\\\\\\\"\\\",\\\"inisert\\\",\\\"ins\\\",\\\"insert\\\",\\\"insert line abou\\\",\\\"insert line abouve\\\",\\\"insert line a\\\",\\\"insert line above\\\",\\\"\\\\\\\"ctrl+shift+alt\\\\\\\"\\\",\\\"\\\\\\\"ctrl+enter shift\\\\\\\"\\\",\\\"\\\\\\\"enter\\\\\\\"\\\",\\\"\\\\\\\"enter ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"enter ctrl+shift+alt\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+enter shift+alt\\\\\\\"\\\",\\\"\\\\\\\"alt+enter ctrl\\\\\\\"\\\",\\\"\\\\\\\"ctrl+enter ctrl+enter\\\\\\\"\\\",\\\"\\\\\\\"ctrl+enter\\\\\\\"\\\",\\\"\\\\\\\"alt+enter\\\\\\\"\\\",\\\"\\\\\\\"alt+enter alt\\\\\\\"\\\",\\\"\\\\\\\"alt+enter ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"alt+enter ctrl+shift+alt\\\\\\\"\\\",\\\"\\\\\\\"alt+enter ctrl+alt+enter\\\\\\\"\\\",\\\"\\\\\\\"shift+alt+enter\\\\\\\"\\\",\\\"\\\\\\\"shift+alt+enter ctrl+shift+alt\\\\\\\"\\\",\\\"\\\\\\\"shift+alt+enter shift+alt\\\\\\\"\\\",\\\"\\\\\\\"shift+alt+enter shift+alt+enter\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+enter\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+enter ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+enter ctrl+shift+enter\\\\\\\"\\\",\\\"\\\\\\\"shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter ctrl+shift+enter\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter alt\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter ctrl+w\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+g ctrl+shift+g\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+i ctrl+shift+9\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+h ctrl+shift+h\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+j ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+j ctrl+shift+d\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+f\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+h ctrl+shift+g\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+h ctrl+shift+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+; ctrl+shift+;\\\\\\\"\\\",\\\"\\\\\\\"ctrl+w ctrl\\\\\\\"\\\",\\\"\\\\\\\"alt+k alt+k\\\\\\\"\\\",\\\"\\\\\\\"ctrl\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+t ctrl+shift+r\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+e\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+q\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+q ctrl+shift+n\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+,\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+v\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+v ctrl+shift+c\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+x\\\\\\\"\\\",\\\"\\\\\\\"enter alt\\\\\\\"\\\",\\\"\\\\\\\"enter win\\\\\\\"\\\",\\\"\\\\\\\"numpad_multiply numpad_multiply\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter ctrl+shift+u\\\\\\\"\\\",\\\"\\\\\\\"m m\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+enter ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+k ctrl+shift+k\\\\\\\"\\\",\\\"\\\\\\\"win\\\\\\\"\\\",\\\"\\\\\\\"alt\\\\\\\"\\\",\\\"\\\\\\\"ctrl+w ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+u ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+u left\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+u\\\\\\\"\\\",\\\"\\\\\\\"alt+k\\\\\\\"\\\",\\\"\\\\\\\"alt+k ctrl+alt+k\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+k ctrl+shift+alt\\\\\\\"\\\",\\\"\\\\\\\"left\\\\\\\"\\\",\\\"ctr\\\",\\\"ctrl = \\\",\\\"ctrl + sh\\\",\\\"ctrl + shift + k\\\",\\\"\\\\\\\"ctrl+alt+m\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shif+m\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+m\\\\\\\"\\\",\\\"\\\\\\\"ctrl+al+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl++j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shif+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+j\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+l\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+t\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+k\\\\\\\"\\\",\\\"\\\\\\\"ctrl+alt+k\\\\\\\"\\\",\\\"\\\\\\\"ctrl+d\\\\\\\"\\\",\\\"find match\\\",\\\"se\\\",\\\"remove selection \\\",\\\"selection \\\",\\\"\\\\\\\"ctrl+u\\\\\\\"\\\",\\\"\\\\\\\"ctrl+u ctrl+w\\\\\\\"\\\",\\\"\\\\\\\"alt+j alt+k\\\\\\\"\\\",\\\"\\\\\\\"ctrl+w\\\\\\\"\\\"]}\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.77.3\",\"snippets.usageTimestamps\":\"[[\\\"python.json/if(main)\\\",1681299883663],[\\\"python.json/Print to console\\\",1681300202207],[\\\"python.json/Main\\\",1684828065902],[\\\"html.json/cdn: jquery\\\",1686721262857],[\\\"javascript.json/gsap\\\",1686755879142],[\\\"snippets/javascript.code-snippets/Function Statement\\\",1695099980363],[\\\"snippets/snippets.json/EJS TAG Else If Statement\\\",1695390046493],[\\\"html.json/cdn: gsap\\\",1698082501291],[\\\"snippets/snippets.json/EJS TAG Output Escaped\\\",1698500716475],[\\\"snippets/snippets.json/EJS TAG\\\",1698748483122],[\\\"snippets/snippets.json/EJS TAG Output Value\\\",1698817680343],[\\\"snippets/javascript.code-snippets/Do-While Statement\\\",1711623130066],[\\\"snippets/javascript.code-snippets/Log error to console\\\",1721635237489],[\\\"snippets/snippets.json/Class Component With Constructor\\\",1722009987186],[\\\"lib/snippets/generated.json/consoleClear\\\",1722010000834],[\\\"lib/snippets/generated.json/forOf\\\",1722089505729],[\\\"snippets/javascript.code-snippets/new Promise\\\",1722196223296],[\\\"snippets/javascript.code-snippets/Import Statement\\\",1722877807865],[\\\"snippets/javascript.code-snippets/For-Each Loop\\\",1722938643282],[\\\"lib/snippets/generated.json/importReact\\\",1723125442422],[\\\"snippets/javascript.code-snippets/Set Interval Function\\\",1726887043714],[\\\"lib/snippets/generated.json/consoleTable\\\",1726889127632],[\\\"lib/snippets/generated.json/useLayoutEffect\\\",1727199558643],[\\\"lib/snippets/generated.json/importReactWithPureComponent\\\",1727230169816],[\\\"snippets/javascript.code-snippets/Class Definition\\\",1729533502763],[\\\"lib/snippets/generated.json/import\\\",1731958196368],[\\\"snippets/javascript.code-snippets/Log to the console\\\",1737777549605],[\\\"snippets/javascript.code-snippets/For-Each Loop using =>\\\",1739819547436],[\\\"lib/snippets/generated.json/reactArrowFunctionComponent\\\",1741079555423],[\\\"lib/snippets/generated.json/useImperativeHandle\\\",1741188674129],[\\\"snippets/typescript.code-snippets/For-Each Loop using =>\\\",1741198400675],[\\\"snippets/typescript.code-snippets/Set Interval Function\\\",1742579110122],[\\\"snippets/javascript.code-snippets/Set Timeout Function\\\",1742873416965],[\\\"html.json/cdn: font awesome\\\",1747072129744],[\\\"lib/snippets/generated.json/componentProps\\\",1747380230595],[\\\"lib/snippets/generated.json/reactArrowFunctionExportComponent\\\",1747410385046],[\\\"lib/snippets/generated.json/exportDefault\\\",1747747879662],[\\\"lib/snippets/generated.json/exportDefaultNamedFunction\\\",1750918144048],[\\\"lib/snippets/generated.json/consoleAssert\\\",1750923892062],[\\\"typescriptreact.json/Debug Button\\\",1751610746914],[\\\"lib/snippets/generated.json/componentState\\\",1751634718004],[\\\"lib/snippets/generated.json/setupReactTest\\\",1751691767463],[\\\"snippets/javascript.code-snippets/For Loop\\\",1752587350521],[\\\"lib/snippets/generated.json/describeBlock\\\",1753154680263],[\\\"lib/snippets/generated.json/useRef\\\",1753769945101],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1755112949393],[\\\"snippets/typescript.code-snippets/While Statement\\\",1755273367793],[\\\"lib/snippets/generated.json/setupReactComponentTestWithRedux\\\",1755581031474],[\\\"snippets/typescript.code-snippets/For Loop\\\",1755717002668],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1756311974901],[\\\"lib/snippets/generated.json/useContext\\\",1756355819451],[\\\"lib/snippets/generated.json/method\\\",1756385888604],[\\\"lib/snippets/generated.json/itBlock\\\",1756469037096],[\\\"lib/snippets/generated.json/typeofSnippet\\\",1756662413967],[\\\"snippets/typescript.code-snippets/Triple-slash reference\\\",1756837471078],[\\\"snippets/pwa-windows.json.code-snippets/Screenshots\\\",1757249984747],[\\\"snippets/javascript.code-snippets/Switch Statement\\\",1757699580413],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1757767469369],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1758021455766],[\\\"lib/snippets/generated.json/useReducer\\\",1758644685835],[\\\"snippets/typescript.code-snippets/Throw Exception\\\",1758655842630],[\\\"snippets/typescript.code-snippets/Property getter\\\",1762687143835],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1762715830855],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1762914449323],[\\\"css.json/css boilerplate\\\",1763292250675],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1763407756640],[\\\"lib/snippets/generated.json/useEffect\\\",1763916810902],[\\\"lib/snippets/generated.json/reactFunctionalExportComponent\\\",1765259409033],[\\\"lib/snippets/generated.json/useState\\\",1765395035633],[\\\"lib/snippets/generated.json/consoleError\\\",1765465356459],[\\\"snippets/typescript.code-snippets/Property setter\\\",1765482231702],[\\\"lib/snippets/generated.json/reactFunctionalComponent\\\",1765893741765],[\\\"lib/snippets/generated.json/consoleLog\\\",1766171222046]]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[{\\\"key\\\":\\\"editor.action.inlineSuggest.acceptNextWord\\\",\\\"value\\\":1},{\\\"key\\\":\\\"synthwave84.enableNeon\\\",\\\"value\\\":3},{\\\"key\\\":\\\"fixChecksums.apply\\\",\\\"value\\\":6},{\\\"key\\\":\\\"editor.action.inspectTMScopes\\\",\\\"value\\\":7},{\\\"key\\\":\\\"synthwave84.disableNeon\\\",\\\"value\\\":13},{\\\"key\\\":\\\"editor.action.clipboardCopyWithSyntaxHighlightingAction\\\",\\\"value\\\":15},{\\\"key\\\":\\\"workbench.action.toggleLightDarkThemes\\\",\\\"value\\\":17},{\\\"key\\\":\\\"editor.action.transformToCamelcase\\\",\\\"value\\\":24},{\\\"key\\\":\\\"editor.action.transformToKebabcase\\\",\\\"value\\\":28},{\\\"key\\\":\\\"editor.action.transformToLowercase\\\",\\\"value\\\":29},{\\\"key\\\":\\\"editor.action.transformToUppercase\\\",\\\"value\\\":30},{\\\"key\\\":\\\"editor.action.transformToSnakecase\\\",\\\"value\\\":31},{\\\"key\\\":\\\"editor.action.transformToTitlecase\\\",\\\"value\\\":32},{\\\"key\\\":\\\"git.clone\\\",\\\"value\\\":39},{\\\"key\\\":\\\"codegpt.setApiKeyCodeGPT\\\",\\\"value\\\":41},{\\\"key\\\":\\\"markdown.showPreview\\\",\\\"value\\\":45},{\\\"key\\\":\\\"css-alphabetize.alphabetize\\\",\\\"value\\\":51},{\\\"key\\\":\\\"editor.action.sortLinesAscending\\\",\\\"value\\\":52},{\\\"key\\\":\\\"css-property-sorter.sortProperties\\\",\\\"value\\\":53},{\\\"key\\\":\\\"workbench.files.action.compareWithClipboard\\\",\\\"value\\\":54},{\\\"key\\\":\\\"workbench.files.action.compareWithSaved\\\",\\\"value\\\":55},{\\\"key\\\":\\\"editor.action.trimTrailingWhitespace\\\",\\\"value\\\":57},{\\\"key\\\":\\\"workbench.action.files.saveWithoutFormatting\\\",\\\"value\\\":71},{\\\"key\\\":\\\"editor.action.formatDocument\\\",\\\"value\\\":72},{\\\"key\\\":\\\"workbench.files.action.compareFileWith\\\",\\\"value\\\":77},{\\\"key\\\":\\\"codesnapshot.init\\\",\\\"value\\\":78},{\\\"key\\\":\\\"extension.setApiToken\\\",\\\"value\\\":93},{\\\"key\\\":\\\"extension.getCurrentDir\\\",\\\"value\\\":94},{\\\"key\\\":\\\"extension.generateReadme\\\",\\\"value\\\":95},{\\\"key\\\":\\\"readme-generator.changeAPIKey\\\",\\\"value\\\":96},{\\\"key\\\":\\\"readme-generator.changeLanguage\\\",\\\"value\\\":97},{\\\"key\\\":\\\"readme-generator.createReadme\\\",\\\"value\\\":98},{\\\"key\\\":\\\"github.codespaces.export\\\",\\\"value\\\":101},{\\\"key\\\":\\\"bookmarks.toggleLabeled\\\",\\\"value\\\":122},{\\\"key\\\":\\\"workbench.action.chat.managePlan\\\",\\\"value\\\":123},{\\\"key\\\":\\\"workbench.action.chat.upgradePlan\\\",\\\"value\\\":124},{\\\"key\\\":\\\"workbench.action.chat.open\\\",\\\"value\\\":125},{\\\"key\\\":\\\"workbench.action.reloadWindow\\\",\\\"value\\\":129},{\\\"key\\\":\\\"HookyQR.minify\\\",\\\"value\\\":132},{\\\"key\\\":\\\"workbench.files.action.refreshFilesExplorer\\\",\\\"value\\\":138},{\\\"key\\\":\\\"editor.foldAll\\\",\\\"value\\\":141},{\\\"key\\\":\\\"todo-tree.toggleBadges\\\",\\\"value\\\":143},{\\\"key\\\":\\\"workbench.extensions.action.disableAll\\\",\\\"value\\\":144},{\\\"key\\\":\\\"workbench.extensions.action.enableAll\\\",\\\"value\\\":145},{\\\"key\\\":\\\"workbench.extensions.action.refreshExtension\\\",\\\"value\\\":147},{\\\"key\\\":\\\"bookmarks.toggle\\\",\\\"value\\\":148},{\\\"key\\\":\\\"gitignore.addgitignore\\\",\\\"value\\\":150},{\\\"key\\\":\\\"typescript.restartTsServer\\\",\\\"value\\\":151},{\\\"key\\\":\\\"codesnap.start\\\",\\\"value\\\":152}]}\",\"commandPalette.mru.counter\":\"153\",\"javascript.1.editedCount\":\"10\",\"javascript.1.editedDate\":\"Sun Sep 03 2023\",\"http.linkProtectionTrustedDomains\":\"[\\\"https://www.bing.com\\\",\\\"https://developer.mozilla.org\\\",\\\"*.github.com\\\",\\\"*.google.com\\\",\\\"*.devtunnels.ms\\\"]\",\"extensionsAssistant/deprecated\":\"[\\\"hookyqr.beautify\\\"]\",\"expandSuggestionDocs\":\"false\",\"workbench.view.extension.codegpt-sidebar-view.state.hidden\":\"[{\\\"id\\\":\\\"codegpt-sidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false}]\",\"ces/skipSurvey\":\"1.79.2\",\"fileBasedRecommendations/promptedRecommendations\":\"{\\\"cpp\\\":[\\\"ms-vscode.cpptools-extension-pack\\\"],\\\"code-text-binary\\\":[\\\"tomoki1207.pdf\\\"],\\\"yaml\\\":[\\\"github.vscode-github-actions\\\"],\\\"plaintext\\\":[\\\"mechatroner.rainbow-csv\\\"]}\",\"cpp.1.editedCount\":\"3\",\"cpp.1.editedDate\":\"Thu Jun 22 2023\",\"ces/remindLaterDate\":\"Sat, 23 Mar 2024 06:59:25 GMT\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.81.1\",\"remote.tunnels.toRestore.undefined.1298971496\":\"[]\",\"tabs-list-width-horizontal\":\"126\",\"tabs-list-width-vertical\":\"46\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.view.extension.tabnine\\\":2},\\\"viewLocations\\\":{},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsWsl\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.explorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.warnExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github.codespaces.performanceExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"workbench.welcomePage.hiddenCategories\":\"[\\\"Beginner\\\"]\",\"ctrlEnterReplaceAll.windows.donotask\":\"true\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:conflictResolution\\\",\\\"isHidden\\\":false}]\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"remote.explorerType\":\"codespaces\",\"remote.tunnels.toRestore.codespaces+ideal-chainsaw-wrv5xqp7xvqc5rj5.-824997162\":\"[{\\\"remoteHost\\\":\\\"127.0.0.1\\\",\\\"remotePort\\\":54112,\\\"localPort\\\":54112,\\\"localAddress\\\":\\\"127.0.0.1:54112\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:54112\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}},{\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:0\\\",\\\"remotePort\\\":54113,\\\"localPort\\\":54113,\\\"localAddress\\\":\\\"127.0.0.1:54113\\\",\\\"localUri\\\":{\\\"$mid\\\":1,\\\"path\\\":\\\"/\\\",\\\"scheme\\\":\\\"http\\\",\\\"authority\\\":\\\"127.0.0.1:54113\\\"},\\\"protocol\\\":\\\"http\\\",\\\"source\\\":{\\\"source\\\":1,\\\"description\\\":\\\"Auto Forwarded\\\"}}]\",\"remote.tunnels.toRestoreExpiration.codespaces+ideal-chainsaw-wrv5xqp7xvqc5rj5.-824997162\":\"1724782834550\",\"workbench.view.extension.github-actions.state.hidden\":\"[{\\\"id\\\":\\\"github-actions.current-branch\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.workflows\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.settings\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github-actions.empty-view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatSidebar.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.tabnine.state.hidden\":\"[{\\\"id\\\":\\\"tabnine.chat\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.preview_ended\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.authenticate\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.chat.not_part_of_a_team\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"tabnine.loading\\\",\\\"isHidden\\\":false}]\",\"github-luckygoswami\":\"[{\\\"id\\\":\\\"github.vscode-github-actions\\\",\\\"name\\\":\\\"GitHub Actions\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot-chat\\\",\\\"name\\\":\\\"GitHub Copilot Chat\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.tunnel-forwarding\\\",\\\"name\\\":\\\"Local Tunnel Port Forwarding\\\",\\\"allowed\\\":true}]\",\"tabnine-Diyansh Chandra\":\"[{\\\"id\\\":\\\"tabnine.tabnine-vscode\\\",\\\"name\\\":\\\"Tabnine AI\\\",\\\"allowed\\\":true}]\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatEditing.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.edits\\\",\\\"isHidden\\\":false}]\",\"extension.features.state\":\"{\\\"github.copilot-chat\\\":{\\\"copilot\\\":{\\\"disabled\\\":false,\\\"accessTimes\\\":[]}}}\",\"languageModelAccess.gpt-4o-mini\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o-mini\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":148,\\\"tokenCount\\\":743338,\\\"participants\\\":[]}]}\",\"languageModelAccess.gpt-4o\":\"[\\\"github.copilot-chat\\\"]\",\"languageModelStats.gpt-4o\":\"{\\\"extensions\\\":[{\\\"extensionId\\\":\\\"GitHub.copilot-chat\\\",\\\"requestCount\\\":113,\\\"tokenCount\\\":1533121,\\\"participants\\\":[]}]}\",\"scm.input.lastActionId\":\"github.copilot.git.generateCommitMessage\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Mon Mar 10 2025\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.96.2\",\"extensions.trustedPublishers\":\"{\\\"adpyke\\\":{\\\"publisher\\\":\\\"adpyke\\\",\\\"publisherDisplayName\\\":\\\"adpyke\\\"},\\\"ahmadawais\\\":{\\\"publisher\\\":\\\"ahmadawais\\\",\\\"publisherDisplayName\\\":\\\"Ahmad Awais ⚡\\\"},\\\"akamud\\\":{\\\"publisher\\\":\\\"akamud\\\",\\\"publisherDisplayName\\\":\\\"Mahmoud Ali\\\"},\\\"alefragnani\\\":{\\\"publisher\\\":\\\"alefragnani\\\",\\\"publisherDisplayName\\\":\\\"Alessandro Fragnani\\\"},\\\"anoff\\\":{\\\"publisher\\\":\\\"anoff\\\",\\\"publisherDisplayName\\\":\\\"anoff\\\"},\\\"arcsine\\\":{\\\"publisher\\\":\\\"arcsine\\\",\\\"publisherDisplayName\\\":\\\"Timothy Soehnlin\\\"},\\\"aykutsarac\\\":{\\\"publisher\\\":\\\"aykutsarac\\\",\\\"publisherDisplayName\\\":\\\"Aykut Saraç\\\"},\\\"bradlc\\\":{\\\"publisher\\\":\\\"bradlc\\\",\\\"publisherDisplayName\\\":\\\"Tailwind Labs\\\"},\\\"burkeholland\\\":{\\\"publisher\\\":\\\"burkeholland\\\",\\\"publisherDisplayName\\\":\\\"Burke Holland\\\"},\\\"deepakgoswami\\\":{\\\"publisher\\\":\\\"deepakgoswami\\\",\\\"publisherDisplayName\\\":\\\"DeepakGoswami\\\"},\\\"digitalbrainstem\\\":{\\\"publisher\\\":\\\"digitalbrainstem\\\",\\\"publisherDisplayName\\\":\\\"DigitalBrainstem\\\"},\\\"dsznajder\\\":{\\\"publisher\\\":\\\"dsznajder\\\",\\\"publisherDisplayName\\\":\\\"dsznajder\\\"},\\\"esbenp\\\":{\\\"publisher\\\":\\\"esbenp\\\",\\\"publisherDisplayName\\\":\\\"Prettier\\\"},\\\"formulahendry\\\":{\\\"publisher\\\":\\\"formulahendry\\\",\\\"publisherDisplayName\\\":\\\"Jun Han\\\"},\\\"hediet\\\":{\\\"publisher\\\":\\\"hediet\\\",\\\"publisherDisplayName\\\":\\\"Henning Dieterichs\\\"},\\\"jamiewest\\\":{\\\"publisher\\\":\\\"jamiewest\\\",\\\"publisherDisplayName\\\":\\\"jamiewest\\\"},\\\"johnpapa\\\":{\\\"publisher\\\":\\\"johnpapa\\\",\\\"publisherDisplayName\\\":\\\"John Papa\\\"},\\\"jonaduran\\\":{\\\"publisher\\\":\\\"jonaduran\\\",\\\"publisherDisplayName\\\":\\\"Jonathan Durán\\\"},\\\"mhutchie\\\":{\\\"publisher\\\":\\\"mhutchie\\\",\\\"publisherDisplayName\\\":\\\"mhutchie\\\"},\\\"mylesmurphy\\\":{\\\"publisher\\\":\\\"mylesmurphy\\\",\\\"publisherDisplayName\\\":\\\"Myles Murphy\\\"},\\\"nextnav\\\":{\\\"publisher\\\":\\\"nextnav\\\",\\\"publisherDisplayName\\\":\\\"Next.Nav\\\"},\\\"pkief\\\":{\\\"publisher\\\":\\\"pkief\\\",\\\"publisherDisplayName\\\":\\\"Philipp Kief\\\"},\\\"rimuruchan\\\":{\\\"publisher\\\":\\\"rimuruchan\\\",\\\"publisherDisplayName\\\":\\\"RimuruChan\\\"},\\\"ritwickdey\\\":{\\\"publisher\\\":\\\"ritwickdey\\\",\\\"publisherDisplayName\\\":\\\"Ritwick Dey\\\"},\\\"robbowen\\\":{\\\"publisher\\\":\\\"robbowen\\\",\\\"publisherDisplayName\\\":\\\"Robb Owen\\\"},\\\"tomoki1207\\\":{\\\"publisher\\\":\\\"tomoki1207\\\",\\\"publisherDisplayName\\\":\\\"tomoki1207\\\"},\\\"usernamehw\\\":{\\\"publisher\\\":\\\"usernamehw\\\",\\\"publisherDisplayName\\\":\\\"Alexander\\\"},\\\"wesbos\\\":{\\\"publisher\\\":\\\"wesbos\\\",\\\"publisherDisplayName\\\":\\\"Wes Bos\\\"},\\\"yoavbls\\\":{\\\"publisher\\\":\\\"yoavbls\\\",\\\"publisherDisplayName\\\":\\\"yoavbls\\\"},\\\"hookyqr\\\":{\\\"publisher\\\":\\\"HookyQR\\\",\\\"publisherDisplayName\\\":\\\"HookyQR\\\"},\\\"pranaygp\\\":{\\\"publisher\\\":\\\"pranaygp\\\",\\\"publisherDisplayName\\\":\\\"Pranay Prakash\\\"},\\\"walnuts1018\\\":{\\\"publisher\\\":\\\"walnuts1018\\\",\\\"publisherDisplayName\\\":\\\"walnuts1018\\\"},\\\"gruntfuggly\\\":{\\\"publisher\\\":\\\"Gruntfuggly\\\",\\\"publisherDisplayName\\\":\\\"Gruntfuggly\\\"},\\\"vitest\\\":{\\\"publisher\\\":\\\"vitest\\\",\\\"publisherDisplayName\\\":\\\"Vitest\\\"},\\\"toba\\\":{\\\"publisher\\\":\\\"toba\\\",\\\"publisherDisplayName\\\":\\\"toba\\\"},\\\"google\\\":{\\\"publisher\\\":\\\"Google\\\",\\\"publisherDisplayName\\\":\\\"Google\\\"},\\\"pwabuilder\\\":{\\\"publisher\\\":\\\"PWABuilder\\\",\\\"publisherDisplayName\\\":\\\"PWABuilder\\\"},\\\"james-yu\\\":{\\\"publisher\\\":\\\"James-Yu\\\",\\\"publisherDisplayName\\\":\\\"James Yu\\\"},\\\"codezombiech\\\":{\\\"publisher\\\":\\\"codezombiech\\\",\\\"publisherDisplayName\\\":\\\"CodeZombie\\\"},\\\"rangav\\\":{\\\"publisher\\\":\\\"rangav\\\",\\\"publisherDisplayName\\\":\\\"Thunder Client\\\"},\\\"postman\\\":{\\\"publisher\\\":\\\"Postman\\\",\\\"publisherDisplayName\\\":\\\"Postman\\\"},\\\"humao\\\":{\\\"publisher\\\":\\\"humao\\\",\\\"publisherDisplayName\\\":\\\"Huachao Mao\\\"}}\",\"chat.currentLanguageModel.panel\":\"copilot/auto\",\"inlineEditsGutterIndicatorUserKind\":\"active\",\"chat.lastChatMode\":\"ask\",\"chat.currentLanguageModel.panel.isDefault\":\"true\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.testResults.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.testResults.view\\\",\\\"isHidden\\\":false}]\",\"chat.currentLanguageModel.editor\":\"copilot/gpt-5-mini\",\"chat.currentLanguageModel.editor.isDefault\":\"true\",\"terminal.suggest.increasedDiscoverabilityCount\":\"10\",\"workbench.view.extension.pwabuilder-view.state.hidden\":\"[{\\\"id\\\":\\\"dashboardPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"validationPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"serviceWorkerPanel\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"packagePanel\\\",\\\"isHidden\\\":false}]\",\"menu.hiddenCommands\":\"{}\",\"workbench.view.extension.latex-workshop-activitybar.state.hidden\":\"[{\\\"id\\\":\\\"latex-workshop-commands\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-structure\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"latex-workshop-snippet-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.thunder-client.state.hidden\":\"[{\\\"id\\\":\\\"thunder-client-sidebar\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.sidebar-panel.state.hidden\":\"[{\\\"id\\\":\\\"postman-for-vscode.sidebar-panel\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.postman-console-view-container.state.hidden\":\"[{\\\"id\\\":\\\"postman-console-view\\\",\\\"isHidden\\\":false}]\",\"terminal.suggest.increasedDiscoverability\":\"true\"}}"}
@luckygoswami
Copy link
Author

VS Code Profile Configuration

This repository contains my custom Visual Studio Code (VS Code) profile settings, designed to optimize productivity and enhance the development experience.

📋 Overview

The profile includes:

  • Extensions: A curated set of essential extensions for efficient coding.
  • Settings: Personalized VS Code configuration for an intuitive workflow.
  • Keybindings: Custom shortcuts to speed up common actions.
  • Themes: A visually appealing theme setup for comfortable long-term use.

🚀 How to Use

  1. Import the Profile:
    Copy the link to import this profile into your VS Code environment:

  2. Manual Setup:
    Alternatively, you can:

    • Download the settings.json and keybindings.json files from this gist.
    • Place them in the appropriate directory:
      • Windows: %APPDATA%\Code\User
      • macOS: ~/Library/Application Support/Code/User
      • Linux: ~/.config/Code/User

🌟 Features

  • Streamlined UI: A decluttered and minimalistic setup to focus on coding.
  • Improved Productivity: Keybinding optimizations and extensions tailored for developers.
  • Cross-Platform Compatibility: Works seamlessly on Windows, macOS, and Linux.

🛠️ Customizations

Feel free to tweak the settings and keybindings to suit your preferences. Contributions and suggestions are welcome!

📖 Documentation


License

This configuration is shared under the MIT License. Feel free to use and adapt it as needed.

Happy Coding! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment