Use cached cmake-file-api response to configure IntelliSense on startup #1149
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: configure
Feature: cpptools integration
Milestone
I have
configureOnOpen
set to false, because I don't want it to happen automatically. However, I still expect to not see red squiggles when i open my project. To make them go away I need to configure project every time I open it.The errors are with includes: this show for first unrecognized include
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (C:\foo.cpp).
and this show for every includecannot open source file "include/bar.h"
The text was updated successfully, but these errors were encountered: