diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-06 18:25:31 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-02-06 18:25:31 +0100 |
commit | f7fb2e6de70dd1aebe9aa28a2ec05de987c5f061 (patch) | |
tree | 31e2e527e02982ded33f50b1ec460901bd776ed7 /docs | |
parent | e123f729c2d02e8cba8e0c631bf5f736626ffb46 (diff) |
Added missing instructions to run task in VSC.flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.3flounder/5.99.2flounder/5.99.15.99.35.99.25.99.1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/part-1/4-4_build-first-app-ide.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/part-1/4-4_build-first-app-ide.md b/docs/part-1/4-4_build-first-app-ide.md index c3c0cda..d14fe91 100644 --- a/docs/part-1/4-4_build-first-app-ide.md +++ b/docs/part-1/4-4_build-first-app-ide.md @@ -145,6 +145,9 @@ AGL helloworld application based on cmake template. } ``` +To run a task : press `Ctrl+Shift+P`, select the `Tasks: Run task` and then +select for example `pre-build` to trigger pre-build task. + > **Note:** > > You can also add your own keybindings to trig above tasks, for example: |