Skip to content

Commit

Permalink
Log proxy resolution (#60773)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Nov 21, 2018
1 parent fcf3883 commit af821e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/workbench/node/proxyResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function createProxyAgent(
extHostWorkspace.resolveProxy(url)
.then(proxy => {
callback(proxy);
extHostLogService.info('ProxyResolver#resolveProxy', url, proxy);
}).then(() => {
count++;
duration = Date.now() - start + duration;
Expand Down

0 comments on commit af821e2

Please sign in to comment.