Packaging and publishing
vsce package
npx ovsx publish <file> -p <token>
Tests by extension version
- 1.0.0 No
license in package.json and no license file
- Publish fails for lack of license
- Prod: Error on publish due to lack of license
- PR 807:
- 2.0.0 No
license in package.json and license.txt file is provided:
- Extension details page shows
Provided license and links to provided license file
- Prod: OK and links to
license.txt
- PR 807:
- 3.0.0 No
license in package.json and license.md file is provided:
- Extension details page shows
Provided license and links to provided license file
- Prod: OK and links to
license.md
- PR 807:
- 4.0.0 No
license in package.json and license file is provided:
- Extension details page shows
Provided license and links to provided license file
- Prod: OK and links to
license.txt
- PR 807:
- 5.0.0 No
license in package.json and LICENSE file is provided
- Extension details page shows
Provided license and links to provided license file
- Prod: OK and links to
LICENSE.txt
- PR 807:
- 6.0.0 No
license in package.json and license.txt file is provided, that contains verbatim MIT license.
- Extension details page shows
Provided license and links to provided license file. Does not try to determine what type of license has been provided
- Prod:
MIT displayed and links to license.txt
- PR 807:
- 7.0.0
My special license specified for license in package.json and no license file:
My special license text is displayed with no link
- Prod:
My special license is displayed with a link to https://spdx.org/licenses/My%20special%20license.html which results in a 404
- PR 807:
- 8.0.0
My special license specified in package.json and license file is provided:
My special license text is displayed with a link to the license file
- Prod:
My special license text is displayed with a link to the license file
- PR 807:
- 9.0.0
My special license specified in package.json and license.txt file is provided, that contains verbatim MIT license.
My special license text is displayed with a link to the license file. Does not try to determine what type of license has been provided
- Prod:
My special license text is displayed with a link to the license file. Does not try to determine what type of license has been provided
- PR 807:
| |