This commit is contained in:
Daniel Imms
2021-04-13 04:29:38 -07:00
parent 58faca759a
commit 89032503e3
7 changed files with 133 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ 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);
}