-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Proxy settings are not utilized #10206
Copy link
Copy link
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Todo
Error Details
Error Output
Additional Context
I set proxy in VS Code settings/application/proxy and in ~/.continue/config.yaml (above) to http://proxy.mycompany.com:80, but continue VS Code plugin started to ignore this starting last month.
I can see in wireshark that the traffic is attempting to go to bedrock endpoint directly without invoking mycompany proxy. I do not have NO_PROXY configured.
VS Code used to work with proxy. Pycharm never seemed to work with proxy.
When I'm off secure network, both IDEs work fine, although they maybe should not since proxy settings are still in effect.