vscode extensions

This commit is contained in:
Jörn-Michael Miehe 2023-09-03 15:57:00 +00:00
parent 61ad59e90a
commit c47ecdab18

View file

@ -35,11 +35,12 @@
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"be5invis.toml",
"mhutchie.git-graph",
"ms-python.python",
"ms-python.flake8",
"ms-python.isort",
"ms-python.vscode-pylance",
"be5invis.toml"
"ms-python.vscode-pylance"
]
}
},