diff --git a/package.json b/package.json index fade59f..12407f0 100644 --- a/package.json +++ b/package.json @@ -173,6 +173,10 @@ "type": "string", "description": "Please specify the appropriate chip from the list of supported chips reported by running `probe-rs-debugger list-chips`." }, + "chipDescriptionPath": { + "type": "string", + "description": "Use this option to add custom target chips from a file." + }, "connectUnderReset": { "type": "boolean", "description": "This option will result in the target reset pin being held high during the attach operation.", @@ -388,6 +392,10 @@ "type": "string", "description": "Please specify the appropriate chip from the list of supported chips reported by running `probe-rs-debugger list-chips`." }, + "chipDescriptionPath": { + "type": "string", + "description": "Use this option to add custom target chips from a file." + }, "connectUnderReset": { "type": "boolean", "description": "This option will result in the target reset pin being held high during the attach operation.",