You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for a package with only pre-releases, packagecontrol.io doesn't list any version at all, as can be seen in this comment.
Also, for this case, it would be nice if a warning would be printed stating that the respective package can't be installed yet, unless you change the relevant setting.
The text was updated successfully, but these errors were encountered:
gerardroche
added a commit
to gerardroche/packagecontrol.io
that referenced
this issue
Jun 1, 2023
When a package pre release version supports the same platforms then
there is only one item in versions:
```
'versions': [
{
'version': '1.29.1',
'prerelease_version': '1.30.0-beta.2',
'platforms': ['*'],
'st_versions': ['3', '4']
}
],
```
Currently, for a package with only pre-releases, packagecontrol.io doesn't list any version at all, as can be seen in this comment.
Also, for this case, it would be nice if a warning would be printed stating that the respective package can't be installed yet, unless you change the relevant setting.
The text was updated successfully, but these errors were encountered: