mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:43:07 +00:00
Also set documentListener to null after dispose - #19872
This commit is contained in:
parent
042662748e
commit
134a02610a
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ export default class PHPValidationProvider {
|
|||
}
|
||||
if (this.documentListener) {
|
||||
this.documentListener.dispose();
|
||||
this.documentListener = null;
|
||||
}
|
||||
this.diagnosticCollection.clear();
|
||||
if (this.validationEnabled) {
|
||||
|
|
Loading…
Reference in a new issue