mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
sync
This commit is contained in:
parent
94f35130f7
commit
591bd2a4e3
4 changed files with 421 additions and 9 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue