uctakeoff / vscode-counter

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

Auto ignore the .VSCodeCounter directory #3

Closed nateonguitar closed 5 years ago

nateonguitar commented 5 years ago

Hi, I like this extension, it's pretty awesome!

I just have one request, I have to do this:

"VSCodeCounter.exclude": [
     // ignore the output directory or it will be counted it on subsequent counts
    ".VSCodeCounter"
]

or if I run it again it adds the output files from running this extension to the totals.

uctakeoff commented 5 years ago

@nateonguitar I pushed a fix with version 1.0.0. Could you test whether it fixes the issue?