Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,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)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Guidelines" is capitalized differently to the rest of the list, lower case fits better.

* [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)
8 changes: 4 additions & 4 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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