mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Pass environment from settings to console process.
This commit is contained in:
@@ -1185,6 +1185,7 @@ public class PydevConsoleRunner extends AbstractConsoleRunnerWithHistory<PythonC
|
||||
myWorkingDir = workingDir;
|
||||
mySdk = sdk;
|
||||
myEnvironmentVariables = envs;
|
||||
myEnvironmentVariables.putAll(consoleSettings.getEnvs());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user