Update configuring-vscode.md

This commit is contained in:
Oskar Weigl
2018-09-02 15:35:11 -07:00
committed by GitHub
parent 94d06cee95
commit cd64efb664
+2 -4
View File
@@ -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`
* Open a terminal (View -> Integrated Terminal) and enter `make clean`