We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df56446 commit 3e55156Copy full SHA for 3e55156
1 file changed
browser/model/cdk.js
@@ -57,6 +57,8 @@ class CDKInstall extends InstallableItem {
57
return Util.writeFile(path.join(os.tmpdir(), 'rd-devsuite-vswitch.ps1'), this.createHypervSwitch());
58
}).then(() => {
59
return installer.exec(`powershell -ExecutionPolicy Bypass -File ${path.join(os.tmpdir(), 'rd-devsuite-vswitch.ps1')}`);
60
+ }).catch(() => {
61
+ Logger.info(this.keyName + ' - Could not configure HYPERV_VIRTUAL_SWITCH env variable, please do it manually before starting minishift');
62
});
63
} else if (xh && xh.hasOption('detected')) {
64
driverName = 'xhyve';
0 commit comments