# vscode-debugadapter-node
**Repository Path**: acr09/vscode-debugadapter-node
## Basic Information
- **Project Name**: vscode-debugadapter-node
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-19
- **Last Updated**: 2024-06-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# VS Code Debug Protocol and Debug Adapter
Debug adapter protocol and default implementation for VS Code.
This repository contains the code for the following npm modules:
* _vscode-debugprotocol_: Npm module with declarations for the json-based VS Code debug protocol.
[](https://npmjs.org/package/vscode-debugprotocol)
[](https://npmjs.org/package/vscode-debugprotocol)
* _vscode-debugadapter_: Npm module to implement a VS Code debug adapter using Node.js as a runtime.
[](https://npmjs.org/package/vscode-debugadapter)
[](https://npmjs.org/package/vscode-debugadapter)
* _vscode-debugadapter-testsupport_: Npm module with support classes for testing VS Code debug adapters.
[](https://npmjs.org/package/vscode-debugadapter-testsupport)
[](https://npmjs.org/package/vscode-debugadapter-testsupport)
## License
[MIT](https://github.com/Microsoft/vscode-languageserver-node/blob/master/License.txt)
===
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.