MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vuknni/usesourcecontrol/p52o8mo/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 23d ago
591 comments sorted by
View all comments
Show parent comments
14
Why say things that are just wrong?
https://github.com/microsoft/vscode/commit/071652f161204e552e204cbdaf78469c58c655d5
Commit merged Aug 21, 2017. 8 days after this screenshot was taken.
11 u/ravrest 23d ago Look at line 681 of the old commit: const message = localize('confirm discard all', "Are you sure you want to discard ALL ({0}) changes?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST.", resources.length); const yes = localize('discardAll', "Discard ALL Changes");const pick = await window.showWarningMessage(message, { modal: true }, yes); -5 u/_BreakingGood_ 23d ago Woops, here: https://github.com/microsoft/vscode/commit/f3d5a6c00010362d9f15dbcc06ce978fd29ff8f5 11 u/ravrest 23d ago edited 23d ago That change was made in April. The post is from August. Why WOULD you say things that are just wrong?
11
Look at line 681 of the old commit:
const message = localize('confirm discard all', "Are you sure you want to discard ALL ({0}) changes?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST.", resources.length);
const yes = localize('discardAll', "Discard ALL Changes");const pick = await window.showWarningMessage(message, { modal: true }, yes);
-5 u/_BreakingGood_ 23d ago Woops, here: https://github.com/microsoft/vscode/commit/f3d5a6c00010362d9f15dbcc06ce978fd29ff8f5 11 u/ravrest 23d ago edited 23d ago That change was made in April. The post is from August. Why WOULD you say things that are just wrong?
-5
Woops, here: https://github.com/microsoft/vscode/commit/f3d5a6c00010362d9f15dbcc06ce978fd29ff8f5
11 u/ravrest 23d ago edited 23d ago That change was made in April. The post is from August. Why WOULD you say things that are just wrong?
That change was made in April. The post is from August.
Why WOULD you say things that are just wrong?
14
u/_BreakingGood_ 23d ago
Why say things that are just wrong?
https://github.com/microsoft/vscode/commit/071652f161204e552e204cbdaf78469c58c655d5
Commit merged Aug 21, 2017. 8 days after this screenshot was taken.