mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user