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. // Add the IDs of extensions you want installed when the container is created.
"extensions": [ "extensions": [
"be5invis.toml",
"mhutchie.git-graph",
"ms-python.python", "ms-python.python",
"ms-python.flake8", "ms-python.flake8",
"ms-python.isort", "ms-python.isort",
"ms-python.vscode-pylance", "ms-python.vscode-pylance"
"be5invis.toml"
] ]
} }
}, },