Make reopen closed file keybinding ctrl+shift+t

Fixes #726
This commit is contained in:
Daniel Imms
2016-04-11 11:43:48 -07:00
parent f5a41b78f4
commit c753029d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
## Run
The best way to run the Code tests is from within VS Code. Simply press `CMD+Shift+T` (`Ctrl+Shift+T` on Windows) 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/wiki/How-to-Contribute#incremental-build) for more details.
If you wish to run the tests from a terminal, from the `vscode` folder run: