mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
proxy authentication does not work on 1.49 (#106434)
This commit is contained in:
@@ -93,9 +93,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user