From 4083925e6d96a52a55eddc8dd8070c42574dc3e0 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Sun, 16 Jul 2023 00:52:30 +0800 Subject: [PATCH] #fix soc.core --- src/monitor/event.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();