From 6841c52357dc2141f98a1ffee391fe5708c2876c Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Fri, 12 Feb 2021 15:20:17 -0800 Subject: [PATCH] Try conpty in integration tests --- .../vscode-api-tests/src/singlefolder-tests/terminal.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts index 71f1008dff7..48615e433f6 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/terminal.test.ts @@ -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