microsoft / microsoft/vscode-pull-request-github
Add support for reading http.proxy setting
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.6k
- Forks
- 795
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 46
Description
I found this plugin not reading the global configuration http.proxy, so I was unable to use this plugin when I'm inside the company, cuz the network in the company does not allow direct connection to the external network, it requires a proxy, so I suggest reading the global setting: http.proxy
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the extension code that reads VS Code settings and makes outbound HTTP requests, then trace how proxy configuration is handled. Done when the global http.proxy setting is honored for the plugin's requests and the behavior is covered by an appropriate regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100