From 5099839f049a92469f013ade59c2a7d95ba6ce19 Mon Sep 17 00:00:00 2001 From: Florent Vion Date: Wed, 29 Nov 2023 15:48:49 +0100 Subject: [PATCH] Add definitionPath property to debug configuration attributes Signed-off-by: Florent Vion --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 13559f4..037ce77 100644 --- a/package.json +++ b/package.json @@ -300,6 +300,11 @@ }, "default": [] }, + "definitionPath": { + "type": "string", + "description": "Setting for 'PERIPHERALS' window provided by 'eclipse-cdt.peripheral-inspector'. It can be a simple file name or based on a CMSIS pack or deviceName. See 'eclipse-cdt.peripheral-inspector' for format", + "default": null + }, "imageAndSymbols": { "type": "object", "default": {}, @@ -541,6 +546,11 @@ }, "default": [] }, + "definitionPath": { + "type": "string", + "description": "Setting for 'PERIPHERALS' window provided by 'eclipse-cdt.peripheral-inspector'. It can be a simple file name or based on a CMSIS pack or deviceName. See 'eclipse-cdt.peripheral-inspector' for format", + "default": null + }, "imageAndSymbols": { "type": "object", "default": {},