add python to vscode recommended extensions

This commit is contained in:
scito 2022-12-19 17:28:08 +01:00 committed by Roland Kurmann
parent a51507b701
commit 10bc6959a3

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

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