-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
unable to convert uri to filepath #11334
Comments
This is a relative windows path The vsoced-uri node package used by vsocde does allow relative paths (it doesn't really try to decode them at all). I don't think we really need to URL crate at all as we are only extracting paths so likely just forking lsp-types, replacing URLs with strings and using something like percent encoding directly (plus some logic to extract out the path) should be easy enough. |
thanks for your replay, But I still don't understand how to fix it. Or is this not a problem with Helix? |
you can't fix this on your end. It needs to be fixed in the language server or helix |
Oh, I get it. |
Is that also a standard language server convention requirement or just a requirement for rust-url? EDIT: I see, URL is absolute as opposed to URI which can be relative. Should language servers always provide a URL? Or is this simply a Helix limitation due to the crate being used to resolve these links? |
This is just a limitation of using the |
hello, when I goto definition on a varible, This prompt came up. how can i solve it?
win10
C#
hx: 24.7
The text was updated successfully, but these errors were encountered: