Added some extensions for the devcontainer.
Some checks failed
ydeng/splitmsa/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-21 02:54:01 +00:00
parent bfeec68756
commit 9d97ee6244

View File

@ -5,6 +5,17 @@
"build": {
"context": "..",
"dockerfile": "Dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.debugpy",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.flake8"
]
}
}
// Features to add to the dev container. More info: https://containers.dev/features.