![]() 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. |
||
---|---|---|
.. | ||
diagnostics.rs | ||
diagnostics_tests.rs | ||
grouped_diagnostics.rs | ||
items.rs | ||
project_diagnostics_settings.rs | ||
toolbar_controls.rs |