I'm developing a Web API with .NET Core in macOS with deployment to Linux. I have absolutely no interest in using the browser. However, when building and running from Visual Studio Code (Debug or not), the browser launches every time.
I have to close the tab, remove the browser out of the way, go to Paw, where I actually test the API, then go back to VS Code.
It's really annoying doing this every time.
Isn't there some configuration to disable browser launch?
Thanks
