Skip to content

Commit 4789e42

Browse files
committed
1 parent 2a1c377 commit 4789e42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/code/electron-main/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export class ProxyAuthHandler {
7979
const onWindowClose = () => cb('', '');
8080
win.on('close', onWindowClose);
8181

82+
win.setMenu(null);
8283
win.loadURL(url);
8384
win.webContents.executeJavaScript(javascript, true).then(({ username, password }: Credentials) => {
8485
cb(username, password);

0 commit comments

Comments
 (0)