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

Commit b93c6f9

Browse files
committed
Expose IGitHubPaneViewModel.NavigateTo(Uri).
1 parent 5372cad commit b93c6f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/GitHub.Exports/ViewModels/GitHubPane/IGitHubPaneViewModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ public interface IGitHubPaneViewModel : IViewModel
7272
/// </summary>
7373
Task InitializeAsync(IServiceProvider paneServiceProvider);
7474

75+
/// <summary>
76+
/// Navigates to a GitHub Pane URL.
77+
/// </summary>
78+
/// <param name="uri">The URL.</param>
79+
Task NavigateTo(Uri uri);
80+
7581
/// <summary>
7682
/// Shows the pull reqest list in the GitHub pane.
7783
/// </summary>

0 commit comments

Comments
 (0)