Skip to content

Commit

Permalink
fix: add preRelease flag to api (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Jan 3, 2022
1 parent d81a42f commit 507fd82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 507fd82

Please sign in to comment.