The files.associations doesn't work with 1.13.6 #10244
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
regression
A bug that didn't exist in a previous release
Milestone
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
If one has C++ code in a file with a '.C' extension, the C++ standard header finds are no longer found, instead, Intellisense indicates an error "cannot open source file "iostream"" and "#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit ".
Quick Fix proposes to add the standard path to includePath, e.g.
/usr/include/c++/4.8.2
but his does not work, either.
Bug appeared (for me) with version v1.13.6. Downgrading to previous version (v1.12.4) solves the issue for me. From the outside, it is basically the same as the previous, sucessfully solved issue #6497.
compile_commands.json is being used.
Steps to reproduce:
Write a simple HelloWorld program in a file HelloWorld.C using e.g
Expected behavior
C++ standard include files shold be found
Code sample and Logs
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: