We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f62851 commit 5f20f63Copy full SHA for 5f20f63
src/session.ts
@@ -623,6 +623,7 @@ export class SessionManager implements Middleware {
623
enableProfileLoading: this.sessionSettings.enableProfileLoading,
624
initialWorkingDirectory: await validateCwdSetting(this.logger),
625
shellIntegrationEnabled: vscode.workspace.getConfiguration("terminal.integrated.shellIntegration").get<boolean>("enabled"),
626
+ clientExePath: process.argv0,
627
},
628
errorHandler: {
629
// Override the default error handler to prevent it from
0 commit comments