From 29c5b3bbda4556f3a6c0f4bd98bb653c0c00656d Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Mon, 22 May 2017 16:08:39 +0200 Subject: [PATCH] Changed executable name. --- test/smoke/scripts/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/scripts/run.ps1 b/test/smoke/scripts/run.ps1 index 23da3827cbe..a2b8c047113 100644 --- a/test/smoke/scripts/run.ps1 +++ b/test/smoke/scripts/run.ps1 @@ -24,7 +24,7 @@ if (-Not (Test-Path node_modules)) { } # Configure environment variables -$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch\Code - OSS.exe" +$env:VSCODE_LATEST_PATH = "$Root\VSCode-win32-$arch\Code - Insiders.exe" # $env:VSCODE_STABLE_PATH = $stable $env:SMOKETEST_REPO = "..\vscode-smoketest-express"