Skip to content

Commit 1c3864a

Browse files
committed
chore: ask for preset on initialize crc
previously the installation flow for crc will include the ask for preset popup, which would end up setting the preset on crc config, as now the installation process typically will end up on a reboot we need to ask / recommend the preset when the initialization button is shown after reboot Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
1 parent 80ae5e9 commit 1c3864a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ async function initializeCrc(
289289
telemetryLogger: extensionApi.TelemetryLogger,
290290
logger: extensionApi.Logger,
291291
): Promise<boolean> {
292-
const hasSetupFinished = await setUpCrc(logger, false);
292+
const hasSetupFinished = await setUpCrc(logger, true);
293293
if (hasSetupFinished) {
294294
await needSetup();
295295
await connectToCrc();

0 commit comments

Comments
 (0)