You can return to the old behavior
Debugging> Options> Debugging> General> (uncheck) Enable JavaScript debugging for ASP.Net (Chrome and IE).
Is there a way to start a web API project from Visual Studio 2017 and run Chrome with extensions?
Yes, but it only works for one project, which means you need to reinstall the extensions when starting a new project. I tried syncing in Chrome (not working).
In my opinion, there is something to do with the profile of the Chrome remote debugging protocol. Hopefully someone knows that Chrome can provide a final solution for this.
you can find out more here: remote debugging protocol
There is a way that you do not need to change anything. But it is annoying.
Because Visual Studio 2017 uses the Chrome instance for debug mode when you press F5, you can leave this instance of the debug mode open with the remote debugging protocol and use the default Chrome instance with full extensions. Just copy and paste the link into your favorite instance of Chrome.
Cheer! hope this helps.
source share