When I package or publish my extension using ovsx I get this warning:
WARNING A 'repository' field is missing from the 'package.json' manifest file.
Use --allow-missing-repository to bypass.
Do you want to continue? [y/N] y
For vsce I can use the suggested option allow-missing-repository to bypass with warning and hence make the command work in my CI/CD pipeline.
But for ovsx adding this option does not work - although it has been suggested as you can see above.
ovsx publish --allow-missing-repository --no-dependencies
error: unknown option '--allow-missing-repository'
When I package or publish my extension using
ovsxI get this warning:For
vsceI can use the suggested optionallow-missing-repositoryto bypass with warning and hence make the command work in my CI/CD pipeline.But for
ovsxadding this option does not work - although it has been suggested as you can see above.