Skip to content

Commit

Permalink
Update settings for new EditorServicesLogLevels
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Nov 15, 2024
1 parent bd207df commit fd579ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,20 +916,20 @@
},
"powershell.developer.editorServicesLogLevel": {
"type": "string",
"default": "Normal",
"default": "Warning",
"enum": [
"Diagnostic",
"Verbose",
"Normal",
"Trace",
"Debug",
"Information",
"Warning",
"Error",
"None"
],
"markdownEnumDescriptions": [
"Enables all logging possible, please use this setting when submitting logs for bug reports!",
"Enables more logging than normal.",
"The default logging level.",
"Only log warnings and errors.",
"Enables more detailed logging of the extension",
"Logs high-level information about what the extension is doing.",
"Only log warnings and errors. This is the default setting",
"Only log errors.",
"Disable all logging possible. No log files will be written!"
],
Expand Down

0 comments on commit fd579ea

Please sign in to comment.