Suppress Angular Language Service VSCode extension’s “strictTemplates in angularCompilerOptions” notification

Hi guys I had the same problem but I did this and that message stopped showing… I hope help us. tsconfig.json { “extends”: “../../tsconfig.json”, “compilerOptions”: { “types”: [“node”, “jest”] }, “include”: […], “angularCompilerOptions”: { “strictTemplates”: true } } Configuration

Angular language service in VSCode does not work because it is not an Angular project (‘@angular/core/core.d.ts’ could not be found)

Update to @Begandroide’s answer. “Ivy” is no longer considered experimental, and so the Enable-experimental-ivy-prompt is no longer an option. With the latest major version (12.x…) of the Angular Language Service VSCode extension, you must enable the Use legacy View Engine language service option.