Try conpty in integration tests

This commit is contained in:
Daniel Imms 2021-02-12 15:20:17 -08:00
parent 0e3ec619b6
commit 6841c52357

View file

@ -19,8 +19,6 @@ import { assertNoRpc } from '../utils';
extensionContext = (global as any).testExtensionContext;
const config = workspace.getConfiguration('terminal.integrated');
// Disable conpty in integration tests because of https://github.com/microsoft/vscode/issues/76548
await config.update('windowsEnableConpty', false, ConfigurationTarget.Global);
// 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