mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 17:23:02 -05:00
Disable telemetry on web smoke (#11858)
* disable telemtry on web smoke * add true
This commit is contained in:
@@ -114,7 +114,7 @@ export async function launch(userDataDir: string, _workspacePath: string, codeSe
|
||||
}
|
||||
server = spawn(
|
||||
serverLocation,
|
||||
['--browser', 'none', '--driver', 'web', '--extensions-dir', extPath],
|
||||
['--browser', 'none', '--driver', 'web', '--extensions-dir', extPath, '--disable-telemetry', 'true'], // {{SQL CARBON EDIT}} disable telemetry
|
||||
{ env }
|
||||
);
|
||||
server.stderr?.on('data', error => console.log(`Server stderr: ${error}`));
|
||||
|
||||
Reference in New Issue
Block a user