We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83c909 commit 058e781Copy full SHA for 058e781
lib/vscode/src/vs/server/node/channel.ts
@@ -733,7 +733,7 @@ export class TerminalProviderChannel implements IServerChannel<RemoteAgentConnec
733
// longer undefined.
734
const resolvedShellLaunchConfig = {
735
...shellLaunchConfig,
736
- ...getDefaultShellAndArgs(),
+ ...(await getDefaultShellAndArgs()),
737
cwd: getInitialCwd(),
738
};
739
0 commit comments