You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments