Skip to content

Commit ea346bc

Browse files
committed
Back to SurrogateServer
1 parent 13c887c commit ea346bc

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/pymanager/appxmanifest.xml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@
201201
</desktop4:ItemType>
202202
</desktop4:FileExplorerContextMenus>
203203
</desktop4:Extension>
204+
<com4:Extension Category="windows.comServer">
205+
<com4:ComServer>
206+
<com4:InProcessServer>
207+
<com4:InProcessServerDll Path="pyshellext.x64.dll" ProcessorArchitecture="x64" />
208+
<com4:InProcessServerDll Path="pyshellext.arm64.dll" ProcessorArchitecture="arm64" />
209+
<com4:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" DisplayName="EditInIdleCommand"
210+
Virtualization="disabled" ThreadingModel="Both" />
211+
</com4:InProcessServer>
212+
<com4:SurrogateServer>
213+
<com4:InProcessServerClassReference Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" />
214+
</com4:SurrogateServer>
215+
</com4:ComServer>
216+
</com4:Extension>
204217
</Extensions>
205218
</Application>
206219

@@ -269,15 +282,5 @@
269282
</Application>
270283
</Applications>
271284
<Extensions>
272-
<com4:Extension Category="windows.comServer">
273-
<com4:ComServer>
274-
<com4:Class Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" DisplayName="EditInIdleCommand" />
275-
<com4:InProcessServer>
276-
<com4:InProcessServerDll Path="pyshellext.x64.dll" ProcessorArchitecture="x64" />
277-
<com4:InProcessServerDll Path="pyshellext.arm64.dll" ProcessorArchitecture="arm64" />
278-
<com4:ClassReference Id="C7E29CB0-9691-4DE8-B72B-6719DDC0B4A1" ThreadingModel="Both" />
279-
</com4:InProcessServer>
280-
</com4:ComServer>
281-
</com4:Extension>
282285
</Extensions>
283286
</Package>

0 commit comments

Comments
 (0)