Skip to content

Commit

Permalink
Add severity level enum to package.json (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
9at8 authored Jun 26, 2020
1 parent 5b5cd44 commit 7c8706f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,16 @@
"type": "object",
"default": {},
"description": "Allows a user to override the severity levels for individual diagnostics.",
"scope": "resource"
"scope": "resource",
"additionalProperties": {
"type": "string",
"enum": [
"none",
"warning",
"information",
"error"
]
}
},
"python.analysis.logLevel": {
"type": "string",
Expand Down

0 comments on commit 7c8706f

Please sign in to comment.