vscode-search-node-modules
vscode-search-node-modules copied to clipboard
Release a new version including support for workspaces
(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
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!
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
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?
I too would appreciate a release or a fork.
I too would appreciate a release or a fork. Could you publish a new version?