This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88using static Microsoft . VisualStudio . Threading . JoinableTaskFactory ;
99using static Microsoft . VisualStudio . Threading . AwaitExtensions ;
1010using System . Windows . Threading ;
11- using Microsoft . VisualStudio . Shell . Interop ;
12- using Microsoft . VisualStudio . Shell ;
13- using Task = System . Threading . Tasks . Task ;
1411
1512namespace GitHub . Helpers
1613{
Original file line number Diff line number Diff line change 11using System ;
22using System . Threading ;
33using System . Runtime . InteropServices ;
4- using GitHub . Logging ;
54using GitHub . Services ;
65using GitHub . VisualStudio ;
76using GitHub . InlineReviews . Services ;
87using Microsoft . VisualStudio . Shell ;
9- using Serilog ;
108using Task = System . Threading . Tasks . Task ;
119using Microsoft . VisualStudio . Threading ;
1210
@@ -17,8 +15,6 @@ namespace GitHub.InlineReviews
1715 [ ProvideAutoLoad ( Guids . UIContext_Git , PackageAutoLoadFlags . BackgroundLoad ) ]
1816 public class PullRequestStatusBarPackage : AsyncPackage
1917 {
20- static readonly ILogger log = LogManager . ForContext < PullRequestStatusBarPackage > ( ) ;
21-
2218 /// <summary>
2319 /// Initialize the PR status UI on Visual Studio's status bar.
2420 /// </summary>
You can’t perform that action at this time.
0 commit comments