Skip to content

Releases: mt40/vscode-todo-parser

v1.9.1

05 Aug 03:42
Compare
Choose a tag to compare

CHANGELOG

  • Fix issue #68: the extension still outputs to Output Panel when the setting showInProblems is enabled.

v1.9.0

15 Jul 03:40
Compare
Choose a tag to compare

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

13 May 02:52
Compare
Choose a tag to compare

CHANGELOG

  • Fix JAVA regex string for matching multi-line comments (related issues: #58, #60).

v1.8.9

18 Mar 07:25
Compare
Choose a tag to compare

CHANGELOG

  • Fix issue #52 : marker must be at the beginning of a string.

v1.8.8

18 Mar 06:59
Compare
Choose a tag to compare

CHANGELOG

  • Fix a bug where asterisk(*) and slash(/) are removed even if they are in the middle of a string. (issue #51)

v1.8.7

26 Feb 09:12
Compare
Choose a tag to compare

CHANGELOG

  • Add support for Matlab.

v1.8.6

22 Jan 13:55
Compare
Choose a tag to compare

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

15 Jan 13:25
Compare
Choose a tag to compare

CHANGELOG

  • Fix issue 41: cannot click on the link in a TODO item.

v1.8.4

01 Jan 04:37
Compare
Choose a tag to compare

CHANGELOG

  • Add a new settings entry 'autoDefaultMarkers'.
  • Add support for Twig and Visual Basic.

v1.8.3

08 Oct 04:06
Compare
Choose a tag to compare

CHANGELOG

  • Added 'PowerShell' and 'PHP' to the supported languages.