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

Commit d71c94d

Browse files
Adding a line description for items that are not in the pull request
1 parent 59d3d06 commit d71c94d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383
</Hyperlink>
8484
</TextBlock>
8585

86+
<TextBlock FontFamily="Consolas" Foreground="{DynamicResource VsBrush.GrayText}" Grid.Row="1" Visibility="{Binding IsFileInPullRequest, Converter={ghfvs:BooleanToInverseVisibilityConverter}}">
87+
<Run Text="Line" />
88+
<Run Text="{Binding LineDescription, Mode=OneWay}"/>
89+
</TextBlock>
90+
8691
<markdig:MarkdownViewer Grid.Column="1" Grid.Row="2"
8792
FontFamily="Consolas" Markdown="{Binding Annotation.Message}" />
8893
</StackPanel>

0 commit comments

Comments
 (0)