Add recommended vs code extensions

This commit is contained in:
2024-12-09 16:49:15 +01:00
parent eb283451a8
commit 6af7cfbeb5

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

@ -0,0 +1,6 @@
{
"recommendations": [
"ms-python.python",
"charliermarsh.ruff"
]
}