mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
debt - reduce electron.d.ts patching
This commit is contained in:
@@ -14,8 +14,8 @@ import { BrowserWindow, app } from 'electron';
|
||||
type LoginEvent = {
|
||||
event: Electron.Event;
|
||||
webContents: Electron.WebContents;
|
||||
req: Electron.LoginRequest;
|
||||
authInfo: Electron.LoginAuthInfo;
|
||||
req: Electron.Request;
|
||||
authInfo: Electron.AuthInfo;
|
||||
cb: (username: string, password: string) => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user