compile-hero icon indicating copy to clipboard operation
compile-hero copied to clipboard

[Feature Request] Prevent "Extension issue" bugs by excluding directories

Open lonix1 opened this issue 2 years ago • 0 comments

There are many bug reports about performance.

Maybe it's because the extension doesn't exclude big directories.

So it may be a good idea to have this as default setting, for example:

"compile-hero.ignore": [
    "**/.git**/",
    "**/.vscode/**",
    "**/bin/**",
    "**/coverage/**",
    "**/dist/**",
    "**/node_modules/**",
    "**/obj/**",
],

lonix1 avatar May 05 '22 02:05 lonix1