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 916916 },
917917 "powershell.developer.editorServicesLogLevel" : {
918918 "type" : " string" ,
919- "default" : " Normal " ,
919+ "default" : " Warning " ,
920920 "enum" : [
921- " Diagnostic " ,
922- " Verbose " ,
923- " Normal " ,
921+ " Trace " ,
922+ " Debug " ,
923+ " Information " ,
924924 " Warning" ,
925925 " Error" ,
926926 " None"
927927 ],
928928 "markdownEnumDescriptions" : [
929929 " 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 " ,
933933 " Only log errors." ,
934934 " Disable all logging possible. No log files will be written!"
935935 ],
You can’t perform that action at this time.
0 commit comments