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
If the projectRoot has a package.json file, and that package.json file has a workspaces field, then show an interactive prompt asking if the user would like to create a vlt-workspaces.json file, and suggesting content for it. If they say yes, then do it, if they say no, then stop asking.
Maybe the same if we see a pnpm-workspaces.yaml file, or whatever it is.
The text was updated successfully, but these errors were encountered:
do we actually need a prompt? I think we can stat and if no vlt-workspaces.json is in place we should just create it when running a vlt install - maybe prompt by default in other commands (vlt gui, vlt ls and so).
If the
projectRoot
has apackage.json
file, and thatpackage.json
file has aworkspaces
field, then show an interactive prompt asking if the user would like to create avlt-workspaces.json
file, and suggesting content for it. If they sayyes
, then do it, if they say no, then stop asking.Maybe the same if we see a
pnpm-workspaces.yaml
file, or whatever it is.The text was updated successfully, but these errors were encountered: