Skip to content

Commit

Permalink
update build instructions related to launch.json (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Bongho Lee <[email protected]>
  • Loading branch information
techcap authored and josesimoes committed Mar 24, 2017
1 parent 197ad33 commit bb40725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/build-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ We've added the required files and configurations to help you launch your build
Follows a brief explanation on the files you might want to tweak.

- settings.json (inside .vscode folder) here you can change the generator that CMage uses to generate the build. The default is ```"cmake.generator": "NMake Makefiles"```.
- launch.json (inside .vscode folder) here you can set up your launch configurations, such as gdb path or openocd configuration.
- cmake-variants.json (at the repository root) here you can add several build flavors. You can even add variants to each one. Check the documentation extension [here](https://github.com/vector-of-bool/vscode-cmake-tools/blob/develop/docs/build_variants.md).

To launch the build in VS Code check the status bar at the bottom. Select the build flavor and then click the build button (or hit F7).
Expand Down

0 comments on commit bb40725

Please sign in to comment.