Better error reporting
Open
- Dominant language
- Go
- Stars
- 390
- Forks
- 57
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
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](https://github.com/cloudwego/abcoder/actions/runs/23228192334/job/67515459019?pr=173), where clangd is not installed but abcoder does not emit proper hints.
* [ ] MORE here.
Contributor guide
Assessment
This issue has not been assessed yet.