mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Add note about black not being accepted as formatter in devcontainer
This commit is contained in:
parent
00cbee6c8f
commit
437392149e
|
@ -42,6 +42,8 @@
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true
|
||||||
},
|
},
|
||||||
|
// Uncomment when fixed
|
||||||
|
// https://github.com/microsoft/vscode-remote-release/issues/8474
|
||||||
// "editor.defaultFormatter": "ms-python.black-formatter",
|
// "editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
"formatting.blackPath": "/usr/local/bin/black",
|
"formatting.blackPath": "/usr/local/bin/black",
|
||||||
"formatting.provider": "black",
|
"formatting.provider": "black",
|
||||||
|
@ -69,6 +71,7 @@
|
||||||
"ms-python.python",
|
"ms-python.python",
|
||||||
"ms-python.vscode-pylance",
|
"ms-python.vscode-pylance",
|
||||||
"ms-python.isort",
|
"ms-python.isort",
|
||||||
|
"ms-python.black-formatter",
|
||||||
// django
|
// django
|
||||||
"batisteo.vscode-django"
|
"batisteo.vscode-django"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user