File tree Expand file tree Collapse file tree
vscode-ng-language-service/client/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 * Copyright Google Inc. All Rights Reserved.
44 *
55 * Use of this source code is governed by an MIT-style license that can be
6- * found in the LICENSE file at https://angular.io /license
6+ * found in the LICENSE file at https://angular.dev /license
77 */
88
99import * as fs from 'node:fs' ;
@@ -575,8 +575,8 @@ function registerNotificationHandlers(client: lsp.LanguageClient): vscode.Dispos
575575 const doNotPromptAgain = 'Do not show again for this workspace' ;
576576 const selection = await vscode . window . showInformationMessage (
577577 'Some language features are not available. To access all features, enable ' +
578- '[strictTemplates](https://angular.io/guide /angular-compiler-options#stricttemplates) in ' +
579- '[angularCompilerOptions](https://angular.io/guide /angular-compiler-options).' ,
578+ '[strictTemplates](https://angular.dev/reference/configs /angular-compiler-options#stricttemplates) in ' +
579+ '[angularCompilerOptions](https://angular.dev/reference/configs /angular-compiler-options).' ,
580580 openTsConfig ,
581581 doNotPromptAgain ,
582582 ) ;
You can’t perform that action at this time.
0 commit comments