[Error Reports] LSP errors reports spamming termminal
When attempting to install the LSP into either VSCode with the inbuilt plugin, or directly using the LSP binaries, errors are spammed to the console when hovering or navigating documentation. The steps I took to compile the LSP was to clone the GH, build it via make language_server and then running make vscode_extension. I am using Linux Mint 21.2 x86_64 AMD, VSCode from both Flatpak and Snap, NodeJS 24.11.1, and the latest (at the time of writing) Pony tools compiled with Clang.
If there is any more information required, please let me know.
The messages you see should only ever occur in the output panel of the Pony Language Server. It should not flood your terminal. How did you install the vscode extension? The pony language server should be startet by vscode, wen you open a pony project. It is, as of now, not 100% working on the pony stdlib, as it has no corral.json file. Support for libraries without corral.json like stdlib will be added later.
Could you please reproduce the steps you took to get the pony-lsp to flood your terminal? In all detail if possible. Thank you and sorry for the inconvenience.