nxp-mcuxpresso / vscode-for-mcux

Support for NXP Visual Studio Code for MCUXpresso Extension project.
13 stars 0 forks source link

Plugin: global proxy settings is not effective #6

Open imi415 opened 11 months ago

imi415 commented 11 months ago

It seems global proxy settings

    "http.proxy": "http://host:port/",

has no effect on MCUXpresso plugin, and the proxy environment variables are not passed to 3rd party tools such as west.

cristitep-nxp commented 11 months ago

It is expected that the environment variables are passed to the child processes (west) by VS Code. Please try a VS Code restart in case you added/edited a variable after you started VS Code. Let us know if the problem is solved by this.

nxp-yilin commented 5 months ago

Hi @cristitep-nxp , We are still unable to get proxy setting work either by setting system proxy server or http.proxy configuration. Could you please take a look at this issue again? It seems git and west operations are both affected.