File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 916
916
},
917
917
"powershell.developer.editorServicesLogLevel" : {
918
918
"type" : " string" ,
919
- "default" : " Normal " ,
919
+ "default" : " Warning " ,
920
920
"enum" : [
921
- " Diagnostic " ,
922
- " Verbose " ,
923
- " Normal " ,
921
+ " Trace " ,
922
+ " Debug " ,
923
+ " Information " ,
924
924
" Warning" ,
925
925
" Error" ,
926
926
" None"
927
927
],
928
928
"markdownEnumDescriptions" : [
929
929
" Enables all logging possible, please use this setting when submitting logs for bug reports!" ,
930
- " Enables more logging than normal. " ,
931
- " The default logging level ." ,
932
- " Only log warnings and errors." ,
930
+ " Enables more detailed logging of the extension " ,
931
+ " Logs high-level information about what the extension is doing ." ,
932
+ " Only log warnings and errors. This is the default setting " ,
933
933
" Only log errors." ,
934
934
" Disable all logging possible. No log files will be written!"
935
935
],
You can’t perform that action at this time.
0 commit comments