Skip to content

Commit

Permalink
rendererType -> gpuAcceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Mar 30, 2021
1 parent e09adb2 commit 9fd5f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 9fd5f25

Please sign in to comment.