Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the debugger packages to the 03-03-2017 build
Browse files Browse the repository at this point in the history
This updates the debugger packages to the latest build. This includes the external console work, and which I hope is the fix for:

dotnet#1274
gregg-miskelly committed Mar 4, 2017
1 parent 09e14ce commit aabe9fb
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -696,6 +696,11 @@
"type": "boolean",
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
"default": false
},
"browserStdOut": {
"type": "boolean",
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
"default": true
}
}
},
@@ -939,6 +944,11 @@
"type": "boolean",
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
"default": false
},
"browserStdOut": {
"type": "boolean",
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
"default": true
}
}
},
5 changes: 5 additions & 0 deletions src/tools/OptionsSchema.json
Original file line number Diff line number Diff line change
@@ -138,6 +138,11 @@
"type": "boolean",
"description": "Optional flag to determine whether diagnostic engine logs should be logged to the output window.",
"default": false
},
"browserStdOut": {
"type": "boolean",
"description": "Optional flag to determine if stdout text from the launching the web browser should be logged to the output window.",
"default": true
}
}
},

0 comments on commit aabe9fb

Please sign in to comment.