Skip to content

Conversation

@WardenGnaw
Copy link
Contributor

@WardenGnaw WardenGnaw commented Jan 18, 2017

Fix for #1130

To LaunchBrowserPlatformOptions.
The launch.json configuration is passed in via the args parameter.
There is no need to read the launch.json file and find the correct
configuration. The old method would only grab the first launch json name
that matched. This change allows duplicate launch names but still grabs
the correct pipeTransport.
Line splitting is dependant on program used. E.g. plink or ssh, so line
splitting for the processes given is handling both \r\n and just \n.

OhMyZsh fails with the current command. Fix is to add extra [] around
existing [].
If a user decides to launch the remoteProcessPicker and clicks outside
of the process picker window, it will try to attach to the process id
'null'. Adding in a new error message.
@gregg-miskelly
Copy link
Contributor

@pieandcakes FYI

@pieandcakes
Copy link
Contributor

:shipit:

@gregg-miskelly gregg-miskelly merged commit 84b3a3b into dotnet:master Jan 18, 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