Skip to content

Commit

Permalink
Merge pull request #50 from uctakeoff/develop
Browse files Browse the repository at this point in the history
fix: error on large code bases
  • Loading branch information
uctakeoff authored Jun 2, 2021
2 parents e3a6df4 + 016370e commit 627554d
Show file tree
Hide file tree
Showing 8 changed files with 571 additions and 459 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

* workspace counter in status bar.

## [2.3.0]

### Fixed

- Error on large code bases

## [2.2.2]

### Fixed
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ However, you must carry the stored information to the remote environment by your

* `VSCodeCounter.useGitignore`: Whether to use '.gitignore' files for excluding files.
* `VSCodeCounter.useFilesExclude`: Whether to use setting 'files.exclude' for excluding files.
* `VSCodeCounter.maxOpenFiles`: Maximum number of files that VSCodeCounter can read simultaneously.
* `VSCodeCounter.printNumberWithCommas`: Whether to print a number with commas as thousands separators.(except for CSV)
* `VSCodeCounter.ignoreUnsupportedFile`: Ignore unsupported files.
* `VSCodeCounter.endOfLine`: A new line character to be used in the output file.
Expand Down
Loading

0 comments on commit 627554d

Please sign in to comment.