-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
can't search with unicode regular expression #39404
Comments
I think you need to use |
You can't use unicode escape character ranges because VSCode search uses two incompatible regex engines - one search engine uses the JavaScript regular expression syntax (albeit without the 'u' unicode flag), the other is based on ripgrep which uses Rust regular expression syntax. If you use the Rust syntax: Since JS RegExp doesn't support the |
Correct - I filed an issue upstream. vscode could also rewrite the |
@roblourens Well, Is there any way to slove the problem ? |
There is activity on the upstream issue but it's not pulled into vscode yet. |
oh no Chinese no way |
This was fixed upstream recently |
can't search with unicode regular expression
Steps to Reproduce:
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: