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
constmodelDescription=this._reposManager.folderManagers.length>1 ? 'Information about one of the current repositories. You can use this information when you need to calculate diffs or compare changes with the default branch' : 'Information about the current repository. You can use this information when you need to calculate diffs or compare changes with the default branch';
Current branch: ${folderManager.repository.state.HEAD?.name??'unknown'}
71
-
Default branch: ${defaults.base}`;
72
-
if(folderManager.activePullRequest){
73
-
value=`${value}
74
-
Active pull request (may not be the same as open pull request): #${folderManager.activePullRequest.number}${folderManager.activePullRequest.html_url}`;
0 commit comments