We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd1d2e commit 2d5bd74Copy full SHA for 2d5bd74
plugins/plugin-codeflare/src/controller/respawn.ts
@@ -32,6 +32,7 @@ export default function respawnCommand(cmdline: string | string[]) {
32
ELECTRON_RUN_AS_NODE: "true",
33
GUIDEBOOK_STORE: process.env.GUIDEBOOK_STORE || "",
34
DEBUG: process.env.DEBUG || "",
35
+ HOME: process.env.HOME || "",
36
PATH: process.env.PATH || "",
37
KUBECONFIG: process.env.KUBECONFIG || "",
38
},
0 commit comments