Custom config provider extension users should not see the message "Please update your includePath." #3971
Labels
bug
Feature: Extension API
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
Currently when an include search path does not resolve, the message displayed to users is "#include error detected. Please update your includePath." This message is not helpful for custom configuration providers, since we don't want the users to update the includePath themselves, which would override the results the config provider provides.
In our scenario, the user would see this every time at start up since it takes a few seconds for the makefile parsing to complete. In this case, we especially don't want the users to be updating any configurations on their own.
The text was updated successfully, but these errors were encountered: