mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lint lament
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
eedad96d62
commit
918bd830f0
@ -366,6 +366,7 @@ export class ExtensionDiscovery extends Singleton {
|
||||
|
||||
if (manifest.engines?.lens) {
|
||||
const appSemVerLatestImplied = appSemVer;
|
||||
|
||||
if (appSemVerLatestImplied.prerelease?.[0] === "latest") {
|
||||
/* remove the "latest" prerelease tag so as not to require the extension to specify it */
|
||||
appSemVerLatestImplied.prerelease = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user