#fix soc.core
This commit is contained in:
parent
5f8a573a9b
commit
4083925e6d
@ -218,8 +218,7 @@ class PpyAction extends BaseAction {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
// update hdl monitor
|
// update hdl monitor
|
||||||
const options: vscode.ProgressOptions = { location: vscode.ProgressLocation.Notification, title: 'modify the project' };
|
await this.refreshHdlMonitor(m, originalHdlFiles);
|
||||||
await vscode.window.withProgress(options, async () => await this.refreshHdlMonitor(m, originalHdlFiles));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
refreshArchTree();
|
refreshArchTree();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user