From f7fb2e6de70dd1aebe9aa28a2ec05de987c5f061 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Tue, 6 Feb 2018 18:25:31 +0100 Subject: Added missing instructions to run task in VSC. Signed-off-by: Sebastien Douheret --- docs/part-1/4-4_build-first-app-ide.md | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit 1.2.3-korg