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
-29
lines changed
Expand file tree Collapse file tree 2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 216216
217217 </CommandPlacements >
218218
219- <VisibilityConstraints >
220- <VisibilityItem guid =" guidContextMenuSet" id =" idGitHubContextMenuGroup" context =" guidMenuLoadingContext" />
221- </VisibilityConstraints >
222-
223219 <Symbols >
224220 <!-- This is the package guid. -->
225221 <GuidSymbol name =" guidGitHubPkg" value =" {c3d3dc68-c977-411f-b3e8-03b0dccf7dfc}" />
266262 <IDSymbol name =" idCreateGistCommand" value =" 0x0400" />
267263 </GuidSymbol >
268264
269- <GuidSymbol name =" guidMenuLoadingContext" value =" {F2CC8C27-AF24-4BA6-80BC-4819A0E8844F}" />
270-
271265 <GuidSymbol name =" GUID_XAML_EDITOR" value =" {4C87B692-1202-46AA-B64C-EF01FAEC53DA}" >
272266 <IDSymbol name =" ID_XAML_CTXT" value =" 259" />
273267 </GuidSymbol >
Original file line number Diff line number Diff line change @@ -93,29 +93,6 @@ public GHClient(IProgram program)
9393 }
9494 }
9595
96- //[NullGuard.NullGuard(NullGuard.ValidationFlags.None)]
97- //[PackageRegistration(UseManagedResourcesOnly = true)]
98- //[ProvideAutoLoad(MenuLoadingContextId)]
99- //[ProvideUIContextRule(MenuLoadingContextId,
100- // name: "GitHub context menus",
101- // expression: "FileOpen",
102- // termNames: new[] { "FileOpen" },
103- // termValues: new[] { "ActiveEditorContentType:CSharp" }
104- //)]
105- //[Guid(MenuRegistrationPackageId)]
106- //public sealed class MenuRegistrationPackage : Package
107- //{
108- // const string MenuRegistrationPackageId = "E37D3B17-2255-4144-9802-349530796693";
109- // const string MenuLoadingContextId = "F2CC8C27-AF24-4BA6-80BC-4819A0E8844F";
110-
111- // protected override void Initialize()
112- // {
113- // base.Initialize();
114-
115-
116- // }
117- //}
118-
11996 [ NullGuard . NullGuard ( NullGuard . ValidationFlags . None ) ]
12097 [ PackageRegistration ( UseManagedResourcesOnly = true , AllowsBackgroundLoading = true ) ]
12198 [ ProvideService ( typeof ( IMenuProvider ) , IsAsyncQueryable = true ) ]
You can’t perform that action at this time.
0 commit comments