You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? localize('confirm discard all single',"Are you sure you want to discard changes in {0}?",path.basename(resources[0].resourceUri.fsPath))
1212
-
: localize('confirm discard all',"Are you sure you want to discard ALL changes in {0} files?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST.",resources.length);
? localize('there are untracked files single',"The following untracked file will be DELETED FROM DISK if discarded: {0}.",path.basename(untrackedResources[0].resourceUri.fsPath))
@@ -1251,6 +1245,18 @@ export class CommandCenter {
? localize('confirm discard all single',"Are you sure you want to discard changes in {0}?",path.basename(resources[0].resourceUri.fsPath))
1279
+
: localize('confirm discard all',"Are you sure you want to discard ALL changes in {0} files?\nThis is IRREVERSIBLE!\nYour current working set will be FOREVER LOST.",resources.length);
constmessage=localize('confirm delete',"Are you sure you want to DELETE {0}?\nThis is IRREVERSIBLE!\nThis file will be FOREVER LOST.",path.basename(resource.resourceUri.fsPath));
0 commit comments