Add useful VScode Extensions to devcontainer.json

This commit is contained in:
Phillip Kühne 2023-10-03 23:01:12 +00:00
parent ab0aca9f90
commit c03f632ea0
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -25,7 +25,12 @@
"vscode": {
"extensions": [
"ms-python.python",
"batisteo.vscode-django"
"batisteo.vscode-django",
"ms-python.flake8",
"ms-python.isort",
"ms-python.vscode-pylance",
"redhat.vscode-yaml",
"ms-azuretools.vscode-docker"
]
}
},