diff --git a/src/api.ts b/src/api.ts index 21d3d14b..87ec33fc 100644 --- a/src/api.ts +++ b/src/api.ts @@ -35,6 +35,11 @@ export interface IBaseVSIXOptions { * https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions */ target?: string; + + /** + * Mark this package as a pre-release + */ + preRelease?: boolean; } export interface ICreateVSIXOptions extends IBaseVSIXOptions {