#What versions does the latest version of ZLS support?

1 messages · Page 1 of 1 (latest)

toxic aurora
#

I want to use Zig 0.10.x (for stability).

The Zig VS Code extension installs the latest version of ZLS, but will this work well with a Zig 0.10.x project? Or would it break stuff?

#

Zig 0.10.1 is older than ZLS 0.11.0-dev.479+c28a59c. Update Zig to avoid unexpected behavior.
I guess there's this, but...I want to stay on 0.10.1...

#

Does this mean I need to downgrade ZLS?

#

(or should)

tacit plaza
#

Latest ZLS is tailored to latest Zig
off the top of my head:
build system differences
translate-c differs
for loops

toxic aurora
tacit plaza
#

ye

toxic aurora
#

Hm okay

#

Thanks

toxic aurora
#

I switched to ZLS 0.10.0, but then I get:

ZLS has been build with a newer version than you are using! This may cause unexpected issues.

#

And I don't see a ZLS 0.10.1...

final wind
#

yep there's no zls 0.10.1

#

we only work on master because that's all we have the bandwidth for, you could try and find the commit that matches the 0.10.1 release date

midnight juniper
ocean sphinx
#

Latest zls works perfectly just fine for me with 0.10.1 - if anything is broken, I haven't noticed

vocal cape
ocean sphinx
#

Oh man, I would upgrade for cimport completion alone. Good to know. Thanks for listing these @vocal cape!