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
Copy file name to clipboardExpand all lines: src/commands.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1218,6 +1218,10 @@ ${contents}
1218
1218
returnvscode.window.showErrorMessage(vscode.l10n.t('Current editor isn\'t a diff editor.'));
1219
1219
}
1220
1220
1221
+
if(input.original.scheme!==Schemes.Git){
1222
+
returnvscode.window.showErrorMessage(vscode.l10n.t('Converting changes to suggestions can only be done from a git diff, not a pull request diff'),{modal: true});
0 commit comments