From 5c9fd9a76d65540c1eb3cdc37f82284ae85ed83c Mon Sep 17 00:00:00 2001 From: Arne Schmid Date: Wed, 4 Mar 2026 10:54:52 +0100 Subject: [PATCH] Add path-type property to debug adapters schema and update YAML configuration --- registry/debug-adapters.yml | 2 ++ schemas/debug-adapters.schema.json | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/registry/debug-adapters.yml b/registry/debug-adapters.yml index 5643d4f..af58770 100644 --- a/registry/debug-adapters.yml +++ b/registry/debug-adapters.yml @@ -709,6 +709,7 @@ debug-adapters: description: Path and filename of the FVP configuration file yml-node: config-file type: file + path-type: relative - name: Misc description: Miscellaneous command line arguments yml-node: args @@ -726,4 +727,5 @@ debug-adapters: description: Path and filename of uVision executable yml-node: uv4 type: file + path-type: absolute default: "${env:LOCALAPPDATA}/Keil_v5/UV4/UV4.exe" diff --git a/schemas/debug-adapters.schema.json b/schemas/debug-adapters.schema.json index 85eacf1..ace5af5 100644 --- a/schemas/debug-adapters.schema.json +++ b/schemas/debug-adapters.schema.json @@ -134,6 +134,13 @@ ], "description": "Type of the user interface element." }, + "path-type": { + "enum": [ + "absolute", + "relative" + ], + "description": "Type of the path (for file type)." + }, "select": { "enum": [ "on",