Await newly promisified func
This commit is contained in:
parent
a83c909b16
commit
058e781b3f
@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
|
|||||||
// longer undefined.
|
// longer undefined.
|
||||||
const resolvedShellLaunchConfig = {
|
const resolvedShellLaunchConfig = {
|
||||||
...shellLaunchConfig,
|
...shellLaunchConfig,
|
||||||
...getDefaultShellAndArgs(),
|
...(await getDefaultShellAndArgs()),
|
||||||
cwd: getInitialCwd(),
|
cwd: getInitialCwd(),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user