diff options
Diffstat (limited to 'docs/part-1')
-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: |