Dockerfiles for all LSPs used with lspcontainers
.
This repository requires the latest:
To build images locally run:
docker-compose build <server>
to build a specific server (seedocker-compose.yaml
)docker-compose build
to build all serversdocker-compose build --parallel
to build all servers in parallel
Every container has two tags available:
-
The
latest
tag, which points to the latest container build -
A pinned version. The pinned version will be the latest version of the language server.