diff --git a/src/toolwrapper/devchat.ts b/src/toolwrapper/devchat.ts index e84a98e..e1913ba 100644 --- a/src/toolwrapper/devchat.ts +++ b/src/toolwrapper/devchat.ts @@ -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. };