change vscode settings

This commit is contained in:
2024-08-08 09:27:36 +02:00
parent 0ee4c50a24
commit a9a430f856
2 changed files with 11 additions and 2 deletions

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

@ -0,0 +1,8 @@
{
"recommendations": [
"ms-python.black-formatter",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.debugpy",
]
}