Releases: bbannier/zeek-language-server
Releases · bbannier/zeek-language-server
v0.16.0
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
Add an option to allow injecting PATH to zeek binaries
v0.14.0
Swallow errors from zeek-format
v0.13.0
Include language configuration in vscode extension Closes #30.
v0.12.0
Bump dependencies
v0.11.0
Bump dependencies
v0.10.0
Reimplement vscode zeek language server find and download
v0.9.0
Remove debug code in completion This should never have been included.
v0.8.0
Use a system-dependent cache key in CI
v0.7.0
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.