microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Share entity definitions with Language Server Protocol #161

Closed mickaelistria closed 3 years ago

mickaelistria commented 6 years ago

The language server protocol defines some entities like TextDocumentPositionParams which are very meaningful for the DebugProtocol. It would be very good to have both protocol sharing the same entity definition as much as possible.

weinand commented 3 years ago

The protocol are independent.