mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
@@ -515,8 +515,8 @@ export class CommandCenter {
|
||||
|
||||
@command('git.cleanAll')
|
||||
async cleanAll(): Promise<void> {
|
||||
const message = localize('confirm discard all', "Are you sure you want to discard ALL changes? This is irreversible!");
|
||||
const yes = localize('discard', "Discard Changes");
|
||||
const message = localize('confirm discard all', "Are you sure you want to discard ALL changes? This is IRREVERSIBLE!");
|
||||
const yes = localize('discardAll', "Discard ALL Changes");
|
||||
const pick = await window.showWarningMessage(message, { modal: true }, yes);
|
||||
|
||||
if (pick !== yes) {
|
||||
|
||||
Reference in New Issue
Block a user