chore: update vscode python formatting config

Formatters have been moved outside the `Python` extension to their own
extensions.
This commit is contained in:
Dylan MacKenzie 2023-11-10 10:09:12 -08:00
parent 34c8b3f1e3
commit f466119eca

View file

@ -3,7 +3,6 @@
"*.overlay": "dts",
"*.keymap": "dts"
},
"python.formatting.provider": "black",
"[c]": {
"editor.formatOnSave": true
},
@ -13,7 +12,7 @@
},
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.python"
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[css][json][jsonc][html][markdown][yaml]": {
"editor.formatOnSave": true,