Skip to content

Commit 3b6372a

Browse files
GordonSmithCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 62835b9 commit 3b6372a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ export function activate(context: vscode.ExtensionContext) {
407407
if (!saveUri) {
408408
return;
409409
}
410-
411410
// Extract using embedded wasm-utils (no external CLI dependency)
412411
const bytes = await vscode.workspace.fs.readFile(targetUri);
413412
const fileMap = await extractCoreWasmFromComponent(bytes);

0 commit comments

Comments
 (0)