Skip to content

Conversation

@WardenGnaw
Copy link
Contributor

Requiring pipeProgram and debuggerPath to PipeTransport.
Removing trace and trace response as they have been merged into engine
logging.

This replaces: #1171 #1207

@gregg-miskelly

Requiring pipeProgram and debuggerPath to PipeTransport.
Removing trace and trace response as they have been merged into engine
logging.
package.json Outdated
"description": "When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the .NET Core debugger backend executable (clrdbg).",
"type": "object",
"required": [
"pipeProgram",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"pipeProgram", [](start = 18, length = 14)

We might want to leave pipeProgram optional since it is possible to specify it for each OS rather than using a common one on all OSs

},
"PipeTransport": {
"type": "object",
"required": ["pipeProgram", "debuggerPath"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pipeProgram [](start = 26, length = 11)

I guess my comment really belongs here.

Copy link
Contributor

@gregg-miskelly gregg-miskelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM

@gregg-miskelly gregg-miskelly merged commit c57e7e9 into dotnet:master Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants