File: README.md

package info (click to toggle)
node-vscode-debugprotocol 1.57.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: javascript: 2; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# VS Code Debug Protocol

[![NPM Version](https://img.shields.io/npm/v/vscode-debugprotocol.svg)](https://npmjs.org/package/vscode-debugprotocol)
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-debugprotocol.svg)](https://npmjs.org/package/vscode-debugprotocol)

This npm module contains declarations for the json-based Visual Studio Code debug protocol.

## History

As of August 2018 the change history of the Debug Adapter Protocol lives on the [Debug Adapter Protocol web site](https://microsoft.github.io/debug-adapter-protocol/changelog).


## License

[MIT](https://github.com/microsoft/vscode-debugadapter-node/blob/main/License.txt)