Use TerminalRenderer.show over deprecated .terminal

Part of Microsoft/vscode#67923
This commit is contained in:
Daniel Imms
2019-03-05 08:53:28 -08:00
parent cb4ff96ff9
commit 8704bfd675

View File

@ -160,7 +160,7 @@ export function activate(context: vscode.ExtensionContext) {
line += data;
shell.write(data);
});
shell.terminal.show();
shell.show();
}));
context.subscriptions.push(vscode.commands.registerCommand('terminalTest.maximumDimensions', () => {
renderer.maximumDimensions.then(dimensions => {