Archived
1
0

Await newly promisified func

This commit is contained in:
Asher
2021-03-01 16:39:57 -06:00
parent a83c909b16
commit 058e781b3f

View File

@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
// longer undefined.
const resolvedShellLaunchConfig = {
...shellLaunchConfig,
...getDefaultShellAndArgs(),
...(await getDefaultShellAndArgs()),
cwd: getInitialCwd(),
};