I have been using webstorm for a very long time, but now I am forced to use VScode regrettably.
Switching to VScode (and installing Angular Language Service V14.1.0), I observe even the basic features of language service arent working.
I am listing a few below:
I am getting this error: "Class is using Angular features...". I dont see any problems with decorators.
Clicking on app.component.html doesnt take me to app.component.html file.
Clicking on a variable in HTML doesnt take me to variable declaeration

Angular CLI: 15.2.9 Node: 16.16.0 Package Manager: yarn 1.22.11 OS: darwin x64

