mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Disable workspace trust during tests
This commit is contained in:
@@ -140,6 +140,7 @@ export async function spawn(options: SpawnOptions): Promise<Code> {
|
||||
'--disable-updates',
|
||||
'--disable-keytar',
|
||||
'--disable-crash-reporter',
|
||||
'--disable-workspace-trust',
|
||||
`--extensions-dir=${options.extensionsPath}`,
|
||||
`--user-data-dir=${options.userDataDir}`,
|
||||
'--driver', handle
|
||||
|
||||
Reference in New Issue
Block a user