VSCode doesn't show errors for missing files."
enter image description here
I'm working on a Vite and React project, and I have noticed that VSCode doesn't show any errors for missing files. For example, if I import a file (e.g., App.css) that doesn’t actually exist in the project directory, VSCode doesn't display any errors or warnings. This issue persists even after I clean the cache and restart the editor.
I am using the default Vite setup with React, and I’ve also checked my VSCode settings, but I can't figure out why it isn't throwing errors for missing files.
Has anyone faced this issue before or know how to resolve it?