fix:取消插件加载提示

This commit is contained in:
microud 2020-01-06 20:42:27 +08:00
parent b85ac3d83c
commit f878bc839d

View File

@ -56,7 +56,7 @@ export class AnyRule {
}, '.');
this.context.subscriptions.push(this.disposable);
window.showInformationMessage('AnyRule加载成功');
// window.showInformationMessage('AnyRule加载成功');
}
public reload() {