vscode-preview-docs
vscode-preview-docs copied to clipboard
Reading multiple package.json doesn't work on monorepo (turbo)
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).
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.
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
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 😊.