Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems view filter: Extend capabilities #60736

Closed
Aukstkalnis opened this issue Oct 12, 2018 · 2 comments
Closed

Problems view filter: Extend capabilities #60736

Aukstkalnis opened this issue Oct 12, 2018 · 2 comments
Assignees
Labels
error-list Problems view *out-of-scope Posted issue is not in scope of VS Code

Comments

@Aukstkalnis
Copy link

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].

@Aukstkalnis Aukstkalnis changed the title Problems view filter: Extend filters capabilities. Problems view filter: Extend capabilities Oct 12, 2018
@sandy081 sandy081 added feature-request Request for new features or functionality error-list Problems view labels Oct 12, 2018
@sandy081 sandy081 added this to the Backlog milestone Oct 12, 2018
@sandy081
Copy link
Member

sandy081 commented Nov 6, 2019

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.

@sandy081 sandy081 removed this from the Backlog milestone Nov 6, 2019
@sandy081 sandy081 added *out-of-scope Posted issue is not in scope of VS Code and removed feature-request Request for new features or functionality labels Nov 6, 2019
@vscodebot
Copy link

vscodebot bot commented Nov 6, 2019

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.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error-list Problems view *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

2 participants