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

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

Open sean-mcmanus opened this issue 1 year ago • 1 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.

sean-mcmanus avatar May 17 '24 02:05 sean-mcmanus

Also applies to FAR and Rename.

Colengms avatar Jun 27 '24 23:06 Colengms