biomejs / biome-vscode

Biome extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=biomejs.biome
Apache License 2.0
156 stars 18 forks source link

🐛 Minor annoyance: Choosing nightly build shouldn't display "update available" #195

Open Xerios opened 2 months ago

Xerios commented 2 months ago

VS Code version

1.88.1

Extension version

2.2.2

Biome version

1.6.4-nightly

Operating system

Description

It is a bit distracting having a big yellow bar showing update is available while using a nightly build when it's not really the case. Then again, perhaps this is due to the nightly version mistakenly having the same version (and not one version above) as the one that was already released.

Steps to reproduce

Select a nightly build from the version list on the status bottom bar of vscode, which then misleadingly shows that there's a new update.

Expected behavior

I would expect while having 1.6.4-nightlyXXXX build selected that when it notifies that there's a new version that it would an upgrade to 1.6.5 and not a downgrade to 1.6.4

Does this issue occur when using the CLI directly?

No

Logs

No response

ematipico commented 2 months ago

due to the nightly version mistakenly having the same version (and not one version above) as the one that was already released.

I thought we fixed it, but it seems we didn't :(