You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If UDL uses ' signs to separate parts of the number like here:
static_assert(3.2_GHz == 3'200'000'000_Hz);
than the code highlighting is lost until the end of the file.
FYI, the "Better C++ Syntax" extension just added support for this. If you could try out that extensions and let the author know if you find any issues with it that would be great.
Issue Type: Bug
If UDL uses ' signs to separate parts of the number like here:
static_assert(3.2_GHz == 3'200'000'000_Hz);
than the code highlighting is lost until the end of the file.
You can find the exact code here:
https://github.com/mpusz/units/blob/master/test/test_units.cpp
VS Code version: Code 1.30.2 (61122f8, 2019-01-07T22:54:13.295Z)
OS version: Windows_NT x64 10.0.17763
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: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (9)
The text was updated successfully, but these errors were encountered: