未验证 提交 0bff53be 编写于 作者: B Benjamin Pasero 提交者: GitHub

proxy authentication does not work on 1.49 (#106434) (#106490)

上级 e790b931
......@@ -92,9 +92,9 @@ export class ProxyAuthHandler extends Disposable {
if (channel === 'vscode:proxyAuthResponse') {
const { username, password } = credentials;
cb(username, password);
win.removeListener('close', onWindowClose);
win.close();
}
win.removeListener('close', onWindowClose);
win.close();
});
win.loadURL(url);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册