All the code snippets and cheatsheets I've carried over from backup to backup, from cloud storage to cloud storage, like some unhinged hoarder... all that code can finally rest in peace 🥲
It's useful for quick scaffolding and prototyping, but I sometimes get annoyed by not having the terminal separate, and sometimes it will start running a different server instance every few edits in and before I noticed that I was scratching my head at why nothing changed on the frontend until I realised I had to check localhost:5001, :5002, :5003, etc. :/
it will start running a different server instance every few edits
I think this an issue generally with the agent losing its orientation lately, I've had that happen in the last few days which is out of character... like it did mkdir -p to the same location it had been working in for like 10 responses in a row until i explicitly told it not to do that, wonder if a .cursorrule would fix it
I sometimes get annoyed by not having the terminal separate
I got a terminal in a standalone cursor window so it feels separate, do you mean for taskbars sake? or the way the composer is still a separate pane? On the latter I agree totally, the thing I linked in the above comment is optimal IMO but I haven't bothered to arse with any API subscriptions to use it with
mkdir -p
to the same location it had been working in for like 10 responses in a row until i explicitly told it not to do that, wonder if a .cursorrule would fix it