-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: Info message when LSP is out of date #188
Conversation
@JoshuaBatty What do you think about this? I remember you had some objections. |
I'm just worried there might be a situation where users are on a stable mainnet version of |
That's a fair concern. We would have control over it though, as we manually set the minimum version to not receive the warning in the |
Cool, makes sense. I'm happy for this to merge then. |
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
Related FuelLabs/sway#5280
Adds a custom key to the
package.json
indicating the latest version offorc-lsp
at the time of the plugin's release. If the user's version offorc-lsp
is older than that, they will see an info message.