I did but I must have misread maybe? Because what it looked like was it picked up the existing fucked up git repo but if vscode did the fucking up the less of a skill issue 😮💨😮💨😮💨
In particular, this comment helps explain why I think this is (was) a problem.
As we discuss this, keep in mind that most users who hit the “omg where are all my files” issue come into following these three simple steps:
Oh what is this? Yes, let’s initialize, git sounds awesome, people use it.
Oh what is this? All my files appear in this list… but they didn’t before. It looks like its touching my files, I don’t like that, how to I get them out of here?
Oh what is this? Discard all changes sounds a lot like what I want to do. 💀
People don’t hit this issue because we have that action; they hit it because they want to clear that list. And they will go through great lengths to get there, even if not knowing what their doing or after warned that they are in dangerous waters.
Coupled with the behavior of this “discard all” being git clean rather than git reset, I get the complaints.
This is 2000% user error lmao even tho VS Code is a pain in the ass on w*ndows
EDIT nvm my reading is 2000% user error
Did you actually read the thread and see the bug they found where it deleted files unassociated with git?
I did but I must have misread maybe? Because what it looked like was it picked up the existing fucked up git repo but if vscode did the fucking up the less of a skill issue 😮💨😮💨😮💨
It was on this linked issue. They discuss the UX of it more there and I think it’s a little better. https://github.com/microsoft/vscode/issues/32459
In particular, this comment helps explain why I think this is (was) a problem.
Coupled with the behavior of this “discard all” being
git clean
rather thangit reset
, I get the complaints.