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§
- Appx
Manifest - 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.
- Appx
Manifest Builder - Builder for creating an AppxManifest.
Functions§
- generate_
winmd - Generates the
Microsoft.CommandPalette.Extensions.winmdfile alongside the final binary. This file is necessary for interoperability with the Command Palette.