vimspector icon indicating copy to clipboard operation
vimspector copied to clipboard

seq =1 in first message

Open MrBoboGet opened this issue 6 months ago • 1 comments

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.

MrBoboGet avatar May 24 '25 14:05 MrBoboGet

This change is Reviewable

puremourning avatar May 24 '25 14:05 puremourning

@mergifyio rebase

puremourning avatar Jul 22 '25 19:07 puremourning

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]

mergify[bot] avatar Jul 22 '25 19:07 mergify[bot]

Oh hey, thanks for this. Sorry somehow I completely missed it.

It LGTM

puremourning avatar Jul 22 '25 19:07 puremourning

Thanks for sending a PR!

mergify[bot] avatar Jul 23 '25 20:07 mergify[bot]