Also I don’t know why but on suggested update by cursor is displayed v0.48, but after the update goes to 0.47.8, really hope that issue will be fixed in 48
Still having the same issue, even on 1.0 it doesn’t work anywhere near as well as on 0.46. Created my own post to try to get some support, but nothing helpful yet
@ajmeese7 I had the same issue, tracked it down to state.vscdb freezing my whole PC when being updated. My process monitor was showing massive writes to that sqlite3 database, even when it was only couple of MB with size it was still crippling a 16core 7950x with 128GB RAM… What I did was moved it to tmp and made an autostart script that copies the database file to /tmp which is stored in RAM memory and periodically does a backup where the original file is stored. I don’t encounter any freezes at all now.