From d1276ea2e906dd9da21fb74bd9bc199dd2dede50 Mon Sep 17 00:00:00 2001 From: Kirigaya <1193466151@qq.com> Date: Thu, 2 Jan 2025 05:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=20netlist=20=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/function/dide-netlist/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/function/dide-netlist/index.ts b/src/function/dide-netlist/index.ts index 791a447..5d05994 100644 --- a/src/function/dide-netlist/index.ts +++ b/src/function/dide-netlist/index.ts @@ -71,12 +71,7 @@ class Netlist { console.log(opeParam.prjInfo.prjPath); if (!this.wasm) { - const wasm = await vscode.window.withProgress({ - location: vscode.ProgressLocation.Notification, - title: t('info.netlist.launch-netlist') - }, async () => { - return await this.loadWasm(); - }); + const wasm = await this.loadWasm(); this.wasm = wasm; }