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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
]
}