Support dotnet watch in launchSettings.json #1067
Comments
To report new issues, use the Report a Problem tool. The GitHub Issue Tracker for the aspnet/Tooling repo is now deprecated in favor of the Report a Problem tool. If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks. See here for more details. |
Adding @BillHiebert, @abpiskunov and @balachir as FYI. |
Posted to the 'Report a Problem' tool with the same title as this issue. |
@RehanSaeed to address your question in the previous thread:
You can use |
I used to be able to use
dotnet watch
in Visual Studio by adding the following section tolaunchSettings.json
and starting the project without debugging using CTRL + F5.This used to work in ASP.NET Core 1.1 but no longer does. According to aspnet/DotNetTools#404 the new format for ASP.NET Core 2.0 is:
The problem with this is the hard coded
executablePath
which is Windows specific and theworkingDirectory
which is specific to wherever I did a Git clone on my local machine.The text was updated successfully, but these errors were encountered: