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",