Skip to content

Commit

Permalink
update main package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Jan 25, 2024
1 parent 76159e6 commit b30276c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit b30276c

Please sign in to comment.