Do not show "autopep8 or black" formatting notification with default formatter config #22338
Labels
feature-request
Request for new features or functionality
info-needed
Issue requires more information from poster
triage-needed
Needs assignment to the proper sub-team
With the config below, I have changed the default formatter to
"charliermarsh.ruff"
. The only extensions installed in VS Code are the Python, Pylance and Ruff extension.Yet when I saved a
.py
file I got a notification saying something like:I could also opt to chose "Do not show again" which I did, so I cannot show paste a screenshot of the message.
Why do I get this notification, considering I configured `"editor.defaultFormatter": "charliermarsh.ruff" for Python?
The text was updated successfully, but these errors were encountered: