This commit is contained in:
Dax Raad
2025-05-26 18:14:36 -04:00
parent 94f35130f7
commit 591bd2a4e3
4 changed files with 421 additions and 9 deletions

View File

@@ -8,11 +8,26 @@
"key": {
"type": "string"
},
"body": {}
"content": {}
},
"required": [
"key",
"body"
"content"
]
},
"event.lsp.client.diagnostics": {
"type": "object",
"properties": {
"serverID": {
"type": "string"
},
"path": {
"type": "string"
}
},
"required": [
"serverID",
"path"
]
}
}