Merge branch 'master' into tyriar/open_recently_closed_file

This commit is contained in:
Daniel Imms
2016-04-14 14:49:46 -07:00
320 changed files with 100831 additions and 4957 deletions

View File

@@ -2,7 +2,7 @@
## Run
The best way to run the Code tests is from within VS Code. Simply press <kbd>F1</kbd>, type "run test" and press <kbd>enter</kbd> to launch the tests. To make development changes to unit tests you need to be running `gulp`. See [Development Workflow](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#incremental-build) for more details.
The best way to run the Code tests is from within VS Code. Simply press<kbd>F1</kbd>, type "run test" and press <kbd>enter</kbd> to launch the tests. To make development changes to unit tests you need to be running `gulp`. See [Development Workflow](https://github.com/Microsoft/vscode/tree/master/wiki/contributing/how-to-contribute.md#incremental-build) for more details.
If you wish to run the tests from a terminal, from the `vscode` folder run: