This commit is contained in:
Megan Rogge 2022-04-20 15:32:36 -07:00 committed by GitHub
parent f291d53d74
commit 7e2fccd89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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', () => {