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
constmessage=resourcesToConfirm.length===1 ? nls.localize('saveChangesMessage',"Do you want to save the changes you made to {0}?",basename(resourcesToConfirm[0]))
583
-
: getConfirmMessage(nls.localize('saveChangesMessages',"Do you want to save the changes to the following {0} files?",resourcesToConfirm.length),resourcesToConfirm);
584
-
585
-
constbuttons: string[]=[
586
-
resourcesToConfirm.length>1 ? nls.localize({key: 'saveAll',comment: ['&& denotes a mnemonic']},"&&Save All") : nls.localize({key: 'save',comment: ['&& denotes a mnemonic']},"&&Save"),
587
-
nls.localize({key: 'dontSave',comment: ['&& denotes a mnemonic']},"Do&&n't Save"),
? nls.localize('saveChangesMessage',"Do you want to save the changes you made to {0}?",basename(resourcesToConfirm[0]))
1050
+
: getConfirmMessage(nls.localize('saveChangesMessages',"Do you want to save the changes to the following {0} files?",resourcesToConfirm.length),resourcesToConfirm);
1051
+
1052
+
constbuttons: string[]=[
1053
+
resourcesToConfirm.length>1 ? nls.localize({key: 'saveAll',comment: ['&& denotes a mnemonic']},"&&Save All") : nls.localize({key: 'save',comment: ['&& denotes a mnemonic']},"&&Save"),
1054
+
nls.localize({key: 'dontSave',comment: ['&& denotes a mnemonic']},"Do&&n't Save"),
0 commit comments