mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
rendererType -> gpuAcceleration
This commit is contained in:
@@ -23,7 +23,7 @@ import { assertNoRpc } from '../utils';
|
||||
// Disable exit alerts as tests may trigger then and we're not testing the notifications
|
||||
await config.update('showExitAlert', false, ConfigurationTarget.Global);
|
||||
// Canvas may cause problems when running in a container
|
||||
await config.update('rendererType', 'off', ConfigurationTarget.Global);
|
||||
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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user