提交 134a0261 编写于 作者: R Rob Lourens

Also set documentListener to null after dispose - #19872

上级 04266274
......@@ -154,6 +154,7 @@ export default class PHPValidationProvider {
}
if (this.documentListener) {
this.documentListener.dispose();
this.documentListener = null;
}
this.diagnosticCollection.clear();
if (this.validationEnabled) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册