Skip to content

Commit

Permalink
fix: do not dispose factory when finish starting the VM
Browse files Browse the repository at this point in the history
Signed-off-by: lstocchi <[email protected]>
  • Loading branch information
lstocchi committed Jul 25, 2024
1 parent b07bba2 commit 23e9a07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ async function createCrcVm(
addCommands(telemetryLogger);
presetChanged(provider, extensionContext, telemetryLogger);
}

if (connectionFactoryDisposable) {
connectionFactoryDisposable.dispose();
}
}

async function initializeCrc(
Expand Down

0 comments on commit 23e9a07

Please sign in to comment.