-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fix extracting path from URI #427
Conversation
Signed-off-by: Rudi Grinberg <[email protected]>
006f6d4
to
527d931
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that this fixes the interface switching issue under Windows.
I made the URI parsing a little better and removed the code that caused this bug altogether. |
e377bd5
to
5ba613e
Compare
Signed-off-by: Rudi Grinberg <[email protected]>
5ba613e
to
23e1708
Compare
I think there are too many slashes at the beginning now:
Developer console:
|
Signed-off-by: Rudi Grinberg <[email protected]>
@rgrinberg: I think there might be a problem with this patch too. My projects are filled with "Unbound module" errors and there are no errors/exception in the log or developer console. The first commit of this PR (527d931) had neither problem. |
CHANGES: ## Features - Code action to annotate a value with its type (ocaml/ocaml-lsp#397) ## Fixes - Fix interface/implementation switching on Windows (ocaml/ocaml-lsp#427) - Correctly parse project paths with spaces and other special characters that must be escaped. - Print types with `-short-paths` even if the project wasn't built yet
see if this works @mnxn