/es-lsp

An unofficial LSP server for Endless Sky.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

es-lsp

An unofficial LSP server for Endless Sky.

Building

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