vsce package
npx ovsx publish <file> -p <token>
Tests by extension version
- 1.0.0 No
licenseinpackage.jsonand no license file- Publish fails for lack of license
- Prod: Error on publish due to lack of license
- PR 807:
- Publish fails for lack of license
- 2.0.0 No
licenseinpackage.jsonandlicense.txtfile is provided:- Extension details page shows
Provided licenseand links to provided license file- Prod: OK and links to
license.txt - PR 807:
- Prod: OK and links to
- Extension details page shows
- 3.0.0 No
licenseinpackage.jsonandlicense.mdfile is provided:- Extension details page shows
Provided licenseand links to provided license file- Prod: OK and links to
license.md - PR 807:
- Prod: OK and links to
- Extension details page shows
- 4.0.0 No
licenseinpackage.jsonandlicensefile is provided:- Extension details page shows
Provided licenseand links to provided license file- Prod: OK and links to
license.txt - PR 807:
- Prod: OK and links to
- Extension details page shows
- 5.0.0 No
licenseinpackage.jsonandLICENSEfile is provided- Extension details page shows
Provided licenseand links to provided license file- Prod: OK and links to
LICENSE.txt - PR 807:
- Prod: OK and links to
- Extension details page shows
- 6.0.0 No
licenseinpackage.jsonandlicense.txtfile is provided, that contains verbatim MIT license.- Extension details page shows
Provided licenseand links to provided license file. Does not try to determine what type of license has been provided- Prod:
MITdisplayed and links tolicense.txt - PR 807:
- Prod:
- Extension details page shows
- 7.0.0
My special licensespecified forlicenseinpackage.jsonand no license file:My special licensetext is displayed with no link- Prod:
My special licenseis displayed with a link tohttps://spdx.org/licenses/My%20special%20license.htmlwhich results in a 404 - PR 807:
- Prod:
- 8.0.0
My special licensespecified inpackage.jsonand license file is provided:My special licensetext is displayed with a link to the license file- Prod:
My special licensetext is displayed with a link to the license file - PR 807:
- Prod:
- 9.0.0
My special licensespecified inpackage.jsonandlicense.txtfile is provided, that contains verbatim MIT license.My special licensetext is displayed with a link to the license file. Does not try to determine what type of license has been provided- Prod:
My special licensetext is displayed with a link to the license file. Does not try to determine what type of license has been provided - PR 807:
- Prod: