microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code analysis fails to get configured for non-open files the 1st time it's run

sean-mcmanus opened this issue · comments

Do Run Code Analysis on All files in a project configured with a configuration provider.

Bug: The 1st time it's done, all the files are skipped because it thinks it doesn't have the configuration information. Using it a 2nd time and it'll work. We get the finishedRequestCustomConfig message before the didChangeCustomConfigurations message.