I have an ASP.NET application that uses grunt to generate static files in wwwroot. When launching application through Visual Studio 2022 (in any configuration), app interface does not appear. Browser shows generated html is empty and sources do not contain files.
If running project through Rider, then interface appears. Sources contain the css and js folders that grunt generates in wwwroot. And besides, in output can see Get-requests to these static files (these requests are not run from VS).
Reinstalling VS doesn't help, including resetting options.

