vscode extensions
This commit is contained in:
parent
61ad59e90a
commit
c47ecdab18
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue