-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding publish task description by default for initial assets #2903
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2903 +/- ##
=======================================
Coverage 89.87% 89.87%
=======================================
Files 59 59
Lines 1581 1581
Branches 89 89
=======================================
Hits 1421 1421
Misses 149 149
Partials 11 11
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2903 +/- ##
=======================================
Coverage 89.81% 89.81%
=======================================
Files 59 59
Lines 1581 1581
Branches 89 89
=======================================
Hits 1420 1420
Misses 149 149
Partials 12 12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@timheuer What's the user experience like with the watch command you added? I'm wondering how VSCode handles tasks where the command doesn't terminate. Is there a way for you to kill it yourself? |
@rchande this launches a terminal command and will ‘wait’ with the ability to terminate (it outputs the message to terminate) with a CTRL+C |
@timheuer Cool, thanks. |
This is part of the step to resolve #2874 which adds publish to the default assets created. This is needed to support things like appService.preDeployTask integration more seemlessly for .NET developers.