OS: Win10 & Mac
Build Version: 20190924.1
.NET Core Version: 2.2.402
Regression: Not a Regression
Repro Steps:
- Create an empty folder and open it in VS Code.
- Create a new ASP.NET MVC app to the opened folder by "dotnet new mvc --no-https --name test1".
- Select "Yes" when asked whether add the required assets to build and debug or not.
- F1 --> Type and select "Docker: Add Docker Files to Workspace" --> ASP.NET Core -->Linux -->Port : 80.
- Go to the Debug tab --> Select the Docker launch profile --> Debug.
- Don't stop the debugging, go to File Explorer->Home, edit 'Privacy.cshtml'.
- Go to the opened web page and refresh the 'Privacy' page.
- Check whether the edit-refresh works well or not.
Expect:
Edit-refresh works well, the change is available.
Actual:
Edit-refresh doesn't work.
More Info:
This issue does not reproduce without Docker.