updates vscode folder

This commit is contained in:
Mose Müller
2023-11-30 11:31:29 +01:00
parent eb0c819037
commit 246148f513
2 changed files with 17 additions and 14 deletions

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

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