Closed godskiy closed 4 years ago
It's a bit hard to guess what you have and haven't tried already. Do you have mono installed? What version? What OS is this?
It's a bit hard to guess what you have and haven't tried already. Do you have mono installed? What version? What OS is this?
Its ubuntu 20.04. No mono. I figured out that I have like 2-3 instances of dotnet driver in different locations. I'll try to clear duplicates
Ok guys, I got it. The problem was that right before my tryouts with omnisharp-vim I've changed my terminal from bash to fish. Fish doesn't have MSBuildSDKsPath environment variable(and other stuff) by default and doesn't import it from anywhere. That's it.
Glad to hear you got it working!
As title says I can't get any(for Console.WriteLine() as an example) docs with command :OmniSharpDocumentation. Tried kinda everything from other issueses.
Example:
As far as I understand, I have some problems in my configuration, but I can't figure out what is wrong.
My sdks e.t.c:
Some troubles with finding sdks(literally couldn't fix, tried everything including omnisharp.json)
Somehow the only project in my solution was failed to load.
The only things I did to build up my project:
Any ideas?