Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lsp): initial support for dynamic capabilities (#23681) | Folke Lemaitre | 2023-05-28 |
- `client.dynamic_capabilities` is an object that tracks client register/unregister - `client.supports_method` will additionally check if a dynamic capability supports the method, taking document filters into account. But only if the client enabled `dynamicRegistration` for the capability - updated the default client capabilities to include dynamicRegistration for: - formatting - rangeFormatting - hover - codeAction - hover - rename |