added VS Code extensions recommendations (#110)

This commit is contained in:
Daniel Kleine
2024-04-05 15:30:56 +02:00
committed by GitHub
parent c5a17393fc
commit e43e0760f9

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

@@ -0,0 +1,9 @@
{
"recommendations": [
"ms-python.python",
"ms-toolsai.jupyter",
"ms-azuretools.vscode-docker",
"ms-vscode-remote.vscode-remote-extensionpack",
"yahyabatulu.vscode-markdown-alert",
]
}