Damn I hate Xcode...
I got the popup with two buttons: "Keep Xcode Version" and "Use Version on Disk".
I clicked "Use Version on Disk", and I regret that choice very much now... It deleted all my uncommitted changes ๐
You would expect the version control to allow you to go back again, but nope, not possible.
Login to reply
Replies (2)
The reason why I changed to Xcode is because the Swift extension in VSCode is just too damn slow at indexing.
Besides the many flaws Xcode has (and there are many), at least it's fast at indexing...
Thought tonight was just gonna be me writing some code to optimize the infinite visual canvas. Instead I ended up deleting a bunch of code that I hadn't committed... So I've been spending the past 1.5 hours rewriting code.
Now I can compile without errors, and seems like I got it all working again, except for some live preview logic for the markdown editor. But tbh, that never got working to a point I was happy with anyways.