In my Visual Studio Code editor after last updates I see this text in the status bar:
Angular: Running ngcc for project d:/..../tsconfig.spec.json
It looks like frozen or do nothing a while, just spin the arrows.
Before this text I saw a similar one with tscfonfig.json
ending...
Since this text is showing in the status my vscode has some performance issues... it became very-very slow. Sometimes, very often the quick import (ctrl-space) isn't work, not found classes, interfaces what before this update worked well.
What is this? Is it neccessary or can I switch off somehow? Is this maybe a plugin bug?
ng build --watch
is running well too. Only in the VSCode happening something wierd... – Lafontaineexperimental-ivy
feature from Angular Language Service extension. I posted an answer on how to disable it. – Bench