866
submitted 5 days ago* (last edited 5 days ago) by Maven@lemmy.zip to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] Starbuck@lemmy.world -2 points 5 days ago

What exactly do you think discard means?

[-] Hawke@lemmy.world 67 points 5 days ago

“Changes” are not the same thing as “files”.

I’d expect that files that are not in version control would not be touched.

[-] Pyro@programming.dev 3 points 5 days ago* (last edited 5 days ago)

"Changes" encompass more than you think. Creating / Deleting files are also changes, not just edits to a file.

  • If the change is an edit to a tracked file, "Discard Changes" will reverse the edit.
  • If the change is deleting a tracked file, "Discard Changes" will restore it back.
  • If the change is a new untracked file, "Discard Changes" will remove it as intended.

It can also be all of them at the same time, which is why VSCode uses "Changes" instead of "Files".

[-] candybrie@lemmy.world 8 points 5 days ago

If the change is a new untracked file

Wasn't the issue that it deleted a bunch of preexisting untracked files? So old untracked files.

load more comments (2 replies)
load more comments (6 replies)
load more comments (6 replies)
this post was submitted on 20 Nov 2024
866 points (97.5% liked)

Programmer Humor

19623 readers
1 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS