An unofficial LSP server for Endless Sky.
You need meson, which can typically be installed using pip
or your favorite package manager.
$ meson build --buildtype release # creates a build directory for the 'release' target.
$ cd build
$ ninja
You can run tests with ninja
like follows:
$ ninja test