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
Extend problem view filter capabilities:
- Enable to exclude errors, warnings, info messages by writing !error, !warning, !info,
- Enable to exclude or show only specific messages by writing <!>error/<!>warning/<!>info**:**
- Enable to stack filter options. If we want to exclude info messages, warnings that have text, for example, directive and errors that start with, for example, undefined, then we could write like this: !info, !warnings:directive, !error:^undefined
- Add possibility to mix show only message and exclude messages. Example: info, !info:[cSpell checker]. In this example only info messages are shown that do not starts with [cSpell checker].
The text was updated successfully, but these errors were encountered:
Aukstkalnis
changed the title
Problems view filter: Extend filters capabilities.
Problems view filter: Extend capabilities
Oct 12, 2018
this requirement Enable to exclude errors, warnings, info messages by writing !error, !warning, !info is covered by #47354 and the rest I do not see any requests.
We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.
Extend problem view filter capabilities:
- Enable to exclude errors, warnings, info messages by writing !error, !warning, !info,
- Enable to exclude or show only specific messages by writing <!>error/<!>warning/<!>info**:**
- Enable to stack filter options. If we want to exclude info messages, warnings that have text, for example, directive and errors that start with, for example, undefined, then we could write like this: !info, !warnings:directive, !error:^undefined
- Add possibility to mix show only message and exclude messages. Example: info, !info:[cSpell checker]. In this example only info messages are shown that do not starts with [cSpell checker].
The text was updated successfully, but these errors were encountered: