Skip to content

Commit

Permalink
Merge pull request #23 from Microsoft/dev/f5error
Browse files Browse the repository at this point in the history
Show task output when F5'ing, fixes #16
  • Loading branch information
StephenWeatherford authored Oct 19, 2017
2 parents 481c9b3 + b167fc1 commit 647232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const tasksJson: {} = {
command: 'func host start',
isBackground: true,
presentation: {
reveal: 'silent'
reveal: 'always'
},
problemMatcher: [
{
Expand Down

0 comments on commit 647232f

Please sign in to comment.