razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
576 stars 37 forks source link

how to hide the messages shown at the bottom when i open a csharp file up in neovim? #119

Open centuryhopper opened 10 months ago

centuryhopper commented 10 months ago

Right now I have to press enter multiple times every time I open up a csharp file in neovim just to close out all those messages. How do I suppress them all from the get-go?

scientificworld commented 9 months ago

I also encountered this problem. The --loglevel option doesn't seem to work.

dleslie commented 6 months ago

78

LucioMacarine commented 4 months ago

I have this issue too, it's somewhat annoying being spammed when opening a file now

scientificworld commented 1 week ago

I wrote an extension which can hide most of the messages, but I have no idea why some of them still shows up. If anyone knows how to solve it, PR is welcome!