fabiospampinato / vscode-projects-plus-todo-plus

Bird's-eye view over your projects, view all your todo files aggregated into one.
MIT License
30 stars 2 forks source link

Cannot find any todos #6

Closed AP-Velocity closed 5 years ago

AP-Velocity commented 5 years ago

Running VSC 1.30.2 on Windows

Running Projects: Todo returns You don't have any todo across your projects

Running Projects: Embedded Todos returns p.default.embedded.get is not a function

Tried both the default and these settings:

{
    "projects.checkPaths": true,
    "projects.configPath": "C:/Users/*username*/vscode_projects.json",
    "projects.useTilde": false
}

In the actual vscode_projects.json I have both grouped and single projects, with absolute paths, which are using TODO files in the roots of the paths provided, which Todo+ itself is picking up and Projects+ is able to navigate to the folder.

fabiospampinato commented 5 years ago

I can reproduce the issue, but running Projects: Embedded Todos doesn't show an error for me 🤔 let's see what the issue might be...

fabiospampinato commented 5 years ago

Should be fixed now in v1.6.10.

Thanks for reporting this, I forgot to update this extension after the recent changes I made in its dependencies.