Open
Description
Is your feature request related to a problem? Please describe.
When working with this extension behind an enterprise proxy, git operations for Alexa's hosted skills will fail.
Describe the solution you'd like
The ideal solution would be for the extension to keep in consideration VSCode proxy settings when generating the git-credential-helper scripts that are saved in %USERPROFILE%\.ask\scripts
Describe alternatives you've considered
I have bypassed the issue by altering every curl call in the scripts adding -x "proxy:port"
Activity