Inject last active workspace

This commit is contained in:
Daniel Imms
2021-04-15 07:30:05 -07:00
parent b27d796dfc
commit 9a0441e9cb
3 changed files with 22 additions and 10 deletions

View File

@@ -103,7 +103,6 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
.inspect<string | string[]>(key.substr(key.lastIndexOf('.') + 1));
return this._apiInspectConfigToPlain<string | string[]>(setting);
};
resolveDefaultProfile
return terminalEnvironment.getDefaultShellArgs(fetchSetting, this._isWorkspaceShellAllowed, useAutomationShell, terminalEnvironment.createVariableResolver(this._lastActiveWorkspace, this._variableResolver), this._logService);
}