OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

Start OmniSharp server after user selects solution when there are multiple solutions #749

Open e82eric opened 2 years ago

e82eric commented 2 years ago

Hi! I was having an issue where when there are multiple solutions it didn't start OmniSharp after I selected the solution. It looked like the issue was that the job was null when GetHost was called UpdateBuffer. Was unsure if there were any side affect of starting the server this way. Let me know if this makes sense.