compile-hero
compile-hero copied to clipboard
[Feature Request] Prevent "Extension issue" bugs by excluding directories
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/**",
],