875
submitted 3 months ago* (last edited 3 months 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 -3 points 3 months ago

What exactly do you think discard means?

[-] Hawke@lemmy.world 68 points 2 months 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 2 months ago* (last edited 2 months 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 2 months 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
875 points (97.5% liked)

Programmer Humor

20033 readers
1269 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 2 years ago
MODERATORS