mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
eng: fix extension test runner on windows (#195600)
This commit is contained in:
@@ -57,7 +57,7 @@ module.exports = defineConfig(extensions.map(extension => {
|
||||
if (!config.platform || config.platform === 'desktop') {
|
||||
config.launchArgs = defaultLaunchArgs;
|
||||
config.useInstallation = {
|
||||
fromPath: process.env.INTEGRATION_TEST_ELECTRON_PATH || `${__dirname}/scripts/code.${process.platform === 'win32' ? 'cmd' : 'sh'}`,
|
||||
fromPath: process.env.INTEGRATION_TEST_ELECTRON_PATH || `${__dirname}/scripts/code.${process.platform === 'win32' ? 'bat' : 'sh'}`,
|
||||
};
|
||||
config.env = {
|
||||
...config.env,
|
||||
|
||||
Reference in New Issue
Block a user