vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

1.26 regression: hovering over a long double shows an invalid value on Linux

Open sean-mcmanus opened this issue 6 months ago • 2 comments

Use code like const long double ldvar = 10.0l; and hover over the long double const variable or literal and it shows an invalid value. It works with 1.25.3. Reproed on Linux x64 (doesn't repro on Mac or Windows).

Image

Also, repros with 10.0W (__float80), but not 10.0Q (__float128).

sean-mcmanus avatar Jun 05 '25 22:06 sean-mcmanus