redhat-developer / redhat-developer/lsp4ij
How to silence warnings from and get status of an LSP server session?
Open
@angelozerr is already working on this.
Since Oct 1, 2024.
api-customization
- Dominant language
- Java
- Stars
- 344
- Forks
- 113
- Avg merge
- 5h 22m
- Merged PRs (30d)
- 15
Description
Discussed in https://github.com/redhat-developer/lsp4ij/discussions/493
Originally posted by harry-xm August 28, 2024
Open a Rust file in https://github.com/eunomia-bpf/eunomia-bpf/tree/master/ecli on macOS and LSP4IJ turns every warning message from rust-analyzer into a notification that is persisted in the Notifications panel.
Is it possible to suppress these notifications, and like the VSCode plugin, display a warning in the status bar? The user can then choose to open the LSP log buffer by clicking it. IMHO, that would be more user-friendly than a bunch of notifications.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.