-
Notifications
You must be signed in to change notification settings - Fork 89
rootPath should be a path not URI #38
Comments
This seems to be the upstream bug in Go, not sure if it is solved. golang/go#6027 I'm very unfamiliar with windows, but will take a look into this since the stack trace makes it look easy to write a unit test for. |
Hey sorry for not updating. So we are not spec complaint here, we are expecting a URI for the path, but in this instance it should just be a filepath. I'll update. Related issue microsoft/language-server-protocol#113 |
Apologies for not fixing this sooner. It should be minor to fix, so will prioritize soon. |
@keegancsmith thanks for taking your time to look into this issue. |
@prabirshrestha master should contain both fixes now. |
Seems better but here is the log.
I get empty for |
Ok great, thanks for the logs. I should be able to follow up with that. I also have some experimental support to use AppVeyor to get some Windows CI :) Expect windows to be a bit more first class soon. |
@prabirshrestha we will have proper windows support soon, @alexsaveliev has a working branch at #86 which you may want to try out. |
The original rootPath issue has been fixed. Filed #113 to track progress on supporting windows. |
What is the correct way to path format for windows? Seems like backslash and colon confuses go-langserver.
The text was updated successfully, but these errors were encountered: