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 84b785ddd0
commit c76941e061

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