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

Need a feature to filter warnings for files in a specific path #744

Open
Pinton opened this issue Mar 27, 2024 · 0 comments
Open

Need a feature to filter warnings for files in a specific path #744

Pinton opened this issue Mar 27, 2024 · 0 comments

Comments

@Pinton
Copy link

Pinton commented Mar 27, 2024

The usage scenario is as follows: I imported a third-party package outside the workspace through the "source-path" in “asconfig. json”, but due to the third-party code writing is not standard, VSCode shows that there are 1k+ warnings.
So I need a feature that hide all warnings for files in this path, while retaining the "errors" so I can find problems in the source code.

I have already written in settings.json: “as3mxml.problems.showFileOutsideSourcePath”: false, but it doesn’t help. So I am asking the author if there is a feature that can solve this problem, or if it is possible to add this feature to the development plan.

Also: I know that VSCode has its own problem filter, but it doesn’t work well. It counts the filtered issues as part of the total number of badges; the filtering strategy cannot be recorded in a file.

Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants