Add extensions

This commit is contained in:
Andras Schmelczer 2026-02-01 11:07:34 +00:00
parent 07a5fdc31f
commit 2ac37ece97
2 changed files with 34 additions and 2 deletions

31
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,31 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-toolsai.jupyter",
"ms-python.python",
"GitHub.copilot",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
"1yib.rust-bundle",
"alexcvzz.vscode-sqlite",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-python.python",
"ms-toolsai.jupyter",
"ms-azuretools.vscode-docker",
"redhat.vscode-yaml",
"tomoki1207.pdf",
"qwtel.sqlite-viewer",
"alexcvzz.vscode-sqlite",
"rust-lang.rust-analyzer",
"pkief.material-icon-theme",
"detachhead.basedpyright",
"editorconfig.editorconfig",
"davidanson.vscode-markdownlint",
"charliermarsh.ruff",
"timonwong.shellcheck",
"tonybaloney.vscode-pets",
"vadimcn.vscode-lldb"
]
}

View file

@ -4,6 +4,7 @@
"**/__pycache__": true,
"**/node_modules": true,
"**/.ruff_cache":true,
"**/.pytest_cache":true
"**/.pytest_cache":true,
"**/target":true
}
}
}