Skip to content

Releases: bbannier/zeek-language-server

v0.16.0

27 Sep 19:13
Compare
Choose a tag to compare
Fix order in which server binary is found in vscode extension

Previously we would always prefer a `zeek-language-server` binary found
in PATH over a configured one; with this patch we now fix the order so a
configured one takes precedence.

We also remove some dead code looking for a server binary with a
platform-specific name. Such a binary is not used anymore since some
time.

v0.15.0

23 Sep 06:18
Compare
Choose a tag to compare
Add an option to allow injecting PATH to zeek binaries

v0.14.0

20 Sep 14:38
Compare
Choose a tag to compare
Swallow errors from zeek-format

v0.13.0

19 Sep 08:27
Compare
Choose a tag to compare
Include language configuration in vscode extension

Closes #30.

v0.12.0

17 Sep 14:43
Compare
Choose a tag to compare
Bump dependencies

v0.11.0

27 Aug 19:53
Compare
Choose a tag to compare
Bump dependencies

v0.10.0

24 Aug 15:28
Compare
Choose a tag to compare
Reimplement vscode zeek language server find and download

v0.9.0

28 Jul 06:50
Compare
Choose a tag to compare
Remove debug code in completion

This should never have been included.

v0.8.0

27 Jul 20:07
Compare
Choose a tag to compare
Use a system-dependent cache key in CI

v0.7.0

19 Apr 17:22
Compare
Choose a tag to compare
Move loading of system files to before server declares initialized

Loading of system files will sent mutating requests to self which can
deadlock with requests by users. Finish this work before accepting user
requests or notifications.