sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

fix/streamline uri/filepath logic in remote_fs and uris #6

Closed ggilmore closed 6 years ago

ggilmore commented 6 years ago

I wasn't thinking about windows support when I originally wrote the uri/filesystem logic. As a result, many tests broke when we starting running them on windows via Appveyor. This PR includes the following fixes: