add DEVCHAT_PROXY env for decvhat commands
This commit is contained in:
parent
7e4bc4913c
commit
dd4afea7ea
@ -212,6 +212,7 @@ class DevChat {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
"PYTHONPATH": UiUtilWrapper.extensionPath() + "/tools/site-packages",
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
"DEVCHAT_PROXY": DevChatConfig.getInstance().get('DEVCHAT_PROXY') || "",
|
||||
"MAMBA_BIN_PATH": getMicromambaUrl(), // TODO: important! jetbrains should set this value too.
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user