Skip to content

[GitlabService] Respect VSCode http.proxy setting

Currently the extension doesn't work in environments where it's required to use a proxy to access Gitlab. This change fixes this problem by reading http.proxy configuration and pass it to request function in Gitlab Service's fetch.

Merge request reports