From c2cbf743512dbb9c07109d5aa7eb7579ff5d6f77 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 19 Nov 2021 19:38:25 -0500 Subject: [PATCH] vscode: cmake variants add px4_fmu-v5_debug for convenient debugging --- .vscode/cmake-variants.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/cmake-variants.yaml b/.vscode/cmake-variants.yaml index cdc817ceb3..a26b6f4e4e 100644 --- a/.vscode/cmake-variants.yaml +++ b/.vscode/cmake-variants.yaml @@ -61,6 +61,11 @@ CONFIG: buildType: MinSizeRel settings: CONFIG: px4_fmu-v5_default + px4_fmu-v5_debug: + short: px4_fmu-v5_debug + buildType: MinSizeRel + settings: + CONFIG: px4_fmu-v5_debug px4_fmu-v5x_default: short: px4_fmu-v5x buildType: MinSizeRel