mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
added comment
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
ee868910b2
commit
35554a4f0d
@ -30,6 +30,7 @@ export class LocalShellSession extends ShellSession {
|
|||||||
public async open() {
|
public async open() {
|
||||||
let env = await this.getCachedShellEnv();
|
let env = await this.getCachedShellEnv();
|
||||||
|
|
||||||
|
// extensions can modify the env
|
||||||
env = this.shellEnvModify(this.cluster.id, env);
|
env = this.shellEnvModify(this.cluster.id, env);
|
||||||
|
|
||||||
const shell = env.PTYSHELL;
|
const shell = env.PTYSHELL;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user