From dd85528c500c04d09ff8b0a89798a93a57b6e9f8 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 16 Nov 2015 16:15:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a96898f2a..5615e870437 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Visual Studio Code +# Visual Studio Code Open Source VS Code is a new choice of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It is the first editor and first cross platform tool in the Visual Studio family of products. @@ -128,4 +128,4 @@ tools\run --remote-debugging-port=9222 The **extension host** process runs code implemented by a plugin. To debug extensions (including those packaged with Code) which run in the extension host process, you can use VS Code itself. Switch to the Debug viewlet, choose the `Attach to Extension Host` configuration, and press `F5`. ### Unit Testing -Press `SHIFT+CMD+T` (`CTRL+SHIFT+T` on Windows) to start the unit tests or run the tests directly from a terminal by running `mocha` from the `vscode` folder. The [/test README](test/README.md) has complete details on how to run and debug tests, as well as how to produce coverage reports. \ No newline at end of file +Press `SHIFT+CMD+T` (`CTRL+SHIFT+T` on Windows) to start the unit tests or run the tests directly from a terminal by running `mocha` from the `vscode` folder. The [/test README](test/README.md) has complete details on how to run and debug tests, as well as how to produce coverage reports.