Important
This fork is a temporary solution for supporting Jupyter Notebooks for our new LSP server, ruff server
.
This fork is not actively maintained by Astral.
Types useful for interacting with a language server.
Supports Language Server Protocol (LSP) version 3.16.0.
Proposed 3.17 features can be activated using the proposed
feature flag.
- NOTE that these are unstable and may change between releases.
If you are making a change which adds, removes or modifies the LSP API it is highly appreciated if you link to the spec where this change is described. This gives context to whether the change should be an experimental addition and lets the reviewer double check the changes easily against the spec.