add flake8, isort extensions
This commit is contained in:
parent
20f4b577d9
commit
daad12a500
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
||||||
// 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": [
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
|
"ms-python.flake8",
|
||||||
|
"ms-python.isort",
|
||||||
"ms-python.vscode-pylance",
|
"ms-python.vscode-pylance",
|
||||||
"be5invis.toml"
|
"be5invis.toml"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue