Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

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