You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: Code 1.61.2 (6cba118, 2021-10-19T14:57:20.575Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
Remote OS version: Linux x64 5.10.16.3-microsoft-standard-WSL2
Steps to Reproduce:
I setup black as my default python formatter "python.formatting.provider": "black"
My default formatter is prettier"editor.defaultFormatter": "esbenp.prettier-vscode"
Also I have "editor.formatOnSave": true
But black is only working when I am commenting out "editor.defaultFormatter": "esbenp.prettier-vscode" from settings.json
The text was updated successfully, but these errors were encountered:
Issue Type: Bug
VS Code version: Code 1.61.2 (6cba118, 2021-10-19T14:57:20.575Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
Remote OS version: Linux x64 5.10.16.3-microsoft-standard-WSL2
Steps to Reproduce:
"python.formatting.provider": "black"
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.formatOnSave": true
But black is only working when I am commenting out
"editor.defaultFormatter": "esbenp.prettier-vscode"
from settings.jsonThe text was updated successfully, but these errors were encountered: