Closed Friede80 closed 6 years ago
This looks like the windows path with e:
is not being handled properly.
Windows devs?
"rootPath":"e:\Coding\haskell-ide-engine"
Shouldn't that be an URI (that is, start with file://) too?
No, rootPath
is the previous requirement, superseded by rootUri
. Vscode sends both.
So "rootUri":"file:///e%3A/Coding/haskell-ide-engine"
Ok, then %3A
should be a culprit. I guess, uriToFilePath
should not just drop "file://" prefix, but also URL-decode the string?
@arrowd I think is is resolved via https://github.com/alanz/haskell-lsp/pull/53
@alanz works for me, no error, path is proper.
This is a duplicate of #329, it should work now.
@Friede80 can you confirm?
Closing as it seems fixed, just there's no confirmation from the original reporter.
Error thrown when running on Windows: