Added VSCode extension recommendations

This commit is contained in:
2023-10-28 13:12:37 +02:00
parent 337bcaefb6
commit 0c0c7e54ae
+7
View File
@@ -0,0 +1,7 @@
{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter"
]
}