Changed the adapters separation from "," to "and"

This commit is contained in:
Lucas Araujo 2015-11-18 16:26:43 -02:00
parent 8ff94eaf27
commit c1fbdcceec

View file

@ -19,7 +19,7 @@ If you are interested in fixing issues and contributing directly to the code bas
* Submitting pull requests
## Related Projects
Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug), the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug).
Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the [node debug adapter](https://github.com/microsoft/vscode-node-debug) and the [mono debug adapter](https://github.com/microsoft/vscode-mono-debug).
For a complete list, please see the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our wiki.