提交 18d8a43f 编写于 作者: D Daniel Imms

Remove initial col and row as it's immediately overridden

上级 18d11591
......@@ -55,8 +55,6 @@ export class TerminalPanel extends Panel {
this.parentDomElement.innerHTML = '';
this.ptyProcess = fork(this.getShell(), [], {
name: fs.existsSync('/usr/share/terminfo/x/xterm-256color') ? 'xterm-256color' : 'xterm',
cols: 80,
rows: 6,
cwd: this.contextService.getWorkspace() ? this.contextService.getWorkspace().resource.fsPath : process.env.HOME
});
this.terminalDomElement = document.createElement('div');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册