-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "file is a directory" on attempt to go to documentation/source (Windows) #247
Comments
is fix as simple as adding extra slash in module Development.IDE.Spans.Documentation ? |
It might be, did that fix the case on windows? I can test out adding an extra slash on macOS and see if that works |
@bubba tried just now, it worked to some extent: opened new tab with raw html source, which is not very helpful but probably related to my local vs or machine configuration |
Fixes flakey CI builds. Turns out it was trying to run every single test in parallel at once, which is why when #247 added two extra tests it was just enough to push it over the limit and cause things to fail
OK seems like bug needs to be fixed in two places
As alternative, slashes in paths can be normalized to forward slashes within HLS code? Looking into this... |
Fixes flakey CI builds. Turns out it was trying to run every single test in parallel at once, which is why when haskell#247 added two extra tests it was just enough to push it over the limit and cause things to fail
Fixed as of 0.4.0 |
Windows 10, VS Code, GHC 8.6.5
HLS reinstalled from scratch with precompiled 0.2.1 binaries
Trying to browse source from the tooltip:
Getting following error:
The file does exist and it's not a directory.
It is probably because file url has two slashes (file://...) but should have three (file:///), as described here microsoft/vscode#62251
The text was updated successfully, but these errors were encountered: