Microsoft Visual Studio Code language extension for Zeek (Bro) Script.
Requirements
This extension needs the platform-dependent zeek-language-server binary to
work. The extension can download server binaries for x86_64 Darwin and Linux
platforms if the executable was not found in the system. If no binaries are
provided for your platform you can try to build the language server
yourself.
To browse and complete Zeek standard library functions a
Zeek installation is required; zeek-config should to be
in PATH, or alternatively set ZEEKPATH to the prefixes containing the
system Zeek executables.
Formatting requires zeek-format
somewhere in PATH.