fabric8-analytics-vscode-extension icon indicating copy to clipboard operation
fabric8-analytics-vscode-extension copied to clipboard

Allow users to define includes/excludes

Open ruromero opened this issue 7 months ago • 0 comments

Taking into account the variety of the build/lint/etc. tools it looks impossible to support each file/folder ignorance way, so I agree that adding include/exclude patterns to the extension configuration would be the best choice.

Originally posted by @vrubezhny in #755

In order to avoid noise and undesired notifications, users should be able to define their own includes/excludes patterns in the plugin so that it doesn't scan files that are not meaningful.

Maybe a default excludes behaviour like tests/** or src/test/** can be provided

ruromero avatar Apr 04 '25 08:04 ruromero