You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We plan to promote Electron 16 in the February 2022 milestone for insiders and stable. This adoption also comes with new render process architecture and it would help to get additional exploratory self-hosting. The following tests cover some of the common UI bits that don't have smoke tests, but feel free to self-host on the nightly builds for rest of the iteration. You can download the nightly explorations builds from here for testing.
Ensure reload operation does not break application features. In this version, we have a change in architecture were workbench process will be reused across reloads instead of launching a new process.
In an active window instance of the application perform a reload either via Developer: Reload Window command or switch workspace in a window
Ensure the following works
Search from UI
Extension UI
Syntax highlighting
Searching a file via quick pick
Try to perform reload in many other scenarios as well and see if any of the above UI break.
Check out the electron-16.x.y branch locally and verify you can run out of sources, set a breakpoint and debug using Developer: Toggle Developer Tools
The text was updated successfully, but these errors were encountered:
Refs: #137241
Complexity: 4
Create Issue
We plan to promote Electron 16 in the February 2022 milestone for insiders and stable. This adoption also comes with new render process architecture and it would help to get additional exploratory self-hosting. The following tests cover some of the common UI bits that don't have smoke tests, but feel free to self-host on the nightly builds for rest of the iteration. You can download the nightly explorations builds from here for testing.
Testing:
macOS:
window.nativeTabs: true
)windows:
linux:
All OS:
Developer: Reload Window
command or switch workspace in a windowelectron-16.x.y
branch locally and verify you can run out of sources, set a breakpoint and debug usingDeveloper: Toggle Developer Tools
The text was updated successfully, but these errors were encountered: