Hello there,
Yes you can verify exactly which files are scanned.
When you see this notification, it indicates that the VS Code file watcher is running out of handles because the workspace is large and contains many files.
You can get more information from here
https:// code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc
--------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--