Skip to content

Commit 5ef421e

Browse files
committed
Add possible values to logLevel setting
This change adds the possible set of values for the logLevel setting so that the user knows which log levels are available for use.
1 parent 11946c1 commit 5ef421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"powershell.developer.editorServicesLogLevel": {
191191
"type": "string",
192192
"default": "Normal",
193-
"description": "Sets the logging verbosity level for the PowerShell Editor Services host executable."
193+
"description": "Sets the logging verbosity level for the PowerShell Editor Services host executable. Possible values are 'Verbose', 'Normal', 'Warning', and 'Error'"
194194
},
195195
"powershell.developer.editorServicesWaitForDebugger": {
196196
"type": "boolean",

0 commit comments

Comments
 (0)