add flake8, isort extensions

This commit is contained in:
Jörn-Michael Miehe 2023-03-22 16:24:00 +00:00
parent 20f4b577d9
commit daad12a500

View file

@ -38,6 +38,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-python.python",
"ms-python.flake8",
"ms-python.isort",
"ms-python.vscode-pylance",
"be5invis.toml"
]