We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57120e6 commit 7ec48dfCopy full SHA for 7ec48df
packages/opencode/src/cli/cmd/debug/lsp.ts
@@ -17,6 +17,7 @@ const DiagnosticsCommand = cmd({
17
async handler(args) {
18
await bootstrap(process.cwd(), async () => {
19
await LSP.touchFile(args.file, true)
20
+ await Bun.sleep(1000)
21
process.stdout.write(JSON.stringify(await LSP.diagnostics(), null, 2) + EOL)
22
})
23
},
0 commit comments