Add useful VScode Extensions to devcontainer.json

This commit is contained in:
2023-10-03 23:01:12 +00:00
parent ab0aca9f90
commit c03f632ea0

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"
]
}
},