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
@@ -161,12 +163,21 @@ export class TextFileService extends AbstractTextFileService {
161
163
}
162
164
163
165
letmessage=[
164
-
resourcesToConfirm.length===1 ? nls.localize('saveChangesMessage',"Do you want to save the changes you made to {0}?",paths.basename(resourcesToConfirm[0].fsPath)) : nls.localize('saveChangesMessages',"Do you want to save the changes to the following files?")
166
+
resourcesToConfirm.length===1 ? nls.localize('saveChangesMessage',"Do you want to save the changes you made to {0}?",paths.basename(resourcesToConfirm[0].fsPath)) : nls.localize('saveChangesMessages',"Do you want to save the changes to the following {0} files?",resourcesToConfirm.length)
0 commit comments