Crate cmdpal_packaging

Crate cmdpal_packaging 

Source
Expand description

This module provides functions to make your extension installable and usable by the Command Palette. You should invoke these functions in build.rs to generate the necessary files for your extension. The generated files will be placed in the cargo artifacts directory, alongside the final binary.

Structs§

AppxManifest
Description struct for the AppxManifest XML file. This file is necessary to install the extension as a packaged app on Windows, allowing it to be recognized by the Command Palette.
AppxManifestBuilder
Builder for creating an AppxManifest.

Functions§

generate_winmd
Generates the Microsoft.CommandPalette.Extensions.winmd file alongside the final binary. This file is necessary for interoperability with the Command Palette.