Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use VSCode proxy settings in git-credential-helper script #177

Open
DavideDelbiancoZucchetti opened this issue Apr 28, 2022 · 4 comments
Open

Comments

@DavideDelbiancoZucchetti
Copy link

DavideDelbiancoZucchetti commented Apr 28, 2022

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"

@CamdenFoucht
Copy link
Contributor

Hi @DavideDelbianco Thank you for the feature request. We will look into adding this into the extension.

@CamdenFoucht CamdenFoucht added enhancement New feature or request investigating labels Apr 28, 2022
@tydonelson
Copy link
Contributor

Hey @DavideDelbianco , thanks for your patience around this issue! I'm trying to get a better picture of your development environment, when you get a chance could you help me with some more context?

  • When you say VSCode proxy settings, where are you setting those and what exactly are you setting? I assume http.proxy in settings.json is a piece of the puzzle for you, but I want to make sure I'm not missing anything you're doing to get things working.
  • Are you running into this from "Download and edit skill" in Skills Management, or some other workflow?

Thanks for any information you can provide, we'd like to get this integrated!

@DavideDelbiancoZucchetti
Copy link
Author

DavideDelbiancoZucchetti commented Jul 19, 2022 via email

@tydonelson
Copy link
Contributor

Hey Davide, thanks for confirming. We're looking at our options here and hope to get it on the roadmap soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants