Robo

Results 334 comments of Robo

Sorry for the delay here, please check if the issue still happens with latest insiders https://code.visualstudio.com/insiders and if it does capture the trace using the steps below, 1) Closing all...

Thanks, But doesnt seem to fix the problem. Any suggestions ?

@chrmarti yes that is the intended behavior of modal dialogs. @movy doesn't the tabs auto focus when the dialogs are prompted ? Is the request to allow using other tabs...

Updating to 18.18.2 will happen as part of https://github.com/microsoft/vscode/pull/203956

Insiders is based on 18.18.2 and next stable release 1.88 will contain the version.

This requires a documentation fix, due to the async nature of the fullscreen API on macOS applications should wait till [enter-full-screen](https://github.com/electron/electron/blob/main/docs/api/browser-window.md#event-enter-full-screen) event to get right value for `BrowserWindow.isFullScreen()` API

Thanks for confirming the issue, this is same as https://bugs.chromium.org/p/chromium/issues/detail?id=1338572. Electron should allow the window to be maximized if the window is not already maximized when changing to tablet mode.

@rzhao271 the original issue is about maximize button not working when entering touch mode which has been addressed. As for aligning the restore behavior either with edge or chrome should...

The issue happens depending on the number of files involved with conflicts, issue didn't repro with single file conflict. I have a reliable repro using the PR at https://github.com/electron/electron/pull/28274. Let...