diff --git a/src/monitor/event.ts b/src/monitor/event.ts index 52ab863..001909a 100644 --- a/src/monitor/event.ts +++ b/src/monitor/event.ts @@ -218,8 +218,7 @@ class PpyAction extends BaseAction { } else { // update hdl monitor - const options: vscode.ProgressOptions = { location: vscode.ProgressLocation.Notification, title: 'modify the project' }; - await vscode.window.withProgress(options, async () => await this.refreshHdlMonitor(m, originalHdlFiles)); + await this.refreshHdlMonitor(m, originalHdlFiles); } refreshArchTree();