You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is by design, but I noticed that a few options currently available on the CLI are not exposed on the API.
The packageCommand function accepts a IPackageOptions which seems to contain all the available options but the API's createVSIX function accepts a ICreateVSIXOptions which narrows the available options.
I guess what I'm asking is:
Is there a good reason for this that I am missing ?
Would you be willing to open all options to the API ?
I'd be willing to submit a PR.
The text was updated successfully, but these errors were encountered:
Not sure if this is by design, but I noticed that a few options currently available on the CLI are not exposed on the API.
The
packageCommand
function accepts aIPackageOptions
which seems to contain all the available options but the API'screateVSIX
function accepts aICreateVSIXOptions
which narrows the available options.I guess what I'm asking is:
I'd be willing to submit a PR.
The text was updated successfully, but these errors were encountered: