How to disable integrated LSP plugin, and use only pyrefly/ty?
Integrated LSP type inferring is awful to say the least. Below is comp with Pyrefly in PyCharm (with integrated lsp) and in zed (raw Pyrefly). Can I somehow disable integrated LSP / inspections only from it? Because if I disable inspections directly, those that are provided by Pyrefly also disappear.

请先登录再写评论。
Hi alexey, unfortunately, this appears to be a known issue which is tracked here: PY-88063. The fix is planned for the upcoming 2026.1.2 release.
There is no separate "integrated LSP plugin" that you can switch off while keeping
Pyreflyactive. In PyCharm, Pyrefly's diagnostics are surfaced through PyCharm's normal Python inspection pipeline. So when you disable Python inspections in Settings | Editor | Inspections, you are also turning off the channel thatPyreflyuses to display its results, and Pyrefly's findings disappear with them.Please follow the rollout of PY-88063, you can star it or subscribe. See Watching YouTrack issues for how.