All notable changes to the "vscode-counter" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- workspace counter in status bar.
- Reviewed file detection rules
- Counter diff output function
- Moved the status bar to the right
- Disuse Configuration :
VSCodeCounter.outputMarkdownSeparately
.
- Error on large code bases
- Fixed Issue #48.
- Misconceptions about FileStat.
- New Configuration :
VSCodeCounter.history
.
- New Function : Count the range of the selected text.
- New Command :
Save the collected language configurations
.
- This extension is no longer resident.
- Don't save whether or not the program is shown in the status bar in the settings.
- Issue :
CSV could be more strictly formed
.
- Issue :
Handling symlinks
.
- New Command :
Check available languages
.
- Replaced the file API used with one provided by vscode.
- Problems that occur when
files.encoding
is set to a value other than utf8
- Support Multi-root Workspaces. (Selection type)
- Update some modules.
- Output Markdown summary and details separately. (selectable by settings.json)
- resolve file types using "files.associations" setting.
- Error on large code bases
- Auto ignore the .VSCodeCounter directory.
- Initial release