'Visual Studio 2022 / Angular standalone - Preserve browser context

Unlike an Angular .Net Core project, standalone Angular projects do not preserve the browser context between two debugging sessions. Is there a way to force Visual Studio to launch the browser in non-private browsing ?

I'm working on a front app that uses a browser extension. Private Browsing forces me to install/configure the extension every time I launch new debugging session



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source