Disable workspace trust for tests to fix build (#2870)
This commit is contained in:
Родитель
15e9aacb95
Коммит
f84df319eb
|
@ -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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче