Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 135 forks source link

Extension Host crashing after a few seconds #748

Closed rol1510 closed 1 year ago

rol1510 commented 1 year ago

After a few seconds, the extension host crashes and I'm getting this error:

2023-04-12 13:11:07.814 [error] TypeError: e.toLowerCase is not a function
    at e.exports.convertTransparentColour (c:\Users\rol1510\.vscode\extensions\gruntfuggly.todo-tree-0.0.225\dist\extension.js:1:2269)
    at c:\Users\rol1510\.vscode\extensions\gruntfuggly.todo-tree-0.0.225\dist\extension.js:99:16239
    at v (c:\Users\rol1510\.vscode\extensions\gruntfuggly.todo-tree-0.0.225\dist\extension.js:99:16299)
    at c:\Users\rol1510\.vscode\extensions\gruntfuggly.todo-tree-0.0.225\dist\extension.js:99:19092
    at Array.forEach (<anonymous>)
    at Timeout.A [as _onTimeout] (c:\Users\rol1510\.vscode\extensions\gruntfuggly.todo-tree-0.0.225\dist\extension.js:99:19065)
    at listOnTimeout (node:internal/timers:561:11)
    at process.processTimers (node:internal/timers:502:7)

Version: v0.0.225

trnhattan commented 1 year ago

I think you had the similar issue in #747, check this for the temporary fix :heart:

Gruntfuggly commented 1 year ago

Just pushed version 0.0.226 which should hopefully fix this - sorry for the inconvenience!

rol1510 commented 1 year ago

That fixed it. Thank you! ❤️