From cd64efb664a3a06f785d7904a67f920b1409e5b0 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 2 Sep 2018 15:35:11 -0700 Subject: [PATCH] Update configuring-vscode.md --- docs/configuring-vscode.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/configuring-vscode.md b/docs/configuring-vscode.md index 70212be0..17f7e702 100644 --- a/docs/configuring-vscode.md +++ b/docs/configuring-vscode.md @@ -11,10 +11,8 @@ Before doing the VSCode setup, make sure you've installed all of your [prerequis 1. Install extensions. This can be done directly from VSCode (Ctrl+Shift+X) * Required extensions: * C/C++ - * Recommended Extensions: * Cortex-Debug - * vscode-icons - * Code Outline + * Recommended Extensions: * Include Autocomplete * Path Autocomplete * Auto Comment Blocks @@ -51,4 +49,4 @@ Note: If developing on Windows, you should have `arm-none-eabi-gdb` and `openOCD ## Cleaning the Build This sometimes needs to be done if you change branches. -* Open a terminal (View -> Integrated Terminal) and enter `make clean` \ No newline at end of file +* Open a terminal (View -> Integrated Terminal) and enter `make clean`