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

Commit bceffc5

Browse files
committed
Switch to showing the Get Started section before the publish form
1 parent 37b888e commit bceffc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.VisualStudio/TeamExplorer/Sync/GitHubPublishSection.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ async void PreRTMSetup()
8585
public override void Initialize(object sender, SectionInitializeEventArgs e)
8686
{
8787
base.Initialize(sender, e);
88-
// replace this with RTMSetup() when the time comes
89-
PreRTMSetup();
88+
RTMSetup();
9089
}
9190

9291
protected override void RepoChanged()

0 commit comments

Comments
 (0)