This commit is contained in:
Sandeep Somavarapu 2023-06-28 13:23:31 +02:00 committed by GitHub
parent 93b9d0a51a
commit 598e77bda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@ export class ElectronPtyHostStarter implements IPtyHostStarter {
type: 'ptyHost',
entryPoint: 'vs/platform/terminal/node/ptyHostMain',
execArgv,
args: ['--logsPath', this._environmentMainService.logsHome.fsPath],
env: this._createPtyHostConfiguration(lastPtyId)
});