mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-28 21:24:19 +01:00
Remove debug console.log statements and improve LSP diagnostic handling
🤖 Generated with opencode Co-Authored-By: opencode <noreply@opencode.ai>
This commit is contained in:
@@ -40,7 +40,6 @@ TIPS:
|
||||
: path.join(app.root, args.path);
|
||||
await LSP.file(normalized);
|
||||
const diagnostics = await LSP.diagnostics();
|
||||
console.log(diagnostics, "diagnostics");
|
||||
const file = diagnostics[normalized];
|
||||
return {
|
||||
metadata: {
|
||||
|
||||
Reference in New Issue
Block a user