OmniSharp / omnisharp-emacs

Troll coworkers - use Emacs at work for csharp!
GNU General Public License v3.0
512 stars 94 forks source link

fix server root directory on cygwin #484

Closed corngood closed 5 years ago

corngood commented 5 years ago

Converting the path to server format resulted in errors like:

omnisharp: starting server on project root: "/e/dev/" apply: Setting current directory: No such file or directory, E:\dev\

This path isn't actually sent to the server, so it shouldn't be converted.

razzmatazz commented 5 years ago

looks good