You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow task generation for build and debug to happen.
Expected behavior
Should also have support for dotnet publish and dotnet watch. (We'll need to decide what verb to watch depending on project type.
Actual behavior
No publish/watch support.
Related
Related to 🔗 2043, but that seems to be about restarting debugging sessions, but regardless of debugging, dotnet watch run or dotnet watch test support would be great.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
dotnet new console
Expected behavior
Should also have support for
dotnet publish
anddotnet watch
. (We'll need to decide what verb to watch depending on project type.Actual behavior
No publish/watch support.
Related
Related to 🔗 2043, but that seems to be about restarting debugging sessions, but regardless of debugging,
dotnet watch run
ordotnet watch test
support would be great.The text was updated successfully, but these errors were encountered: