#fix soc.core

This commit is contained in:
锦恢 2023-07-16 00:52:30 +08:00
parent 5f8a573a9b
commit 4083925e6d

View File

@ -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();