-
Notifications
You must be signed in to change notification settings - Fork 9
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
properly escape urls #28
Labels
bug
Something isn't working
Comments
fixed in #29 |
This wasn't fixed 😞 |
chdsbd
added a commit
that referenced
this issue
Apr 6, 2019
chdsbd
added a commit
that referenced
this issue
Apr 6, 2019
related: microsoft/vscode#85930 |
Fixed in #40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/sublimehq/Packages/blob/master/C#/C#.sublime-syntax
should behttps://github.com/sublimehq/Packages/blob/master/C%23/C%23.sublime-syntax
related: ehamiter/GitHubinator#53
EDIT: I wanted to use
vscode.Uri
everywhere to fix this, but it seems that callingwith({query: ...})
incorrectly applies encodeURIComponent on the string, which breaks the Gitlab provider for opening a URI. This issue could be fixed, but it's kind of a pain I don't think I'll touch it until I personally run into this issue.The text was updated successfully, but these errors were encountered: