Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dias <chris@diasfam.com>2015-11-16 17:19:20 +0300
committerChris Dias <chris@diasfam.com>2015-11-16 17:19:20 +0300
commitbf58674b16f9222dfd4f1eaac0644217977cbee2 (patch)
tree863c0ef54950bac1371644c980d09f44a2f39883 /README.md
parenta7035d1750eb89b6811677b85f97bacc365b0a5b (diff)
formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 97e5627e494..30a96898f2a 100644
--- a/README.md
+++ b/README.md
@@ -109,12 +109,13 @@ The **render** process runs the UI code inside the Shell window. To debug code r
* Install the [Debugger for Chrome](https://marketplace.visualstudio.com/items/msjsdiag.debugger-for-chrome) extension. This extension will let you attach to and debug client side code running in Chrome.
* Launch the development version of Code with the following command line option:
+OSX and Linux
``` bash
- # OSX and Linux
- ./tools/run.sh --remote-debugging-port=9222
-
- # Windows
- tools\run --remote-debugging-port=9222
+./tools/run.sh --remote-debugging-port=9222
+```
+Windows
+``` bash
+tools\run --remote-debugging-port=9222
```
* Choose the `Attach to VSCode` launch configuration from the launch dropdown in the Debug viewlet and press `F5`.