Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Che plugin version numbers for VS Code extensions

As far as I remember Mario suggested using semiver notation for version of a plugin. 
Does version like <vscode-ext-version>-<sidecar-image-version> Comply with that?

пт, 29 марта 2019 г. в 12:29, Mario <mario.loriedo@xxxxxxxxx>:
 
1. When we use multiple VS Code extension in the same Che extension (as with Java, Java Debug)

That's the hardest one. That's a bundle of extensions and should have it's own, distinct, version. I don't think we have other options here
 
2. When we need to update the Che 7 plugin, but not the VS Code extensions (think an updated sidecar image)

A practical way to solve this would be to use <vscode-ext-version>-<sidecar-image-version>
 
3. When we do not refer to a fixed version of a VS Code extensions (implicitly "latest".

Can we refer to the latest version of a vscode extension now? If not that's not a problem yet. If we can I would stick with the rule to reuse the vs code extension version (i.e. latest). Related to https://github.com/eclipse/che/issues/12937

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/che-dev
--
Oleksandr Garagatyi

Back to the top