You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the help I found the following paragraph about the diagnostics display:
By default, Neo-tree will display diagnostic symbols next to files. It will
display the highest severity level for files, and errors only for directories.
What is meant with "display the highest severity level for files" ? Highest severity in relation to what? I don't understand it really.
In the defaults.lua I can see the following code that was mentioned in #853
What exactly is the purpose of errors_only and what is it supposed to do? It seems like it will show errors only and other diagnostics are hidden? But for me that is is not really in line with what the help is saying in the quote above.
Can you help me understand what is the purpose of this flag and how in general the diagnostics are supposed to behave?
I am trying to figure this out, because I want only errors to be shown, but on my system it shows errors and warnings.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
From the help I found the following paragraph about the diagnostics display:
What is meant with "display the highest severity level for files" ? Highest severity in relation to what? I don't understand it really.
In the defaults.lua I can see the following code that was mentioned in #853
especially the line
What exactly is the purpose of
errors_only
and what is it supposed to do? It seems like it will show errors only and other diagnostics are hidden? But for me that is is not really in line with what the help is saying in the quote above.Can you help me understand what is the purpose of this flag and how in general the diagnostics are supposed to behave?
I am trying to figure this out, because I want only errors to be shown, but on my system it shows errors and warnings.
The severity level for the given line is '2':
Beta Was this translation helpful? Give feedback.
All reactions