Recommend installation of python extension

This commit is contained in:
Jona Heitzer 2024-10-29 12:12:36 +01:00
parent 18498c5c4a
commit de514389bd
2 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-python.python" // The official Python extension for VS Code
]
}

5
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"extensions.autoUpdate": true,
"extensions.autoCheckUpdates": true,
"extensions.ignoreRecommendations": false
}