mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
feat(lsp): add support for lsp Diagnostic{}.data (#4935)
This commit is contained in:
parent
8291654326
commit
4960c41f18
3 changed files with 11 additions and 8 deletions
|
@ -45,4 +45,5 @@ pub struct Diagnostic {
|
|||
pub code: Option<NumberOrString>,
|
||||
pub tags: Vec<DiagnosticTag>,
|
||||
pub source: Option<String>,
|
||||
pub data: Option<serde_json::Value>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue