-
-
Notifications
You must be signed in to change notification settings - Fork 140
Labels
enhancementNew feature or requestNew feature or requestfrontendContour Terminal Emulator (GUI frontend)Contour Terminal Emulator (GUI frontend)platform: windowstopics that directly address Windows platformtopics that directly address Windows platform
Milestone
Description
- get Windows 11 on my Workstation PC :-D
- [DefApp] Document how it works microsoft/terminal#9462
- you need to implement a COM server for this: https://github.com/microsoft/terminal/blob/main/src/host/proxy/ITerminalHandoff.idl
- in order to register your COM server with the OS you need to use sparse manifests: https://github.com/microsoft/AppModelSamples/tree/master/Samples/SparsePackages
- this is what needs to go into the manifest: https://github.com/microsoft/terminal/blob/eb7559733d3cc9062c7de610f3b95d9143099ca1/src/cascadia/CascadiaPackage/Package.appxmanifest#L77-L118 (a few lines below you can also see how to extend the context menu under Windows 11)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrontendContour Terminal Emulator (GUI frontend)Contour Terminal Emulator (GUI frontend)platform: windowstopics that directly address Windows platformtopics that directly address Windows platform