astral-sh / ruff-vscode

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

Expose configuration file argument for experimental server #462

Closed charliermarsh closed 2 months ago

charliermarsh commented 2 months ago

Summary

The new LSP supports a configuration file, and I wanted to debug some issues with it, but found that it wasn't yet wired up to VS Code.

Test Plan

Added a configuration file; verified in the logging that the LSP attempted to read it.

Screenshot 2024-05-04 at 1 14 46 PM