Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-23 days agoMicrosoft Please Fixlemmy.zipimagemessage-square282fedilinkarrow-up1793arrow-down121file-text
arrow-up1772arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-23 days agomessage-square282fedilinkfile-text
minus-squarekalpol@lemmy.worldlinkfedilinkarrow-up5·2 days agoWarns you that changes will be discarded…not quite the same words
minus-squarebitwolf@sh.itjust.workslinkfedilinkEnglisharrow-up2arrow-down1·edit-22 days agoI just tried right now to get the exact message. Are you sure you want to DELETE foo? This is IRREVERSIBLE! This file will be FOREVER LOST if you proceed. The confirmation button even says Delete File… User error.
minus-squarebitwolf@sh.itjust.workslinkfedilinkEnglisharrow-up5·2 days agoAh looking at issue 32459 it was addressed shortly after. You’re right that it did originally say “Discard”.
minus-squarezalgotext@sh.itjust.workslinkfedilinkarrow-up1arrow-down2·2 days agoIf you use git and understand that VSC’s source control stuff is just a thin wrapper around git, you should understand what “discard all changes” means
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·edit-22 days ago“discard” is not a git operation. Reset and restore are, but those weren’t the words used.
Warns you that changes will be discarded…not quite the same words
I just tried right now to get the exact message.
The confirmation button even says
Delete File
…User error.
This issue was from 2017
Ah looking at issue 32459 it was addressed shortly after.
You’re right that it did originally say “Discard”.
If you use git and understand that VSC’s source control stuff is just a thin wrapper around git, you should understand what “discard all changes” means
“discard” is not a git operation. Reset and restore are, but those weren’t the words used.