From d38fcf67ce268b26d1c047f8a968f9f90ec6ff2f Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Tue, 4 May 2021 12:53:08 +0200 Subject: [PATCH] Note on VSCode. --- docs/developer-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index 9b56a7d0..d3f2c407 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -68,6 +68,8 @@ Now start Liquidsoap which is part of Engine Core: ~/code/aura/engine-core$ ./run.sh ``` +If your IDE of choice is *Visual Studio Code*, then there are launch settings provided in `.vscode/launch.json`. + ## API You can find the AURA API definition here: https://gitlab.servus.at/autoradio/meta/blob/master/api-definition.md -- GitLab