I'm working with angular 10 in VSCode and everything was working fine until today. Suddenly I can't go to definition from HTML component neither via F12, right click - Go to definition nor Ctrl+click.
Go to definition works just on typescript components, also I don't get any errors except "No definition found for...."
I've tried updating VS Code, reinstalling VS Code and reinstalling extensions: Angular Essentials by John Papa Angular Language Service Angular Snippets
Also I experience the same behavior on all of my projects (two of them).
Thanks!