Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ca8b7af

Browse files
committed
Merge pull request #256 from github/fixes/disable-login-warning
Disables "Ensure login" message
2 parents a4c946f + fe26114 commit ca8b7af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GitHub.TeamFoundation.14/Sync/EnsureLoggedInSectionSync.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66

77
namespace GitHub.VisualStudio.TeamExplorer.Sync
88
{
9-
[TeamExplorerSection(SyncLoginSectionId, TeamExplorerPageIds.GitCommits, 10)]
10-
[PartCreationPolicy(CreationPolicy.NonShared)]
9+
// TODO: The IsAGitHubRepo() is somehow giving false positives, need to fix that
10+
// before reactivating this, it's annoying users.
11+
//[TeamExplorerSection(SyncLoginSectionId, TeamExplorerPageIds.GitCommits, 10)]
12+
//[PartCreationPolicy(CreationPolicy.NonShared)]
1113
public class EnsureLoggedInSectionSync : EnsureLoggedInSection
1214
{
1315
public const string SyncLoginSectionId = "C5975729-3CF1-47B4-AE92-C2934906CDDA";

0 commit comments

Comments
 (0)