vscode-preview-docs icon indicating copy to clipboard operation
vscode-preview-docs copied to clipboard

Reading multiple package.json doesn't work on monorepo (turbo)

Open alightinastorm opened this issue 1 year ago • 3 comments

See title, currently it only reads the projectDirectory()/package.json

Which, in case of monorepos, usually contains no dependencies that are used in the apps. It'd be nice if this plugin reads recursively all package.jsons (excluding nested node_modules folders).

alightinastorm avatar Nov 28 '24 10:11 alightinastorm

See title, currently it only reads the projectDirectory()/package.json

Which, in case of monorepos, usually contains no dependencies that are used in the apps. It'd be nice if this plugin reads recursively all package.jsons (excluding nested node_modules folders).

Hey there @robodove, I will be adding the requested feature ASAP.

selemondev avatar Nov 29 '24 02:11 selemondev

See title, currently it only reads the projectDirectory()/package.json Which, in case of monorepos, usually contains no dependencies that are used in the apps. It'd be nice if this plugin reads recursively all package.jsons (excluding nested node_modules folders).

Hey there @robodove, I will be adding the requested feature ASAP.

are you sure about that? i might add it too and do a PR if you cant

alightinastorm avatar Jan 02 '25 11:01 alightinastorm

See title, currently it only reads the projectDirectory()/package.json Which, in case of monorepos, usually contains no dependencies that are used in the apps. It'd be nice if this plugin reads recursively all package.jsons (excluding nested node_modules folders).

Hey there @robodove, I will be adding the requested feature ASAP.

are you sure about that? i might add it too and do a PR if you cant

Hey @robodove, I would be more than happy to review your PR for this issue 😊.

selemondev avatar Jan 02 '25 14:01 selemondev