Hundreds of custom configuration requests may be sent on startup before the configuration provider has registered #13166
Labels
bug
Feature: Configuration Provider
Related to the configurationProvider property, e.g. ms-vscode.cmake-tools, ms-vscode.makefile-tools.
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
If you have a header open on startup, it may try to request configurations for thousands of potential source files, but the configuration provider may not have registered yet and so it may not send any configuration for any of the source files, depending on the timing. It might repro more frequently on a slower machine.
The text was updated successfully, but these errors were encountered: