Last active
February 21, 2025 09:49
-
-
Save yano3nora/8852a800195bec89eaa9925c77078858 to your computer and use it in GitHub Desktop.
yano3vscode profile. #dev #vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "default", | |
"settings": "{\"settings\":\"{\\n \\\"[python]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.python\\\"\\n },\\n \\\"code-runner.clearPreviousOutput\\\": false,\\n \\\"code-runner.executorMap\\\": {\\n \\\"csharp\\\": \\\"scriptcs -script\\\"\\n },\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"code-runner.showRunIconInEditorTitleMenu\\\": false,\\n \\\"comments.openView\\\": \\\"never\\\",\\n \\\"cSpell.enableFiletypes\\\": [\\n \\\"prisma\\\"\\n ],\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"editor.acceptSuggestionOnCommitCharacter\\\": false,\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"off\\\",\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": false,\\n \\\"editor.definitionLinkOpensInPeek\\\": true,\\n \\\"editor.dragAndDrop\\\": false,\\n \\\"editor.fastScrollSensitivity\\\": 0,\\n \\\"editor.foldingStrategy\\\": \\\"indentation\\\",\\n \\\"editor.fontSize\\\": 12,\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.links\\\": false,\\n \\\"editor.minimap.maxColumn\\\": 32,\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"editor.quickSuggestions\\\": {\\n \\\"comments\\\": \\\"off\\\",\\n \\\"other\\\": \\\"on\\\", // 重すぎるなら off に\\n \\\"strings\\\": \\\"off\\\"\\n },\\n \\\"editor.renderControlCharacters\\\": true,\\n \\\"editor.renderWhitespace\\\": \\\"all\\\",\\n \\\"editor.rulers\\\": [\\n 72,\\n 80\\n ],\\n \\\"editor.stablePeek\\\": false,\\n \\\"editor.stickyScroll.enabled\\\": false,\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.tabCompletion\\\": \\\"on\\\",\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.wordWrap\\\": \\\"off\\\",\\n \\\"emmet.excludeLanguages\\\": [],\\n \\\"emmet.includeLanguages\\\": {\\n \\\"erb\\\": \\\"html\\\"\\n },\\n \\\"emmet.showExpandedAbbreviation\\\": \\\"inMarkupAndStylesheetFilesOnly\\\",\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"eslint.workingDirectories\\\": [\\n {\\n \\\"mode\\\": \\\"auto\\\"\\n }\\n ],\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"files.associations\\\": {\\n \\\"*.jslib\\\": \\\"javascript\\\",\\n \\\"*.jspre\\\": \\\"javascript\\\",\\n \\\"*.ks\\\": \\\"kagex\\\",\\n \\\".env*\\\": \\\"dotenv\\\"\\n },\\n \\\"files.eol\\\": \\\"\\\\n\\\",\\n // https://github.com/microsoft/vscode/issues/62725\\n \\\"files.watcherExclude\\\": {\\n // default\\n \\\"**/.git/objects/**\\\": true,\\n \\\"**/.git/subtree-cache/**\\\": true,\\n \\\"**/.hg/store/**\\\": true,\\n // custom\\n \\\"**/.next/**\\\": true,\\n \\\"**/.parcel-cache/**\\\": true,\\n \\\"**/.venv/**\\\": true,\\n \\\"**/build/**\\\": true,\\n \\\"**/dist/**\\\": true,\\n \\\"**/node_modules/*/**\\\": true,\\n \\\"**/vendor/**\\\": true,\\n \\\"*.log\\\": true\\n },\\n \\\"git.autofetch\\\": false,\\n \\\"gitlens.menus\\\": {\\n \\\"editorGroup\\\": false,\\n \\\"editorTab\\\": false\\n },\\n \\\"google-translate.firstLanguage\\\": \\\"ja\\\",\\n \\\"google-translate.serverDomain\\\": \\\"https://translate.google.com\\\",\\n \\\"markdown.preview.scrollEditorWithPreview\\\": false,\\n \\\"markdown.preview.scrollPreviewWithEditor\\\": false,\\n \\\"notebook.cellToolbarLocation\\\": {\\n \\\"default\\\": \\\"right\\\",\\n \\\"jupyter-notebook\\\": \\\"left\\\"\\n },\\n \\\"projectManager.git.baseFolders\\\": [\\n \\\"~/git\\\"\\n ],\\n \\\"python.analysis.autoImportCompletions\\\": false,\\n \\\"python.formatting.provider\\\": \\\"none\\\",\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\n \\\"python.terminal.activateEnvironment\\\": false,\\n \\\"search.quickOpen.includeHistory\\\": false,\\n \\\"search.useGlobalIgnoreFiles\\\": false,\\n \\\"search.useIgnoreFiles\\\": true,\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"solargraph.checkGemVersion\\\": false,\\n \\\"solargraph.definitions\\\": false,\\n \\\"solargraph.diagnostics\\\": true,\\n \\\"telemetry.telemetryLevel\\\": \\\"off\\\",\\n \\\"terminal.integrated.allowChords\\\": false,\\n \\\"terminal.integrated.confirmOnExit\\\": \\\"always\\\",\\n \\\"terminal.integrated.cursorBlinking\\\": true,\\n \\\"terminal.integrated.drawBoldTextInBrightColors\\\": false,\\n \\\"terminal.integrated.fontFamily\\\": \\\"monospace\\\",\\n \\\"terminal.integrated.fontSize\\\": 12,\\n \\\"todo-tree.filtering.useBuiltInExcludes\\\": \\\"file and search excludes\\\",\\n \\\"todo-tree.general.tags\\\": [\\n \\\"FIXME\\\",\\n \\\"TODO\\\",\\n \\\"NOTE\\\"\\n ],\\n \\\"todo-tree.highlights.enabled\\\": true,\\n // https://github.com/Gruntfuggly/todo-tree/issues/255\\n \\\"todo-tree.regex.regex\\\": \\\"(?:(?://|#|<!--|;|/\\\\\\\\*\\\\\\\\*?|\\\\\\\\*)\\\\\\\\s*($TAGS)|^\\\\\\\\s*- \\\\\\\\[ \\\\\\\\])\\\",\\n \\\"typescript.format.semicolons\\\": \\\"remove\\\",\\n \\\"typescript.preferences.importModuleSpecifier\\\": \\\"non-relative\\\",\\n \\\"typescript.preferences.quoteStyle\\\": \\\"single\\\",\\n \\\"typescript.surveys.enabled\\\": false,\\n \\\"typescript.tsdk\\\": \\\"./node_modules/typescript/lib\\\",\\n \\\"typescript.tsserver.log\\\": \\\"off\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"window.newWindowDimensions\\\": \\\"inherit\\\",\\n \\\"window.titleBarStyle\\\": \\\"native\\\",\\n \\\"workbench.activityBar.visible\\\": false,\\n \\\"workbench.colorCustomizations\\\": {\\n // For local markdown, documents.\\n \\\"[Github Light Theme - Gray]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#383838\\\",\\n \\\"terminal.background\\\": \\\"#383838\\\",\\n \\\"terminal.foreground\\\": \\\"#ccc\\\"\\n },\\n // For main development.\\n \\\"[Monokai]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#191919\\\",\\n \\\"terminal.background\\\": \\\"#191919\\\"\\n },\\n // For local snippets, and gist.\\n \\\"[Solarized Dark]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#1c1c1c\\\",\\n \\\"terminal.background\\\": \\\"#1c1c1c\\\"\\n },\\n \\\"terminal.selectionBackground\\\": \\\"#ff8e7f6e\\\"\\n },\\n \\\"workbench.colorTheme\\\": \\\"Monokai\\\",\\n \\\"workbench.commandPalette.history\\\": 0,\\n \\\"workbench.editor.closeEmptyGroups\\\": false,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.editor.focusRecentEditorAfterClose\\\": false,\\n \\\"workbench.editor.openPositioning\\\": \\\"left\\\",\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter-notebook\\\",\\n \\\"git-rebase-todo\\\": \\\"default\\\"\\n },\\n \\\"workbench.enableExperiments\\\": false,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.tree.indent\\\": 15,\\n \\\"cSpell.enabled\\\": false,\\n \\\"terminal.integrated.shellIntegration.enabled\\\": false\\n}\\n\"}", | |
"keybindings": "{\"keybindings\":\"[\\n //\\n // 矢印キー触りたくない系\\n //\\n // カーソルの上下左右を vim っぽく移動\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"cursorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"cursorUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+h\\\",\\n \\\"command\\\": \\\"cursorLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"cursorRight\\\"\\n },\\n // ↑ の alt 版、上下はそのままで左右は単語単位の移動に、\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"cursorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+k\\\",\\n \\\"command\\\": \\\"cursorUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+h\\\",\\n \\\"command\\\": \\\"cursorWordLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+l\\\",\\n \\\"command\\\": \\\"cursorWordRight\\\"\\n },\\n\\n // ↑ の alt 移動と shift を組み合わせた選択\\n {\\n \\\"key\\\": \\\"alt+shift+j\\\",\\n \\\"command\\\": \\\"cursorDownSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+k\\\",\\n \\\"command\\\": \\\"cursorUpSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+h\\\",\\n \\\"command\\\": \\\"cursorWordLeftSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+l\\\",\\n \\\"command\\\": \\\"cursorWordRightSelect\\\"\\n },\\n // alt + alt で大きく移動、行頭・行末・ページ上下\\n {\\n \\\"key\\\": \\\"alt+ctrl+j\\\",\\n \\\"command\\\": \\\"cursorPageDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+ctrl+k\\\",\\n \\\"command\\\": \\\"cursorPageUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+ctrl+h\\\",\\n \\\"command\\\": \\\"cursorLineStart\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+ctrl+l\\\",\\n \\\"command\\\": \\\"cursorLineEnd\\\"\\n },\\n // サジェスト候補の alt + jk での上下移動\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"selectNextSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+k\\\",\\n \\\"command\\\": \\\"selectPrevSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n },\\n // パラメータ候補サジェストの alt + jk での上下移動\\n // ↑ suggest と被るので一旦消してる\\n // {\\n // \\\"key\\\": \\\"alt+j\\\",\\n // \\\"command\\\": \\\"showNextParameterHint\\\",\\n // \\\"when\\\": \\\"parameterHintsVisible\\\"\\n // },\\n // {\\n // \\\"key\\\": \\\"alt+k\\\",\\n // \\\"command\\\": \\\"showPrevParameterHint\\\",\\n // \\\"when\\\": \\\"parameterHintsVisible\\\"\\n // },\\n // コマンドパレット候補の alt + jkhl 移動\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectNext\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+k\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectPrevious\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+n\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectNext\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+p\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectPrevious\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n // サイドバーのエクスプローラ・検索などリスト系候補の alt + jkhl 移動\\n // h でツリーをたたむ、l でツリーを展開\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"list.focusFirst\\\",\\n \\\"when\\\": \\\"!editorTextFocus && !inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"list.focusDown\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+k\\\",\\n \\\"command\\\": \\\"list.focusUp\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+h\\\",\\n \\\"command\\\": \\\"list.collapse\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+l\\\",\\n \\\"command\\\": \\\"list.expand\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n //\\n // エディタ・ターミナル操作を alt 起点で設定\\n //\\n // タブの新規作成 (chrome っぽく)\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"workbench.action.files.newUntitledFile\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+n\\\",\\n \\\"command\\\": \\\"-workbench.action.files.newUntitledFile\\\"\\n },\\n // ターミナルの新規追加・移動・終了\\n {\\n \\\"key\\\": \\\"alt+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.newInActiveWorkspace\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+w\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.kill\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+j\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNext\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+k\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusPrevious\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n // エディタフォーカス + エディタグループの first / last 移動\\n {\\n \\\"key\\\": \\\"alt+[\\\",\\n \\\"command\\\": \\\"workbench.action.focusFirstEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+]\\\",\\n \\\"command\\\": \\\"workbench.action.focusLastEditorGroup\\\"\\n },\\n // エディタ拡大トグル\\n {\\n \\\"key\\\": \\\"alt+shift+[\\\",\\n \\\"command\\\": \\\"workbench.action.toggleEditorWidths\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+]\\\",\\n \\\"command\\\": \\\"workbench.action.decreaseViewWidth\\\"\\n },\\n // ターミナルへのフォーカス + 同一 pane 内移動\\n {\\n \\\"key\\\": \\\"alt+[BracketLeft]\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNextPane\\\"\\n },\\n // ターミナルの最大化トグル\\n {\\n \\\"key\\\": \\\"alt+shift+[BracketLeft]\\\",\\n \\\"command\\\": \\\"workbench.action.toggleMaximizedPanel\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n // エディタ・ターミナル分割 (Spectacle ぽく)\\n {\\n \\\"key\\\": \\\"alt+ctrl+2\\\",\\n \\\"command\\\": \\\"workbench.action.splitEditor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+ctrl+2\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.split\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+alt+ctrl+[IntlYen]\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditor\\\"\\n },\\n //\\n // サイドバー展開系でよく使うやつ alt 起点で設定\\n // scm はもともと alt+shift+g なのでそのまま\\n //\\n {\\n \\\"key\\\": \\\"alt+shift+f\\\",\\n \\\"command\\\": \\\"workbench.view.search\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+e\\\",\\n \\\"command\\\": \\\"workbench.view.explorer\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+x\\\",\\n \\\"command\\\": \\\"workbench.view.extensions\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+p\\\",\\n \\\"command\\\": \\\"workbench.view.extension.project-manager\\\"\\n },\\n //\\n // 他、コーディング中によく使うやつ alt 起点に設定\\n //\\n // alt + f で Toggle Fold (インデントされたブロックの開閉)\\n {\\n \\\"key\\\": \\\"alt+f\\\",\\n \\\"command\\\": \\\"editor.toggleFold\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k ctrl+l\\\",\\n \\\"command\\\": \\\"-editor.toggleFold\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n // alt + ↑ ↓ で行移動、option は残しつつ\\n {\\n \\\"key\\\": \\\"alt+up\\\",\\n \\\"command\\\": \\\"editor.action.moveLinesUpAction\\\"\\n },\\n {\\n \\\"command\\\": \\\"editor.action.moveLinesDownAction\\\",\\n \\\"key\\\": \\\"alt+down\\\"\\n },\\n // alt + enter で行挿入、alt は残しつつ\\n {\\n \\\"key\\\": \\\"alt+enter\\\",\\n \\\"command\\\": \\\"editor.action.insertLineAfter\\\"\\n },\\n // シンボル検索\\n {\\n \\\"key\\\": \\\"alt+o\\\",\\n \\\"command\\\": \\\"workbench.action.showAllSymbols\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"-workbench.action.showAllSymbols\\\"\\n },\\n // インクリメント\\n {\\n \\\"key\\\": \\\"alt+shift+i\\\",\\n \\\"command\\\": \\\"extension.incrementSelection\\\",\\n \\\"when\\\": \\\"editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+i\\\",\\n \\\"command\\\": \\\"editor.emmet.action.incrementNumberByOne\\\",\\n },\\n // デクリメント\\n {\\n \\\"key\\\": \\\"alt+shift+d\\\",\\n \\\"command\\\": \\\"extension.decrementSelection\\\",\\n \\\"when\\\": \\\"editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+d\\\",\\n \\\"command\\\": \\\"editor.emmet.action.decrementNumberByOne\\\",\\n },\\n\\n // ファイル単独実行、ビルド (code-runner)\\n {\\n \\\"key\\\": \\\"alt+shift+b\\\",\\n \\\"command\\\": \\\"code-runner.run\\\"\\n },\\n // markdown preview\\n {\\n \\\"key\\\": \\\"shift+ctrl+v\\\",\\n \\\"command\\\": \\\"-markdown.showPreview\\\",\\n \\\"when\\\": \\\"!notebookEditorFocused && editorLangId == 'markdown'\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+m alt+p\\\",\\n \\\"command\\\": \\\"markdown.showLockedPreviewToSide\\\"\\n },\\n // solargraph.search 無効化\\n {\\n \\\"key\\\": \\\"shift+ctrl+r\\\",\\n \\\"command\\\": \\\"-solargraph.search\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+alt+[Minus]\\\",\\n \\\"command\\\": \\\"-extension.profile.select\\\"\\n },\\n // gistpad\\n {\\n \\\"key\\\": \\\"alt+.\\\",\\n \\\"command\\\": \\\"gistpad.openGist\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+shift+g\\\",\\n \\\"command\\\": \\\"workbench.view.extension.gistpad\\\"\\n },\\n // cspell\\n {\\n \\\"key\\\": \\\"alt+shift+c\\\",\\n \\\"command\\\": \\\"cSpell.toggleEnableSpellChecker\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n // project-manager\\n {\\n \\\"key\\\": \\\"alt+ctrl+p\\\",\\n \\\"command\\\": \\\"-projectManager.listProjects\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+p\\\",\\n \\\"command\\\": \\\"-projectManager.listProjects\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+ctrl+p\\\",\\n \\\"command\\\": \\\"projectManager.listProjectsNewWindow\\\"\\n },\\n // zoomIn, zoomOut\\n {\\n \\\"key\\\": \\\"ctrl+[Semicolon]\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Minus]\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+numpad_add\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+ctrl+[Semicolon]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+ctrl+[Minus]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+numpad_subtract\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[IntlRo]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+[Minus]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n // symbol rename を alt+r にしたい\\n {\\n \\\"key\\\": \\\"alt+r\\\",\\n \\\"command\\\": \\\"-workbench.action.openRecent\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+r\\\",\\n \\\"command\\\": \\\"-workbench.action.quickOpenNavigateNextInRecentFilesPicker\\\",\\n \\\"when\\\": \\\"inQuickOpen && inRecentFilesPicker\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+r\\\",\\n \\\"command\\\": \\\"editor.action.rename\\\",\\n \\\"when\\\": \\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n // alt+e で peek (reference) だす\\n {\\n \\\"key\\\": \\\"alt+e\\\",\\n \\\"command\\\": \\\"editor.action.referenceSearch.trigger\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+e\\\",\\n \\\"command\\\": \\\"-cursorLineEnd\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n // tab で focus 切り替える mode が暴発してほしくない\\n {\\n \\\"key\\\": \\\"alt+shift+m\\\",\\n \\\"command\\\": \\\"-editor.action.toggleTabFocusMode\\\"\\n },\\n]\\n\",\"platform\":3}", | |
"snippets": "{\"snippets\":{\"python.json\":\"{\\n \\\"if\\\": {\\n \\\"prefix\\\": \\\"if\\\",\\n \\\"body\\\": [\\\"if ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an if statement\\\"\\n },\\n \\\"if/else\\\": {\\n \\\"prefix\\\": \\\"if/else\\\",\\n \\\"body\\\": [\\\"if ${1:condition}:\\\", \\\"\\\\t${2:pass}\\\", \\\"else:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an if statement with else\\\"\\n },\\n \\\"elif\\\": {\\n \\\"prefix\\\": \\\"elif\\\",\\n \\\"body\\\": [\\\"elif ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an elif\\\"\\n },\\n \\\"else\\\": {\\n \\\"prefix\\\": \\\"else\\\",\\n \\\"body\\\": [\\\"else:\\\", \\\"\\\\t${1:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an else\\\"\\n },\\n \\\"while\\\": {\\n \\\"prefix\\\": \\\"while\\\",\\n \\\"body\\\": [\\\"while ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a while loop\\\"\\n },\\n \\\"while/else\\\": {\\n \\\"prefix\\\": \\\"while/else\\\",\\n \\\"body\\\": [\\\"while ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\", \\\"else:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a while loop with else\\\"\\n },\\n \\\"for\\\": {\\n \\\"prefix\\\": \\\"for\\\",\\n \\\"body\\\": [\\\"for ${1:target_list} in ${2:expression_list}:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a for loop\\\"\\n },\\n \\\"for/else\\\": {\\n \\\"prefix\\\": \\\"for/else\\\",\\n \\\"body\\\": [\\\"for ${1:target_list} in ${2:expression_list}:\\\", \\\"\\\\t${3:pass}\\\", \\\"else:\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a for loop with else\\\"\\n },\\n \\\"try/except\\\": {\\n \\\"prefix\\\": \\\"try/except\\\",\\n \\\"body\\\": [\\\"try:\\\", \\\"\\\\t${1:pass}\\\", \\\"except ${2:expression} as ${3:identifier}:\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a try/except statement\\\"\\n },\\n \\\"try/finally\\\": {\\n \\\"prefix\\\": \\\"try/finally\\\",\\n \\\"body\\\": [\\\"try:\\\", \\\"\\\\t${1:pass}\\\", \\\"finally:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a try/finally statement\\\"\\n },\\n \\\"try/except/else\\\": {\\n \\\"prefix\\\": \\\"try/except/else\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"else:\\\",\\n \\\"\\\\t${5:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/else statement\\\"\\n },\\n \\\"try/except/finally\\\": {\\n \\\"prefix\\\": \\\"try/except/finally\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"finally:\\\",\\n \\\"\\\\t${5:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/finally statement\\\"\\n },\\n \\\"try/except/else/finally\\\": {\\n \\\"prefix\\\": \\\"try/except/else/finally\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"else:\\\",\\n \\\"\\\\t${5:pass}\\\",\\n \\\"finally:\\\",\\n \\\"\\\\t${6:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/else/finally statement\\\"\\n },\\n \\\"with\\\": {\\n \\\"prefix\\\": \\\"with\\\",\\n \\\"body\\\": [\\\"with ${1:expression} as ${2:target}:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a with statement\\\"\\n },\\n \\\"def\\\": {\\n \\\"prefix\\\": \\\"def\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\",\\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a function definition\\\"\\n },\\n \\\"def(class method)\\\": {\\n \\\"prefix\\\": \\\"def(class method)\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(self, ${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a class method\\\"\\n },\\n \\\"def(static class method)\\\": {\\n \\\"prefix\\\": \\\"def(static class method)\\\",\\n \\\"body\\\": [\\\"@staticmethod\\\", \\\"def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a static class method\\\"\\n },\\n \\\"def(abstract class method)\\\": {\\n \\\"prefix\\\": \\\"def(abstract class method)\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(self, ${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\traise NotImplementedError\\\"],\\n \\\"description\\\": \\\"Code snippet for an abstract class method\\\"\\n },\\n \\\"class\\\": {\\n \\\"prefix\\\": \\\"class\\\",\\n \\\"body\\\": [\\\"class ${1:classname}(${2:object}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a class definition\\\"\\n },\\n \\\"lambda\\\": {\\n \\\"prefix\\\": \\\"lambda\\\",\\n \\\"body\\\": [\\\"lambda ${1:parameter_list}: ${2:expression}\\\"],\\n \\\"description\\\": \\\"Code snippet for a lambda statement\\\"\\n },\\n \\\"if(main)\\\": {\\n \\\"prefix\\\": \\\"__main__\\\",\\n \\\"body\\\": [\\\"if __name__ == \\\\\\\"__main__\\\\\\\":\\\", \\\" ${1:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a `if __name__ == \\\\\\\"__main__\\\\\\\": ...` block\\\"\\n },\\n \\\"async/def\\\": {\\n \\\"prefix\\\": \\\"async/def\\\",\\n \\\"body\\\": [\\\"async def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async statement\\\"\\n },\\n \\\"async/for\\\": {\\n \\\"prefix\\\": \\\"async/for\\\",\\n \\\"body\\\": [\\\"async for ${1:target} in ${2:iter}:\\\", \\\"\\\\t${3:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async for statement\\\"\\n },\\n \\\"async/for/else\\\": {\\n \\\"prefix\\\": \\\"async/for/else\\\",\\n \\\"body\\\": [\\\"async for ${1:target} in ${2:iter}:\\\", \\\"\\\\t${3:block}\\\", \\\"else:\\\", \\\"\\\\t${4:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async for statement with else\\\"\\n },\\n \\\"async/with\\\": {\\n \\\"prefix\\\": \\\"async/with\\\",\\n \\\"body\\\": [\\\"async with ${1:expr} as ${2:var}:\\\", \\\"\\\\t${3:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async with statement\\\"\\n },\\n \\\"ipdb\\\": {\\n \\\"prefix\\\": \\\"ipdb\\\",\\n \\\"body\\\": \\\"import ipdb; ipdb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for ipdb debug\\\"\\n },\\n \\\"pdb\\\": {\\n \\\"prefix\\\": \\\"pdb\\\",\\n \\\"body\\\": \\\"import pdb; pdb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for pdb debug\\\"\\n },\\n \\\"pudb\\\": {\\n \\\"prefix\\\": \\\"pudb\\\",\\n \\\"body\\\": \\\"import pudb; pudb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for pudb debug\\\"\\n },\\n \\\"add/new/cell\\\": {\\n \\\"prefix\\\": \\\"add/new/cell\\\",\\n \\\"body\\\": \\\"# %%\\\",\\n \\\"description\\\": \\\"Code snippet to add a new cell\\\"\\n },\\n \\\"mark/markdown\\\": {\\n \\\"prefix\\\": \\\"mark/markdown\\\",\\n \\\"body\\\": \\\"# %% [markdown]\\\",\\n \\\"description\\\": \\\"Code snippet to add a new markdown cell\\\"\\n }\\n}\\n\",\"ruby.json\":\"{\\n\\t\\\"Magic Comment: Frozen String Literal\\\": {\\n\\t\\t\\\"prefix\\\": \\\"frozen\\\",\\n\\t\\t\\\"body\\\": \\\"# frozen_string_literal: true\\\",\\n\\t\\t\\\"description\\\": \\\"Insert frozen_string_literal: true magic comment.\\\"\\n\\t}\\n}\"}}", | |
"extensions": "[{\"identifier\":{\"id\":\"adpyke.codesnap\",\"uuid\":\"8c1fc960-44b1-45e8-89b5-85f982fdaf27\"},\"displayName\":\"CodeSnap\"},{\"identifier\":{\"id\":\"albymor.increment-selection\",\"uuid\":\"3fe4660f-1dcb-47d4-8f7e-1a22a16b2d5e\"},\"displayName\":\"Increment Selection\"},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"displayName\":\"Project Manager\"},{\"identifier\":{\"id\":\"artdiniz.quitcontrol-vscode\",\"uuid\":\"ffb0fdce-1a37-40ee-9d88-5e20f2fb0094\"},\"displayName\":\"Quit Control for VSCode\"},{\"identifier\":{\"id\":\"bierner.markdown-preview-github-styles\",\"uuid\":\"5cbdf58a-694a-4aba-af08-61d00842eb03\"},\"displayName\":\"Markdown Preview Github Styling\"},{\"identifier\":{\"id\":\"biscrat.kagex-vscode\",\"uuid\":\"ade65bdf-625b-4554-bb8e-edd63d61409c\"},\"displayName\":\"KAG/KAGEX\"},{\"identifier\":{\"id\":\"castwide.solargraph\",\"uuid\":\"349e83e2-207c-4309-a8d2-dfa43f7ee0c9\"},\"displayName\":\"Ruby Solargraph\"},{\"identifier\":{\"id\":\"cpmcgrath.codealignment-vscode\",\"uuid\":\"4ca779dc-9bb7-4abc-ade9-0476cdd1753c\"},\"displayName\":\"Code alignment\"},{\"identifier\":{\"id\":\"craigmaslowski.erb\",\"uuid\":\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\"}},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"deerawan.vscode-faker\",\"uuid\":\"0808d236-6faf-4f68-9f17-28f51a572ee4\"},\"displayName\":\"vscode-faker\"},{\"identifier\":{\"id\":\"denoland.vscode-deno\",\"uuid\":\"91881318-cfd0-4905-adb7-f4e431ca1ead\"},\"displayName\":\"Deno\"},{\"identifier\":{\"id\":\"devwright.vscode-terminal-capture\",\"uuid\":\"ef3377ea-5d5d-4341-ba99-3915934f28ba\"},\"displayName\":\"Terminal Capture\"},{\"identifier\":{\"id\":\"donjayamanne.githistory\",\"uuid\":\"5960f38e-0bbe-4644-8f9c-9c8824e82511\"},\"displayName\":\"Git History\"},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\"},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\"},{\"identifier\":{\"id\":\"ephoton.indent-switcher\",\"uuid\":\"916bc534-f7e4-4017-959e-38be4f996e43\"},\"displayName\":\"indent-switcher\"},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\"},{\"identifier\":{\"id\":\"grapecity.gc-excelviewer\",\"uuid\":\"8bb12ae3-73f8-40cf-86b7-4bd5729c6238\"},\"displayName\":\"Excel Viewer\"},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\"},{\"identifier\":{\"id\":\"hancel.google-translate\",\"uuid\":\"eb4df9c1-f1e9-4f1d-a28c-1cde16bb8767\"},\"displayName\":\"Google Translate\"},{\"identifier\":{\"id\":\"happiness9721.ks\",\"uuid\":\"852b18f3-2cc5-488e-aa2a-9684764c2751\"},\"displayName\":\"Kirikiri Adventure Game (KAG) Script\"},{\"identifier\":{\"id\":\"happiness9721.tjs\",\"uuid\":\"bad02bf7-5498-4d3f-83b0-2db7e8bd3bf4\"},\"displayName\":\"Kirikiri TPV JavaScript (TJS)\"},{\"identifier\":{\"id\":\"kaiwood.endwise\",\"uuid\":\"e9a05054-5cce-41cd-a15c-6d71e99ebab1\"},\"displayName\":\"endwise\"},{\"identifier\":{\"id\":\"mads-hartmann.bash-ide-vscode\",\"uuid\":\"b1b0f283-8246-4e90-832e-a6c409d378d1\"},\"displayName\":\"Bash IDE\"},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\"},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"identifier\":{\"id\":\"mikestead.dotenv\",\"uuid\":\"532533c9-a894-4a58-9eee-bbfbe7c06f71\"},\"displayName\":\"DotENV\"},{\"identifier\":{\"id\":\"misogi.ruby-rubocop\",\"uuid\":\"867c2662-4ce0-4736-a22c-69975925a0c6\"},\"displayName\":\"ruby-rubocop\"},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\"},{\"identifier\":{\"id\":\"ms-dotnettools.csharp\",\"uuid\":\"d0bfc4ab-1d3a-4487-8782-7cf6027b4fff\"},\"displayName\":\"C#\"},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\"},{\"identifier\":{\"id\":\"ms-python.pylint\",\"uuid\":\"8dc47276-5882-4c5f-903d-7eef7b9d1584\"},\"displayName\":\"Pylint\",\"disabled\":true},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\"},{\"identifier\":{\"id\":\"ms-vscode-remote.remote-containers\",\"uuid\":\"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"},\"displayName\":\"Dev Containers\"},{\"identifier\":{\"id\":\"prisma.prisma\",\"uuid\":\"33ce9d6b-41cf-4972-a62b-386f7201981d\"},\"displayName\":\"Prisma\"},{\"identifier\":{\"id\":\"richie5um2.vscode-sort-json\",\"uuid\":\"3fb77af3-b8b3-4cb9-9137-f555bd80e2b1\"},\"displayName\":\"Sort JSON objects\"},{\"identifier\":{\"id\":\"shardulm94.trailing-spaces\",\"uuid\":\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\"},\"displayName\":\"Trailing Spaces\"},{\"identifier\":{\"id\":\"sleistner.vscode-fileutils\",\"uuid\":\"d637104e-1fd7-4063-98fc-8afe46012c9b\"},\"displayName\":\"File Utils\"},{\"identifier\":{\"id\":\"streetsidesoftware.code-spell-checker\",\"uuid\":\"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"},\"displayName\":\"Code Spell Checker\"},{\"identifier\":{\"id\":\"styled-components.vscode-styled-components\",\"uuid\":\"22a740c5-ec07-4bf0-a58f-1a38aabea310\"},\"displayName\":\"vscode-styled-components\"},{\"identifier\":{\"id\":\"stylelint.vscode-stylelint\",\"uuid\":\"ec35b5a3-9802-4c68-b5ff-e85f19ec0977\"},\"displayName\":\"Stylelint\"},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"4386e6f6-ec10-4463-9d23-c24278718947\"},\"displayName\":\"vscode-pdf\"},{\"identifier\":{\"id\":\"tomoki1207.selectline-statusbar\",\"uuid\":\"4e1273ba-8871-42e2-8bc2-01dd29ebf16b\"},\"displayName\":\"Select Line Status Bar\"},{\"identifier\":{\"id\":\"visualstudioexptteam.intellicode-api-usage-examples\",\"uuid\":\"9fa2a00e-3bfa-4c2a-abc4-a865bb2b5cf3\"},\"displayName\":\"IntelliCode API Usage Examples\"},{\"identifier\":{\"id\":\"visualstudioexptteam.vscodeintellicode\",\"uuid\":\"876e8f93-74d0-4f4f-91b7-34a09f19f444\"},\"displayName\":\"IntelliCode\"},{\"identifier\":{\"id\":\"vsls-contrib.gistfs\",\"uuid\":\"0cfb9d1d-3e59-4c36-a597-157b54e4442b\"},\"displayName\":\"GistPad\"},{\"identifier\":{\"id\":\"yoavbls.pretty-ts-errors\",\"uuid\":\"1e149c89-8f97-447e-863d-1146f0ad1b70\"},\"displayName\":\"Pretty TypeScript Errors\"}]", | |
"globalState": "{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"cs-script\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"GistTree\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false,\\\"order\\\":2}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.project-manager\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.GithubGistExplorer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.gistpad\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.sync\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.editSessions\\\",\\\"pinned\\\":true,\\\"visible\\\":false},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"pickColorThemeWeb\\\":{\\\"done\\\":true}}\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.94aad7cba56e5df35bb834cc595d55e5\\\",\\\"status.workspaceTrust.efa811fc435f585d8be19c869d3d2282\\\",\\\"status.workspaceTrust.a12673a75e4238c5b5121dd422191e17\\\",\\\"status.workspaceTrust.1623571216439\\\",\\\"status.workspaceTrust.3577e2de3a3c3f4bf73dbbc8ed589bb9\\\",\\\"status.workspaceTrust.55d3d521c40ac352bb40add0e71d26c1\\\",\\\"status.workspaceTrust.1624173319822\\\",\\\"status.workspaceTrust.1624173373855\\\",\\\"status.workspaceTrust.fc839b0084f23a147b931e2bd32a599f\\\",\\\"status.workspaceTrust.3f828731573ce6a1db0cb11d4203f961\\\",\\\"status.workspaceTrust.4d8435b8e42fb338e3d7609fc22117e0\\\",\\\"status.workspaceTrust.1625414318250\\\",\\\"status.workspaceTrust.f803bc5c2430d00aa23d284304b900df\\\",\\\"status.workspaceTrust.62b55f6f7d50fd9af6f9a22c546c55fd\\\",\\\"status.workspaceTrust.01502ecd327357ed0d0e28865a1ef29e\\\",\\\"status.workspaceTrust.2a3390b8d12cc30dcf65028bc64d908a\\\",\\\"status.workspaceTrust.d344a537b3b30fab413d6789ce7b91bd\\\",\\\"status.workspaceTrust.b7d2a4b79cf89b691a752f006e788284\\\",\\\"status.workspaceTrust.1629537822570\\\",\\\"status.workspaceTrust.1629606523714\\\",\\\"status.workspaceTrust.1250bacf479a24afccf92fc9e3b9ebae\\\",\\\"status.workspaceTrust.0733f16a8f22cd593be68af6e5eacc0c\\\",\\\"status.workspaceTrust.83e130f2c4cf6cfffc0786f2dd71e0f9\\\",\\\"status.workspaceTrust.45b3a3af5bce536c9d57867f2aa14c52\\\",\\\"status.workspaceTrust.9c422c0f1390738ea0d68a734f7b64a5\\\",\\\"status.workspaceTrust.cc1de1858b5e56cc8bd98f2e53c044bc\\\",\\\"status.workspaceTrust.4aa5d84e5ba057860b4eeb074cbef719\\\",\\\"status.workspaceTrust.1631842739047\\\",\\\"status.workspaceTrust.1632193128239\\\",\\\"status.workspaceTrust.d215aedf917fa8b31c204857fe40171f\\\",\\\"status.workspaceTrust.6440fade75818b5ea1eb292568cbcbbd\\\",\\\"status.workspaceTrust.d87eea69fc51da3a3665ef67b403b7bf\\\",\\\"status.workspaceTrust.89310513e5a8b0e6dc9f952436e4544e\\\",\\\"status.workspaceTrust.8988f10454ddc974fa3b5c0e2942d3de\\\",\\\"status.workspaceTrust.df7c9eb4fc2fc73a87bf2a080602ad9b\\\",\\\"status.workspaceTrust.2f4521c162c03fa67579e92d846758f1\\\",\\\"status.workspaceTrust.04d16a86d0ea19056feff3d2e23c5a32\\\",\\\"status.workspaceTrust.1636000243485\\\",\\\"status.workspaceTrust.1636001500831\\\",\\\"status.workspaceTrust.b48e2e455a5cb96d2c9cae361f32d5eb\\\",\\\"status.workspaceTrust.1636019172666\\\",\\\"status.workspaceTrust.b46503a2f4adc0698ea154467fff955b\\\",\\\"status.workspaceTrust.856dd4856fa0d8766da6671b6f2a8d0f\\\",\\\"status.workspaceTrust.baf0d6ba983ce9f21b7f6182e7036f13\\\",\\\"status.workspaceTrust.2ee086a62fdb35d1f5250542c36420b6\\\",\\\"status.workspaceTrust.1637023716926\\\",\\\"status.workspaceTrust.68d6e54fa2f3d99aeae241c58e216a29\\\",\\\"status.workspaceTrust.d4c653ca3afd9817129c359fe53c4b0f\\\",\\\"status.workspaceTrust.76dd8416fc17af17d464b65c6135f276\\\",\\\"status.workspaceTrust.38edd6d7e3d5f427b8916a63129aea48\\\",\\\"status.workspaceTrust.2731faafb32176e159bfbf66a7c8282a\\\",\\\"status.workspaceTrust.098703ba28ca935946d45a343acf77ae\\\",\\\"status.workspaceTrust.e8a44b67bbf147170b8d61f2deb93c6d\\\",\\\"status.workspaceTrust.1641448717586\\\",\\\"status.workspaceTrust.1641953661854\\\",\\\"status.workspaceTrust.f426036a27f5000ebde5ff9119cd2bea\\\",\\\"status.workspaceTrust.af8cc0618f95a9ce318b490be3ba089d\\\",\\\"status.workspaceTrust.1642814462869\\\",\\\"status.workspaceTrust.fb2ef0c9dff6bfd23eb9d1ecb5cd089e\\\",\\\"status.workspaceTrust.16ab3127e690478ce57aac911769fef3\\\",\\\"status.workspaceTrust.1643155555996\\\",\\\"status.workspaceTrust.1643177223603\\\",\\\"status.workspaceTrust.0ae66284284372107fdcd32766c1e9bd\\\",\\\"status.workspaceTrust.4cba30d98ad9b152f933c06446842956\\\",\\\"status.workspaceTrust.ee8ba186851bb4f556722d907e1cf4bb\\\",\\\"status.workspaceTrust.1643300143605\\\",\\\"status.workspaceTrust.1643861691360\\\",\\\"status.workspaceTrust.1643864899237\\\",\\\"status.workspaceTrust.352ec661bcb7eaa579cbbac5abd6ccb9\\\",\\\"status.workspaceTrust.1643992073845\\\",\\\"hancel.google-translate\\\",\\\"status.workspaceTrust.0c60b7689e03baebe3a2332ae9e4d311\\\",\\\"status.workspaceTrust.1645341740794\\\",\\\"status.workspaceTrust.eb453541249410c516dd588e8f00fc66\\\",\\\"status.workspaceTrust.1645517314442\\\",\\\"status.workspaceTrust.907135f81a16041acbd3160264a16b5b\\\",\\\"status.workspaceTrust.7be81b20f72b9948949fbb2fa6e63b4c\\\",\\\"status.workspaceTrust.1645680341506\\\",\\\"status.workspaceTrust.afc47ff3b05251872178907cabbc0074\\\",\\\"status.workspaceTrust.212da76d6d847670d11ffc5acaebb482\\\",\\\"status.workspaceTrust.3d747786ff5534f4cbaee32d3b60b91d\\\",\\\"status.workspaceTrust.63140585a462afe1b1164a19af0649a3\\\",\\\"status.workspaceTrust.1646112647827\\\",\\\"status.workspaceTrust.1646885722914\\\",\\\"status.workspaceTrust.efe84e5b98405e11fd8afd1058202898\\\",\\\"status.workspaceTrust.eeb99461af66e326f106500dce88c561\\\",\\\"status.workspaceTrust.1647267858731\\\",\\\"status.workspaceTrust.1647406910934\\\",\\\"status.workspaceTrust.1647416528046\\\",\\\"status.workspaceTrust.1647416799394\\\",\\\"status.workspaceTrust.3939d012e15e9c48aef11c61934ccbb2\\\",\\\"status.workspaceTrust.1648437209177\\\",\\\"status.workspaceTrust.1648441828503\\\",\\\"status.workspaceTrust.6f873cea650a146bc84542275eb9d638\\\",\\\"status.workspaceTrust.1649122017122\\\",\\\"status.workspaceTrust.e923420f8cc0565c17ebb490d81240ec\\\",\\\"GraphQL.vscode-graphql\\\",\\\"status.workspaceTrust.1649948463083\\\",\\\"status.workspaceTrust.1650014405425\\\",\\\"status.workspaceTrust.1650449302016\\\",\\\"status.workspaceTrust.de66f2e3138d0b054dcd9636ef658c40\\\",\\\"status.workspaceTrust.1651100174304\\\",\\\"status.workspaceTrust.60466c810802999c4af103f04c9b429a\\\",\\\"status.workspaceTrust.6e9d4ffc67d380a3d1f6fbc8c27c9b22\\\",\\\"status.workspaceTrust.1652591009520\\\",\\\"status.workspaceTrust.1652953838677\\\",\\\"status.workspaceTrust.1653037166670\\\",\\\"status.workspaceTrust.1653098350588\\\",\\\"status.workspaceTrust.1653228074051\\\",\\\"status.workspaceTrust.5f36d550ab148d02ef165c48f754c3e9\\\",\\\"status.workspaceTrust.cb0e0930d88f02ee19a5c8fb32b4799c\\\",\\\"status.workspaceTrust.1654773247233\\\",\\\"status.workspaceTrust.23fff35b09553930f32bd41580bfc238\\\",\\\"status.workspaceTrust.1654827741770\\\",\\\"status.workspaceTrust.7bdb9721c12f5b72b279652731cfeadf\\\",\\\"status.workspaceTrust.1655112709623\\\",\\\"status.workspaceTrust.1655116136600\\\",\\\"status.workspaceTrust.86b07ee5b31b53999e3f73a98227511b\\\",\\\"status.workspaceTrust.1655194804045\\\",\\\"status.workspaceTrust.ceb247dfb87f6e3c0b83bbe90f8479ca\\\",\\\"status.workspaceTrust.1655350244589\\\",\\\"status.workspaceTrust.1655380391972\\\",\\\"status.workspaceTrust.1655716160131\\\",\\\"status.workspaceTrust.1655775650159\\\",\\\"status.workspaceTrust.1655830251703\\\",\\\"status.workspaceTrust.1656047913451\\\",\\\"status.workspaceTrust.1656061264878\\\",\\\"status.workspaceTrust.047e676fe777a490fc3e91b7d0664ebd\\\",\\\"status.workspaceTrust.1656312647660\\\",\\\"status.workspaceTrust.1656734970393\\\",\\\"status.workspaceTrust.1657090488868\\\",\\\"status.workspaceTrust.1657266119196\\\",\\\"status.workspaceTrust.1657619999901\\\",\\\"status.workspaceTrust.1657634623221\\\",\\\"status.workspaceTrust.1657859650538\\\",\\\"status.workspaceTrust.1657956326272\\\",\\\"status.workspaceTrust.1658210855429\\\",\\\"status.workspaceTrust.d73bd22735b0bdfdbc5d4311c58e799c\\\",\\\"status.workspaceTrust.67398e25a0f8dfaccd27c6b95f30256a\\\",\\\"status.workspaceTrust.1658726773011\\\",\\\"status.workspaceTrust.1658858511476\\\",\\\"status.workspaceTrust.1659150941744\\\",\\\"status.workspaceTrust.0b3a58c67d03118ee62b62d4f6038733\\\",\\\"status.workspaceTrust.1659691041495\\\",\\\"status.workspaceTrust.1660373122499\\\",\\\"status.workspaceTrust.1f6d35877bab14c5d030fc4a365b68f0\\\",\\\"status.workspaceTrust.e2af1ae0bd65e6321dd6ad282bedd257\\\",\\\"status.workspaceTrust.1661757411686\\\",\\\"status.workspaceTrust.29a1188654c69fbb8bc8d8949b9c71ba\\\",\\\"status.workspaceTrust.1662361633681\\\",\\\"status.workspaceTrust.46d86c3d228b1c37594394480c1a0950\\\",\\\"status.workspaceTrust.212bc5f115289e6ea5e61a513c71f41a\\\",\\\"status.workspaceTrust.1663633908038\\\",\\\"status.workspaceTrust.1663889674771\\\",\\\"status.workspaceTrust.1664169981049\\\",\\\"status.workspaceTrust.feb9e5601c8d65005d56767b3aff904c\\\",\\\"status.workspaceTrust.1664603906134\\\",\\\"status.workspaceTrust.bacfba7784ad7a9cee2632a2ca8f983b\\\",\\\"status.workspaceTrust.0a0c6521bf7fdd6c03a1d49ce3ff7169\\\",\\\"status.workspaceTrust.43e7c9b91639634c3eb714a8f61e9a0d\\\",\\\"status.workspaceTrust.1666672975253\\\",\\\"status.workspaceTrust.46f1485098af4f9cbc5bc701556440b6\\\",\\\"status.workspaceTrust.18b2cb6198f9b15af1eb51cc619075e9\\\",\\\"status.workspaceTrust.09d790e8260e5a316fccf96a68683a21\\\",\\\"status.workspaceTrust.84252707709cb4ba7160dec0b1a4c262\\\",\\\"status.workspaceTrust.1672970595462\\\",\\\"status.workspaceTrust.18a00950317c50c85d9712c1fefc9d9c\\\",\\\"status.workspaceTrust.1676806946973\\\",\\\"status.workspaceTrust.307a05e67937e3db82b683ad92989533\\\",\\\"status.workspaceTrust.82b870bfcfc86847e5ec872fcb03aebf\\\",\\\"status.workspaceTrust.247b8c5a97df4554672908a1e20852e8\\\",\\\"status.workspaceTrust.eac4acb30070d81268f0872c22970bd7\\\",\\\"status.workspaceTrust.1678953479341\\\",\\\"status.workspaceTrust.1679276997791\\\",\\\"status.workspaceTrust.36775c34c2eb53daf48b0a459af0a26c\\\",\\\"status.workspaceTrust.1680062279633\\\",\\\"status.workspaceTrust.6c8e0e4447fc48f52e7e01ccbe170191\\\",\\\"status.workspaceTrust.1681181819996\\\",\\\"status.workspaceTrust.f2caeceeaa8fc447d5996a9250d9ffd1\\\",\\\"status.workspaceTrust.1681343710737\\\",\\\"status.workspaceTrust.2dfbc599c8657719ab675cd738c62c5b\\\",\\\"status.workspaceTrust.1681461874817\\\",\\\"status.workspaceTrust.1681620948804\\\",\\\"status.workspaceTrust.dbc9e466abe5bc857661fc7cea7c8819\\\",\\\"status.workspaceTrust.1681725118158\\\",\\\"status.workspaceTrust.1681944254614\\\",\\\"status.workspaceTrust.1682586356883\\\",\\\"status.workspaceTrust.1683360893319\\\",\\\"status.workspaceTrust.65bcdd729d291cc708388ea180101246\\\",\\\"status.workspaceTrust.1683593168585\\\",\\\"status.workspaceTrust.cfc04a548f19c1205630340bb73ea606\\\",\\\"status.workspaceTrust.ae0908fb03084d40f63ed1ec2d3600b0\\\"]\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[]}\",\"commandPalette.mru.counter\":\"32\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.profiles.import.preview\\\",\\\"isHidden\\\":false}]\",\"extensionsAssistant/languagePackSuggestionIgnore\":\"[\\\"en\\\",\\\"ja\\\"]\",\"ces/skipSurvey\":\"1.55.0\",\"nps/lastSessionDate\":\"Thu Jan 21 2021\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Mon May 22 2023\",\"cpp.1.sessionCount\":\"499\",\"java.2.lastSessionDate\":\"Mon May 22 2023\",\"java.2.sessionCount\":\"499\",\"javascript.1.lastSessionDate\":\"Thu Jan 21 2021\",\"javascript.1.sessionCount\":\"9\",\"typescript.1.lastSessionDate\":\"Mon Sep 13 2021\",\"typescript.1.sessionCount\":\"146\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"name\\\":\\\"Problems\\\",\\\"pinned\\\":true,\\\"order\\\":0,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"name\\\":\\\"Output\\\",\\\"pinned\\\":true,\\\"order\\\":1,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"name\\\":\\\"Debug Console\\\",\\\"pinned\\\":true,\\\"order\\\":2,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"name\\\":\\\"Test Results\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":false},{\\\"id\\\":\\\"terminal\\\",\\\"name\\\":\\\"Terminal\\\",\\\"pinned\\\":true,\\\"order\\\":3,\\\"visible\\\":true},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"name\\\":\\\"Ports\\\",\\\"pinned\\\":true,\\\"order\\\":5,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"name\\\":\\\"GitLens\\\",\\\"pinned\\\":false,\\\"order\\\":6,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\",\\\"name\\\":\\\"Comments\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"name\\\":\\\"Jupyter\\\",\\\"pinned\\\":false,\\\"order\\\":7,\\\"visible\\\":false},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"name\\\":\\\"Comments\\\",\\\"pinned\\\":true,\\\"order\\\":10,\\\"visible\\\":false},{\\\"id\\\":\\\"refactorPreview\\\",\\\"name\\\":\\\"Refactor Preview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-monokai-themes-monokai-color-theme-json\\\",\\\"label\\\":\\\"Monokai\\\",\\\"settingsId\\\":\\\"Monokai\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#88846f\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.character, constant.other\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic underline\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.other.inherited-class\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"variable.parameter\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.type, support.class\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"support.other.variable\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F44747\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CFCFC2\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.json string.quoted.double.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#75715E\\\"},\\\"scope\\\":\\\"meta.diff, meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FFA0\\\"},\\\"scope\\\":\\\"constant.numeric.line-number.find-in-files - match\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"entity.name.filename.find-in-files\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"markup.quote\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.list\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"markup.bold, markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.heading.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#75715E\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f8f8f2\\\"},\\\"scope\\\":\\\"markup.list.unnumbered.markdown, markup.list.numbered.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":[\\\"punctuation.definition.list.begin.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cd9731\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b267e6\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"variable.language\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-monokai\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-monokai\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"dropdown.background\\\":\\\"#414339\\\",\\\"list.activeSelectionBackground\\\":\\\"#75715e\\\",\\\"quickInputList.focusBackground\\\":\\\"#414339\\\",\\\"dropdown.listBackground\\\":\\\"#1e1f1c\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#414339\\\",\\\"list.hoverBackground\\\":\\\"#3e3d32\\\",\\\"list.dropBackground\\\":\\\"#414339\\\",\\\"list.highlightForeground\\\":\\\"#f8f8f2\\\",\\\"button.background\\\":\\\"#75715e\\\",\\\"editor.background\\\":\\\"#272822\\\",\\\"editor.foreground\\\":\\\"#f8f8f2\\\",\\\"selection.background\\\":\\\"#878b9180\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#575b6180\\\",\\\"editor.selectionBackground\\\":\\\"#878b9180\\\",\\\"minimap.selectionHighlight\\\":\\\"#878b9180\\\",\\\"editor.wordHighlightBackground\\\":\\\"#4a4a7680\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#6a6a9680\\\",\\\"editor.lineHighlightBackground\\\":\\\"#3e3d32\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#c2c2bf\\\",\\\"editorCursor.foreground\\\":\\\"#f8f8f0\\\",\\\"editorWhitespace.foreground\\\":\\\"#464741\\\",\\\"editorIndentGuide.background\\\":\\\"#464741\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#767771\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#1e1f1c\\\",\\\"editorGroup.dropBackground\\\":\\\"#41433980\\\",\\\"tab.inactiveBackground\\\":\\\"#34352f\\\",\\\"tab.border\\\":\\\"#1e1f1c\\\",\\\"tab.inactiveForeground\\\":\\\"#ccccc7\\\",\\\"tab.lastPinnedBorder\\\":\\\"#414339\\\",\\\"widget.shadow\\\":\\\"#00000098\\\",\\\"progressBar.background\\\":\\\"#75715e\\\",\\\"badge.background\\\":\\\"#75715e\\\",\\\"badge.foreground\\\":\\\"#f8f8f2\\\",\\\"editorLineNumber.foreground\\\":\\\"#90908a\\\",\\\"panelTitle.activeForeground\\\":\\\"#f8f8f2\\\",\\\"panelTitle.activeBorder\\\":\\\"#75715e\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#75715e\\\",\\\"panel.border\\\":\\\"#414339\\\",\\\"settings.focusedRowBackground\\\":\\\"#4143395a\\\",\\\"titleBar.activeBackground\\\":\\\"#1e1f1c\\\",\\\"statusBar.background\\\":\\\"#414339\\\",\\\"statusBar.noFolderBackground\\\":\\\"#414339\\\",\\\"statusBar.debuggingBackground\\\":\\\"#75715e\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#ac6218\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#ccccc7\\\",\\\"activityBar.background\\\":\\\"#272822\\\",\\\"activityBar.foreground\\\":\\\"#f8f8f2\\\",\\\"sideBar.background\\\":\\\"#1e1f1c\\\",\\\"sideBarSectionHeader.background\\\":\\\"#272822\\\",\\\"menu.background\\\":\\\"#1e1f1c\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"pickerGroup.foreground\\\":\\\"#75715e\\\",\\\"input.background\\\":\\\"#414339\\\",\\\"inputOption.activeBorder\\\":\\\"#75715e\\\",\\\"focusBorder\\\":\\\"#99947c\\\",\\\"editorWidget.background\\\":\\\"#1e1f1c\\\",\\\"debugToolBar.background\\\":\\\"#1e1f1c\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#4b661680\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#90274a70\\\",\\\"inputValidation.errorBackground\\\":\\\"#90274a\\\",\\\"inputValidation.errorBorder\\\":\\\"#f92672\\\",\\\"inputValidation.warningBackground\\\":\\\"#848528\\\",\\\"inputValidation.warningBorder\\\":\\\"#e2e22e\\\",\\\"inputValidation.infoBackground\\\":\\\"#546190\\\",\\\"inputValidation.infoBorder\\\":\\\"#819aff\\\",\\\"editorHoverWidget.background\\\":\\\"#414339\\\",\\\"editorHoverWidget.border\\\":\\\"#75715e\\\",\\\"editorSuggestWidget.background\\\":\\\"#272822\\\",\\\"editorSuggestWidget.border\\\":\\\"#75715e\\\",\\\"editorGroup.border\\\":\\\"#34352f\\\",\\\"peekView.border\\\":\\\"#75715e\\\",\\\"peekViewEditor.background\\\":\\\"#272822\\\",\\\"peekViewResult.background\\\":\\\"#1e1f1c\\\",\\\"peekViewTitle.background\\\":\\\"#1e1f1c\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#414339\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#75715e\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#75715e\\\",\\\"terminal.ansiBlack\\\":\\\"#333333\\\",\\\"terminal.ansiRed\\\":\\\"#c4265e\\\",\\\"terminal.ansiGreen\\\":\\\"#86b42b\\\",\\\"terminal.ansiYellow\\\":\\\"#b3b42b\\\",\\\"terminal.ansiBlue\\\":\\\"#6a7ec8\\\",\\\"terminal.ansiMagenta\\\":\\\"#8c6bc8\\\",\\\"terminal.ansiCyan\\\":\\\"#56adbc\\\",\\\"terminal.ansiWhite\\\":\\\"#e3e3dd\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#666666\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f92672\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a6e22e\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#e2e22e\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#819aff\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#ae81ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#66d9ef\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#f8f8f2\\\"},\\\"watch\\\":false}\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1678698864504,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#tempNodejsWelcome\\\",{\\\"firstSeen\\\":1684586816739,\\\"stepIDs\\\":[],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"gitlens.welcome.tutorial\\\",\\\"gitlens.welcome.experience\\\",\\\"gitlens.welcome.settings\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.gitCodeLens\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.gitSideBarViews\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.gitCommandPalette\\\",\\\"gitlens.welcome.interactiveRebaseEditor\\\",\\\"gitlens.welcome.terminal\\\",\\\"gitlens.welcome.plus\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.plus\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.commitGraph\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.richIntegrations\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.trial\\\",\\\"gitlens.plus.trial.extend\\\",\\\"gitlens.plus.trial.upgrade\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"python.createPythonFile\\\",\\\"python.installPythonWin8\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.createEnvironment\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"python.installJupyterExt\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1684731471661,\\\"stepIDs\\\":[\\\"ipynb.newUntitledIpynb\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}]]\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.panel.alignment\":\"center\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"exceptions\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchTrustRequired\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnStartExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnDemandExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.project-manager.state.hidden\":\"[{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false}]\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:workbench.action.terminal.openNativeConsole\\\",\\\"@command:workbench.view.extension.dockerView\\\",\\\"\\\\\\\"shift+cmd+d\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+h\\\\\\\"\\\",\\\"@command:workbench.view.extension.github-pull-requests\\\",\\\"\\\\\\\"ctrl+shift+p\\\\\\\"\\\",\\\"@command:workbench.view.extension.project-manager\\\",\\\"@command:workbench.action.quickOpen\\\",\\\"\\\\\\\"ctrl+p\\\\\\\"\\\",\\\"@command:git.viewFileHistory\\\",\\\"c\\\",\\\"cmd\\\",\\\"cmd+\\\",\\\"cmd+enter\\\",\\\"option+\\\",\\\"option+↑\\\",\\\"option+up\\\",\\\"\\\\\\\"ctrl+f\\\\\\\"\\\",\\\"@command:editor.toggleFold\\\",\\\"\\\\\\\"ctrl+d\\\\\\\"\\\",\\\"@command:markdown.showPreview\\\",\\\"@command:markdown.showLockedPreviewToSide\\\",\\\"@command:solargraph.search\\\",\\\"@command:code-runner.run\\\",\\\"\\\\\\\"shift+cmd+b\\\\\\\"\\\",\\\"j\\\",\\\"contrl\\\",\\\"ctrl\\\",\\\"ctrl tab\\\",\\\"@command:extension.profile.select\\\",\\\"@command:extension.gist.open\\\",\\\"@command:extension.gist.openInBrowser\\\",\\\"@command:extension.gist.add\\\",\\\"@command:GitHubGistExplorer.shortcut.gistSearch\\\",\\\"@command:GitHubGistExplorer.shortcut.newGist\\\",\\\"@command:GistTree.focus\\\",\\\"@command:gistpad.openGist\\\",\\\"aaa\\\",\\\"githuburl\\\",\\\"@command:translates.clipboard\\\",\\\"@command:translates.replace\\\",\\\"@command:cSpell.toggleEnableSpellChecker\\\",\\\"\\\\\\\"alt+cmd+p\\\\\\\"\\\",\\\"@command:projectManager.listProjectsNewWindow\\\",\\\"@command:workbench.action.zoomou\\\",\\\"@command:workbench.action.zoomout\\\",\\\"\\\\\\\"ctrl+r\\\\\\\"\\\",\\\"@command:editor.action.rename\\\",\\\"click\\\",\\\"peek\\\",\\\"@command:editor.action.referenceSearch.trigger\\\",\\\"\\\\\\\"ctrl+e\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+i\\\\\\\"\\\",\\\"@command:editor.emmet.action.decrementNumberByOne\\\",\\\"@command:editor.emmet.action.incrementNumberByOne\\\",\\\"intel\\\",\\\"sugge\\\",\\\"sugges\\\",\\\"@command:workbench.action.zoomIn\\\",\\\"@command:workbench.action.zoomOut\\\",\\\"@command:editor.action.fontZoomIn\\\",\\\"@command:editor.action.fontZoomOut\\\",\\\"ct\\\",\\\"G\\\",\\\"\\\\\\\"shift+cmd+g\\\\\\\"\\\",\\\"@command:workbench.view.extension.gistpad\\\",\\\"copy\\\",\\\"copy git\\\",\\\"copy github\\\",\\\"\\\\\\\"ctrl+shift+l\\\\\\\"\\\",\\\"copu\\\",\\\"\\\\\\\"ctrl+shift+h\\\\\\\"\\\",\\\"v\\\",\\\"view\\\",\\\"translate\\\",\\\"gitstp\\\",\\\"gitst\\\",\\\"gitspad\\\",\\\"gi\\\",\\\"\\\\\\\"shift+cmd+space\\\\\\\"\\\",\\\"github\\\",\\\"gistpad\\\",\\\"open proje\\\",\\\"open project\\\",\\\"open project \\\",\\\"open project list\\\",\\\"tab\\\",\\\"shift tab\\\",\\\"tab mo\\\",\\\"ctrl+sh\\\",\\\"ctrl+shift+c\\\"]}\",\"github-yano3nora\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\"},{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vsls-contrib.gistfs\\\",\\\"name\\\":\\\"GistPad\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true}]\",\"hasNotifiedOfSettingsAutosave\":\"true\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.plannedSessions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"javascript.1.editedCount\":\"19\",\"javascript.1.editedDate\":\"Wed Jan 13 2021\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"python_tests\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false}]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.52.1\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.52.1\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Sat Sep 11 2021\",\"ignoreShellEnvSlowWarning\":\"true\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"true\",\"http.linkProtectionTrustedDomains\":\"[\\\"https://gist.github.com\\\"]\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.showAccounts\":\"false\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.60.0\",\"tabs-list-width-horizontal\":\"46\",\"workbench.view.extension.gistpad.state.hidden\":\"[{\\\"id\\\":\\\"gistpad.gists\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.repos\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.showcase\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.GithubGistExplorer.state.hidden\":\"[{\\\"id\\\":\\\"GistTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SubscriptionTree\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f62697a73696d2d70726f746f2d6e6578742d31227d.552280763\":\"[]\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"workbench.sideBar.position\":\"0\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/For Loop\\\",1660122003564],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1660212222274],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1663221742410],[\\\"snippets/typescript.code-snippets/For Loop\\\",1663735549615],[\\\"snippets/typescript.code-snippets/Do-While Statement\\\",1664083839528],[\\\"snippets/typescript.code-snippets/Function Statement\\\",1664229799918],[\\\"snippets/kagex.json/iscript\\\",1664446531932],[\\\"snippets/kagex.json/if\\\",1664446566711],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1664821068383],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1668562459523],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1668565511516],[\\\"snippets/typescript.code-snippets/new Promise\\\",1669145322312],[\\\"snippets/typescript.code-snippets/Constructor\\\",1669154389495],[\\\"snippets/typescript.code-snippets/Define a full property\\\",1674364133740],[\\\"snippets/typescript.code-snippets/For-Await-Of Loop\\\",1674376278023],[\\\"snippets/typescript.code-snippets/While Statement\\\",1674545254662],[\\\"snippets/typescript.code-snippets/For-In Loop\\\",1674592547198],[\\\"snippets/typescript.code-snippets/Async Function Expression\\\",1675061586308],[\\\"snippets/typescript.code-snippets/Property setter\\\",1675119665577],[\\\"snippets/typescript.code-snippets/For-Each Loop using =>\\\",1676950734355],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1677054749213],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1679906948116],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1683005843310],[\\\"snippets/typescript.code-snippets/Region End\\\",1683535647891],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1683822857413]]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\":1,\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\":2},\\\"viewLocations\\\":{\\\"todo-tree-view\\\":\\\"workbench.view.explorer\\\",\\\"bookmarksExplorer\\\":\\\"workbench.view.explorer\\\",\\\"bookmarksHelpAndFeedback\\\":\\\"workbench.view.explorer\\\",\\\"workbench.panel.comments\\\":\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\",\\\"gitlens.views.commitDetails\\\":\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"memento/notebookGettingStarted2\":\"{\\\"hasOpenedNotebook\\\":true}\",\"csharp.1.lastSessionDate\":\"Mon May 22 2023\",\"csharp.1.sessionCount\":\"21\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\",\\\"name\\\":\\\"GitLens\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\"}}" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"default","settings":"{\"settings\":\"{\\n \\\"code-runner.clearPreviousOutput\\\": false,\\n \\\"code-runner.executorMap\\\": {\\n \\\"csharp\\\": \\\"scriptcs -script\\\"\\n },\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"code-runner.showRunIconInEditorTitleMenu\\\": false,\\n \\\"comments.openView\\\": \\\"never\\\",\\n \\\"deno.enable\\\": false,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"editor.acceptSuggestionOnCommitCharacter\\\": false,\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"off\\\",\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": false,\\n \\\"editor.definitionLinkOpensInPeek\\\": true,\\n \\\"editor.dragAndDrop\\\": false,\\n \\\"editor.fastScrollSensitivity\\\": 0,\\n \\\"editor.foldingStrategy\\\": \\\"indentation\\\",\\n \\\"editor.fontSize\\\": 11,\\n \\\"editor.formatOnPaste\\\": true,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.lightbulb.enabled\\\": \\\"off\\\",\\n \\\"editor.links\\\": false,\\n \\\"editor.minimap.maxColumn\\\": 32,\\n \\\"editor.multiCursorModifier\\\": \\\"ctrlCmd\\\",\\n \\\"editor.quickSuggestions\\\": {\\n \\\"comments\\\": \\\"off\\\",\\n \\\"other\\\": \\\"on\\\", // 重すぎるなら off に\\n \\\"strings\\\": \\\"off\\\"\\n },\\n \\\"editor.renderControlCharacters\\\": true,\\n \\\"editor.renderWhitespace\\\": \\\"all\\\",\\n \\\"editor.rulers\\\": [\\n 72,\\n 80\\n ],\\n \\\"editor.stablePeek\\\": false,\\n \\\"editor.stickyScroll.enabled\\\": false,\\n \\\"editor.suggest.insertMode\\\": \\\"replace\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.tabCompletion\\\": \\\"on\\\",\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.unicodeHighlight.ambiguousCharacters\\\": false,\\n \\\"editor.unicodeHighlight.nonBasicASCII\\\": false,\\n \\\"editor.wordWrap\\\": \\\"off\\\",\\n \\\"emmet.excludeLanguages\\\": [],\\n \\\"emmet.includeLanguages\\\": {\\n \\\"erb\\\": \\\"html\\\"\\n },\\n \\\"emmet.showExpandedAbbreviation\\\": \\\"inMarkupAndStylesheetFilesOnly\\\",\\n \\\"emmet.triggerExpansionOnTab\\\": true,\\n \\\"eslint.workingDirectories\\\": [\\n {\\n \\\"mode\\\": \\\"auto\\\"\\n }\\n ],\\n // https://github.com/yoavbls/pretty-ts-errors/issues/36\\n \\\"extensions.experimental.affinity\\\": {\\n \\\"yoavbls.pretty-ts-errors\\\": 1\\n },\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"files.associations\\\": {\\n \\\".env*\\\": \\\"dotenv\\\",\\n \\\"*.jslib\\\": \\\"javascript\\\",\\n \\\"*.jspre\\\": \\\"javascript\\\",\\n \\\"*.ks\\\": \\\"kagex\\\"\\n },\\n \\\"files.eol\\\": \\\"\\\\n\\\",\\n // https://github.com/microsoft/vscode/issues/62725\\n \\\"files.watcherExclude\\\": {\\n \\\"*.log\\\": true,\\n // default\\n \\\"**/.git/objects/**\\\": true,\\n \\\"**/.git/subtree-cache/**\\\": true,\\n \\\"**/.hg/store/**\\\": true,\\n // custom\\n \\\"**/.next/**\\\": true,\\n \\\"**/.parcel-cache/**\\\": true,\\n \\\"**/.venv/**\\\": true,\\n \\\"**/build/**\\\": true,\\n \\\"**/dist/**\\\": true,\\n \\\"**/node_modules/*/**\\\": true,\\n \\\"**/vendor/**\\\": true\\n },\\n \\\"git.autofetch\\\": false,\\n \\\"gitlens.launchpad.indicator.enabled\\\": false,\\n \\\"gitlens.menus\\\": {\\n \\\"editorGroup\\\": false,\\n \\\"editorTab\\\": false\\n },\\n \\\"json.schemaDownload.enable\\\": true,\\n \\\"markdown.preview.scrollEditorWithPreview\\\": true,\\n \\\"markdown.preview.scrollPreviewWithEditor\\\": true,\\n \\\"notebook.cellToolbarLocation\\\": {\\n \\\"default\\\": \\\"right\\\",\\n \\\"jupyter-notebook\\\": \\\"left\\\"\\n },\\n \\\"projectManager.git.baseFolders\\\": [\\n \\\"~/git\\\"\\n ],\\n \\\"python.analysis.autoImportCompletions\\\": false,\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\n \\\"python.terminal.activateEnvironment\\\": false,\\n \\\"search.quickOpen.includeHistory\\\": false,\\n \\\"search.useGlobalIgnoreFiles\\\": false,\\n \\\"search.useIgnoreFiles\\\": true,\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"solargraph.checkGemVersion\\\": false,\\n \\\"solargraph.definitions\\\": false,\\n \\\"solargraph.diagnostics\\\": true,\\n \\\"telemetry.telemetryLevel\\\": \\\"off\\\",\\n \\\"terminal.integrated.allowChords\\\": false,\\n \\\"terminal.integrated.confirmOnExit\\\": \\\"always\\\",\\n \\\"terminal.integrated.cursorBlinking\\\": true,\\n \\\"terminal.integrated.drawBoldTextInBrightColors\\\": false,\\n \\\"terminal.integrated.fontFamily\\\": \\\"Meslo LG M DZ for Powerline\\\",\\n \\\"terminal.integrated.fontSize\\\": 11,\\n \\\"terminal.integrated.gpuAcceleration\\\": \\\"off\\\",\\n \\\"todo-tree.filtering.useBuiltInExcludes\\\": \\\"file and search excludes\\\",\\n \\\"todo-tree.highlights.enabled\\\": true,\\n // https://github.com/Gruntfuggly/todo-tree/issues/255\\n \\\"todo-tree.regex.regex\\\": \\\"(?:(?://|#|<!--|;|/\\\\\\\\*\\\\\\\\*?|\\\\\\\\*)\\\\\\\\s*($TAGS)|^\\\\\\\\s*- \\\\\\\\[ \\\\\\\\])\\\",\\n // REVIEW https://github.com/microsoft/TypeScript/issues/36358\\n \\\"typescript.disableAutomaticTypeAcquisition\\\": true,\\n \\\"typescript.format.semicolons\\\": \\\"remove\\\",\\n \\\"typescript.preferences.importModuleSpecifier\\\": \\\"non-relative\\\",\\n \\\"typescript.preferences.quoteStyle\\\": \\\"single\\\",\\n \\\"typescript.surveys.enabled\\\": false,\\n \\\"typescript.tsdk\\\": \\\"node_modules/typescript/lib\\\",\\n \\\"typescript.tsserver.log\\\": \\\"off\\\",\\n \\\"typescript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n \\\"typescript.updateImportsOnPaste.enabled\\\": false,\\n \\\"window.commandCenter\\\": false,\\n \\\"window.newWindowDimensions\\\": \\\"inherit\\\",\\n \\\"window.titleBarStyle\\\": \\\"native\\\",\\n \\\"workbench.activityBar.location\\\": \\\"hidden\\\",\\n \\\"workbench.colorCustomizations\\\": {\\n // For local markdown, documents.\\n \\\"[Github Light Theme - Gray]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#383838\\\",\\n \\\"terminal.background\\\": \\\"#383838\\\",\\n \\\"terminal.foreground\\\": \\\"#ccc\\\"\\n },\\n // For main development.\\n \\\"[Monokai]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#191919\\\",\\n \\\"terminal.background\\\": \\\"#191919\\\"\\n },\\n // For local snippets, and gist.\\n \\\"[Solarized Dark]\\\": {\\n \\\"terminal.ansiBlack\\\": \\\"#1c1c1c\\\",\\n \\\"terminal.background\\\": \\\"#1c1c1c\\\"\\n },\\n \\\"terminal.selectionBackground\\\": \\\"#ff8e7f6e\\\"\\n },\\n \\\"workbench.colorTheme\\\": \\\"Monokai\\\",\\n \\\"workbench.commandPalette.history\\\": 0,\\n \\\"workbench.editor.closeEmptyGroups\\\": false,\\n \\\"workbench.editor.enablePreview\\\": false,\\n \\\"workbench.editor.focusRecentEditorAfterClose\\\": false,\\n \\\"workbench.editor.openPositioning\\\": \\\"left\\\",\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter-notebook\\\",\\n \\\"git-rebase-todo\\\": \\\"default\\\"\\n },\\n \\\"workbench.enableExperiments\\\": false,\\n \\\"workbench.layoutControl.enabled\\\": false,\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"workbench.statusBar.visible\\\": true,\\n \\\"workbench.tree.indent\\\": 15\\n}\\n\"}","keybindings":"{\"keybindings\":\"[\\n //\\n // 矢印キー触りたくない系\\n //\\n // カーソルの上下左右を vim っぽく移動\\n {\\n \\\"key\\\": \\\"cmd+j\\\",\\n \\\"command\\\": \\\"cursorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k\\\",\\n \\\"command\\\": \\\"cursorUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+h\\\",\\n \\\"command\\\": \\\"cursorLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+l\\\",\\n \\\"command\\\": \\\"cursorRight\\\"\\n },\\n // ↑ の ctrl 版、上下はそのままで左右は単語単位の移動に、\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"cursorDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"cursorUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+h\\\",\\n \\\"command\\\": \\\"cursorWordLeft\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"cursorWordRight\\\"\\n },\\n\\n // ↑ の ctrl 移動と shift を組み合わせた選択\\n {\\n \\\"key\\\": \\\"ctrl+shift+j\\\",\\n \\\"command\\\": \\\"cursorDownSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+k\\\",\\n \\\"command\\\": \\\"cursorUpSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+h\\\",\\n \\\"command\\\": \\\"cursorWordLeftSelect\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+l\\\",\\n \\\"command\\\": \\\"cursorWordRightSelect\\\"\\n },\\n // ctrl + cmd で大きく移動、行頭・行末・ページ上下\\n {\\n \\\"key\\\": \\\"ctrl+cmd+j\\\",\\n \\\"command\\\": \\\"cursorPageDown\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+k\\\",\\n \\\"command\\\": \\\"cursorPageUp\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+h\\\",\\n \\\"command\\\": \\\"cursorLineStart\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+cmd+l\\\",\\n \\\"command\\\": \\\"cursorLineEnd\\\"\\n },\\n // サジェスト候補の ctrl + jk での上下移動\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"selectNextSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"selectPrevSuggestion\\\",\\n \\\"when\\\": \\\"suggestWidgetVisible\\\"\\n },\\n // パラメータ候補サジェストの ctrl + jk での上下移動\\n // ↑ suggest と被るので一旦消してる\\n // {\\n // \\\"key\\\": \\\"ctrl+j\\\",\\n // \\\"command\\\": \\\"showNextParameterHint\\\",\\n // \\\"when\\\": \\\"parameterHintsVisible\\\"\\n // },\\n // {\\n // \\\"key\\\": \\\"ctrl+k\\\",\\n // \\\"command\\\": \\\"showPrevParameterHint\\\",\\n // \\\"when\\\": \\\"parameterHintsVisible\\\"\\n // },\\n // コマンドパレット候補の ctrl + jkhl 移動\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectNext\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"workbench.action.quickOpenSelectPrevious\\\",\\n \\\"when\\\": \\\"inQuickOpen\\\"\\n },\\n // サイドバーのエクスプローラ・検索などリスト系候補の ctrl + jkhl 移動\\n // h でツリーをたたむ、l でツリーを展開\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"list.focusFirst\\\",\\n \\\"when\\\": \\\"!editorTextFocus && !inQuickOpen\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"list.focusDown\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"list.focusUp\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+h\\\",\\n \\\"command\\\": \\\"list.collapse\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+l\\\",\\n \\\"command\\\": \\\"list.expand\\\",\\n \\\"when\\\": \\\"listFocus\\\"\\n },\\n //\\n // エディタ・ターミナル操作を ctrl 起点で設定\\n //\\n // タブの新規作成 (chrome っぽく)\\n {\\n \\\"key\\\": \\\"cmd+t\\\",\\n \\\"command\\\": \\\"workbench.action.files.newUntitledFile\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+n\\\",\\n \\\"command\\\": \\\"-workbench.action.files.newUntitledFile\\\"\\n },\\n // ターミナルの新規追加・移動・終了\\n {\\n \\\"key\\\": \\\"ctrl+t\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.newInActiveWorkspace\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.kill\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+j\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNext\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+k\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusPrevious\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n // エディタフォーカス + エディタグループの first / last 移動\\n {\\n \\\"key\\\": \\\"ctrl+[\\\",\\n \\\"command\\\": \\\"workbench.action.focusFirstEditorGroup\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+]\\\",\\n \\\"command\\\": \\\"workbench.action.focusLastEditorGroup\\\"\\n },\\n // エディタ拡大トグル\\n {\\n \\\"key\\\": \\\"ctrl+shift+[\\\",\\n \\\"command\\\": \\\"workbench.action.toggleEditorWidths\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+]\\\",\\n \\\"command\\\": \\\"workbench.action.decreaseViewWidth\\\"\\n },\\n // ターミナルへのフォーカス + 同一 pane 内移動\\n {\\n \\\"key\\\": \\\"ctrl+[BracketLeft]\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.focusNextPane\\\"\\n },\\n // ターミナルの最大化トグル\\n {\\n \\\"key\\\": \\\"ctrl+shift+[BracketLeft]\\\",\\n \\\"command\\\": \\\"workbench.action.toggleMaximizedPanel\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n // エディタ・ターミナル分割 (Spectacle ぽく)\\n {\\n \\\"key\\\": \\\"alt+cmd+2\\\",\\n \\\"command\\\": \\\"workbench.action.splitEditor\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+2\\\",\\n \\\"command\\\": \\\"workbench.action.terminal.split\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+alt+cmd+[IntlYen]\\\",\\n \\\"command\\\": \\\"-workbench.action.splitEditor\\\"\\n },\\n //\\n // サイドバー展開系でよく使うやつ ctrl 起点で設定\\n // scm はもともと ctrl+shift+g なのでそのまま\\n //\\n {\\n \\\"key\\\": \\\"ctrl+shift+f\\\",\\n \\\"command\\\": \\\"workbench.view.search\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+e\\\",\\n \\\"command\\\": \\\"workbench.view.explorer\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+x\\\",\\n \\\"command\\\": \\\"workbench.view.extensions\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+p\\\",\\n \\\"command\\\": \\\"workbench.view.extension.project-manager\\\"\\n },\\n //\\n // 他、コーディング中によく使うやつ ctrl 起点に設定\\n //\\n // ctrl + f で Toggle Fold (インデントされたブロックの開閉)\\n {\\n \\\"key\\\": \\\"ctrl+f\\\",\\n \\\"command\\\": \\\"editor.toggleFold\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+k cmd+l\\\",\\n \\\"command\\\": \\\"-editor.toggleFold\\\",\\n \\\"when\\\": \\\"editorTextFocus && foldingEnabled\\\"\\n },\\n // ctrl + ↑ ↓ で行移動、option は残しつつ\\n {\\n \\\"key\\\": \\\"ctrl+up\\\",\\n \\\"command\\\": \\\"editor.action.moveLinesUpAction\\\"\\n },\\n {\\n \\\"command\\\": \\\"editor.action.moveLinesDownAction\\\",\\n \\\"key\\\": \\\"ctrl+down\\\"\\n },\\n // ctrl + enter で行挿入、cmd は残しつつ\\n {\\n \\\"key\\\": \\\"ctrl+enter\\\",\\n \\\"command\\\": \\\"editor.action.insertLineAfter\\\"\\n },\\n // シンボル検索\\n {\\n \\\"key\\\": \\\"ctrl+o\\\",\\n \\\"command\\\": \\\"workbench.action.showAllSymbols\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+t\\\",\\n \\\"command\\\": \\\"-workbench.action.showAllSymbols\\\"\\n },\\n // インクリメント\\n {\\n \\\"key\\\": \\\"ctrl+shift+i\\\",\\n \\\"command\\\": \\\"extension.incrementSelection\\\",\\n \\\"when\\\": \\\"editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+i\\\",\\n \\\"command\\\": \\\"editor.emmet.action.incrementNumberByOne\\\",\\n },\\n // デクリメント\\n {\\n \\\"key\\\": \\\"ctrl+shift+d\\\",\\n \\\"command\\\": \\\"extension.decrementSelection\\\",\\n \\\"when\\\": \\\"editorHasMultipleSelections\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+d\\\",\\n \\\"command\\\": \\\"editor.emmet.action.decrementNumberByOne\\\",\\n },\\n\\n // ファイル単独実行、ビルド (code-runner)\\n {\\n \\\"key\\\": \\\"ctrl+shift+b\\\",\\n \\\"command\\\": \\\"code-runner.run\\\"\\n },\\n // markdown preview\\n {\\n \\\"key\\\": \\\"shift+cmd+v\\\",\\n \\\"command\\\": \\\"-markdown.showPreview\\\",\\n \\\"when\\\": \\\"!notebookEditorFocused && editorLangId == 'markdown'\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+m ctrl+p\\\",\\n \\\"command\\\": \\\"markdown.showLockedPreviewToSide\\\"\\n },\\n // solargraph.search 無効化\\n {\\n \\\"key\\\": \\\"shift+cmd+r\\\",\\n \\\"command\\\": \\\"-solargraph.search\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+alt+[Minus]\\\",\\n \\\"command\\\": \\\"-extension.profile.select\\\"\\n },\\n // gistpad\\n {\\n \\\"key\\\": \\\"ctrl+.\\\",\\n \\\"command\\\": \\\"gistpad.openGist\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+shift+g\\\",\\n \\\"command\\\": \\\"workbench.view.extension.gistpad\\\"\\n },\\n // cspell\\n {\\n \\\"key\\\": \\\"ctrl+shift+c\\\",\\n \\\"command\\\": \\\"cSpell.toggleEnableSpellChecker\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n },\\n // project-manager\\n {\\n \\\"key\\\": \\\"alt+cmd+p\\\",\\n \\\"command\\\": \\\"-projectManager.listProjects\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+p\\\",\\n \\\"command\\\": \\\"projectManager.listProjects\\\"\\n },\\n {\\n \\\"key\\\": \\\"alt+cmd+p\\\",\\n \\\"command\\\": \\\"projectManager.listProjectsNewWindow\\\"\\n },\\n // zoomIn, zoomOut\\n {\\n \\\"key\\\": \\\"cmd+[Semicolon]\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+[Minus]\\\",\\n \\\"command\\\": \\\"editor.action.fontZoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+numpad_add\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Semicolon]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+[Minus]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomIn\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+numpad_subtract\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+[IntlRo]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+[Minus]\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomOut\\\"\\n },\\n // symbol rename を ctrl+r にしたい\\n {\\n \\\"key\\\": \\\"ctrl+r\\\",\\n \\\"command\\\": \\\"-workbench.action.openRecent\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r\\\",\\n \\\"command\\\": \\\"-workbench.action.quickOpenNavigateNextInRecentFilesPicker\\\",\\n \\\"when\\\": \\\"inQuickOpen && inRecentFilesPicker\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+r\\\",\\n \\\"command\\\": \\\"editor.action.rename\\\",\\n \\\"when\\\": \\\"editorHasRenameProvider && editorTextFocus && !editorReadonly\\\"\\n },\\n // ctrl+e で peek (reference) だす\\n {\\n \\\"key\\\": \\\"ctrl+e\\\",\\n \\\"command\\\": \\\"editor.action.referenceSearch.trigger\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+e\\\",\\n \\\"command\\\": \\\"-cursorLineEnd\\\",\\n \\\"when\\\": \\\"textInputFocus\\\"\\n },\\n // tab で focus 切り替える mode が暴発してほしくない\\n {\\n \\\"key\\\": \\\"ctrl+shift+m\\\",\\n \\\"command\\\": \\\"-editor.action.toggleTabFocusMode\\\"\\n },\\n {\\n \\\"key\\\": \\\"ctrl+w\\\",\\n \\\"command\\\": \\\"-workbench.action.switchWindow\\\"\\n },\\n]\\n\",\"platform\":1}","snippets":"{\"snippets\":{\"python.json\":\"{\\n \\\"if\\\": {\\n \\\"prefix\\\": \\\"if\\\",\\n \\\"body\\\": [\\\"if ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an if statement\\\"\\n },\\n \\\"if/else\\\": {\\n \\\"prefix\\\": \\\"if/else\\\",\\n \\\"body\\\": [\\\"if ${1:condition}:\\\", \\\"\\\\t${2:pass}\\\", \\\"else:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an if statement with else\\\"\\n },\\n \\\"elif\\\": {\\n \\\"prefix\\\": \\\"elif\\\",\\n \\\"body\\\": [\\\"elif ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an elif\\\"\\n },\\n \\\"else\\\": {\\n \\\"prefix\\\": \\\"else\\\",\\n \\\"body\\\": [\\\"else:\\\", \\\"\\\\t${1:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an else\\\"\\n },\\n \\\"while\\\": {\\n \\\"prefix\\\": \\\"while\\\",\\n \\\"body\\\": [\\\"while ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a while loop\\\"\\n },\\n \\\"while/else\\\": {\\n \\\"prefix\\\": \\\"while/else\\\",\\n \\\"body\\\": [\\\"while ${1:expression}:\\\", \\\"\\\\t${2:pass}\\\", \\\"else:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a while loop with else\\\"\\n },\\n \\\"for\\\": {\\n \\\"prefix\\\": \\\"for\\\",\\n \\\"body\\\": [\\\"for ${1:target_list} in ${2:expression_list}:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a for loop\\\"\\n },\\n \\\"for/else\\\": {\\n \\\"prefix\\\": \\\"for/else\\\",\\n \\\"body\\\": [\\\"for ${1:target_list} in ${2:expression_list}:\\\", \\\"\\\\t${3:pass}\\\", \\\"else:\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a for loop with else\\\"\\n },\\n \\\"try/except\\\": {\\n \\\"prefix\\\": \\\"try/except\\\",\\n \\\"body\\\": [\\\"try:\\\", \\\"\\\\t${1:pass}\\\", \\\"except ${2:expression} as ${3:identifier}:\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a try/except statement\\\"\\n },\\n \\\"try/finally\\\": {\\n \\\"prefix\\\": \\\"try/finally\\\",\\n \\\"body\\\": [\\\"try:\\\", \\\"\\\\t${1:pass}\\\", \\\"finally:\\\", \\\"\\\\t${2:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a try/finally statement\\\"\\n },\\n \\\"try/except/else\\\": {\\n \\\"prefix\\\": \\\"try/except/else\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"else:\\\",\\n \\\"\\\\t${5:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/else statement\\\"\\n },\\n \\\"try/except/finally\\\": {\\n \\\"prefix\\\": \\\"try/except/finally\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"finally:\\\",\\n \\\"\\\\t${5:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/finally statement\\\"\\n },\\n \\\"try/except/else/finally\\\": {\\n \\\"prefix\\\": \\\"try/except/else/finally\\\",\\n \\\"body\\\": [\\n \\\"try:\\\",\\n \\\"\\\\t${1:pass}\\\",\\n \\\"except ${2:expression} as ${3:identifier}:\\\",\\n \\\"\\\\t${4:pass}\\\",\\n \\\"else:\\\",\\n \\\"\\\\t${5:pass}\\\",\\n \\\"finally:\\\",\\n \\\"\\\\t${6:pass}\\\"\\n ],\\n \\\"description\\\": \\\"Code snippet for a try/except/else/finally statement\\\"\\n },\\n \\\"with\\\": {\\n \\\"prefix\\\": \\\"with\\\",\\n \\\"body\\\": [\\\"with ${1:expression} as ${2:target}:\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a with statement\\\"\\n },\\n \\\"def\\\": {\\n \\\"prefix\\\": \\\"def\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\",\\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a function definition\\\"\\n },\\n \\\"def(class method)\\\": {\\n \\\"prefix\\\": \\\"def(class method)\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(self, ${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a class method\\\"\\n },\\n \\\"def(static class method)\\\": {\\n \\\"prefix\\\": \\\"def(static class method)\\\",\\n \\\"body\\\": [\\\"@staticmethod\\\", \\\"def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a static class method\\\"\\n },\\n \\\"def(abstract class method)\\\": {\\n \\\"prefix\\\": \\\"def(abstract class method)\\\",\\n \\\"body\\\": [\\\"def ${1:funcname}(self, ${2:parameter_list}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\traise NotImplementedError\\\"],\\n \\\"description\\\": \\\"Code snippet for an abstract class method\\\"\\n },\\n \\\"class\\\": {\\n \\\"prefix\\\": \\\"class\\\",\\n \\\"body\\\": [\\\"class ${1:classname}(${2:object}):\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${3:docstring}\\\", \\\"\\\\t\\\\\\\"\\\\\\\"\\\\\\\"\\\", \\\"\\\\t${4:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a class definition\\\"\\n },\\n \\\"lambda\\\": {\\n \\\"prefix\\\": \\\"lambda\\\",\\n \\\"body\\\": [\\\"lambda ${1:parameter_list}: ${2:expression}\\\"],\\n \\\"description\\\": \\\"Code snippet for a lambda statement\\\"\\n },\\n \\\"if(main)\\\": {\\n \\\"prefix\\\": \\\"__main__\\\",\\n \\\"body\\\": [\\\"if __name__ == \\\\\\\"__main__\\\\\\\":\\\", \\\" ${1:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for a `if __name__ == \\\\\\\"__main__\\\\\\\": ...` block\\\"\\n },\\n \\\"async/def\\\": {\\n \\\"prefix\\\": \\\"async/def\\\",\\n \\\"body\\\": [\\\"async def ${1:funcname}(${2:parameter_list}):\\\", \\\"\\\\t${3:pass}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async statement\\\"\\n },\\n \\\"async/for\\\": {\\n \\\"prefix\\\": \\\"async/for\\\",\\n \\\"body\\\": [\\\"async for ${1:target} in ${2:iter}:\\\", \\\"\\\\t${3:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async for statement\\\"\\n },\\n \\\"async/for/else\\\": {\\n \\\"prefix\\\": \\\"async/for/else\\\",\\n \\\"body\\\": [\\\"async for ${1:target} in ${2:iter}:\\\", \\\"\\\\t${3:block}\\\", \\\"else:\\\", \\\"\\\\t${4:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async for statement with else\\\"\\n },\\n \\\"async/with\\\": {\\n \\\"prefix\\\": \\\"async/with\\\",\\n \\\"body\\\": [\\\"async with ${1:expr} as ${2:var}:\\\", \\\"\\\\t${3:block}\\\"],\\n \\\"description\\\": \\\"Code snippet for an async with statement\\\"\\n },\\n \\\"ipdb\\\": {\\n \\\"prefix\\\": \\\"ipdb\\\",\\n \\\"body\\\": \\\"import ipdb; ipdb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for ipdb debug\\\"\\n },\\n \\\"pdb\\\": {\\n \\\"prefix\\\": \\\"pdb\\\",\\n \\\"body\\\": \\\"import pdb; pdb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for pdb debug\\\"\\n },\\n \\\"pudb\\\": {\\n \\\"prefix\\\": \\\"pudb\\\",\\n \\\"body\\\": \\\"import pudb; pudb.set_trace()\\\",\\n \\\"description\\\": \\\"Code snippet for pudb debug\\\"\\n },\\n \\\"add/new/cell\\\": {\\n \\\"prefix\\\": \\\"add/new/cell\\\",\\n \\\"body\\\": \\\"# %%\\\",\\n \\\"description\\\": \\\"Code snippet to add a new cell\\\"\\n },\\n \\\"mark/markdown\\\": {\\n \\\"prefix\\\": \\\"mark/markdown\\\",\\n \\\"body\\\": \\\"# %% [markdown]\\\",\\n \\\"description\\\": \\\"Code snippet to add a new markdown cell\\\"\\n }\\n}\\n\",\"ruby.json\":\"{\\n\\t\\\"Magic Comment: Frozen String Literal\\\": {\\n\\t\\t\\\"prefix\\\": \\\"frozen\\\",\\n\\t\\t\\\"body\\\": \\\"# frozen_string_literal: true\\\",\\n\\t\\t\\\"description\\\": \\\"Insert frozen_string_literal: true magic comment.\\\"\\n\\t}\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"adpyke.codesnap\",\"uuid\":\"8c1fc960-44b1-45e8-89b5-85f982fdaf27\"},\"displayName\":\"CodeSnap\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"albymor.increment-selection\",\"uuid\":\"3fe4660f-1dcb-47d4-8f7e-1a22a16b2d5e\"},\"displayName\":\"Increment Selection\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"alefragnani.project-manager\",\"uuid\":\"1b747f06-3789-4ebd-ac99-f1fe430c3347\"},\"displayName\":\"Project Manager\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"artdiniz.quitcontrol-vscode\",\"uuid\":\"ffb0fdce-1a37-40ee-9d88-5e20f2fb0094\"},\"displayName\":\"Quit Control for VSCode\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"be5invis.toml\",\"uuid\":\"e79fd228-c27f-423b-a8fc-b006fa99ed64\"},\"displayName\":\"TOML Language Support\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"bierner.markdown-preview-github-styles\",\"uuid\":\"5cbdf58a-694a-4aba-af08-61d00842eb03\"},\"displayName\":\"Markdown Preview Github Styling\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"biscrat.kagex-vscode\",\"uuid\":\"ade65bdf-625b-4554-bb8e-edd63d61409c\"},\"displayName\":\"KAG/KAGEX\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"castwide.solargraph\",\"uuid\":\"349e83e2-207c-4309-a8d2-dfa43f7ee0c9\"},\"displayName\":\"Ruby Solargraph\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"cpmcgrath.codealignment-vscode\",\"uuid\":\"4ca779dc-9bb7-4abc-ade9-0476cdd1753c\"},\"displayName\":\"Code alignment\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"craigmaslowski.erb\",\"uuid\":\"5da0c8de-e8a6-4287-9ef1-632f0d6db9ad\"},\"applicationScoped\":false},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"deerawan.vscode-faker\",\"uuid\":\"0808d236-6faf-4f68-9f17-28f51a572ee4\"},\"displayName\":\"vscode-faker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"denoland.vscode-deno\",\"uuid\":\"91881318-cfd0-4905-adb7-f4e431ca1ead\"},\"displayName\":\"Deno\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"devwright.vscode-terminal-capture\",\"uuid\":\"ef3377ea-5d5d-4341-ba99-3915934f28ba\"},\"displayName\":\"Terminal Capture\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"eamodio.gitlens\",\"uuid\":\"4de763bd-505d-4978-9575-2b7696ecf94e\"},\"displayName\":\"GitLens — Git supercharged\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ephoton.indent-switcher\",\"uuid\":\"916bc534-f7e4-4017-959e-38be4f996e43\"},\"displayName\":\"indent-switcher\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"formulahendry.code-runner\",\"uuid\":\"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"},\"displayName\":\"Code Runner\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"grapecity.gc-excelviewer\",\"uuid\":\"8bb12ae3-73f8-40cf-86b7-4bd5729c6238\"},\"displayName\":\"Excel Viewer\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"gruntfuggly.todo-tree\",\"uuid\":\"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"},\"displayName\":\"Todo Tree\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"happiness9721.ks\",\"uuid\":\"852b18f3-2cc5-488e-aa2a-9684764c2751\"},\"displayName\":\"Kirikiri Adventure Game (KAG) Script\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"happiness9721.tjs\",\"uuid\":\"bad02bf7-5498-4d3f-83b0-2db7e8bd3bf4\"},\"displayName\":\"Kirikiri TPV JavaScript (TJS)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"kaiwood.endwise\",\"uuid\":\"e9a05054-5cce-41cd-a15c-6d71e99ebab1\"},\"displayName\":\"endwise\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mads-hartmann.bash-ide-vscode\",\"uuid\":\"b1b0f283-8246-4e90-832e-a6c409d378d1\"},\"displayName\":\"Bash IDE\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mechatroner.rainbow-csv\",\"uuid\":\"3792588c-3d35-442d-91ea-fe6a755e8155\"},\"displayName\":\"Rainbow CSV\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"mikestead.dotenv\",\"uuid\":\"532533c9-a894-4a58-9eee-bbfbe7c06f71\"},\"displayName\":\"DotENV\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"misogi.ruby-rubocop\",\"uuid\":\"867c2662-4ce0-4736-a22c-69975925a0c6\"},\"displayName\":\"ruby-rubocop\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-azuretools.vscode-docker\",\"uuid\":\"0479fc1c-3d67-49f9-b087-fb9069afe48f\"},\"displayName\":\"Docker\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.isort\",\"uuid\":\"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"},\"displayName\":\"isort\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.pylint\",\"uuid\":\"8dc47276-5882-4c5f-903d-7eef7b9d1584\"},\"displayName\":\"Pylint\",\"disabled\":true,\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-python.vscode-pylance\",\"uuid\":\"364d2426-116a-433a-a5d8-a5098dc3afbd\"},\"displayName\":\"Pylance\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"prisma.prisma\",\"uuid\":\"33ce9d6b-41cf-4972-a62b-386f7201981d\"},\"displayName\":\"Prisma\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"richie5um2.vscode-sort-json\",\"uuid\":\"3fb77af3-b8b3-4cb9-9137-f555bd80e2b1\"},\"displayName\":\"Sort JSON objects\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"shardulm94.trailing-spaces\",\"uuid\":\"6ad45f5a-09ec-44e5-b363-867ddc1ec674\"},\"displayName\":\"Trailing Spaces\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"sleistner.vscode-fileutils\",\"uuid\":\"d637104e-1fd7-4063-98fc-8afe46012c9b\"},\"displayName\":\"File Utils\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"styled-components.vscode-styled-components\",\"uuid\":\"22a740c5-ec07-4bf0-a58f-1a38aabea310\"},\"displayName\":\"vscode-styled-components\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"stylelint.vscode-stylelint\",\"uuid\":\"ec35b5a3-9802-4c68-b5ff-e85f19ec0977\"},\"displayName\":\"Stylelint\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"takanotume24.pdf\",\"uuid\":\"6e223c49-95b8-4c54-9e8a-3928d5673bac\"},\"displayName\":\"vscode-pdf (Multi-language support)\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"tomoki1207.pdf\",\"uuid\":\"4386e6f6-ec10-4463-9d23-c24278718947\"},\"displayName\":\"vscode-pdf\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"tomoki1207.selectline-statusbar\",\"uuid\":\"4e1273ba-8871-42e2-8bc2-01dd29ebf16b\"},\"displayName\":\"Select Line Status Bar\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"vsls-contrib.gistfs\",\"uuid\":\"0cfb9d1d-3e59-4c36-a597-157b54e4442b\"},\"displayName\":\"GistPad\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"xdebug.php-debug\",\"uuid\":\"044b4b31-2969-4af3-895d-855433b8b46d\"},\"displayName\":\"PHP Debug\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"xdebug.php-pack\",\"uuid\":\"1a9300c9-36a6-44d1-9d09-ada3641b8727\"},\"displayName\":\"PHP Extension Pack\",\"applicationScoped\":false},{\"identifier\":{\"id\":\"zobo.php-intellisense\",\"uuid\":\"3eddb68d-a5dd-43fb-be03-6f508d98fe97\"},\"displayName\":\"PHP IntelliSense\",\"applicationScoped\":false}]","globalState":"{\"storage\":{\"workbench.panel.markers.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.markers.view\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.output.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"isHidden\\\":false}]\",\"terminal.hidden\":\"[{\\\"id\\\":\\\"terminal\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.explorer.views.state.hidden\":\"[{\\\"id\\\":\\\"outline\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"timeline\\\",\\\"isHidden\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.explorer.openEditorsView\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.explorer.emptyView\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"npm\\\",\\\"isHidden\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.explorer.fileView\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"commitViewProvider\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"compareCommitViewProvider\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"liveshare.session.explorer\\\",\\\"isHidden\\\":false,\\\"order\\\":8},{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"cs-script\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"GistTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"denoTasks\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.gists\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.repos\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.showcase\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.patchDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.scm.views.state.hidden\":\"[{\\\"id\\\":\\\"workbench.scm.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commits\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.repositories\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.branches\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.remotes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.stashes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.tags\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.worktrees\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.scm.sync\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.scm.history\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.scm.grouped\\\",\\\"isHidden\\\":false}]\",\"workbench.view.search.state.hidden\":\"[{\\\"id\\\":\\\"workbench.view.search\\\",\\\"isHidden\\\":false}]\",\"workbench.activity.pinnedViewlets2\":\"[{\\\"id\\\":\\\"workbench.view.extension.test\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.view.extension.project-manager\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":8},{\\\"id\\\":\\\"workbench.view.explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.view.search\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.view.scm\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.view.extension.gitlensInspect\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.github-pull-requests\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"workbench.view.extension.gitlensPatch\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.github-pull-request\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":11},{\\\"id\\\":\\\"workbench.view.extension.dockerView\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.debug\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.view.remote\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extensions\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":4},{\\\"id\\\":\\\"workbench.view.extension.references-view\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.view.extension.todo-tree-container\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":12},{\\\"id\\\":\\\"workbench.view.extension.gitlens\\\",\\\"pinned\\\":false,\\\"visible\\\":true,\\\"order\\\":9},{\\\"id\\\":\\\"workbench.view.extension.jupyter\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":14},{\\\"id\\\":\\\"workbench.view.extension.liveshare\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.GithubGistExplorer\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":13},{\\\"id\\\":\\\"workbench.view.extension.gistpad\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":16},{\\\"id\\\":\\\"workbench.view.extension.cspell-explorer\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"id\\\":\\\"workbench.view.extension.bookmarks\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":15},{\\\"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\\\":true},{\\\"id\\\":\\\"userDataProfiles\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"nps/lastSessionDate\":\"Thu Jan 21 2021\",\"nps/sessionCount\":\"9\",\"cpp.1.lastSessionDate\":\"Fri Feb 21 2025\",\"cpp.1.sessionCount\":\"874\",\"java.2.lastSessionDate\":\"Fri Feb 21 2025\",\"java.2.sessionCount\":\"874\",\"javascript.1.lastSessionDate\":\"Thu Jan 21 2021\",\"javascript.1.sessionCount\":\"9\",\"typescript.1.lastSessionDate\":\"Mon Sep 13 2021\",\"typescript.1.sessionCount\":\"146\",\"workbench.view.debug.state.hidden\":\"[{\\\"id\\\":\\\"workbench.debug.welcome\\\",\\\"isHidden\\\":false,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.debug.variablesView\\\",\\\"isHidden\\\":false,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.debug.watchExpressionsView\\\",\\\"isHidden\\\":false,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.debug.callStackView\\\",\\\"isHidden\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"workbench.debug.loadedScriptsView\\\",\\\"isHidden\\\":false,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.debug.breakPointsView\\\",\\\"isHidden\\\":false,\\\"order\\\":4},{\\\"id\\\":\\\"jsBrowserBreakpoints\\\",\\\"isHidden\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"exceptions\\\",\\\"isHidden\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"jsExcludedCallers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"jsDebugNetworkTree\\\",\\\"isHidden\\\":false}]\",\"colorThemeData\":\"{\\\"id\\\":\\\"vs-dark vscode-theme-monokai-themes-monokai-color-theme-json\\\",\\\"label\\\":\\\"Monokai\\\",\\\"settingsId\\\":\\\"Monokai\\\",\\\"themeTokenColors\\\":[{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"}},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.embedded\\\",\\\"source.groovy.embedded\\\",\\\"string meta.image.inline.markdown\\\",\\\"variable.legacy.builtin.python\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#88846f\\\"},\\\"scope\\\":\\\"comment\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"string\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":[\\\"punctuation.definition.template-expression\\\",\\\"punctuation.section.embedded\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":[\\\"meta.template.expression\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.numeric\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.language\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"constant.character, constant.other\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F8F8F2\\\"},\\\"scope\\\":\\\"variable\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"keyword\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"storage\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"storage.type\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"underline\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic underline\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":[\\\"entity.other.inherited-class\\\",\\\"punctuation.separator.namespace.ruby\\\"]},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.name.function\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"variable.parameter\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"entity.name.tag\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"entity.other.attribute-name\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.function\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.constant\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"support.type, support.class\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\"},\\\"scope\\\":\\\"support.other.variable\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#F44747\\\"},\\\"scope\\\":\\\"invalid\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F44747\\\"},\\\"scope\\\":\\\"invalid.deprecated\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#CFCFC2\\\"},\\\"scope\\\":\\\"meta.structure.dictionary.json string.quoted.double.json\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#75715E\\\"},\\\"scope\\\":\\\"meta.diff, meta.diff.header\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"markup.deleted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"markup.inserted\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.changed\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FFA0\\\"},\\\"scope\\\":\\\"constant.numeric.line-number.find-in-files - match\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"entity.name.filename.find-in-files\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#F92672\\\"},\\\"scope\\\":\\\"markup.quote\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.list\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#66D9EF\\\"},\\\"scope\\\":\\\"markup.bold, markup.italic\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"\\\",\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"markup.inline.raw\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":\\\"markup.heading\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\",\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.heading.setext\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.heading.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\",\\\"foreground\\\":\\\"#75715E\\\"},\\\"scope\\\":\\\"markup.quote.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"bold\\\"},\\\"scope\\\":\\\"markup.bold.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#AE81FF\\\"},\\\"scope\\\":\\\"string.other.link.title.markdown,string.other.link.description.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#E6DB74\\\"},\\\"scope\\\":\\\"markup.underline.link.markdown,markup.underline.link.image.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"italic\\\"},\\\"scope\\\":\\\"markup.italic.markdown\\\"},{\\\"settings\\\":{\\\"fontStyle\\\":\\\"strikethrough\\\"},\\\"scope\\\":\\\"markup.strikethrough\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f8f8f2\\\"},\\\"scope\\\":\\\"markup.list.unnumbered.markdown, markup.list.numbered.markdown\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#A6E22E\\\"},\\\"scope\\\":[\\\"punctuation.definition.list.begin.markdown\\\"]},{\\\"settings\\\":{\\\"foreground\\\":\\\"#6796e6\\\"},\\\"scope\\\":\\\"token.info-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#cd9731\\\"},\\\"scope\\\":\\\"token.warn-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#f44747\\\"},\\\"scope\\\":\\\"token.error-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#b267e6\\\"},\\\"scope\\\":\\\"token.debug-token\\\"},{\\\"settings\\\":{\\\"foreground\\\":\\\"#FD971F\\\"},\\\"scope\\\":\\\"variable.language\\\"}],\\\"semanticTokenRules\\\":[],\\\"extensionData\\\":{\\\"_extensionId\\\":\\\"vscode.theme-monokai\\\",\\\"_extensionIsBuiltin\\\":true,\\\"_extensionName\\\":\\\"theme-monokai\\\",\\\"_extensionPublisher\\\":\\\"vscode\\\"},\\\"themeSemanticHighlighting\\\":true,\\\"colorMap\\\":{\\\"dropdown.background\\\":\\\"#414339\\\",\\\"list.activeSelectionBackground\\\":\\\"#75715e\\\",\\\"quickInputList.focusBackground\\\":\\\"#414339\\\",\\\"dropdown.listBackground\\\":\\\"#1e1f1c\\\",\\\"list.inactiveSelectionBackground\\\":\\\"#414339\\\",\\\"list.hoverBackground\\\":\\\"#3e3d32\\\",\\\"list.dropBackground\\\":\\\"#414339\\\",\\\"list.highlightForeground\\\":\\\"#f8f8f2\\\",\\\"button.background\\\":\\\"#75715e\\\",\\\"editor.background\\\":\\\"#272822\\\",\\\"editor.foreground\\\":\\\"#f8f8f2\\\",\\\"selection.background\\\":\\\"#878b9180\\\",\\\"editor.selectionHighlightBackground\\\":\\\"#575b6180\\\",\\\"editor.selectionBackground\\\":\\\"#878b9180\\\",\\\"minimap.selectionHighlight\\\":\\\"#878b9180\\\",\\\"editor.wordHighlightBackground\\\":\\\"#4a4a7680\\\",\\\"editor.wordHighlightStrongBackground\\\":\\\"#6a6a9680\\\",\\\"editor.lineHighlightBackground\\\":\\\"#3e3d32\\\",\\\"editorLineNumber.activeForeground\\\":\\\"#c2c2bf\\\",\\\"editorCursor.foreground\\\":\\\"#f8f8f0\\\",\\\"editorWhitespace.foreground\\\":\\\"#464741\\\",\\\"editorIndentGuide.background\\\":\\\"#464741\\\",\\\"editorIndentGuide.activeBackground\\\":\\\"#767771\\\",\\\"editorGroupHeader.tabsBackground\\\":\\\"#1e1f1c\\\",\\\"editorGroup.dropBackground\\\":\\\"#41433980\\\",\\\"tab.inactiveBackground\\\":\\\"#34352f\\\",\\\"tab.border\\\":\\\"#1e1f1c\\\",\\\"tab.inactiveForeground\\\":\\\"#ccccc7\\\",\\\"tab.lastPinnedBorder\\\":\\\"#414339\\\",\\\"widget.shadow\\\":\\\"#00000098\\\",\\\"progressBar.background\\\":\\\"#75715e\\\",\\\"badge.background\\\":\\\"#75715e\\\",\\\"badge.foreground\\\":\\\"#f8f8f2\\\",\\\"editorLineNumber.foreground\\\":\\\"#90908a\\\",\\\"panelTitle.activeForeground\\\":\\\"#f8f8f2\\\",\\\"panelTitle.activeBorder\\\":\\\"#75715e\\\",\\\"panelTitle.inactiveForeground\\\":\\\"#75715e\\\",\\\"panel.border\\\":\\\"#414339\\\",\\\"settings.focusedRowBackground\\\":\\\"#4143395a\\\",\\\"titleBar.activeBackground\\\":\\\"#1e1f1c\\\",\\\"statusBar.background\\\":\\\"#414339\\\",\\\"statusBar.noFolderBackground\\\":\\\"#414339\\\",\\\"statusBar.debuggingBackground\\\":\\\"#75715e\\\",\\\"statusBarItem.remoteBackground\\\":\\\"#ac6218\\\",\\\"ports.iconRunningProcessForeground\\\":\\\"#ccccc7\\\",\\\"activityBar.background\\\":\\\"#272822\\\",\\\"activityBar.foreground\\\":\\\"#f8f8f2\\\",\\\"sideBar.background\\\":\\\"#1e1f1c\\\",\\\"sideBarSectionHeader.background\\\":\\\"#272822\\\",\\\"menu.background\\\":\\\"#1e1f1c\\\",\\\"menu.foreground\\\":\\\"#cccccc\\\",\\\"pickerGroup.foreground\\\":\\\"#75715e\\\",\\\"input.background\\\":\\\"#414339\\\",\\\"inputOption.activeBorder\\\":\\\"#75715e\\\",\\\"focusBorder\\\":\\\"#99947c\\\",\\\"editorWidget.background\\\":\\\"#1e1f1c\\\",\\\"debugToolBar.background\\\":\\\"#1e1f1c\\\",\\\"diffEditor.insertedTextBackground\\\":\\\"#4b661680\\\",\\\"diffEditor.removedTextBackground\\\":\\\"#90274a70\\\",\\\"inputValidation.errorBackground\\\":\\\"#90274a\\\",\\\"inputValidation.errorBorder\\\":\\\"#f92672\\\",\\\"inputValidation.warningBackground\\\":\\\"#848528\\\",\\\"inputValidation.warningBorder\\\":\\\"#e2e22e\\\",\\\"inputValidation.infoBackground\\\":\\\"#546190\\\",\\\"inputValidation.infoBorder\\\":\\\"#819aff\\\",\\\"editorHoverWidget.background\\\":\\\"#414339\\\",\\\"editorHoverWidget.border\\\":\\\"#75715e\\\",\\\"editorSuggestWidget.background\\\":\\\"#272822\\\",\\\"editorSuggestWidget.border\\\":\\\"#75715e\\\",\\\"editorGroup.border\\\":\\\"#34352f\\\",\\\"peekView.border\\\":\\\"#75715e\\\",\\\"peekViewEditor.background\\\":\\\"#272822\\\",\\\"peekViewResult.background\\\":\\\"#1e1f1c\\\",\\\"peekViewTitle.background\\\":\\\"#1e1f1c\\\",\\\"peekViewResult.selectionBackground\\\":\\\"#414339\\\",\\\"peekViewResult.matchHighlightBackground\\\":\\\"#75715e\\\",\\\"peekViewEditor.matchHighlightBackground\\\":\\\"#75715e\\\",\\\"terminal.ansiBlack\\\":\\\"#333333\\\",\\\"terminal.ansiRed\\\":\\\"#c4265e\\\",\\\"terminal.ansiGreen\\\":\\\"#86b42b\\\",\\\"terminal.ansiYellow\\\":\\\"#b3b42b\\\",\\\"terminal.ansiBlue\\\":\\\"#6a7ec8\\\",\\\"terminal.ansiMagenta\\\":\\\"#8c6bc8\\\",\\\"terminal.ansiCyan\\\":\\\"#56adbc\\\",\\\"terminal.ansiWhite\\\":\\\"#e3e3dd\\\",\\\"terminal.ansiBrightBlack\\\":\\\"#666666\\\",\\\"terminal.ansiBrightRed\\\":\\\"#f92672\\\",\\\"terminal.ansiBrightGreen\\\":\\\"#a6e22e\\\",\\\"terminal.ansiBrightYellow\\\":\\\"#e2e22e\\\",\\\"terminal.ansiBrightBlue\\\":\\\"#819aff\\\",\\\"terminal.ansiBrightMagenta\\\":\\\"#ae81ff\\\",\\\"terminal.ansiBrightCyan\\\":\\\"#66d9ef\\\",\\\"terminal.ansiBrightWhite\\\":\\\"#f8f8f2\\\"},\\\"watch\\\":false}\",\"workbench.panel.repl.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.repl.view\\\",\\\"isHidden\\\":false}]\",\"workbench.telemetryOptOutShown\":\"true\",\"commandPalette.mru.cache\":\"{\\\"usesLRU\\\":true,\\\"entries\\\":[]}\",\"commandPalette.mru.counter\":\"4506\",\"workbench.view.extensions.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.extensions.installed.empty\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.installed\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.workspaceRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.popular\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.otherRecommendations\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"extensions.recommendedList\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.enabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.disabled\\\",\\\"isHidden\\\":true},{\\\"id\\\":\\\"workbench.views.extensions.marketplace\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchInstalled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchEnabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchDisabled\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchOutdated\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchBuiltin\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinFeatureExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinThemeExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.builtinProgrammingLanguageExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchTrustRequired\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnStartExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.trustRequiredOnDemandExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchWorkspaceUnsupported\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.untrustedPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualUnsupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.virtualPartiallySupportedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.deprecatedExtensions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.views.extensions.searchRecentlyUpdated\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.project-manager.state.hidden\":\"[{\\\"id\\\":\\\"projectsExplorerFavorites\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerGit\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerSVN\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerAny\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerMercurial\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectsExplorerVSCode\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"projectManagerHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.todo-tree-container.state.hidden\":\"[{\\\"id\\\":\\\"todo-tree-view\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.dockerView.state.hidden\":\"[{\\\"id\\\":\\\"dockerContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerImages\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerRegistries\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerNetworks\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"dockerVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.dockerContexts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"vscode-docker.views.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.gitlens.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.updates\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.welcome\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.home\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.contributors\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.workspaces\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.account\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.drafts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.launchpad\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.github-pull-requests.state.hidden\":\"[{\\\"id\\\":\\\"github:login\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"pr:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"issues:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.panel.markers\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":0},{\\\"id\\\":\\\"workbench.panel.output\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":1},{\\\"id\\\":\\\"workbench.panel.repl\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":2},{\\\"id\\\":\\\"workbench.panel.testResults\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":3},{\\\"id\\\":\\\"terminal\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":3},{\\\"id\\\":\\\"~remote.forwardedPortsContainer\\\",\\\"pinned\\\":true,\\\"visible\\\":true,\\\"order\\\":5},{\\\"id\\\":\\\"workbench.view.extension.gitlensPanel\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":6},{\\\"id\\\":\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\",\\\"pinned\\\":true,\\\"visible\\\":true},{\\\"id\\\":\\\"workbench.view.extension.jupyter-variables\\\",\\\"pinned\\\":false,\\\"visible\\\":false,\\\"order\\\":7},{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"pinned\\\":true,\\\"visible\\\":false,\\\"order\\\":10},{\\\"id\\\":\\\"refactorPreview\\\",\\\"pinned\\\":true,\\\"visible\\\":false}]\",\"terminal.integrated.showTerminalConfigPrompt\":\"false\",\"memento/workbench.editor.keybindings\":\"{\\\"searchHistory\\\":[\\\"@command:workbench.action.terminal.openNativeConsole\\\",\\\"@command:workbench.view.extension.dockerView\\\",\\\"\\\\\\\"shift+cmd+d\\\\\\\"\\\",\\\"\\\\\\\"shift+cmd+h\\\\\\\"\\\",\\\"@command:workbench.view.extension.github-pull-requests\\\",\\\"\\\\\\\"ctrl+shift+p\\\\\\\"\\\",\\\"@command:workbench.view.extension.project-manager\\\",\\\"@command:workbench.action.quickOpen\\\",\\\"\\\\\\\"ctrl+p\\\\\\\"\\\",\\\"@command:git.viewFileHistory\\\",\\\"c\\\",\\\"cmd\\\",\\\"cmd+\\\",\\\"cmd+enter\\\",\\\"option+\\\",\\\"option+↑\\\",\\\"option+up\\\",\\\"\\\\\\\"ctrl+f\\\\\\\"\\\",\\\"@command:editor.toggleFold\\\",\\\"\\\\\\\"ctrl+d\\\\\\\"\\\",\\\"@command:markdown.showPreview\\\",\\\"@command:markdown.showLockedPreviewToSide\\\",\\\"@command:solargraph.search\\\",\\\"@command:code-runner.run\\\",\\\"\\\\\\\"shift+cmd+b\\\\\\\"\\\",\\\"j\\\",\\\"contrl\\\",\\\"ctrl\\\",\\\"ctrl tab\\\",\\\"@command:extension.profile.select\\\",\\\"@command:extension.gist.open\\\",\\\"@command:extension.gist.openInBrowser\\\",\\\"@command:extension.gist.add\\\",\\\"@command:GitHubGistExplorer.shortcut.gistSearch\\\",\\\"@command:GitHubGistExplorer.shortcut.newGist\\\",\\\"@command:GistTree.focus\\\",\\\"@command:gistpad.openGist\\\",\\\"aaa\\\",\\\"githuburl\\\",\\\"@command:translates.clipboard\\\",\\\"@command:translates.replace\\\",\\\"@command:cSpell.toggleEnableSpellChecker\\\",\\\"\\\\\\\"alt+cmd+p\\\\\\\"\\\",\\\"@command:projectManager.listProjectsNewWindow\\\",\\\"@command:workbench.action.zoomou\\\",\\\"@command:workbench.action.zoomout\\\",\\\"\\\\\\\"ctrl+r\\\\\\\"\\\",\\\"@command:editor.action.rename\\\",\\\"click\\\",\\\"peek\\\",\\\"@command:editor.action.referenceSearch.trigger\\\",\\\"\\\\\\\"ctrl+e\\\\\\\"\\\",\\\"\\\\\\\"ctrl+shift+i\\\\\\\"\\\",\\\"@command:editor.emmet.action.decrementNumberByOne\\\",\\\"@command:editor.emmet.action.incrementNumberByOne\\\",\\\"intel\\\",\\\"sugge\\\",\\\"sugges\\\",\\\"@command:workbench.action.zoomIn\\\",\\\"@command:workbench.action.zoomOut\\\",\\\"@command:editor.action.fontZoomIn\\\",\\\"@command:editor.action.fontZoomOut\\\",\\\"ct\\\",\\\"G\\\",\\\"\\\\\\\"shift+cmd+g\\\\\\\"\\\",\\\"@command:workbench.view.extension.gistpad\\\",\\\"copy\\\",\\\"copy git\\\",\\\"copy github\\\",\\\"\\\\\\\"ctrl+shift+l\\\\\\\"\\\",\\\"copu\\\",\\\"\\\\\\\"ctrl+shift+h\\\\\\\"\\\",\\\"v\\\",\\\"view\\\",\\\"translate\\\",\\\"gitstp\\\",\\\"gitst\\\",\\\"gitspad\\\",\\\"gi\\\",\\\"\\\\\\\"shift+cmd+space\\\\\\\"\\\",\\\"github\\\",\\\"gistpad\\\",\\\"open proje\\\",\\\"open project\\\",\\\"open project \\\",\\\"open project list\\\",\\\"tab\\\",\\\"shift tab\\\",\\\"tab mo\\\",\\\"ctrl+sh\\\",\\\"ctrl+shift+c\\\",\\\"co\\\",\\\"code\\\",\\\"code run\\\",\\\"@command:workbench.action.terminal.kill +when:terminalHasBeenCreated || terminalIsOpen || terminalProcessSupported\\\",\\\"\\\\\\\\W\\\",\\\"W\\\",\\\"controlW\\\",\\\"control+W\\\"]}\",\"github-yano3nora\":\"[{\\\"id\\\":\\\"eamodio.gitlens\\\",\\\"name\\\":\\\"GitLens — Git supercharged\\\"},{\\\"id\\\":\\\"github.vscode-pull-request-github\\\",\\\"name\\\":\\\"GitHub Pull Requests and Issues\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"ms-vsliveshare.vsliveshare\\\",\\\"name\\\":\\\"Live Share\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.github\\\",\\\"name\\\":\\\"GitHub\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"github.copilot\\\",\\\"name\\\":\\\"GitHub Copilot\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vsls-contrib.gistfs\\\",\\\"name\\\":\\\"GistPad\\\",\\\"allowed\\\":true},{\\\"id\\\":\\\"vscode.configuration-editing\\\",\\\"name\\\":\\\"Configuration Editing\\\",\\\"allowed\\\":true}]\",\"hasNotifiedOfSettingsAutosave\":\"true\",\"workbench.view.extension.liveshare.state.hidden\":\"[{\\\"id\\\":\\\"liveshare.session\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.contacts\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.plannedSessions\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"liveshare.help\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.bookmarks.state.hidden\":\"[{\\\"id\\\":\\\"bookmarksExplorer\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"bookmarksHelpAndFeedback\\\",\\\"isHidden\\\":false}]\",\"javascript.1.editedCount\":\"19\",\"javascript.1.editedDate\":\"Wed Jan 13 2021\",\"Comments.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.test.state.hidden\":\"[{\\\"id\\\":\\\"python_tests\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testing\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"workbench.view.testCoverage\\\",\\\"isHidden\\\":false}]\",\"nps/isCandidate\":\"false\",\"nps/skipVersion\":\"1.52.1\",\"javascript.1.isCandidate\":\"false\",\"javascript.1.skipVersion\":\"1.52.1\",\"memento/gettingStartedService\":\"{\\\"pickColorTheme\\\":{\\\"done\\\":true},\\\"commandPaletteTask\\\":{\\\"done\\\":true},\\\"terminal\\\":{\\\"done\\\":true},\\\"settings\\\":{\\\"done\\\":true},\\\"pickAFolderTask-Mac\\\":{\\\"done\\\":true},\\\"quickOpen\\\":{\\\"done\\\":true},\\\"splitview\\\":{\\\"done\\\":true},\\\"scm\\\":{\\\"done\\\":true},\\\"shortcuts\\\":{\\\"done\\\":true},\\\"installGit\\\":{\\\"done\\\":true},\\\"commandPaletteTaskWeb\\\":{\\\"done\\\":true},\\\"eamodio.gitlens#gitlens.plus#gitlens.plus.intro\\\":{\\\"done\\\":true},\\\"quickOpenWeb\\\":{\\\"done\\\":true}}\",\"typescript.1.editedCount\":\"10\",\"typescript.1.editedDate\":\"Sat Sep 11 2021\",\"ignoreShellEnvSlowWarning\":\"true\",\"workbench.view.extension.references-view.state.hidden\":\"[{\\\"id\\\":\\\"references-view.tree\\\",\\\"isHidden\\\":false}]\",\"expandSuggestionDocs\":\"false\",\"http.linkProtectionTrustedDomains\":\"[\\\"https://gist.github.com\\\"]\",\"ces/skipSurvey\":\"1.55.0\",\"workbench.view.extension.github-pull-request.state.hidden\":\"[{\\\"id\\\":\\\"github:createPullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:compareChanges\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"prStatus:github\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"github:activePullRequest:welcome\\\",\\\"isHidden\\\":false}]\",\"workbench.statusbar.hidden\":\"[\\\"status.workspaceTrust.94aad7cba56e5df35bb834cc595d55e5\\\",\\\"status.workspaceTrust.efa811fc435f585d8be19c869d3d2282\\\",\\\"status.workspaceTrust.a12673a75e4238c5b5121dd422191e17\\\",\\\"status.workspaceTrust.1623571216439\\\",\\\"status.workspaceTrust.3577e2de3a3c3f4bf73dbbc8ed589bb9\\\",\\\"status.workspaceTrust.55d3d521c40ac352bb40add0e71d26c1\\\",\\\"status.workspaceTrust.1624173319822\\\",\\\"status.workspaceTrust.1624173373855\\\",\\\"status.workspaceTrust.fc839b0084f23a147b931e2bd32a599f\\\",\\\"status.workspaceTrust.3f828731573ce6a1db0cb11d4203f961\\\",\\\"status.workspaceTrust.4d8435b8e42fb338e3d7609fc22117e0\\\",\\\"status.workspaceTrust.1625414318250\\\",\\\"status.workspaceTrust.f803bc5c2430d00aa23d284304b900df\\\",\\\"status.workspaceTrust.62b55f6f7d50fd9af6f9a22c546c55fd\\\",\\\"status.workspaceTrust.01502ecd327357ed0d0e28865a1ef29e\\\",\\\"status.workspaceTrust.2a3390b8d12cc30dcf65028bc64d908a\\\",\\\"status.workspaceTrust.d344a537b3b30fab413d6789ce7b91bd\\\",\\\"status.workspaceTrust.b7d2a4b79cf89b691a752f006e788284\\\",\\\"status.workspaceTrust.1629537822570\\\",\\\"status.workspaceTrust.1629606523714\\\",\\\"status.workspaceTrust.1250bacf479a24afccf92fc9e3b9ebae\\\",\\\"status.workspaceTrust.0733f16a8f22cd593be68af6e5eacc0c\\\",\\\"status.workspaceTrust.83e130f2c4cf6cfffc0786f2dd71e0f9\\\",\\\"status.workspaceTrust.45b3a3af5bce536c9d57867f2aa14c52\\\",\\\"status.workspaceTrust.9c422c0f1390738ea0d68a734f7b64a5\\\",\\\"status.workspaceTrust.cc1de1858b5e56cc8bd98f2e53c044bc\\\",\\\"status.workspaceTrust.4aa5d84e5ba057860b4eeb074cbef719\\\",\\\"status.workspaceTrust.1631842739047\\\",\\\"status.workspaceTrust.1632193128239\\\",\\\"status.workspaceTrust.d215aedf917fa8b31c204857fe40171f\\\",\\\"status.workspaceTrust.6440fade75818b5ea1eb292568cbcbbd\\\",\\\"status.workspaceTrust.d87eea69fc51da3a3665ef67b403b7bf\\\",\\\"status.workspaceTrust.89310513e5a8b0e6dc9f952436e4544e\\\",\\\"status.workspaceTrust.8988f10454ddc974fa3b5c0e2942d3de\\\",\\\"status.workspaceTrust.df7c9eb4fc2fc73a87bf2a080602ad9b\\\",\\\"status.workspaceTrust.2f4521c162c03fa67579e92d846758f1\\\",\\\"status.workspaceTrust.04d16a86d0ea19056feff3d2e23c5a32\\\",\\\"status.workspaceTrust.1636000243485\\\",\\\"status.workspaceTrust.1636001500831\\\",\\\"status.workspaceTrust.b48e2e455a5cb96d2c9cae361f32d5eb\\\",\\\"status.workspaceTrust.1636019172666\\\",\\\"status.workspaceTrust.b46503a2f4adc0698ea154467fff955b\\\",\\\"status.workspaceTrust.856dd4856fa0d8766da6671b6f2a8d0f\\\",\\\"status.workspaceTrust.baf0d6ba983ce9f21b7f6182e7036f13\\\",\\\"status.workspaceTrust.2ee086a62fdb35d1f5250542c36420b6\\\",\\\"status.workspaceTrust.1637023716926\\\",\\\"status.workspaceTrust.68d6e54fa2f3d99aeae241c58e216a29\\\",\\\"status.workspaceTrust.d4c653ca3afd9817129c359fe53c4b0f\\\",\\\"status.workspaceTrust.76dd8416fc17af17d464b65c6135f276\\\",\\\"status.workspaceTrust.38edd6d7e3d5f427b8916a63129aea48\\\",\\\"status.workspaceTrust.2731faafb32176e159bfbf66a7c8282a\\\",\\\"status.workspaceTrust.098703ba28ca935946d45a343acf77ae\\\",\\\"status.workspaceTrust.e8a44b67bbf147170b8d61f2deb93c6d\\\",\\\"status.workspaceTrust.1641448717586\\\",\\\"status.workspaceTrust.1641953661854\\\",\\\"status.workspaceTrust.f426036a27f5000ebde5ff9119cd2bea\\\",\\\"status.workspaceTrust.af8cc0618f95a9ce318b490be3ba089d\\\",\\\"status.workspaceTrust.1642814462869\\\",\\\"status.workspaceTrust.fb2ef0c9dff6bfd23eb9d1ecb5cd089e\\\",\\\"status.workspaceTrust.16ab3127e690478ce57aac911769fef3\\\",\\\"status.workspaceTrust.1643155555996\\\",\\\"status.workspaceTrust.1643177223603\\\",\\\"status.workspaceTrust.0ae66284284372107fdcd32766c1e9bd\\\",\\\"status.workspaceTrust.4cba30d98ad9b152f933c06446842956\\\",\\\"status.workspaceTrust.ee8ba186851bb4f556722d907e1cf4bb\\\",\\\"status.workspaceTrust.1643300143605\\\",\\\"status.workspaceTrust.1643861691360\\\",\\\"status.workspaceTrust.1643864899237\\\",\\\"status.workspaceTrust.352ec661bcb7eaa579cbbac5abd6ccb9\\\",\\\"status.workspaceTrust.1643992073845\\\",\\\"hancel.google-translate\\\",\\\"status.workspaceTrust.0c60b7689e03baebe3a2332ae9e4d311\\\",\\\"status.workspaceTrust.1645341740794\\\",\\\"status.workspaceTrust.eb453541249410c516dd588e8f00fc66\\\",\\\"status.workspaceTrust.1645517314442\\\",\\\"status.workspaceTrust.907135f81a16041acbd3160264a16b5b\\\",\\\"status.workspaceTrust.7be81b20f72b9948949fbb2fa6e63b4c\\\",\\\"status.workspaceTrust.1645680341506\\\",\\\"status.workspaceTrust.afc47ff3b05251872178907cabbc0074\\\",\\\"status.workspaceTrust.212da76d6d847670d11ffc5acaebb482\\\",\\\"status.workspaceTrust.3d747786ff5534f4cbaee32d3b60b91d\\\",\\\"status.workspaceTrust.63140585a462afe1b1164a19af0649a3\\\",\\\"status.workspaceTrust.1646112647827\\\",\\\"status.workspaceTrust.1646885722914\\\",\\\"status.workspaceTrust.efe84e5b98405e11fd8afd1058202898\\\",\\\"status.workspaceTrust.eeb99461af66e326f106500dce88c561\\\",\\\"status.workspaceTrust.1647267858731\\\",\\\"status.workspaceTrust.1647406910934\\\",\\\"status.workspaceTrust.1647416528046\\\",\\\"status.workspaceTrust.1647416799394\\\",\\\"status.workspaceTrust.3939d012e15e9c48aef11c61934ccbb2\\\",\\\"status.workspaceTrust.1648437209177\\\",\\\"status.workspaceTrust.1648441828503\\\",\\\"status.workspaceTrust.6f873cea650a146bc84542275eb9d638\\\",\\\"status.workspaceTrust.1649122017122\\\",\\\"status.workspaceTrust.e923420f8cc0565c17ebb490d81240ec\\\",\\\"GraphQL.vscode-graphql\\\",\\\"status.workspaceTrust.1649948463083\\\",\\\"status.workspaceTrust.1650014405425\\\",\\\"status.workspaceTrust.1650449302016\\\",\\\"status.workspaceTrust.de66f2e3138d0b054dcd9636ef658c40\\\",\\\"status.workspaceTrust.1651100174304\\\",\\\"status.workspaceTrust.60466c810802999c4af103f04c9b429a\\\",\\\"status.workspaceTrust.6e9d4ffc67d380a3d1f6fbc8c27c9b22\\\",\\\"status.workspaceTrust.1652591009520\\\",\\\"status.workspaceTrust.1652953838677\\\",\\\"status.workspaceTrust.1653037166670\\\",\\\"status.workspaceTrust.1653098350588\\\",\\\"status.workspaceTrust.1653228074051\\\",\\\"status.workspaceTrust.5f36d550ab148d02ef165c48f754c3e9\\\",\\\"status.workspaceTrust.cb0e0930d88f02ee19a5c8fb32b4799c\\\",\\\"status.workspaceTrust.1654773247233\\\",\\\"status.workspaceTrust.23fff35b09553930f32bd41580bfc238\\\",\\\"status.workspaceTrust.1654827741770\\\",\\\"status.workspaceTrust.7bdb9721c12f5b72b279652731cfeadf\\\",\\\"status.workspaceTrust.1655112709623\\\",\\\"status.workspaceTrust.1655116136600\\\",\\\"status.workspaceTrust.86b07ee5b31b53999e3f73a98227511b\\\",\\\"status.workspaceTrust.1655194804045\\\",\\\"status.workspaceTrust.ceb247dfb87f6e3c0b83bbe90f8479ca\\\",\\\"status.workspaceTrust.1655350244589\\\",\\\"status.workspaceTrust.1655380391972\\\",\\\"status.workspaceTrust.1655716160131\\\",\\\"status.workspaceTrust.1655775650159\\\",\\\"status.workspaceTrust.1655830251703\\\",\\\"status.workspaceTrust.1656047913451\\\",\\\"status.workspaceTrust.1656061264878\\\",\\\"status.workspaceTrust.047e676fe777a490fc3e91b7d0664ebd\\\",\\\"status.workspaceTrust.1656312647660\\\",\\\"status.workspaceTrust.1656734970393\\\",\\\"status.workspaceTrust.1657090488868\\\",\\\"status.workspaceTrust.1657266119196\\\",\\\"status.workspaceTrust.1657619999901\\\",\\\"status.workspaceTrust.1657634623221\\\",\\\"status.workspaceTrust.1657859650538\\\",\\\"status.workspaceTrust.1657956326272\\\",\\\"status.workspaceTrust.1658210855429\\\",\\\"status.workspaceTrust.d73bd22735b0bdfdbc5d4311c58e799c\\\",\\\"status.workspaceTrust.67398e25a0f8dfaccd27c6b95f30256a\\\",\\\"status.workspaceTrust.1658726773011\\\",\\\"status.workspaceTrust.1658858511476\\\",\\\"status.workspaceTrust.1659150941744\\\",\\\"status.workspaceTrust.0b3a58c67d03118ee62b62d4f6038733\\\",\\\"status.workspaceTrust.1659691041495\\\",\\\"status.workspaceTrust.1660373122499\\\",\\\"status.workspaceTrust.1f6d35877bab14c5d030fc4a365b68f0\\\",\\\"status.workspaceTrust.e2af1ae0bd65e6321dd6ad282bedd257\\\",\\\"status.workspaceTrust.1661757411686\\\",\\\"status.workspaceTrust.29a1188654c69fbb8bc8d8949b9c71ba\\\",\\\"status.workspaceTrust.1662361633681\\\",\\\"status.workspaceTrust.46d86c3d228b1c37594394480c1a0950\\\",\\\"status.workspaceTrust.212bc5f115289e6ea5e61a513c71f41a\\\",\\\"status.workspaceTrust.1663633908038\\\",\\\"status.workspaceTrust.1663889674771\\\",\\\"status.workspaceTrust.1664169981049\\\",\\\"status.workspaceTrust.feb9e5601c8d65005d56767b3aff904c\\\",\\\"status.workspaceTrust.1664603906134\\\",\\\"status.workspaceTrust.bacfba7784ad7a9cee2632a2ca8f983b\\\",\\\"status.workspaceTrust.0a0c6521bf7fdd6c03a1d49ce3ff7169\\\",\\\"status.workspaceTrust.43e7c9b91639634c3eb714a8f61e9a0d\\\",\\\"status.workspaceTrust.1666672975253\\\",\\\"status.workspaceTrust.46f1485098af4f9cbc5bc701556440b6\\\",\\\"status.workspaceTrust.18b2cb6198f9b15af1eb51cc619075e9\\\",\\\"status.workspaceTrust.09d790e8260e5a316fccf96a68683a21\\\",\\\"status.workspaceTrust.84252707709cb4ba7160dec0b1a4c262\\\",\\\"status.workspaceTrust.1672970595462\\\",\\\"status.workspaceTrust.18a00950317c50c85d9712c1fefc9d9c\\\",\\\"status.workspaceTrust.1676806946973\\\",\\\"status.workspaceTrust.307a05e67937e3db82b683ad92989533\\\",\\\"status.workspaceTrust.82b870bfcfc86847e5ec872fcb03aebf\\\",\\\"status.workspaceTrust.247b8c5a97df4554672908a1e20852e8\\\",\\\"status.workspaceTrust.eac4acb30070d81268f0872c22970bd7\\\",\\\"status.workspaceTrust.1678953479341\\\",\\\"status.workspaceTrust.1679276997791\\\",\\\"status.workspaceTrust.36775c34c2eb53daf48b0a459af0a26c\\\",\\\"status.workspaceTrust.1680062279633\\\",\\\"status.workspaceTrust.6c8e0e4447fc48f52e7e01ccbe170191\\\",\\\"status.workspaceTrust.1681181819996\\\",\\\"status.workspaceTrust.f2caeceeaa8fc447d5996a9250d9ffd1\\\",\\\"status.workspaceTrust.1681343710737\\\",\\\"status.workspaceTrust.2dfbc599c8657719ab675cd738c62c5b\\\",\\\"status.workspaceTrust.1681461874817\\\",\\\"status.workspaceTrust.1681620948804\\\",\\\"status.workspaceTrust.dbc9e466abe5bc857661fc7cea7c8819\\\",\\\"status.workspaceTrust.1681725118158\\\",\\\"status.workspaceTrust.1681944254614\\\",\\\"status.workspaceTrust.1682586356883\\\",\\\"status.workspaceTrust.1683360893319\\\",\\\"status.workspaceTrust.65bcdd729d291cc708388ea180101246\\\",\\\"status.workspaceTrust.1683593168585\\\",\\\"status.workspaceTrust.cfc04a548f19c1205630340bb73ea606\\\",\\\"status.workspaceTrust.ddebef3edc84bcff938d600bbd0727b2\\\",\\\"status.workspaceTrust.b76260dc6436f1c7469b0d790d6a49c1\\\",\\\"status.workspaceTrust.83d8ba72ef200714fbc4a5cb5f072661\\\",\\\"status.workspaceTrust.1684481944685\\\",\\\"status.workspaceTrust.c46b199aca0ffa2664bb8f3efff03921\\\",\\\"status.workspaceTrust.6b1865ae3f12132c4a143b726213bde9\\\",\\\"status.workspaceTrust.64700fde3cdc2dded37ee60ae01196ef\\\",\\\"status.workspaceTrust.c65ae8eb96906cf3b912252278277df5\\\",\\\"status.workspaceTrust.d9256b03f1007917515cfb5f4035ffb5\\\",\\\"status.workspaceTrust.3c4022b7e53cdf9789699c64cf208643\\\",\\\"status.workspaceTrust.1687568711002\\\",\\\"status.workspaceTrust.1688195954622\\\",\\\"status.workspaceTrust.050a42503956f044f17f2f1d0d5c3b94\\\",\\\"status.workspaceTrust.34b7899f8b3ce2249eab7c0f5df3bbd5\\\",\\\"status.workspaceTrust.1694487446464\\\",\\\"status.workspaceTrust.1695951243361\\\",\\\"status.workspaceTrust.4a06bc3698f8ca150ec4e469f01f6ec4\\\",\\\"status.workspaceTrust.8c7a315bc1df0a0b2dd8577ed4654b25\\\",\\\"status.workspaceTrust.bdf73a4ee63218c141fedce99d1b008f\\\",\\\"status.workspaceTrust.1699798300345\\\",\\\"status.workspaceTrust.db309b396f9e6833384c5c8704d6beca\\\",\\\"status.workspaceTrust.b07ba02e88ae9fdd507765be894f2f77\\\",\\\"status.workspaceTrust.d30715d9f6300fba55fe7b91341b7f3f\\\",\\\"status.workspaceTrust.c7f2d92ca60390f706cfa7d5b11eb27b\\\",\\\"status.workspaceTrust.2dda4adbe391b8f6689b14542229b2b7\\\",\\\"status.workspaceTrust.fdc5f152f534035382c8ccf04c1bfc31\\\",\\\"formatter.conflict\\\"]\",\"workbench.activity.showAccounts\":\"false\",\"extensionsAssistant/languagePackSuggestionIgnore\":\"[\\\"en\\\",\\\"ja\\\"]\",\"workbench.welcomePage.walkthroughMetadata\":\"[[\\\"ms-python.python#pythonWelcome\\\",{\\\"firstSeen\\\":1628322580333,\\\"stepIDs\\\":[\\\"python.installPythonWin\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.selectInterpreter\\\",\\\"python.runAndDebug\\\",\\\"python.runAndDebugMacOS\\\",\\\"python.learnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonDataScienceWelcome\\\",{\\\"firstSeen\\\":1628322580333,\\\"stepIDs\\\":[\\\"python.installPython\\\",\\\"python.openFolderMac\\\",\\\"python.openFolder\\\",\\\"python.createNewNotebook\\\",\\\"python.openInteractiveWindow\\\",\\\"python.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.welcome\\\",{\\\"firstSeen\\\":1646908169770,\\\"stepIDs\\\":[\\\"gitlens.welcome.experience\\\",\\\"gitlens.welcome.settings\\\",\\\"gitlens.welcome.currentLineBlame\\\",\\\"gitlens.welcome.gitCodeLens\\\",\\\"gitlens.welcome.revisionHistory\\\",\\\"gitlens.welcome.fileAnnotations\\\",\\\"gitlens.welcome.gitSideBarViews\\\",\\\"gitlens.welcome.hostingServiceIntegrations\\\",\\\"gitlens.welcome.gitCommandPalette\\\",\\\"gitlens.welcome.interactiveRebaseEditor\\\",\\\"gitlens.welcome.terminal\\\",\\\"gitlens.welcome.plus\\\"],\\\"manaullyOpened\\\":false}],[\\\"eamodio.gitlens#gitlens.plus\\\",{\\\"firstSeen\\\":1646908169770,\\\"stepIDs\\\":[\\\"gitlens.plus.intro.tryNow\\\",\\\"gitlens.plus.intro.signIn\\\",\\\"gitlens.plus.intro\\\",\\\"gitlens.plus.visualFileHistory\\\",\\\"gitlens.plus.worktrees\\\",\\\"gitlens.plus.comingSoon\\\",\\\"gitlens.plus.tryNow\\\",\\\"gitlens.plus.signIn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-azuretools.vscode-docker#dockerStart\\\",{\\\"firstSeen\\\":1646908169770,\\\"stepIDs\\\":[\\\"openFolder\\\",\\\"openFolderMac\\\",\\\"scaffold\\\",\\\"buildImage\\\",\\\"runContainer\\\",\\\"dockerExplorer\\\",\\\"pushImage\\\",\\\"azDeploy\\\",\\\"learn\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-python.python#pythonWelcomeWithDS\\\",{\\\"firstSeen\\\":1646908169770,\\\"stepIDs\\\":[\\\"python.installPythonWin\\\",\\\"python.installPythonMac\\\",\\\"python.installPythonLinux\\\",\\\"python.createPythonFile\\\",\\\"python.selectInterpreter\\\",\\\"python.runAndDebug\\\",\\\"python.learnMoreWithDS\\\"],\\\"manaullyOpened\\\":false}],[\\\"ms-toolsai.jupyter#jupyterWelcome\\\",{\\\"firstSeen\\\":1646908169770,\\\"stepIDs\\\":[\\\"jupyter.createNewNotebook\\\",\\\"jupyter.selectKernel\\\",\\\"jupyter.exploreAndDebug\\\",\\\"jupyter.dataScienceLearnMore\\\"],\\\"manaullyOpened\\\":false}],[\\\"vscode.typescript-language-features#nodejsWelcome\\\",{\\\"firstSeen\\\":1681946326184,\\\"stepIDs\\\":[\\\"walkthroughs.nodejsWelcome.downloadNode.forMacOrWindows\\\",\\\"walkthroughs.nodejsWelcome.downloadNode.forLinux\\\",\\\"walkthroughs.nodejsWelcome.makeJsFile\\\",\\\"walkthroughs.nodejsWelcome.debugJsFile\\\",\\\"walkthroughs.nodejsWelcome.learnMoreAboutJs\\\"],\\\"manaullyOpened\\\":false}]]\",\"typescript.1.isCandidate\":\"false\",\"typescript.1.skipVersion\":\"1.60.0\",\"tabs-list-width-horizontal\":\"46\",\"workbench.view.extension.gistpad.state.hidden\":\"[{\\\"id\\\":\\\"gistpad.gists\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.repos\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gistpad.showcase\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.GithubGistExplorer.state.hidden\":\"[{\\\"id\\\":\\\"GistTree\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"SubscriptionTree\\\",\\\"isHidden\\\":false}]\",\"workbench.view.remote.state.hidden\":\"[{\\\"id\\\":\\\"targetsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"detailsContainers\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"devVolumes\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"~remote.helpPanel\\\",\\\"isHidden\\\":false}]\",\"~remote.forwardedPortsContainer.hidden\":\"[{\\\"id\\\":\\\"~remote.forwardedPorts\\\",\\\"isHidden\\\":false}]\",\"remote.tunnels.toRestore.attached-container+7b22636f6e7461696e65724e616d65223a222f62697a73696d2d70726f746f2d6e6578742d31227d.552280763\":\"[]\",\"remote.explorerType\":\"dev-container,attached-container,exec,k8s-container\",\"workbench.sideBar.position\":\"0\",\"workbench.panel.alignment\":\"center\",\"workbench.activityBar.hidden\":\"false\",\"workbench.statusBar.hidden\":\"false\",\"workbench.view.extension.gitlensPanel.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graph\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.graphDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c.state.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.comments\\\",\\\"isHidden\\\":false}]\",\"workbench.view.extension.jupyter-variables.state.hidden\":\"[{\\\"id\\\":\\\"jupyterViewVariables\\\",\\\"isHidden\\\":false}]\",\"snippets.usageTimestamps\":\"[[\\\"snippets/javascript.code-snippets/For Loop\\\",1660122003564],[\\\"snippets/typescript.code-snippets/Async Function Statement\\\",1660212222274],[\\\"snippets/typescript.code-snippets/Do-While Statement\\\",1664083839528],[\\\"snippets/typescript.code-snippets/Import Statement\\\",1664821068383],[\\\"snippets/typescript.code-snippets/new Promise\\\",1669145322312],[\\\"snippets/typescript.code-snippets/For-Await-Of Loop\\\",1674376278023],[\\\"snippets/typescript.code-snippets/Async Function Expression\\\",1675061586308],[\\\"snippets/javascript.code-snippets/Try-Catch Statement\\\",1683005843310],[\\\"snippets/typescript.code-snippets/Region End\\\",1683535647891],[\\\"python.json/def\\\",1684919655156],[\\\"snippets/typescript.code-snippets/Log error to console\\\",1696231536783],[\\\"snippets/typescript.code-snippets/Log to the console\\\",1699476437079],[\\\"python.json/try/except\\\",1699684695058],[\\\"snippets/typescript.code-snippets/New Statement\\\",1710163930301],[\\\"snippets/typescript.code-snippets/Class Definition\\\",1710991604951],[\\\"snippets/typescript.code-snippets/Constructor\\\",1710991607417],[\\\"snippets/typescript.code-snippets/For-In Loop\\\",1712827329151],[\\\"snippets/typescript.code-snippets/Property setter\\\",1713333805028],[\\\"snippets/typescript.code-snippets/Throw Exception\\\",1720598776788],[\\\"snippets/typescript.code-snippets/Private Method Definition\\\",1723191108612],[\\\"snippets/typescript.code-snippets/For Loop\\\",1723528888726],[\\\"snippets/typescript.code-snippets/Switch Statement\\\",1723793692461],[\\\"snippets/kagex.json/macro\\\",1724746718123],[\\\"snippets/kagex.json/if\\\",1724903096059],[\\\"snippets/kagex.json/iscript\\\",1725333395203],[\\\"snippets/typescript.code-snippets/For-Each Loop using =>\\\",1725610883415],[\\\"snippets/typescript.code-snippets/Function Statement\\\",1725788773446],[\\\"snippets/typescript.code-snippets/While Statement\\\",1727179262568],[\\\"snippets/typescript.code-snippets/Set Timeout Function\\\",1727841954643],[\\\"snippets/typescript.code-snippets/Triple-slash reference\\\",1727964766050],[\\\"snippets/typescript.code-snippets/Try-Catch Statement\\\",1728096007709],[\\\"snippets/typescript.code-snippets/Define a full property\\\",1729671952368],[\\\"snippets/typescript.code-snippets/Set Interval Function\\\",1731588689077],[\\\"snippets/php.code-snippets/Try Catch Block\\\",1738813267980],[\\\"snippets/typescript.code-snippets/For-Of Loop\\\",1740036879371]]\",\"views.customizations\":\"{\\\"viewContainerLocations\\\":{\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\":1,\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\":2},\\\"viewLocations\\\":{\\\"todo-tree-view\\\":\\\"workbench.view.explorer\\\",\\\"bookmarksExplorer\\\":\\\"workbench.view.explorer\\\",\\\"bookmarksHelpAndFeedback\\\":\\\"workbench.view.explorer\\\",\\\"workbench.panel.comments\\\":\\\"workbench.views.service.panel.fb6540db-39da-4bce-8cd6-6a6e0d77885c\\\",\\\"gitlens.views.commitDetails\\\":\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\"},\\\"viewContainerBadgeEnablementStates\\\":{}}\",\"workbench.view.extension.jupyter.state.hidden\":\"[{\\\"id\\\":\\\"cell-tag\\\",\\\"isHidden\\\":false}]\",\"csharp.1.lastSessionDate\":\"Fri Feb 21 2025\",\"csharp.1.sessionCount\":\"396\",\"userDataProfiles.state.hidden\":\"[{\\\"id\\\":\\\"workbench.views.profiles.export.preview\\\",\\\"isHidden\\\":false}]\",\"workbench.auxiliarybar.pinnedPanels\":\"[{\\\"id\\\":\\\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047\\\",\\\"pinned\\\":true,\\\"visible\\\":true}]\",\"workbench.views.service.auxiliarybar.569c3bd5-f145-4370-b4d9-535797873047.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"themeUpdatedNotificationShown\":\"true\",\"workbench.view.extension.gitlensInspect.state.hidden\":\"[{\\\"id\\\":\\\"gitlens.views.lineHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.fileHistory\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.timeline\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.searchAndCompare\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.pullRequest\\\",\\\"isHidden\\\":false},{\\\"id\\\":\\\"gitlens.views.commitDetails\\\",\\\"isHidden\\\":false}]\",\"workbench.activityBar.location\":\"default\",\"extensions.donotAutoUpdate\":\"[]\",\"workbench.chat.hideMovedChatWelcomeView\":\"true\",\"editor.contrib.largeFileOptimizationsWarner\":\"true\",\"workbench.panel.chat.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.copilot\\\",\\\"isHidden\\\":false}]\",\"workbench.panel.chatEditing.hidden\":\"[{\\\"id\\\":\\\"workbench.panel.chat.view.edits\\\",\\\"isHidden\\\":false}]\",\"extensions.trustedPublishers\":\"{\\\"adpyke\\\":{\\\"publisher\\\":\\\"adpyke\\\",\\\"publisherDisplayName\\\":\\\"adpyke\\\"},\\\"albymor\\\":{\\\"publisher\\\":\\\"albymor\\\",\\\"publisherDisplayName\\\":\\\"Alberto Morato\\\"},\\\"alefragnani\\\":{\\\"publisher\\\":\\\"alefragnani\\\",\\\"publisherDisplayName\\\":\\\"Alessandro Fragnani\\\"},\\\"artdiniz\\\":{\\\"publisher\\\":\\\"artdiniz\\\",\\\"publisherDisplayName\\\":\\\"Artur Diniz Adam\\\"},\\\"be5invis\\\":{\\\"publisher\\\":\\\"be5invis\\\",\\\"publisherDisplayName\\\":\\\"be5invis\\\"},\\\"bierner\\\":{\\\"publisher\\\":\\\"bierner\\\",\\\"publisherDisplayName\\\":\\\"Matt Bierner\\\"},\\\"biscrat\\\":{\\\"publisher\\\":\\\"biscrat\\\",\\\"publisherDisplayName\\\":\\\"Biscrat\\\"},\\\"castwide\\\":{\\\"publisher\\\":\\\"castwide\\\",\\\"publisherDisplayName\\\":\\\"Castwide\\\"},\\\"cpmcgrath\\\":{\\\"publisher\\\":\\\"cpmcgrath\\\",\\\"publisherDisplayName\\\":\\\"Chris McGrath\\\"},\\\"craigmaslowski\\\":{\\\"publisher\\\":\\\"craigmaslowski\\\",\\\"publisherDisplayName\\\":\\\"Craig Maslowski\\\"},\\\"deerawan\\\":{\\\"publisher\\\":\\\"deerawan\\\",\\\"publisherDisplayName\\\":\\\"Budi Irawan\\\"},\\\"denoland\\\":{\\\"publisher\\\":\\\"denoland\\\",\\\"publisherDisplayName\\\":\\\"denoland\\\"},\\\"devwright\\\":{\\\"publisher\\\":\\\"devwright\\\",\\\"publisherDisplayName\\\":\\\"Wright Development\\\"},\\\"eamodio\\\":{\\\"publisher\\\":\\\"eamodio\\\",\\\"publisherDisplayName\\\":\\\"GitKraken\\\"},\\\"editorconfig\\\":{\\\"publisher\\\":\\\"editorconfig\\\",\\\"publisherDisplayName\\\":\\\"EditorConfig\\\"},\\\"ephoton\\\":{\\\"publisher\\\":\\\"ephoton\\\",\\\"publisherDisplayName\\\":\\\"ephoton\\\"},\\\"formulahendry\\\":{\\\"publisher\\\":\\\"formulahendry\\\",\\\"publisherDisplayName\\\":\\\"Jun Han\\\"},\\\"grapecity\\\":{\\\"publisher\\\":\\\"grapecity\\\",\\\"publisherDisplayName\\\":\\\"MESCIUS\\\"},\\\"gruntfuggly\\\":{\\\"publisher\\\":\\\"gruntfuggly\\\",\\\"publisherDisplayName\\\":\\\"Gruntfuggly\\\"},\\\"happiness9721\\\":{\\\"publisher\\\":\\\"happiness9721\\\",\\\"publisherDisplayName\\\":\\\"happiness9721\\\"},\\\"kaiwood\\\":{\\\"publisher\\\":\\\"kaiwood\\\",\\\"publisherDisplayName\\\":\\\"Kai Wood\\\"},\\\"mads-hartmann\\\":{\\\"publisher\\\":\\\"mads-hartmann\\\",\\\"publisherDisplayName\\\":\\\"Mads Hartmann\\\"},\\\"mechatroner\\\":{\\\"publisher\\\":\\\"mechatroner\\\",\\\"publisherDisplayName\\\":\\\"mechatroner\\\"},\\\"mikestead\\\":{\\\"publisher\\\":\\\"mikestead\\\",\\\"publisherDisplayName\\\":\\\"mikestead\\\"},\\\"misogi\\\":{\\\"publisher\\\":\\\"misogi\\\",\\\"publisherDisplayName\\\":\\\"misogi\\\"},\\\"prisma\\\":{\\\"publisher\\\":\\\"prisma\\\",\\\"publisherDisplayName\\\":\\\"Prisma\\\"},\\\"richie5um2\\\":{\\\"publisher\\\":\\\"richie5um2\\\",\\\"publisherDisplayName\\\":\\\"richie5um2\\\"},\\\"shardulm94\\\":{\\\"publisher\\\":\\\"shardulm94\\\",\\\"publisherDisplayName\\\":\\\"Shardul Mahadik\\\"},\\\"sleistner\\\":{\\\"publisher\\\":\\\"sleistner\\\",\\\"publisherDisplayName\\\":\\\"Steffen Leistner\\\"},\\\"styled-components\\\":{\\\"publisher\\\":\\\"styled-components\\\",\\\"publisherDisplayName\\\":\\\"Styled Components\\\"},\\\"stylelint\\\":{\\\"publisher\\\":\\\"stylelint\\\",\\\"publisherDisplayName\\\":\\\"Stylelint\\\"},\\\"takanotume24\\\":{\\\"publisher\\\":\\\"takanotume24\\\",\\\"publisherDisplayName\\\":\\\"takanotume24\\\"},\\\"tomoki1207\\\":{\\\"publisher\\\":\\\"tomoki1207\\\",\\\"publisherDisplayName\\\":\\\"tomoki1207\\\"},\\\"vsls-contrib\\\":{\\\"publisher\\\":\\\"vsls-contrib\\\",\\\"publisherDisplayName\\\":\\\"Jonathan Carter\\\"},\\\"xdebug\\\":{\\\"publisher\\\":\\\"xdebug\\\",\\\"publisherDisplayName\\\":\\\"Xdebug\\\"},\\\"zobo\\\":{\\\"publisher\\\":\\\"zobo\\\",\\\"publisherDisplayName\\\":\\\"Damjan Cvetko\\\"}}\"}}"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
default profile にしたいなら
"name": "Default"
に変更して import 時にOverwrite
を選択。url から読み取るならこんな。
win なら ctrl => alt, cmd => ctrl へ。あとは power toys で caps lock を alt とかにしておく。