Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a (json) schema for the VS Code Debug Protocol #52

Closed
weinand opened this issue Aug 12, 2016 · 0 comments
Closed

Create a (json) schema for the VS Code Debug Protocol #52

weinand opened this issue Aug 12, 2016 · 0 comments
Labels

Comments

@weinand
Copy link
Contributor

weinand commented Aug 12, 2016

Instead of keeping the specification of the VS Code Debug Protocol as a TypeScript d.ts file we should introduce a language neutral json schema for it.

An example for this is the Chrome Debugger Protocol schema:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
(they are not using a json schema but their own invention).

Ideally we could generate client and server libraries for different implementation languages for this.
So the https://github.com/Microsoft/vscode-debugadapter-node/blob/master/protocol/src/debugProtocol.ts could be a result of this.

For a similar discussion about the Language Protocol see: microsoft/language-server-protocol#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant