Hi,
I’ve set up an environment using .cursor/environment.json. I have a custom Dockerfile (to install docker-in-docker), install/update and start scripts.
Those all seem to be working, and if I create a new agent from my repo/branch, it’s able to work.
How can I have Cursor recognize the environment has now been set up, to turn off the “Set Up Environment” flag in the prompt window, and the popups on the Desktop/Terminal tabs that warn “Environment not configured”?
I also have a question about multi-root workspaces. I saw there’s a field repositoryDependencies in environment.json; what would an example look like? I tried listing some repositories there, but it seems to have ignored them. Where would they get checked out to, if it did work?