mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Initial terminal welcome support
This commit is contained in:
@@ -39,7 +39,7 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
|
||||
@IExtHostDocumentsAndEditors private _extHostDocumentsAndEditors: ExtHostDocumentsAndEditors,
|
||||
@ILogService private _logService: ILogService
|
||||
) {
|
||||
super(extHostRpc);
|
||||
super(true, extHostRpc);
|
||||
this._updateLastActiveWorkspace();
|
||||
this._updateVariableResolver();
|
||||
this._registerListeners();
|
||||
|
||||
Reference in New Issue
Block a user