BowlerHatLLC / BowlerHatLLC/vscode-as3mxml

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

Open
#744 0 comments 0 reactions 0 assignees View on GitHub
enhancement royale-dependency
Dominant language
Java
Stars
282
Forks
45
PR merge metrics
No merged PRs in 30d

Description

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!!!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.