Since we upgraded our codebase to Angular 11 I get this message in VSCode:
Some language features are not available. To access all features, enable
strictTemplates
inangularCompilerOptions
.Source: Angular Language Service (Extension)
With a link to "Open tsconfig.json", like this:
I'm looking forward to enabling this and enjoying the new feature. But I want to set time apart to do and test this. For now, the popup in VSCode keeps coming up all the time, which is annoying and distracting.
How can I (for now) suppress this message, preferably for my current workspace?
- Angular Language Service (
angular.ng-template
) v11.2.3 - Visual Studio Code version 1.53.2 on Windows 10