提交 af821e29 编写于 作者: C Christof Marti

Log proxy resolution (#60773)

上级 fcf38837
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册