Skip to content
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

[VSCode] Skip path URI encoding #70

Merged
merged 1 commit into from
Sep 15, 2024
Merged

[VSCode] Skip path URI encoding #70

merged 1 commit into from
Sep 15, 2024

Conversation

msujew
Copy link
Member

@msujew msujew commented Sep 15, 2024

Closes #69

Currently, unicode symbols in files get URL encoded when using toString. Since these files aren't supposed to be used in URLs but as file system identifiers, we have to skip the encoding.

Updates the version for a new patch release of the VS Code extension.

@msujew msujew added the vscode Issues related to the VS Code extension label Sep 15, 2024
@msujew msujew merged commit f824c22 into main Sep 15, 2024
3 checks passed
@msujew msujew deleted the msujew/skip-encoding branch September 15, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode Issues related to the VS Code extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VSCode] Cursor and binary file auto-reload do not work with Unicode filenames
1 participant