-
Notifications
You must be signed in to change notification settings - Fork 25.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(language-service): Allow language service diagnostics to be ignored #57675
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
70caeb7
to
ebcbd4b
Compare
…ignored Add a check to the language service that ignores specified diagnostic codes. This will be useful in g3. The codes to ignore are exposed as part of the PluginConfig. Fixes github.com/angular/vscode-ng-language-service/issues/1243
ebcbd4b
to
b51d7cf
Compare
Caretaker: g3 is good to go |
This PR was merged into the repository by commit f063a75. The changes were merged into the following branches: main |
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes angular#1243
Allow the language service plugin to pass diagnostic codes that should be ignored via the PluginConfig. This change corresponds to PR angular/angular#57675. Fixes #1243
…ignored (angular#57675) Add a check to the language service that ignores specified diagnostic codes. This will be useful in g3. The codes to ignore are exposed as part of the PluginConfig. Fixes github.com/angular/vscode-ng-language-service/issues/1243 PR Close angular#57675
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. |
Add a check to the language service that ignores specified diagnostic codes.
This can be patched in g3 as needed, to ignore codes that are not relevant for g3 (or otherwise not compatible).