Skip to content

Conversation

@brpaz
Copy link
Contributor

@brpaz brpaz commented Nov 22, 2025

This extension allows to to search Git Projects based on a "root" directory and allows to execute actions on them like Open In Editor, Terminal or File explorer.

// Prefer fd
await $`fd --version`;
const res =
await $`fd --hidden --no-ignore --type d --max-depth ${searchDepth} ${pattern} ${basePath}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason to use command line tools like this instead of using the node filesystem APIs? Given the task at hand it does seem overkill and certainly more error prone too.

return projectsList;
};

export const openInTerminal = async (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should use our new runInTerminal. You can then remove the related preference.

@aurelleb
Copy link
Contributor

aurelleb commented Dec 1, 2025

Also, I get the following crash when opening any project from my list:
image

@luleyleo
Copy link

@brpaz This looks like a cool plugin! Are you planning to continue working on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants