Add vscode extensions recommendation file

This commit is contained in:
Matthias 2024-05-13 19:37:13 +02:00
parent 33b95e27de
commit 6a802f5624

11
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"charliermarsh.ruff",
"davidanson.vscode-markdownlint",
"ms-azuretools.vscode-docker",
"vscode-icons-team.vscode-icons",
"github.vscode-github-actions",
]
}