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
+4 -7
View File
@@ -131,14 +131,11 @@ describe("Format", () => {
const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), { const a = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
config: { formatter: false }, config: { formatter: false },
}) })
const b = yield* provideTmpdirInstance( const b = yield* provideTmpdirInstance(() => Format.Service.use((fmt) => fmt.status()), {
() => Format.Service.use((fmt) => fmt.status()), config: {
{ formatter: true,
config: {
formatter: true,
},
}, },
) })
expect(a).toEqual([]) expect(a).toEqual([])
expect(b.find((item) => item.name === "gofmt")).toBeDefined() expect(b.find((item) => item.name === "gofmt")).toBeDefined()
+2 -4
View File
@@ -11717,8 +11717,7 @@
"formatter": { "formatter": {
"anyOf": [ "anyOf": [
{ {
"type": "boolean", "type": "boolean"
"const": false
}, },
{ {
"type": "object", "type": "object",
@@ -11760,8 +11759,7 @@
"lsp": { "lsp": {
"anyOf": [ "anyOf": [
{ {
"type": "boolean", "type": "boolean"
"const": false
}, },
{ {
"type": "object", "type": "object",