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

Fix some edge cases around path completions #142

Merged
merged 3 commits into from
Jun 6, 2023

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Jun 5, 2023

Fixes #17

With this change, we no longer call encodeURI for path completions. This usually was not needed. We then also better handle cases where paths have characters with special meanings

mjbvz added 3 commits June 5, 2023 16:13
This is a little more conservative than needed since we only check the current path segment for balanced parens
@mjbvz mjbvz merged commit 1d9f688 into microsoft:main Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some Markdown supports does not deal with multibyte character
2 participants