kbshl/alfred-vscode

Support auto-detected projects

ngryman opened this issue · 1 comments

Hey! Versioned projects are not listed in projects.json by the vscode-project-manager extension but instead cached in a projects_cache_[git|svn|vscode].json file, and therefore are not listed in Alfred.

I've discussed with the author of the extension and here is his advise to support those projects:

I think the correct approach is to suggest the Alfred Workflow extension to support auto-detected projects, merging the results with the projects available in projects.json (if any).

As I guess a good chunk of users do version their projects on GitHub, it would be a good idea to support them.

Thanks!

Is there any progress on this?