When there's no valid Python formatter installed and you trigger the Format Document command, VSCode prompts you to install a formatter:
This reveals the Extensions view and searches for category:formatters python:
Ruff isn't in this list!
I double checked categories and keywords against extensions that ARE in the list, and Ruff has everything they have.
What's missing is the word "Python" in the extension description.
When there's no valid Python formatter installed and you trigger the Format Document command, VSCode prompts you to install a formatter:
This reveals the Extensions view and searches for
category:formatters python:Ruff isn't in this list!
I double checked categories and keywords against extensions that ARE in the list, and Ruff has everything they have.
What's missing is the word "Python" in the extension description.