From 9cadb4f61c6d4b3dee73fa30b12f555ec37aefc8 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 22 Feb 2016 17:58:52 +0100 Subject: [PATCH] Improved installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 383e997..7a2c088 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Native VSCode debugger. Currently only using GDB. ## Installation -Run `ext install debug` (Ctrl-Shift-P -> install extension) in visual studio code and install GDB and add the executable to your PATH variable. If you have changed your PATH, don't forget to restart vscode. Then follow the usage tutorial below. +Run `ext install debug` (Ctrl-Shift-P -> install extension + make sure its just called `Debug` and at the right it should say `webfreak`) in visual studio code and install GDB and add the executable to your PATH variable. If you have changed your PATH, don't forget to restart vscode. Then follow the usage tutorial below. ![Preview](images/preview.png)