Omnisharp language server not working #12479
-
I'm trying to use the OmniSharp language server for code completion in Helix. Here's the output of
Here's the relevant part of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: I got it to work! Apparently I was on an old version of Helix that I installed through winget. Installing the newest version from the GitHub releases and running |
Beta Was this translation helpful? Give feedback.
Update: I got it to work! Apparently I was on an old version of Helix that I installed through winget. Installing the newest version from the GitHub releases and running
:lsp-restart
after opening a .cs file fixed the problem!