This commit is contained in:
Elaheh Rashedi 2022-07-20 15:40:33 -07:00 коммит произвёл GitHub
Родитель 376f82f28b
Коммит b5b2f4faab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@ async function main() {
};
// Download VS Code, unzip it and run the integration test
await runTests({ launchArgs, extensionDevelopmentPath, extensionTestsPath, extensionTestsEnv });
await runTests({ version: '1.68.1', launchArgs, extensionDevelopmentPath, extensionTestsPath, extensionTestsEnv });
} catch (err) {
console.error(err);
console.error('Failed to run tests');