Fix bug with Insiders updating.

This commit is contained in:
Sean McManus
2018-12-14 18:39:36 -08:00
parent 8dc8b3bc37
commit 968e0d2aae
+1 -1
View File
@@ -242,7 +242,7 @@ async function installVsix(vsixLocation: string, updateChannel: string): Promise
let cmdFile: string; // Windows VS Code Insiders/Exploration breaks VS Code naming conventions
if (vsCodeBinName === 'Code - Insiders.exe') {
cmdFile = 'code-insiders.cmd';
} if (vsCodeBinName === 'Code - Exploration.exe') {
} else if (vsCodeBinName === 'Code - Exploration.exe') {
cmdFile = 'code-exploration.cmd';
} else {
cmdFile = 'code.cmd';