Hello, guys. Microsoft Learn website says that vs code has a way to see code changes to your app, while its running:
Launching the app without debugging by selecting Ctrl+F5 allows you to:
* Make code changes.
* Save the file.
* Quickly refresh the browser and see the code changes.
But it is not working for me for some reason. I know it won't show logic changes, but it does not show even simple html changes, like new paragraph, style changes, etc. Any thoughts?