Skip to content

Commit 058e781

Browse files
committed
Await newly promisified func
1 parent a83c909 commit 058e781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/src/vs/server/node/channel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
733733
// longer undefined.
734734
const resolvedShellLaunchConfig = {
735735
...shellLaunchConfig,
736-
...getDefaultShellAndArgs(),
736+
...(await getDefaultShellAndArgs()),
737737
cwd: getInitialCwd(),
738738
};
739739

0 commit comments

Comments
 (0)