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
The diagnostics produced by the tslint language server extension depend on the tslint configuration file tslint.json. When the user edits this file and adds/removes a rule, then plugin needs to be able to trigger a revalidation of the diagnostics. Diagnostics have a source property which is set to the originating plugin, only these diagnostics need to be recomputed.
The diagnostics produced by the tslint language server extension depend on the tslint configuration file
tslint.json. When the user edits this file and adds/removes a rule, then plugin needs to be able to trigger a revalidation of the diagnostics. Diagnostics have asourceproperty which is set to the originating plugin, only these diagnostics need to be recomputed.