It seems that either my editor has been deconfigured or my node/npm it's not working properly, basically, when I type an invalid path on an import the vscode used to show an error like this:
But after a few weeks working on a project, the editor stopped highlight the import errors, I have noticed that some functionalities were not properly working before ( for example the cmd + click
function redirects to incorrect files, also took a lot of time to load the paths... )
I have tried: Removing all vscode files and reinstalling, restarting the computer, copying the plugins/settings from a coworker... I would like to not have to go back to the initial state or format my harddisk.
Seems like something is going on with my module loader or my path manager ( I don't exactly know who is responsible for that behaviour.. npm? webpack? vscode settings? )
Now as you can see nothing is highlighted even when it's wrong: