Skip to content

Commit 22f05df

Browse files
committed
Small changes to improve document readabilty
1 parent f4d81bc commit 22f05df

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ The [`vscode`](https://github.com/microsoft/vscode) repository is where we do de
1313
## Contributing
1414
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:
1515

16-
* How to build and run from source
17-
* The development workflow, including debugging and running tests
18-
* [Coding guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
19-
* Submitting pull requests
16+
* [How to build and run from source](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source)
17+
* [The development workflow, including debugging and running tests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#development-workflow)
18+
* [Coding Guidelines](https://github.com/Microsoft/vscode/wiki/Coding-Guidelines)
19+
* [Submitting pull requests](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#pull-requests)
2020

2121
## Related Projects
22-
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).
22+
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)
2323

2424
For a complete list, please see the [Related Projects](https://github.com/Microsoft/vscode/wiki/Related-Projects) page on our wiki.
2525

2626
## License
27-
[MIT](LICENSE.txt)
27+
[MIT](LICENSE.txt)

test/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi
66

77
If you wish to run the tests from a terminal, from the `vscode` folder run:
88

9-
OSX and Linux
9+
**OS X and Linux**
1010

1111
./test/run.sh
1212

13-
Windows
13+
**Windows**
1414

1515
test\run
1616

@@ -22,10 +22,10 @@ You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the `
2222

2323
The following command will create a `coverage` folder at the root of the workspace:
2424

25-
OSX and Linux
25+
**OS X and Linux**
2626

2727
./test/run.sh --coverage
2828

29-
Windows
29+
**Windows**
3030

3131
test\run --coverage

0 commit comments

Comments
 (0)