Disable workspace trust for tests to fix build (#2870)

This commit is contained in:
Eric Jizba 2021-07-09 12:15:38 -07:00 коммит произвёл GitHub
Родитель 15e9aacb95
Коммит f84df319eb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -12,7 +12,8 @@ async function main(): Promise<void> {
await runTests({
extensionDevelopmentPath: repoRoot,
launchArgs: [
path.resolve(repoRoot, 'test', 'test.code-workspace')
path.resolve(repoRoot, 'test', 'test.code-workspace'),
'--disable-workspace-trust'
],
extensionTestsPath: path.resolve(repoRoot, 'dist', 'test', 'index'),
extensionTestsEnv: {