Skip to content

Commit af821e2

Browse files
committed
Log proxy resolution (microsoft#60773)
1 parent fcf3883 commit af821e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/workbench/node/proxyResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function createProxyAgent(
6060
extHostWorkspace.resolveProxy(url)
6161
.then(proxy => {
6262
callback(proxy);
63+
extHostLogService.info('ProxyResolver#resolveProxy', url, proxy);
6364
}).then(() => {
6465
count++;
6566
duration = Date.now() - start + duration;

0 commit comments

Comments
 (0)