Skip to content

Instantly share code, notes, and snippets.

@FranzDiebold
Created January 13, 2023 16:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FranzDiebold/46bb360118a674881742d45f23a37c92 to your computer and use it in GitHub Desktop.
Save FranzDiebold/46bb360118a674881742d45f23a37c92 to your computer and use it in GitHub Desktop.
.vscode
{
"recommendations": [
"42crunch.vscode-openapi",
"alexcvzz.vscode-sqlite",
"aykutsarac.jsoncrack-vscode",
"eamodio.gitlens",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"github.vscode-pull-request-github",
"hashicorp.terraform",
"hediet.vscode-drawio",
"ms-azuretools.vscode-docker",
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.vscode-pylance",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-vscode.remote-explorer",
"ms-vscode-remote.remote-containers",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"natizyskunk.sftp",
"redhat.vscode-yaml",
"scala-lang.scala",
"scalameta.metals",
"wayou.vscode-todo-highlight"
]
}
{
"editor.formatOnSave": true,
"python.formatting.provider": "black",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment