Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-22 months agoMicrosoft Please Fixlemmy.zipimagemessage-square287fedilinkarrow-up1800arrow-down121file-text
arrow-up1779arrow-down1imageMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-22 months agomessage-square287fedilinkfile-text
minus-squarekalpol@lemmy.worldlinkfedilinkarrow-up5·2 months agoWarns you that changes will be discarded…not quite the same words
minus-squarebitwolf@sh.itjust.workslinkfedilinkEnglisharrow-up2arrow-down1·edit-22 months 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 months 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 months 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 months 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.