mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
tests - disable getting started in integration tests and smoke tests (#125808)
* tests - disable getting started in integration tests and smoke tests * --skip-getting-started => --skip-welcome Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
This commit is contained in:
@@ -135,6 +135,7 @@ export async function spawn(options: SpawnOptions): Promise<Code> {
|
||||
const args = [
|
||||
options.workspacePath,
|
||||
'--skip-release-notes',
|
||||
'--skip-welcome',
|
||||
'--disable-telemetry',
|
||||
'--no-cached-data',
|
||||
'--disable-updates',
|
||||
|
||||
Reference in New Issue
Block a user