You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: improved error reporting for more ergonomic use.
Tasks:
Suppress the "token not found", "dep not found" in output messages.
In Parse(), detect when lspPath is "" but an LSP is required for subsequent collection. This is the root cause of CI panic here, where clangd is not installed but abcoder does not emit proper hints.
Goal: improved error reporting for more ergonomic use.
Tasks:
Parse(), detect when lspPath is "" but an LSP is required for subsequent collection. This is the root cause of CI panic here, where clangd is not installed but abcoder does not emit proper hints.