提交 dbc55fec 编写于 作者: D Daniel Imms

Revert "Use dynamic import for WindowsShellHelper"

This reverts commit 665b0d00.
上级 9de97309
......@@ -163,9 +163,7 @@ export class TerminalInstance implements ITerminalInstance {
if (platform.isWindows) {
this._processReady.then(() => {
if (!this._isDisposed) {
import('vs/workbench/parts/terminal/electron-browser/windowsShellHelper').then((module) => {
this._windowsShellHelper = new module.WindowsShellHelper(this._processId, this._shellLaunchConfig.executable, this, this._xterm);
});
this._windowsShellHelper = new WindowsShellHelper(this._processId, this._shellLaunchConfig.executable, this, this._xterm);
}
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册