From 35554a4f0d39a8ae0f115257914c097a8a3b9ad4 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Thu, 10 Feb 2022 09:58:09 -0500 Subject: [PATCH] added comment Signed-off-by: Jim Ehrismann --- .../shell-session/local-shell-session/local-shell-session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/shell-session/local-shell-session/local-shell-session.ts b/src/main/shell-session/local-shell-session/local-shell-session.ts index dd70aa0d24..301600bd71 100644 --- a/src/main/shell-session/local-shell-session/local-shell-session.ts +++ b/src/main/shell-session/local-shell-session/local-shell-session.ts @@ -30,6 +30,7 @@ export class LocalShellSession extends ShellSession { public async open() { let env = await this.getCachedShellEnv(); + // extensions can modify the env env = this.shellEnvModify(this.cluster.id, env); const shell = env.PTYSHELL;