Releases: mt40/vscode-todo-parser
Releases · mt40/vscode-todo-parser
v1.9.1
CHANGELOG
- Fix issue #68: the extension still outputs to Output Panel when the setting
showInProblems
is enabled.
v1.9.0
CHANGELOG
- Add option to show TODOs in PROBLEMS panel of VSCode instead. (from #65)
- When reading, does not reject all files in batch whenever a file failed to load. (from #66)
Thanks to @peacegiverman for both pull requests :+1
v1.8.10
CHANGELOG
- Fix JAVA regex string for matching multi-line comments (related issues: #58, #60).
v1.8.9
CHANGELOG
- Fix issue #52 : marker must be at the beginning of a string.
v1.8.8
CHANGELOG
- Fix a bug where asterisk(*) and slash(/) are removed even if they are in the middle of a string. (issue #51)
v1.8.6
CHANGELOG
- Fix issue 36: detect TODO at the end of a code line.
- Fix issue 44: other languages not work well with the default markers.
v1.8.5
CHANGELOG
- Fix issue 41: cannot click on the link in a TODO item.
v1.8.4
CHANGELOG
- Add a new settings entry 'autoDefaultMarkers'.
- Add support for Twig and Visual Basic.
v1.8.3
CHANGELOG
- Added 'PowerShell' and 'PHP' to the supported languages.