muon/tests/lsp/diagnostics/output.json
2025-10-16 10:29:17 -04:00

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"
}
]
}
}
]