13583 rename runnable env to runnables extra env

This commit is contained in:
Mohsen Alizadeh 2023-06-25 17:26:04 -07:00
parent 4a2ceeff0f
commit 6c3e15aaa0
5 changed files with 8 additions and 8 deletions

View file

@ -118,7 +118,7 @@ async function getDebugConfiguration(
return path.normalize(p).replace(wsFolder, "${workspaceFolder" + workspaceQualifier + "}");
}
const env = prepareEnv(runnable, ctx.config.runnableEnv);
const env = prepareEnv(runnable, ctx.config.runnablesExtraEnv);
const executable = await getDebugExecutable(runnable, env);
let sourceFileMap = debugOptions.sourceFileMap;
if (sourceFileMap === "auto") {