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
@@ -147,7 +149,27 @@ export function registerCommands(context: vscode.ExtensionContext, prManager: IP
147
149
base: true
148
150
})
149
151
});
150
-
returnvscode.commands.executeCommand('vscode.diff',previousFileUri,fileChange.filePath,`${fileChange.fileName} from ${commit.substr(0,8)}`,{preserveFocus: true});
0 commit comments