Hook up new method

This commit is contained in:
Daniel Imms
2019-06-12 16:35:29 -07:00
parent 86aa7aef36
commit e3609a9576
3 changed files with 5 additions and 5 deletions

View File

@@ -503,7 +503,7 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
terminalConfig.get<boolean>('setLocaleVariables', false),
// Always inherit the environment as we need to be running in a login shell, this may
// change when macOS servers are supported
true
process.env as platform.IProcessEnvironment
);
// Fork the process and listen for messages