mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 12:54:42 +00:00
chore: generate
This commit is contained in:
parent
3c68d75776
commit
b4667d9b0d
2 changed files with 4 additions and 6 deletions
|
|
@ -1601,7 +1601,7 @@ export type Config = {
|
|||
}
|
||||
}
|
||||
lsp?:
|
||||
| false
|
||||
| true
|
||||
| {
|
||||
[key: string]:
|
||||
| {
|
||||
|
|
|
|||
|
|
@ -6938,8 +6938,7 @@
|
|||
"properties": {
|
||||
"sessionID": {
|
||||
"description": "Session ID to navigate to",
|
||||
"type": "string",
|
||||
"pattern": "^ses.*"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["sessionID"]
|
||||
|
|
@ -8511,8 +8510,7 @@
|
|||
"properties": {
|
||||
"sessionID": {
|
||||
"description": "Session ID to navigate to",
|
||||
"type": "string",
|
||||
"pattern": "^ses.*"
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["sessionID"]
|
||||
|
|
@ -11761,7 +11759,7 @@
|
|||
"anyOf": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"const": false
|
||||
"const": true
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue