Commit b9e0020
committed
Serialize "request_seq" as int in debug adapter
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.1 parent 86dd212 commit b9e0020
File tree
1 file changed
+4
-1
lines changed- src/PowerShellEditorServices.Protocol/MessageProtocol/Serializers
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | | - | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments