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
Enable window.experimental.sharedProcessUseUtilityProcess setting and restart to run the shared process in a utility process (and not in a hidden browser window). Verify the shared process runs as utility process via the process explorer. Hovering over shared-process you should see the kind being utility:
Do exploratory smoke testing of functionality that runs through the shared process:
extension management (install, uninstall, update)
you get extensions recommended in workspaces that configure it (e.g. vscode repo)
language packs can install and language can be switched
settings sync works
you can open, use and close integrated terminals
Ensure there are no stray shared processes hanging around when you quit VS Code or kill it.
The text was updated successfully, but these errors were encountered:
Refs: #154050
Complexity: 4
Create Issue
Enable
window.experimental.sharedProcessUseUtilityProcess
setting and restart to run the shared process in a utility process (and not in a hidden browser window). Verify the shared process runs as utility process via the process explorer. Hovering overshared-process
you should see the kind beingutility
:Do exploratory smoke testing of functionality that runs through the shared process:
vscode
repo)Ensure there are no stray shared processes hanging around when you quit VS Code or kill it.
The text was updated successfully, but these errors were encountered: