We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3e15a commit 3f70117Copy full SHA for 3f70117
editors/code/src/config.ts
@@ -225,7 +225,7 @@ export class Config {
225
}
226
227
get runnablesExtraEnv() {
228
- const item = this.get<any>("runnables.extraEnv");
+ const item = this.get<any>("runnables.extraEnv") ?? this.get<any>("runnableEnv");
229
if (!item) return item;
230
const fixRecord = (r: Record<string, any>) => {
231
for (const key in r) {
0 commit comments