add extensions in devcontainer.json
This commit is contained in:
@@ -9,13 +9,23 @@
|
|||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/github-cli:1": {}
|
"ghcr.io/devcontainers/features/github-cli:1": {}
|
||||||
},
|
},
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
"8000:8000"
|
"8000:8000"
|
||||||
],
|
],
|
||||||
"postCreateCommand": "pip3 install --user -r requirements.txt",
|
"postCreateCommand": "pip3 install --user -r requirements.txt",
|
||||||
"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