mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-02 15:35:01 +01:00
sync
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user