have mostly been using the vscode extension but this looks cool. if you're testing ui changes do you spin up a different process for each worktree to test changes?
have mostly been using the vscode extension but this looks cool. if you're testing ui changes do you spin up a different process for each worktree to test changes?
Yes. Each session get it's up to 5 Terminal sessions. So if I want to test a particular session I was just spinning servers for that session. I had to prepare the code in development to attempt to use multiple ports in case we had another session running.... But I had no problems.... I am writing a feature that you can configure init and tear tasks, so you can do things like "npm install", "docker-compose up", etc.... I had it working, but needed more test, so I commented out from the initial release. I will be adding that shortly after some more testing.