feat(language-service): Add diagnostics to suggest turning on strictTemplates#40423
feat(language-service): Add diagnostics to suggest turning on strictTemplates#40423kyliau wants to merge 1 commit intoangular:masterfrom
Conversation
9696074 to
4ffd0c5
Compare
f76888e to
658b730
Compare
658b730 to
a3ca10b
Compare
1d52c8e to
c6d8eac
Compare
c6d8eac to
eb1fae9
Compare
atscott
left a comment
There was a problem hiding this comment.
reviewed-for: public-api
eb1fae9 to
207f43e
Compare
AndrewKushnir
left a comment
There was a problem hiding this comment.
Reviewed-for: public-api
zarend
left a comment
There was a problem hiding this comment.
👍
I did some bike-shedding on the exact copy of the diagnostic, but that's not a blocker for me :).
207f43e to
ec0d416
Compare
petebacondarwin
left a comment
There was a problem hiding this comment.
Reviewed-for: public-api
3e70028 to
1db787e
Compare
…mode This PR adds a way for the language server to retrieve compiler options diagnostics via `languageService.getCompilerOptionsDiagnostics()`. This will be used by the language server to show a prompt in the editor if users don't have `strict` or `fullTemplateTypeCheck` turned on. Ref angular/vscode-ng-language-service#1053
1db787e to
2f0eff5
Compare
|
@kyliau This PR has conflicts with the |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This PR creates a way for the language server to retrieve compiler options
diagnostics via
languageService.getCompilerOptionsDiagnostics().This will be used by the language server to show a prompt in the editor if
users don't have
strictTemplatesorfullTemplateTypeCheckturned on.Ref angular/vscode-ng-language-service#1053
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information