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
Logger.debug(`Looking for remote. Comparing ${repository.state.remotes.length} local repo remotes with ${reposManager.folderManagers.reduce((prev,curr)=>prev+curr.gitHubRepositories.length,0)} GitHub repositories.`,componentId);
358
+
Logger.appendLine(`Looking for remote. Comparing ${repository.state.remotes.length} local repo remotes with ${reposManager.folderManagers.reduce((prev,curr)=>prev+curr.gitHubRepositories.length,0)} GitHub repositories.`,componentId);
0 commit comments