uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
151 stars 20 forks source link

Error on large code bases #5

Closed schallm closed 5 years ago

schallm commented 5 years ago

I'm receiving the following on workspaces with large numbers of files when running "VSCodeCounter: Count lines in workspace"...

<path to file> Read Error : EMFILE: too many open files, open <path to file>

I have been able to get around in some projects with excludes, but would be nice to not have to exclude files.

uctakeoff commented 5 years ago

@schallm

I corrected this problem with ver.1.0.1. Please check if the problem is solved or not.

schallm commented 5 years ago

Works great! Thanks!