You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this plug-in! I've been using it to detect the project root using a package.json pattern, which works great. However, I've discovered when working with a project with NPM workspaces I need more sophisticated root detection, and to inspect if the package.json contains a workspaces key - is this possible?
The text was updated successfully, but these errors were encountered:
The code isn't capable at the moment of inspecting the contents of files.
Perhaps you could give a specific example of a rooter situation with a workspace? (In #124 we came up with a pattern that worked with Rust workspaces, so maybe we could do the same here.)
Thank you for this plug-in! I've been using it to detect the project root using a package.json pattern, which works great. However, I've discovered when working with a project with NPM workspaces I need more sophisticated root detection, and to inspect if the package.json contains a
workspaces
key - is this possible?The text was updated successfully, but these errors were encountered: