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
@Kein You need to install Formatting extension, and set it as the default formatter. The command there does not know if such an extension is installed or not, it will just ask VS Code to use run a formatter.
Install black, autopep8, ruff, or which ever formatter extension you want to use. Add the following to your settings:
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter" // Use ruff or autopep8 extension ID here depending on which one you have installed.
},
This exist but it does absolutely nothing:


I've went through all the extension outputs but there isnt even an indication action was dispatched.
I've tried using external
pylint
as wellPylint extension: 2023.11.13481007
Python interp: 3.9.0
Python extension: 2024.3.10791010
The text was updated successfully, but these errors were encountered: