Jixabon / lando-ui

Provides a vscode ui for the development tool lando
https://marketplace.visualstudio.com/items?itemName=jixabon.lando-ui
5 stars 1 forks source link

Extension not working after Lando upgrade #24

Closed thegurf closed 7 months ago

thegurf commented 7 months ago

Looks like a recent Lando update has caused this extension to stop functioning. Here's the error I'm seeing.

image

Jixabon commented 7 months ago

If you know, what Lando version did you upgrade from and what version did you experience this issue on? Thanks!

Edit: I'm not immediately seeing anything standing out that should have broken it from the CHANGELOG. Could you also verify that the extension itself loads and/or when you get that error (on startup, after clicking a specific button, etc.)?

thegurf commented 7 months ago

Looks like I upgraded from v3.20.4 to v2.21.0-beta.8. Here's the other error I get on startup:

image

Jixabon commented 7 months ago

Looks like the checkVersion function is not including the beta version. I should have some time soon to revise this.

Jixabon commented 7 months ago

Issue should be fixed in v0.10.0. Let me know how it works!

thegurf commented 7 months ago

Thanks for the fix. Works great!