@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
26 lines (17 loc) • 2.04 kB
Markdown
# VS Code Node Debug
[](https://travis-ci.org/Microsoft/vscode-node-debug)
[](https://ci.appveyor.com/project/weinand/vscode-node-debug)
This repository contains the debug extension for [node.js](https://nodejs.org) that ships with [VS Code](https://code.visualstudio.com).
The [`vscode-node-debug`](https://github.com/microsoft/vscode-node-debug) repository is where we do development and there are many ways you can participate in the project, for example:
* [Submit bugs and feature requests](https://github.com/microsoft/vscode-node-debug/issues) and help us verify as they are checked in
* Review [source code changes](https://github.com/microsoft/vscode-node-debug/pulls)
## Contributing
If you are interested in fixing issues and contributing directly to the code base,
please see the document [How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute), which covers the following:
* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source)
* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#development-workflow)
* [Coding Guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
* [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests)
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](https://github.com/Microsoft/vscode-node-debug/blob/master/mailto:opencode@microsoft.com) with any additional questions or comments.
## License
[MIT](https://github.com/Microsoft/vscode-node-debug/blob/master/LICENSE.txt)