This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree 2 files changed +0
-29
lines changed
2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 216
216
217
217
</CommandPlacements >
218
218
219
- <VisibilityConstraints >
220
- <VisibilityItem guid =" guidContextMenuSet" id =" idGitHubContextMenuGroup" context =" guidMenuLoadingContext" />
221
- </VisibilityConstraints >
222
-
223
219
<Symbols >
224
220
<!-- This is the package guid. -->
225
221
<GuidSymbol name =" guidGitHubPkg" value =" {c3d3dc68-c977-411f-b3e8-03b0dccf7dfc}" />
266
262
<IDSymbol name =" idCreateGistCommand" value =" 0x0400" />
267
263
</GuidSymbol >
268
264
269
- <GuidSymbol name =" guidMenuLoadingContext" value =" {F2CC8C27-AF24-4BA6-80BC-4819A0E8844F}" />
270
-
271
265
<GuidSymbol name =" GUID_XAML_EDITOR" value =" {4C87B692-1202-46AA-B64C-EF01FAEC53DA}" >
272
266
<IDSymbol name =" ID_XAML_CTXT" value =" 259" />
273
267
</GuidSymbol >
Original file line number Diff line number Diff line change @@ -93,29 +93,6 @@ public GHClient(IProgram program)
93
93
}
94
94
}
95
95
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
-
119
96
[ NullGuard . NullGuard ( NullGuard . ValidationFlags . None ) ]
120
97
[ PackageRegistration ( UseManagedResourcesOnly = true , AllowsBackgroundLoading = true ) ]
121
98
[ ProvideService ( typeof ( IMenuProvider ) , IsAsyncQueryable = true ) ]
You can’t perform that action at this time.
0 commit comments