<!-- Thank you for taking the time to report an issue! We're glad to have you involved with Ruff. If you're filing a bug report, please consider including the following information: * A minimal code snippet that reproduces the bug. * The current Ruff and VS Code settings (any relevant sections from your `pyproject.toml` and `settings.json`). * The current Ruff and VS Code extension versions (`ruff --version`). * A description of your environment (e.g., operating system, Python version, etc.). --> The `Format Cell` action does nothing when the default formatter is set to ruff. The Black formatter does support this action. This is related to #51 and probably requires https://github.com/astral-sh/ruff-lsp/pull/264. I'm using ruff v0.1.2 and ruff-vscode v2023.44.0.