Add logging for file watcher events #5062
Labels
Feature Request
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
Milestone
You might see some error in the Toggle Developer Tools console if VS Code hits a file watcher error.
You could also set your C_Cpp.loggingLevel to "Debug" to and look for a "fileChanged" logging message (but unfortunately we don't log the file that changed yet).
Originally posted by @sean-mcmanus in #5052 (comment)
We should log the relevant file path along with the file watcher events.
The text was updated successfully, but these errors were encountered: