Skip to content

A couple of debug adapter fixes #333

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

Merged
merged 2 commits into from
Jan 13, 2017
Merged

A couple of debug adapter fixes #333

merged 2 commits into from
Jan 13, 2017

Conversation

daviwil
Copy link
Contributor

@daviwil daviwil commented Jan 13, 2017

No description provided.

Previously we had been serializing "request_seq" as a string in our
reponses to VS Code's debug adapter client.  Very recently their code
changed such that our responses were no longer being handled correctly.
This is due to a change on their side which assumes that "request_seq"
will always be returned as an int.  This change corrects that in our debug
adapter message serialization.
This change improves how we access a remote runspace's InstanceID so that
we don't incorrectly identify remote process runspace attach events
because we've used the InstanceId from the local RemoteRunspace object
instead of the $host.Runspace.InstanceId from the remote session.
@daviwil daviwil added this to the 0.9.0 milestone Jan 13, 2017
@daviwil daviwil merged commit fa9eb0b into develop Jan 13, 2017
@daviwil daviwil deleted the daviwil/debug-fixes branch January 13, 2017 18:52
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.

2 participants