Gruntfuggly / todo-tree

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

Error message when refreshing the todo-tree #655

Closed bmaercz closed 1 year ago

bmaercz commented 2 years ago

Hi,

when I hit the "Refresh" button in the Todo-Tree Sidebar, I get the following error message in a pop-up in VSCode:

ENOENT: no such file or directory, mkdir '\home_share$\\data\profile redirected folders\AppData\Code\User\globalStorage\gruntfuggly.todo-tree'

The Todo-Tree only shows the files in my workspace containing TODO Tags, but entries are not shown when the tree is expanded.

demitrix commented 2 years ago

Receiving the same error here.

Appears to relate to using fs which is deprecated in favor of vscode.workspace.fs

I managed to hack around the compiled js and get the plugin somewhat functional.

Gruntfuggly commented 1 year ago

Could you share your changes? I can update the extension if it fixes it.

bmaercz commented 1 year ago

I'm currently working with version v0.0.222. In this version it works correctly for me.