Merge pull request #209 from lucaslra/master

Small changes to improve document readabilty
This commit is contained in:
Chris Dias 2015-11-20 00:43:02 +01:00
commit 01751b0559
2 changed files with 10 additions and 10 deletions

View file

@ -17,15 +17,15 @@ The [`vscode`](https://github.com/microsoft/vscode) repository is where we do de
## 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
* The development workflow, including debugging and running tests
* [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
* Submitting pull requests
* [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)
## 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) and 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.
## License
[MIT](LICENSE.txt)
[MIT](LICENSE.txt)

View file

@ -6,11 +6,11 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi
If you wish to run the tests from a terminal, from the `vscode` folder run:
OSX and Linux
**OS X and Linux**
./test/run.sh
Windows
**Windows**
test\run
@ -22,10 +22,10 @@ You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the `
The following command will create a `coverage` folder at the root of the workspace:
OSX and Linux
**OS X and Linux**
./test/run.sh --coverage
Windows
**Windows**
test\run --coverage