-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extension's vscode engine version * should be compatible with all VS Code editors #1087
Conversation
…Code editors Signed-off-by: Valeriy Svydenko <[email protected]>
Build 3.16 :: pluginregistry_3.x/318: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.x/7314: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.x/4792: Console, Changes, Git Data |
Build 3.16 :: get-sources-rhpkg-container-build_3.x/7297: pluginregistry : 3.x :: Build 62918304 : quay.io/devspaces/pluginregistry-rhel8:3.16-8 |
Build 3.16 :: pluginregistry_3.x/318: Upstream sync done; /DS_CI/sync-to-downstream_3.x/7314 triggered |
Build 3.16 :: update-digests_3.x/7148: Console, Changes, Git Data |
Build 3.16 :: operator-bundle_3.x/3361: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.x/7320: Console, Changes, Git Data |
Build 3.16 :: push-latest-container-to-quay_3.x/4797: Console, Changes, Git Data |
Build 3.16 :: copyIIBsToQuay/2720: Console, Changes, Git Data |
Build 3.16 :: sync-to-downstream_3.x/7320: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/7304 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.16 :: operator-bundle_3.x/3361: Upstream sync done; /DS_CI/sync-to-downstream_3.x/7320 triggered |
Build 3.16 :: dsc_3.x/1958: Console, Changes, Git Data |
Build 3.16 :: update-digests_3.x/7148: Detected new images: rebuild operator-bundle |
Build 3.16 :: dsc_3.x/1958: 3.16.0-CI |
Build 3.16 :: copyIIBsToQuay/2720: 3.16 |
What does this PR do?
If vsix extension's vscode engine version is
*
, it should be compatible with all VS Code editor versionsHow to test?
1/ Update openvsx-sync.json file by replacing the content with:
It contains magicstack.MagicPython extension which has vscode engine version *
2/ Try to build plugin registry by executing ./build.sh script
3/ Extension should be downloaded and published to the plugin registry
What issues does this PR fix or reference?
https://issues.redhat.com/browse/CRW-6803