Releases: bbannier/zeek-language-server
Releases · bbannier/zeek-language-server
v0.26.0
Bump version
v0.25.0
- Add support for range formatting
- Parallelize file reading during startup
v0.24.0
Bump dependencies
v0.23.0
Fix completion for variable from field In order to complete a field one more layer of type resolution was needed. Closes #66.
v0.22.0
Merge branch 't/issue-66'
v0.21.0
Remove dependency on server in completion tests
v0.20.0
Move client capabilities to database
v0.19.0
Do not attempt to start server on unsupported platforms This extension now contains more than just support for running the server, so it makes sense to use it on other platforms as well. On such platforms we would still have emitted an error message about being unable to download the server, and also would have performed a check for `zeek-format` which is useless without the server With this patch we now skip the server initialization on such platforms and emit a simple information message.
v0.18.0
Let binaries to static linking with glibc
v0.17.0
Switch back to non-musl binaries on Linux This reverts commit 33d16b0d909e1fb80091fc6ecfbf97943b51fcfa. It seems that when building with musl e.g., the server's initial scan of the system directories takes orders of magnitude longer. Reverting back to non-musl Linux binaries for now.