We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Type: Bug
Testing #61744
Repo
\u{0061}
a
Bug No search results.
If you disable pcre2 search and search then you get the expected results. \x{0061} does work with PCRE2
\x{0061}
VS Code version: Code - Insiders 1.29.0-insider (d7ac6e8, 2018-11-01T06:11:43.390Z) OS version: Darwin x64 18.0.0
The text was updated successfully, but these errors were encountered:
I remap \u1234 to \x1234 but not \u{1234} because it isn't supported by JS correctly yet.
\u1234
\x1234
\u{1234}
> /\u{0061}/.test(Array(62).join('u')) true
Sorry, something went wrong.
Also see #61746
Requires #61746
250c58e
roblourens
Successfully merging a pull request may close this issue.
Issue Type: Bug
Testing #61744
Repo
\u{0061}
(a
)Bug
No search results.
If you disable pcre2 search and search then you get the expected results.
\x{0061}
does work with PCRE2VS Code version: Code - Insiders 1.29.0-insider (d7ac6e8, 2018-11-01T06:11:43.390Z)
OS version: Darwin x64 18.0.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: