mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Fix env vars being overwritten in ext unit test script (#19574)
This commit is contained in:
@@ -80,6 +80,7 @@ for (const ext of argv.extensions) {
|
|||||||
console.log(execSync(command, { stdio: 'inherit'}));
|
console.log(execSync(command, { stdio: 'inherit'}));
|
||||||
} else {
|
} else {
|
||||||
const env = {
|
const env = {
|
||||||
|
...process.env,
|
||||||
VSCODE_CLI: 1,
|
VSCODE_CLI: 1,
|
||||||
ELECTRON_ENABLE_STACK_DUMPING: 1,
|
ELECTRON_ENABLE_STACK_DUMPING: 1,
|
||||||
ELECTRON_ENABLE_LOGGING: 1
|
ELECTRON_ENABLE_LOGGING: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user