astral-sh / ruff-vscode

A Visual Studio Code extension with support for the Ruff linter.
Other
956 stars 45 forks source link

Add support for using the extension exclusively for formatting #394

Closed charliermarsh closed 5 months ago

charliermarsh commented 5 months ago

Summary

This PR enables users to specify "ruff.lint.enable": false to use the LSP (or extension) solely for formatting.

"Organize Imports" is still supported even when the linter is disabled.

Closes: https://github.com/astral-sh/ruff-vscode/issues/329.

Depends on: https://github.com/astral-sh/ruff-lsp/pull/361.

Test Plan