add extensions in devcontainer.json
This commit is contained in:
@@ -16,6 +16,16 @@
|
|||||||
"customizations": {
|
"customizations": {
|
||||||
"jetbrains": {
|
"jetbrains": {
|
||||||
"backend": "PyCharm"
|
"backend": "PyCharm"
|
||||||
|
},
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"tamasfe.even-better-toml",
|
||||||
|
"njpwerner.autodocstring",
|
||||||
|
"ms-python.python",
|
||||||
|
"KevinRose.vsc-python-indent",
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
|
"ms-python.autopep8"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user