Live Edit not live editing
I have the extension active and the yellow bar showing in Chrome.
In Rider I have all the boxes ticked in the Build, Execution, Deployment > Debugger > Live Edit.
In the Run/Debug configuration I have After launch (Chrome) ticked and the with JavaScript debugger ticked.
I'm working on a Razor page.
Should Live Edit be working here?
Please sign in to leave a comment.
OK, just tried it with a plain old HTML file and it worked fine, I guess it only works for HTML?
It doesn't work with Razor for me as well. In my case I don't see any yellow bar in chrome, can someone please point to a page that explains how to configure live update for ASP.net core 2 project. I change the cshtml files and the browser doesn't show the update.