vimspector
vimspector copied to clipboard
seq =1 in first message
The DAP protocol (https://microsoft.github.io/debug-adapter-protocol/specification) requires that the first message has sequence number equal to 1. This requirement does not seem to be widely enforced however, but it does create a problem when using the latest version of lldb-dap directly, as it simply aborts the connection, making it completely unusable.
@mergifyio rebase
rebase
☑️ Nothing to do, the required conditions are not met
- [ ] any of:
- [ ]
#commits > 1[📌 rebase requirement] - [ ]
#commits-behind > 0[📌 rebase requirement] - [ ]
-linear-history[📌 rebase requirement]
- [ ]
- [X]
-closed[📌 rebase requirement] - [X]
-conflict[📌 rebase requirement] - [X]
queue-position = -1[📌 rebase requirement]
Oh hey, thanks for this. Sorry somehow I completely missed it.
It LGTM
Thanks for sending a PR!