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:
Dax Raad
2025-05-26 22:25:17 -04:00
parent 2e938d9da1
commit 4c198940d5
2 changed files with 3 additions and 3 deletions

View File

@@ -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: {