microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

216 Extension Host logging warnings when doing Open File #10736

Open sean-mcmanus opened 1 year ago

sean-mcmanus commented 1 year ago

I see 216 warnings in the Extension Host logging pane when opening a single file, but I don't know where they're coming from:

[warning] [ms-vscode.cpptools] Accessing a resource scoped configuration without providing a resource is not expected. To get the effective value for 'C_Cpp.', provide the URI of a resource or 'null' for any resource.

Colengms commented 1 year ago

It looks like these are coming from the constructor for SettingsTracker.