mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-26 08:07:51 +00:00
25 lines
461 B
JSON
25 lines
461 B
JSON
[
|
|
{
|
|
"method": "muon/textDocument/publishDiagnostics",
|
|
"params": {
|
|
"relUri": "meson.build",
|
|
"diagnostics": [
|
|
{
|
|
"range": {
|
|
"start": {
|
|
"line": 2,
|
|
"character": 0
|
|
},
|
|
"end": {
|
|
"line": 2,
|
|
"character": 10
|
|
}
|
|
},
|
|
"severity": 2,
|
|
"message": "unused variable unused_var"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|