Skip to content

Instantly share code, notes, and snippets.

@pyxelr
Last active April 3, 2026 09:41
Show Gist options
  • Select an option

  • Save pyxelr/760dac032d0427377ecc1bb195499d9b to your computer and use it in GitHub Desktop.

Select an option

Save pyxelr/760dac032d0427377ecc1bb195499d9b to your computer and use it in GitHub Desktop.
{"name":"pcislo","settings":"{\"settings\": \"{\\n \\\"[json]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\n },\\n \\\"[jsonc]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\n },\\n \\\"[markdown]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"DavidAnson.vscode-markdownlint\\\"\\n },\\n \\\"[python]\\\": {\\n \\\"diffEditor.ignoreTrimWhitespace\\\": true,\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\",\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.formatOnType\\\": true\\n },\\n \\\"aws.telemetry\\\": false,\\n \\\"black-formatter.args\\\": [\\n \\\"-l 99\\\"\\n ],\\n \\\"cSpell.ignoreWords\\\": [],\\n \\\"cSpell.userWords\\\": [\\n \\\"callout\\\",\\n \\\"espanso\\\",\\n \\\"espansoupdate\\\",\\n \\\"espansozip\\\",\\n \\\"espansozipf\\\",\\n \\\"kserve\\\",\\n \\\"Kubeflow\\\",\\n \\\"mydate\\\",\\n \\\"tldr\\\"\\n ],\\n \\\"csv.enabled\\\": true,\\n \\\"diffEditor.ignoreTrimWhitespace\\\": false,\\n \\\"editor.acceptSuggestionOnEnter\\\": \\\"off\\\",\\n \\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n \\\"editor.bracketPairColorization.enabled\\\": true,\\n \\\"editor.codeActionsOnSave\\\": {\\n \\\"source.organizeImports\\\": \\\"explicit\\\"\\n },\\n \\\"editor.defaultFormatter\\\": \\\"ms-python.black-formatter\\\",\\n \\\"editor.fontWeight\\\": 300,\\n \\\"editor.formatOnSave\\\": true,\\n \\\"editor.largeFileOptimizations\\\": false,\\n \\\"editor.minimap.enabled\\\": false,\\n \\\"editor.mouseWheelZoom\\\": true,\\n \\\"editor.renderWhitespace\\\": \\\"all\\\",\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"files.associations\\\": {\\n \\\"*.rmd\\\": \\\"markdown\\\"\\n },\\n \\\"flake8.args\\\": [\\n \\\"--max-line-length=120\\\"\\n ],\\n \\\"git.autofetch\\\": true,\\n \\\"git.confirmSync\\\": false,\\n \\\"git.enableSmartCommit\\\": true,\\n \\\"git.ignoreRebaseWarning\\\": true,\\n \\\"github.copilot.advanced\\\": {},\\n \\\"github.copilot.chat.commitMessageGeneration.instructions\\\": [\\n {\\n \\\"text\\\": \\\"Use conventional commit message format: <type>(<scope>): <subject>\\\"\\n }\\n ],\\n \\\"github.copilot.editor.enableAutoCompletions\\\": true,\\n \\\"gitlens.hovers.annotations.over\\\": \\\"annotation\\\",\\n \\\"gitlens.hovers.avatars\\\": false,\\n \\\"gitlens.views.scm.grouped.views\\\": {\\n \\\"commits\\\": true,\\n \\\"branches\\\": true,\\n \\\"remotes\\\": true,\\n \\\"stashes\\\": true,\\n \\\"tags\\\": true,\\n \\\"worktrees\\\": true,\\n \\\"contributors\\\": true,\\n \\\"fileHistory\\\": false,\\n \\\"repositories\\\": false,\\n \\\"searchAndCompare\\\": false,\\n \\\"launchpad\\\": false\\n },\\n \\\"gitlens.views.searchAndCompare.files.layout\\\": \\\"tree\\\",\\n \\\"isort.check\\\": true,\\n \\\"java.import.generatesMetadataFilesAtProjectRoot\\\": false,\\n \\\"jupyter.interactiveWindow.textEditor.executeSelection\\\": true,\\n \\\"ltex.additionalRules.enablePickyRules\\\": true,\\n \\\"ltex.language\\\": \\\"en-GB\\\",\\n \\\"markdown.extension.toc.slugifyMode\\\": \\\"gitlab\\\",\\n \\\"notebook.cellToolbarLocation\\\": {\\n \\\"default\\\": \\\"right\\\",\\n \\\"jupyter-notebook\\\": \\\"left\\\"\\n },\\n \\\"notebook.lineNumbers\\\": \\\"on\\\",\\n \\\"projectManager.git.baseFolders\\\": [\\n \\\"~/REPOS\\\"\\n ],\\n \\\"projectManager.git.ignoredFolders\\\": [\\n \\\".haxelib\\\",\\n \\\"node_modules\\\",\\n \\\"OLD_REPOS\\\",\\n \\\"out\\\",\\n \\\"test\\\",\\n \\\"typings\\\"\\n ],\\n \\\"python.analysis.typeCheckingMode\\\": \\\"basic\\\",\\n \\\"python.languageServer\\\": \\\"Pylance\\\",\\n \\\"python.terminal.activateEnvironment\\\": false,\\n \\\"python.testing.cwd\\\": \\\"\\\",\\n \\\"python.testing.pytestEnabled\\\": true,\\n \\\"redhat.telemetry.enabled\\\": false,\\n \\\"remote.SSH.showLoginTerminal\\\": true,\\n \\\"security.promptForLocalFileProtocolHandling\\\": false,\\n \\\"security.workspace.trust.banner\\\": \\\"never\\\",\\n \\\"security.workspace.trust.enabled\\\": false,\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\n \\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\n \\\"terminal.integrated.defaultProfile.windows\\\": \\\"Git Bash\\\",\\n \\\"terminal.integrated.fontFamily\\\": \\\"JetBrainsMono Nerd Font Mono\\\",\\n \\\"terminal.integrated.fontWeight\\\": 350,\\n \\\"terminal.integrated.fontWeightBold\\\": \\\"normal\\\",\\n \\\"terminal.integrated.inheritEnv\\\": false,\\n \\\"terminal.integrated.scrollback\\\": 3000,\\n \\\"terminal.integrated.tabs.enabled\\\": true,\\n \\\"todo-tree.general.tags\\\": [\\n \\\"[ ]\\\",\\n \\\"[x]\\\",\\n \\\"BUG\\\",\\n \\\"FIXME\\\",\\n \\\"HACK\\\",\\n \\\"NOTE\\\",\\n \\\"TODO\\\",\\n \\\"XXX\\\"\\n ],\\n \\\"todo-tree.highlights.customHighlight\\\": {\\n \\\"BUG\\\": {\\n \\\"background\\\": \\\"#FF0000\\\",\\n \\\"foreground\\\": \\\"#000000\\\",\\n \\\"icon\\\": \\\"bug\\\",\\n \\\"iconColour\\\": \\\"#FF0000\\\"\\n },\\n \\\"FIXME\\\": {\\n \\\"background\\\": \\\"#FFFF00\\\",\\n \\\"foreground\\\": \\\"#000000\\\",\\n \\\"iconColour\\\": \\\"#FFFF00\\\"\\n },\\n \\\"HACK\\\": {\\n \\\"background\\\": \\\"#EE82EE\\\",\\n \\\"foreground\\\": \\\"#000000\\\",\\n \\\"icon\\\": \\\"zap\\\",\\n \\\"iconColour\\\": \\\"#EE82EE\\\"\\n },\\n \\\"NOTE\\\": {\\n \\\"background\\\": \\\"#008000\\\",\\n \\\"foreground\\\": \\\"#000000\\\",\\n \\\"icon\\\": \\\"comment\\\",\\n \\\"iconColour\\\": \\\"#008000\\\"\\n },\\n \\\"TODO\\\": {\\n \\\"background\\\": \\\"#FFA500\\\",\\n \\\"foreground\\\": \\\"#000000\\\",\\n \\\"icon\\\": \\\"check-circle-fill\\\",\\n \\\"iconColour\\\": \\\"#FFA500\\\"\\n }\\n },\\n \\\"todo-tree.regex.regex\\\": \\\"(//|#|<!--|;|/\\\\\\\\*|^|^\\\\\\\\s*(-|\\\\\\\\d+.))\\\\\\\\s*($TAGS)\\\",\\n \\\"vscode-neovim.neovimExecutablePaths.darwin\\\": \\\"/opt/homebrew/Cellar/neovim/0.7.2_1/bin/nvim\\\",\\n \\\"vscode-neovim.neovimExecutablePaths.win32\\\": \\\"C:\\\\\\\\tools\\\\\\\\neovim\\\\\\\\nvim-win64\\\\\\\\bin\\\\\\\\nvim.exe\\\",\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\n \\\"window.commandCenter\\\": false,\\n \\\"window.density.editorTabHeight\\\": \\\"compact\\\",\\n \\\"window.zoomLevel\\\": 1,\\n \\\"workbench.colorCustomizations\\\": {\\n \\\"[Default Dark+]\\\": {\\n \\\"statusBar.background\\\": \\\"#303030\\\",\\n \\\"statusBar.debuggingBackground\\\": \\\"#511f1f\\\",\\n \\\"statusBar.noFolderBackground\\\": \\\"#222225\\\"\\n }\\n },\\n \\\"workbench.editor.editorActionsLocation\\\": \\\"titleBar\\\",\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter-notebook\\\",\\n \\\"git-rebase-todo\\\": \\\"gitlens.rebase\\\"\\n },\\n \\\"workbench.iconTheme\\\": \\\"material-icon-theme\\\",\\n \\\"workbench.preferredDarkColorTheme\\\": \\\"Dracula Pro\\\",\\n \\\"workbench.startupEditor\\\": \\\"none\\\",\\n \\\"yaml.customTags\\\": [\\n \\\"!And\\\",\\n \\\"!And sequence\\\",\\n \\\"!Base64\\\",\\n \\\"!Cidr\\\",\\n \\\"!Equals\\\",\\n \\\"!Equals sequence\\\",\\n \\\"!FindInMap\\\",\\n \\\"!FindInMap sequence\\\",\\n \\\"!GetAtt\\\",\\n \\\"!GetAZs\\\",\\n \\\"!If\\\",\\n \\\"!If sequence\\\",\\n \\\"!ImportValue\\\",\\n \\\"!ImportValue sequence\\\",\\n \\\"!Join\\\",\\n \\\"!Join sequence\\\",\\n \\\"!Not\\\",\\n \\\"!Not sequence\\\",\\n \\\"!Or\\\",\\n \\\"!Or sequence\\\",\\n \\\"!Ref\\\",\\n \\\"!Select\\\",\\n \\\"!Select sequence\\\",\\n \\\"!Split\\\",\\n \\\"!Split sequence\\\",\\n \\\"!Sub\\\",\\n \\\"!Sub sequence\\\"\\n ],\\n \\\"diffEditor.hideUnchangedRegions.enabled\\\": true,\\n \\\"[dockercompose]\\\": {\\n \\\"editor.insertSpaces\\\": true,\\n \\\"editor.tabSize\\\": 2,\\n \\\"editor.autoIndent\\\": \\\"advanced\\\",\\n \\\"editor.quickSuggestions\\\": {\\n \\\"other\\\": true,\\n \\\"comments\\\": false,\\n \\\"strings\\\": true\\n },\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-yaml\\\"\\n },\\n \\\"[github-actions-workflow]\\\": {\\n \\\"editor.defaultFormatter\\\": \\\"redhat.vscode-yaml\\\"\\n },\\n \\\"gitlens.ai.model\\\": \\\"vscode\\\",\\n \\\"gitlens.ai.vscode.model\\\": \\\"copilot:gpt-4.1\\\",\\n \\\"docker.extension.enableComposeLanguageServer\\\": false,\\n \\\"git-worktree-manager.worktreeSubdirectoryTemplate\\\": \\\"$BASE_NAME.$REF_NAME\\\",\\n \\\"chat.viewSessions.orientation\\\": \\\"stacked\\\",\\n \\\"terminal.integrated.initialHint\\\": false\\n}\"}","keybindings":"{\"keybindings\": \"// Place your key bindings in this file to override the defaultsauto[]\\n[\\n {\\n \\\"key\\\": \\\"shift+cmd+0\\\",\\n \\\"command\\\": \\\"workbench.action.toggleLightDarkThemes\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+-\\\",\\n \\\"command\\\": \\\"workbench.action.zoomReset\\\"\\n },\\n {\\n \\\"key\\\": \\\"cmd+numpad0\\\",\\n \\\"command\\\": \\\"-workbench.action.zoomReset\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+=\\\",\\n \\\"command\\\": \\\"workbench.action.zoomReset\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+i\\\",\\n \\\"command\\\": \\\"-emojisense.quickEmojitextTerminal\\\",\\n \\\"when\\\": \\\"terminalFocus\\\"\\n },\\n {\\n \\\"key\\\": \\\"shift+cmd+i\\\",\\n \\\"command\\\": \\\"-emojisense.quickEmojitext\\\",\\n \\\"when\\\": \\\"editorTextFocus\\\"\\n }\\n]\\n\", \"platform\": 1}","extensions":"[{\"identifier\": {\"id\": \"adamhartford.vscode-base64\", \"uuid\": \"98ab55bc-afbb-4ec8-86fd-d8783a8704ee\"}, \"displayName\": \"adamhartford.vscode-base64\"}, {\"identifier\": {\"id\": \"adpyke.codesnap\", \"uuid\": \"8c1fc960-44b1-45e8-89b5-85f982fdaf27\"}, \"displayName\": \"adpyke.codesnap\"}, {\"identifier\": {\"id\": \"alefragnani.project-manager\", \"uuid\": \"1b747f06-3789-4ebd-ac99-f1fe430c3347\"}, \"displayName\": \"alefragnani.project-manager\"}, {\"identifier\": {\"id\": \"amazonwebservices.aws-toolkit-vscode\", \"uuid\": \"ac5787df-9b2d-441c-abf0-977d62bc66f0\"}, \"displayName\": \"amazonwebservices.aws-toolkit-vscode\"}, {\"identifier\": {\"id\": \"asvetliakov.vscode-neovim\", \"uuid\": \"caf8995c-5426-4bf7-9d01-f7968ebd49bb\"}, \"displayName\": \"asvetliakov.vscode-neovim\"}, {\"identifier\": {\"id\": \"bierner.emojisense\", \"uuid\": \"081cd2e9-bc51-4ea3-977e-544bed2e33a8\"}, \"displayName\": \"bierner.emojisense\"}, {\"identifier\": {\"id\": \"bierner.markdown-mermaid\", \"uuid\": \"f8d0ffc4-66bb-4a9c-8149-ef8f043691a1\"}, \"displayName\": \"bierner.markdown-mermaid\"}, {\"identifier\": {\"id\": \"chrisdias.vscode-opennewinstance\", \"uuid\": \"d1232d17-9a0f-4fda-9cf0-e4bf18d567ae\"}, \"displayName\": \"chrisdias.vscode-opennewinstance\"}, {\"identifier\": {\"id\": \"ckolkman.vscode-postgres\", \"uuid\": \"b200e7e8-4217-4da9-b8db-5606db56d867\"}, \"displayName\": \"ckolkman.vscode-postgres\"}, {\"identifier\": {\"id\": \"davidanson.vscode-markdownlint\", \"uuid\": \"daf8b44d-8aae-4da2-80c5-1f770219f643\"}, \"displayName\": \"davidanson.vscode-markdownlint\"}, {\"identifier\": {\"id\": \"docker.docker\", \"uuid\": \"aa98a064-0f79-4961-a4b7-78df16d547ee\"}, \"displayName\": \"docker.docker\"}, {\"identifier\": {\"id\": \"donjayamanne.githistory\", \"uuid\": \"5960f38e-0bbe-4644-8f9c-9c8824e82511\"}, \"displayName\": \"donjayamanne.githistory\"}, {\"identifier\": {\"id\": \"dracula-theme-pro.theme-dracula-pro\", \"uuid\": \"\"}, \"displayName\": \"dracula-theme-pro.theme-dracula-pro\"}, {\"identifier\": {\"id\": \"eamodio.gitlens\", \"uuid\": \"4de763bd-505d-4978-9575-2b7696ecf94e\"}, \"displayName\": \"eamodio.gitlens\"}, {\"identifier\": {\"id\": \"ericsia.pythonsnippets3\", \"uuid\": \"6a6a4cee-4022-4904-81d7-59b3a2e0302a\"}, \"displayName\": \"ericsia.pythonsnippets3\"}, {\"identifier\": {\"id\": \"esbenp.prettier-vscode\", \"uuid\": \"96fa4707-6983-4489-b7c5-d5ffdfdcce90\"}, \"displayName\": \"esbenp.prettier-vscode\"}, {\"identifier\": {\"id\": \"formulahendry.code-runner\", \"uuid\": \"a6a0c5b2-d078-4bf5-a9ee-4e37054414b3\"}, \"displayName\": \"formulahendry.code-runner\"}, {\"identifier\": {\"id\": \"github.copilot-chat\", \"uuid\": \"7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f\"}, \"displayName\": \"github.copilot-chat\"}, {\"identifier\": {\"id\": \"gitlab.gitlab-workflow\", \"uuid\": \"01826860-d71c-4734-9cf8-dc1c07baa5f9\"}, \"displayName\": \"gitlab.gitlab-workflow\"}, {\"identifier\": {\"id\": \"gruntfuggly.todo-tree\", \"uuid\": \"261cac81-cd7b-4555-bb41-0c2d2bcd3e70\"}, \"displayName\": \"gruntfuggly.todo-tree\"}, {\"identifier\": {\"id\": \"hashicorp.terraform\", \"uuid\": \"4a23294b-fd16-4c51-9759-da9936474cf8\"}, \"displayName\": \"hashicorp.terraform\"}, {\"identifier\": {\"id\": \"hediet.debug-visualizer\", \"uuid\": \"bce78737-8848-49f7-a27d-97004928fe41\"}, \"displayName\": \"hediet.debug-visualizer\"}, {\"identifier\": {\"id\": \"husaria.one-file-export\", \"uuid\": \"a9e37d21-3dc2-4e85-834f-6bbc6025b34e\"}, \"displayName\": \"husaria.one-file-export\"}, {\"identifier\": {\"id\": \"jackiotyu.git-worktree-manager\", \"uuid\": \"24f9869d-0a8a-4e0a-82ab-dc68d556cc8a\"}, \"displayName\": \"jackiotyu.git-worktree-manager\"}, {\"identifier\": {\"id\": \"janisdd.vscode-edit-csv\", \"uuid\": \"72e9b049-d75d-415c-96e1-d6e74f0e3074\"}, \"displayName\": \"janisdd.vscode-edit-csv\"}, {\"identifier\": {\"id\": \"jlcs-es.x509-parser\", \"uuid\": \"552c89ac-bf01-4a42-9004-ac864c289630\"}, \"displayName\": \"jlcs-es.x509-parser\"}, {\"identifier\": {\"id\": \"kevinrose.vsc-python-indent\", \"uuid\": \"f3cbfb84-b1e1-40ff-b70f-877253461260\"}, \"displayName\": \"kevinrose.vsc-python-indent\"}, {\"identifier\": {\"id\": \"mark-wiemer.vscode-autohotkey-plus-plus\", \"uuid\": \"cf96e3c7-3b07-4403-acc9-2b6299ba7877\"}, \"displayName\": \"mark-wiemer.vscode-autohotkey-plus-plus\"}, {\"identifier\": {\"id\": \"mechatroner.rainbow-csv\", \"uuid\": \"3792588c-3d35-442d-91ea-fe6a755e8155\"}, \"displayName\": \"mechatroner.rainbow-csv\"}, {\"identifier\": {\"id\": \"mgesbert.python-path\", \"uuid\": \"963e502d-de59-484a-9db5-c1e02f00fc4c\"}, \"displayName\": \"mgesbert.python-path\"}, {\"identifier\": {\"id\": \"mhutchie.git-graph\", \"uuid\": \"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"}, \"displayName\": \"mhutchie.git-graph\"}, {\"identifier\": {\"id\": \"mikestead.dotenv\", \"uuid\": \"532533c9-a894-4a58-9eee-bbfbe7c06f71\"}, \"displayName\": \"mikestead.dotenv\"}, {\"identifier\": {\"id\": \"moshfeu.compare-folders\", \"uuid\": \"03241f90-1c77-402a-b17f-1d3cee943969\"}, \"displayName\": \"moshfeu.compare-folders\"}, {\"identifier\": {\"id\": \"ms-azuretools.vscode-containers\", \"uuid\": \"2cd1d691-3d69-4d2d-ae39-fda4bc4cfd3d\"}, \"displayName\": \"ms-azuretools.vscode-containers\"}, {\"identifier\": {\"id\": \"ms-azuretools.vscode-docker\", \"uuid\": \"0479fc1c-3d67-49f9-b087-fb9069afe48f\"}, \"displayName\": \"ms-azuretools.vscode-docker\"}, {\"identifier\": {\"id\": \"ms-kubernetes-tools.vscode-kubernetes-tools\", \"uuid\": \"4837e4f3-1b01-4732-b1a6-daa57ef64cab\"}, \"displayName\": \"ms-kubernetes-tools.vscode-kubernetes-tools\"}, {\"identifier\": {\"id\": \"ms-python.black-formatter\", \"uuid\": \"859e640c-c157-47da-8699-9080b81c8371\"}, \"displayName\": \"ms-python.black-formatter\"}, {\"identifier\": {\"id\": \"ms-python.debugpy\", \"uuid\": \"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"}, \"displayName\": \"ms-python.debugpy\"}, {\"identifier\": {\"id\": \"ms-python.flake8\", \"uuid\": \"856a00d7-c18a-406c-8461-d4914a12e193\"}, \"displayName\": \"ms-python.flake8\"}, {\"identifier\": {\"id\": \"ms-python.isort\", \"uuid\": \"4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff\"}, \"displayName\": \"ms-python.isort\"}, {\"identifier\": {\"id\": \"ms-python.python\", \"uuid\": \"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"}, \"displayName\": \"ms-python.python\"}, {\"identifier\": {\"id\": \"ms-python.vscode-pylance\", \"uuid\": \"364d2426-116a-433a-a5d8-a5098dc3afbd\"}, \"displayName\": \"ms-python.vscode-pylance\"}, {\"identifier\": {\"id\": \"ms-python.vscode-python-envs\", \"uuid\": \"b41d8e8a-b6d4-4202-8f07-7189bdda81be\"}, \"displayName\": \"ms-python.vscode-python-envs\"}, {\"identifier\": {\"id\": \"ms-toolsai.jupyter\", \"uuid\": \"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"}, \"displayName\": \"ms-toolsai.jupyter\"}, {\"identifier\": {\"id\": \"ms-toolsai.jupyter-keymap\", \"uuid\": \"9f6dc8db-620c-4844-b8c5-e74914f1be27\"}, \"displayName\": \"ms-toolsai.jupyter-keymap\"}, {\"identifier\": {\"id\": \"ms-toolsai.jupyter-renderers\", \"uuid\": \"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"}, \"displayName\": \"ms-toolsai.jupyter-renderers\"}, {\"identifier\": {\"id\": \"ms-toolsai.vscode-jupyter-cell-tags\", \"uuid\": \"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"}, \"displayName\": \"ms-toolsai.vscode-jupyter-cell-tags\"}, {\"identifier\": {\"id\": \"ms-toolsai.vscode-jupyter-slideshow\", \"uuid\": \"e153ca70-b543-4865-b4c5-b31d34185948\"}, \"displayName\": \"ms-toolsai.vscode-jupyter-slideshow\"}, {\"identifier\": {\"id\": \"ms-vscode-remote.remote-containers\", \"uuid\": \"93ce222b-5f6f-49b7-9ab1-a0463c6238df\"}, \"displayName\": \"ms-vscode-remote.remote-containers\"}, {\"identifier\": {\"id\": \"ms-vscode-remote.remote-ssh\", \"uuid\": \"607fd052-be03-4363-b657-2bd62b83d28a\"}, \"displayName\": \"ms-vscode-remote.remote-ssh\"}, {\"identifier\": {\"id\": \"ms-vscode-remote.remote-ssh-edit\", \"uuid\": \"bfeaf631-bcff-4908-93ed-fda4ef9a0c5c\"}, \"displayName\": \"ms-vscode-remote.remote-ssh-edit\"}, {\"identifier\": {\"id\": \"ms-vscode-remote.vscode-remote-extensionpack\", \"uuid\": \"23d72dfc-8dd1-4e30-926e-8783b4378f13\"}, \"displayName\": \"ms-vscode-remote.vscode-remote-extensionpack\"}, {\"identifier\": {\"id\": \"ms-vscode.remote-explorer\", \"uuid\": \"11858313-52cc-4e57-b3e4-d7b65281e34b\"}, \"displayName\": \"ms-vscode.remote-explorer\"}, {\"identifier\": {\"id\": \"ms-vscode.remote-server\", \"uuid\": \"105c0b3c-07a9-4156-a4fc-4141040eb07e\"}, \"displayName\": \"ms-vscode.remote-server\"}, {\"identifier\": {\"id\": \"nico-mayer.git-differ\", \"uuid\": \"f8117693-8a95-4780-b1e0-9c69133302fb\"}, \"displayName\": \"nico-mayer.git-differ\"}, {\"identifier\": {\"id\": \"njpwerner.autodocstring\", \"uuid\": \"2d6fea35-f68e-461d-9b7b-5cd05be99451\"}, \"displayName\": \"njpwerner.autodocstring\"}, {\"identifier\": {\"id\": \"pascalreitermann93.vscode-yaml-sort\", \"uuid\": \"0b4b8cd5-e418-4c5f-b288-7c825aab0efd\"}, \"displayName\": \"pascalreitermann93.vscode-yaml-sort\"}, {\"identifier\": {\"id\": \"pkief.material-icon-theme\", \"uuid\": \"5db78037-f674-459f-a236-db622c427c5b\"}, \"displayName\": \"pkief.material-icon-theme\"}, {\"identifier\": {\"id\": \"redhat.java\", \"uuid\": \"198a707e-28af-4e84-8610-6e2f628dd12d\"}, \"displayName\": \"redhat.java\"}, {\"identifier\": {\"id\": \"redhat.vscode-yaml\", \"uuid\": \"2061917f-f76a-458a-8da9-f162de22b97e\"}, \"displayName\": \"redhat.vscode-yaml\"}, {\"identifier\": {\"id\": \"reditorsupport.r\", \"uuid\": \"4dfff9f4-ff9b-47bb-b0d1-c54e18d8febb\"}, \"displayName\": \"reditorsupport.r\"}, {\"identifier\": {\"id\": \"reditorsupport.r-syntax\", \"uuid\": \"69e0a24d-f5ef-485f-bca2-4dbef825005d\"}, \"displayName\": \"reditorsupport.r-syntax\"}, {\"identifier\": {\"id\": \"richie5um2.vscode-sort-json\", \"uuid\": \"3fb77af3-b8b3-4cb9-9137-f555bd80e2b1\"}, \"displayName\": \"richie5um2.vscode-sort-json\"}, {\"identifier\": {\"id\": \"samuelcolvin.jinjahtml\", \"uuid\": \"8b477a76-974c-403d-a454-58028c1709d1\"}, \"displayName\": \"samuelcolvin.jinjahtml\"}, {\"identifier\": {\"id\": \"shalimski.swapdiff\", \"uuid\": \"d8b70e19-dfd4-44d7-9807-2c0ad5ecabae\"}, \"displayName\": \"shalimski.swapdiff\"}, {\"identifier\": {\"id\": \"streetsidesoftware.code-spell-checker\", \"uuid\": \"f6dbd813-b0a0-42c1-90ea-10dde9d925a7\"}, \"displayName\": \"streetsidesoftware.code-spell-checker\"}, {\"identifier\": {\"id\": \"takumii.markdowntable\", \"uuid\": \"5a882e99-34b7-4450-a0b1-f1bd94681c7b\"}, \"displayName\": \"takumii.markdowntable\"}, {\"identifier\": {\"id\": \"tamasfe.even-better-toml\", \"uuid\": \"b2215d5f-675e-4a2b-b6ac-1ca737518b78\"}, \"displayName\": \"tamasfe.even-better-toml\"}, {\"identifier\": {\"id\": \"tim-koehler.helm-intellisense\", \"uuid\": \"1f8a7b1b-d91a-45aa-a69c-10482b94044a\"}, \"displayName\": \"tim-koehler.helm-intellisense\"}, {\"identifier\": {\"id\": \"timonwong.shellcheck\", \"uuid\": \"\"}, \"displayName\": \"timonwong.shellcheck\"}, {\"identifier\": {\"id\": \"usernamehw.errorlens\", \"uuid\": \"9d8c32ab-354c-4daf-a9bf-20b633734435\"}, \"displayName\": \"usernamehw.errorlens\"}, {\"identifier\": {\"id\": \"valentjn.vscode-ltex\", \"uuid\": \"840e9c85-0e99-42ce-aa62-81088245e699\"}, \"displayName\": \"valentjn.vscode-ltex\"}, {\"identifier\": {\"id\": \"xabikos.javascriptsnippets\", \"uuid\": \"a2cec723-5349-460d-9de9-0fd1f8d3456f\"}, \"displayName\": \"xabikos.javascriptsnippets\"}, {\"identifier\": {\"id\": \"xadillax.viml\", \"uuid\": \"ecc7bbf7-9d61-46c8-b47e-a2a27c38b38d\"}, \"displayName\": \"xadillax.viml\"}, {\"identifier\": {\"id\": \"yandeu.five-server\", \"uuid\": \"a18a6705-5a6a-4e14-a4a7-3efa6b7647d5\"}, \"displayName\": \"yandeu.five-server\"}, {\"identifier\": {\"id\": \"yokawasa.jwt-debugger\", \"uuid\": \"19d24146-ad63-4f97-a353-d5860d6b00b1\"}, \"displayName\": \"yokawasa.jwt-debugger\"}, {\"identifier\": {\"id\": \"yzhang.markdown-all-in-one\", \"uuid\": \"98790d67-10fa-497c-9113-f6c7489207b2\"}, \"displayName\": \"yzhang.markdown-all-in-one\"}, {\"identifier\": {\"id\": \"zaaack.markdown-editor\", \"uuid\": \"d1d5603c-2be4-4f1b-b7b6-d7e908a8ad73\"}, \"displayName\": \"zaaack.markdown-editor\"}]"}
@pyxelr
Copy link
Copy Markdown
Author

pyxelr commented Jan 11, 2024

Gist last updated on: 2026-04-03


Customize your setup of this profile: https://vscode.dev/editor/profile/github/760dac032d0427377ecc1bb195499d9b
My page about VS Code: https://pawelcislo.com/knowledge/software/vs-code/
My other setup: https://github.com/topics/pyxelr-setup

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