Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix scheme stripping of file URI #61

Merged

Conversation

AubreySLavigne
Copy link
Contributor

This is in response to issue at: #50

A panic would be raised on Windows computers, where removing the
file:// scheme would still have an invalid leading slash
(e.g. '/C:/Users/...').

Fixes #50

This is in response to issue at: juliosueiras#50

A panic would be raised on Windows computers, where removing the
file:// scheme would still have an invalid leading slash
(e.g. '/C:/Users/...').

Fixes juliosueiras#50
@juliosueiras juliosueiras merged commit b05a499 into juliosueiras:master Feb 22, 2020
@juliosueiras
Copy link
Owner

Thanks =) , didn't know there is a lib for doing the logic decode of file url to proper file path, since it was given me a lot of issues, also tested on windows and it work great

@AubreySLavigne AubreySLavigne deleted the fix-uri-scheme-stripping branch February 22, 2020 16:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terraform-lsp crashes at initialization on Windows (Emacs)
2 participants