chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-17 02:34:07 +00:00
parent 220e3e9a2b
commit dc38f22bd8
2 changed files with 6 additions and 11 deletions

View File

@@ -131,14 +131,11 @@ describe("Format", () => {
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
config: { formatter: false },
})
const b = yield* provideTmpdirInstance(
() => Format.Service.use((fmt) => fmt.status()),
{
config: {
formatter: true,
},
const b = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
config: {
formatter: true,
},
)
})
expect(a).toEqual([])
expect(b.find((item) => item.name === "gofmt")).toBeDefined()

View File

@@ -11717,8 +11717,7 @@
"formatter": {
"anyOf": [
{
"type": "boolean",
"const": false
"type": "boolean"
},
{
"type": "object",
@@ -11760,8 +11759,7 @@
"lsp": {
"anyOf": [
{
"type": "boolean",
"const": false
"type": "boolean"
},
{
"type": "object",