vscode-search-node-modules icon indicating copy to clipboard operation
vscode-search-node-modules copied to clipboard

Release a new version including support for workspaces

Open OriMarron opened this issue 5 years ago • 5 comments

(regarding https://github.com/jasonnutter/vscode-search-node-modules/issues/10, https://github.com/jasonnutter/vscode-search-node-modules/pull/11, #13)

Hi, you've merged my PRs for supporting monorepos (which is awesome), but a new version of the extension was not published yet. Could you publish a new version including the changes so people can start using these features?

Thanks

OriMarron avatar Nov 11 '19 18:11 OriMarron

Do your fixes work for any type of monorepo or just Lerna? I have a very simple setup that's just a parent project with a handful of child projects. No yarn or lerna (just NPM). In any case, thanks for your contributions!

devuxer avatar May 16 '20 00:05 devuxer

To support any repo without any package, all you would need is to add a workspaces field to your package.json file, similiar to how a yarn workspace is configured. Anyway, @jasonnutter has not yet released a new version that includes my PRs, so it's not really relevant

OriMarron avatar May 17 '20 09:05 OriMarron

Cool thx, and hopefully he'll release it soon. The extension is pretty limited if all it can do is search top-level node_modules.

EDIT: wow just noticed he merged your request about a year ago. At one point does the open source community typically consider an open source project abandoned and fork it?

devuxer avatar May 17 '20 19:05 devuxer

I too would appreciate a release or a fork.

dantman avatar Sep 25 '20 05:09 dantman

I too would appreciate a release or a fork. Could you publish a new version?

huaize2020 avatar May 26 '21 07:05 huaize2020