You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[new] include all file types by default, the extension will catch the exception when working with binary file. no manual configuration needed.
[new] list annotations for current file only, fix #74
[new] predefined annotations TODO: and FIXME: now can be override, resolve #87
[fix] fix partial match problem. now the end user need to define what should be matched exactlly by custom every annotation with RegExp. resolve #48, resolve #63, resolve #102, resolve #106
[fix] by using the built-in Uri to get the path of a file, fix #81
[fix] update the doc and the reference link for styling the annotations, resolve #97
[improve] cancelation support is added as well some improvements for the file searching. possiblely resolve #55, resolve #59. for reason of vscode it's self, workspace.openTextDocument will trigger onDidOpen events and then other extensions may react with it. this is main reason for the high cpu. see vscode issues for more info: #15723, #33046