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
@@ -835,7 +840,7 @@ export class ReviewManager extends Disposable {
835
840
}
836
841
});
837
842
}elseif(convertedFiles.length){
838
-
vscode.window.showWarningMessage(vscode.l10n.t('Not all changes could be converted to suggestions.'),{detail: vscode.l10n.t('{0} of {1} changes converted. Some of the changes may be outside of commenting ranges.\nYour changes are still available locally.',convertedFiles.length,diff.length),modal: true});
843
+
vscode.window.showWarningMessage(vscode.l10n.t('Not all changes could be converted to suggestions.'),{detail: vscode.l10n.t('{0} of {1} changes converted. Some of the changes may be outside of commenting ranges.\nYour changes are still available locally.',convertedFiles.length,diffCount),modal: true});
839
844
}else{
840
845
vscode.window.showWarningMessage(vscode.l10n.t('No changes could be converted to suggestions.'),{detail: vscode.l10n.t('All of the changes are outside of commenting ranges.'),modal: true});
0 commit comments