This commit is contained in:
Megan Rogge
2022-04-20 15:32:36 -07:00
committed by GitHub
parent f291d53d74
commit 7e2fccd89a

View File

@@ -26,6 +26,7 @@ import { assertNoRpc, poll } from '../utils';
await config.update('gpuAcceleration', 'off', ConfigurationTarget.Global);
// Disable env var relaunch for tests to prevent terminals relaunching themselves
await config.update('environmentChangesRelaunch', false, ConfigurationTarget.Global);
await config.update('shellIntegration.enabled', false);
});
suite('Terminal', () => {