You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Prevent legacy VE from being used with v13 projects (#1575)
Angular v13+ projects do not support VE. If the client detects a v13+ project in the workspace,
it now sets legacy VE to false, regardless of the extension options or incompatible legacy projects
in the workspace.
(cherry picked from commit 2deee18)
`The workspace contains a project that does not support legacy View Engine (Angular v13+) and a project that does not support the new current runtime (v8 and below).`+
489
+
`The extension will not work for the legacy project in this workspace.`);
490
+
}
491
+
}
479
492
480
493
// Node module for the language server
481
494
constargs=constructArgs(ctx,viewEngine);
@@ -521,4 +534,15 @@ function allProjectsSupportIvy() {
0 commit comments