From e8e46698b7e72a5cbec6eb739c0681162a385c79 Mon Sep 17 00:00:00 2001 From: RandomFractals Date: Tue, 6 Jun 2023 11:34:38 -0500 Subject: [PATCH] removed the lst Url part form the default template project Url description (#62) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9193454..208db84 100644 --- a/package.json +++ b/package.json @@ -204,7 +204,7 @@ "evidence.templateProjectUrl": { "type": "string", "default": "/template", - "description": "Evidence template project GitHub URL or local file:// path to the project template folder to use when creating new Evidence projects. Defaults to the built-in Evidence extension /template project Url." + "description": "Evidence template project GitHub URL or local file:// path to the project template folder to use when creating new Evidence projects. Defaults to the built-in Evidence extension /template project." } } },