mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
865904a0c9
Per the LSP spec, we should pass .data field of diagnostics into code action request: ``` /** * A data entry field that is preserved between a * `textDocument/publishDiagnostics` notification and * `textDocument/codeAction` request. * * @since 3.16.0 */ data?: LSPAny; ``` Release Notes: - Fixed rare cases where a code action triggered by diagnostic may not be available for use. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |