Add note about black not being accepted as formatter in devcontainer

This commit is contained in:
Bruno Alla 2023-06-28 13:45:34 +01:00
parent 00cbee6c8f
commit 437392149e
No known key found for this signature in database

View File

@ -42,7 +42,9 @@
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
//"editor.defaultFormatter": "ms-python.black-formatter",
// Uncomment when fixed
// https://github.com/microsoft/vscode-remote-release/issues/8474
// "editor.defaultFormatter": "ms-python.black-formatter",
"formatting.blackPath": "/usr/local/bin/black",
"formatting.provider": "black",
"languageServer": "Pylance",
@ -69,6 +71,7 @@
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.isort",
"ms-python.black-formatter",
// django
"batisteo.vscode-django"
]