From bf58674b16f9222dfd4f1eaac0644217977cbee2 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 16 Nov 2015 15:19:20 +0100 Subject: [PATCH] formatting --- README.md | 11 ++++++----- 1 file 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`.