-
-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Describe the bug
Enable the intellij LSP client Ruff plugin logs continuous errors when using PyCharm with the LSP4IJ plugin enabled:
LSP4IJ not enabled in config.
To Reproduce
Steps to reproduce the behavior:
-
Install LSP4IJ plugin and enabled.
-
Install and configure the ruff plugin.
-
Enable ruff service and IntelliJ's LSP client.
-
Observe the error in the logs:
LSP4IJ not enabled in config.
Expected behavior
Ruff should work seamlessly with IntelliJ's LSP.
Screenshots
Environments (please complete the following information):
- IDE: PyCharm 2025.1.1
- OS: macOS 15.4.1 24E263 x86_64
- Ruff Version: 0.11.9
- Plugin version 0.047
Additional context
Two temporary workarounds make ruff work properly:
-
Disable the LSP4IJ plugin entirely (which is not ideal as it is needed for other language support like Lua).
-
Switch the client in Ruff plugin config to LSP4IJ and then switch it back.(idk what's happen, but it can work)

