diff --git a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts index e44097eb63..b7996e9c07 100644 --- a/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts +++ b/src/scaffolding/wizard/netCore/NetCoreGatherInformationStep.ts @@ -93,6 +93,12 @@ export class NetCoreGatherInformationStep extends GatherInformationStep vscode.commands.executeCommand('extension.open', cSharpExtensionId), + } + ]; throw err; }