From b30276cac79dc0ad7e0a27e85951597dffa7c7b7 Mon Sep 17 00:00:00 2001 From: michaelangeloio Date: Thu, 25 Jan 2024 09:51:17 -0500 Subject: [PATCH] update main package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 373c788..c635d04 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "Hint" ], "default": "Hint", - "description": "Controls the severity level (underline) of a throw statement." + "description": "Controls the severity level of a throw statement." }, "doesItThrow.functionThrowSeverity": { "scope": "resource", @@ -90,7 +90,7 @@ "Hint" ], "default": "Hint", - "description": "Controls the severity level (underline) of a function/const that throws." + "description": "Controls the severity level of a function/const that throws." }, "doesItThrow.callToThrowSeverity": { "scope": "resource", @@ -102,7 +102,7 @@ "Hint" ], "default": "Hint", - "description": "Controls the severity level (underline) of a function/const that calls a function that throws in the same file." + "description": "Controls the severity level of a function/const that calls a function that throws in the same file." }, "doesItThrow.callToImportedThrowSeverity": { "scope": "resource", @@ -114,7 +114,7 @@ "Hint" ], "default": "Hint", - "description": "Controls the severity level (underline) of a function/const that calls a function that throws in a different file." + "description": "Controls the severity level of a function/const that calls a function that throws in a different file." }, "doesItThrow.maxNumberOfProblems": { "scope": "resource",