dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Dockerfiles for all LSPs used with lspcontainers.

Results 20 dockerfiles issues
Sort by recently updated
recently updated
newest added

Hi, first time contributing here, so apologize i in advance for any silly mistake. the server repo: https://github.com/Feel-ix-343/markdown-oxide let me know if anything.

Hi! Thank you for an awesome repo. But I didn't get how to practically use these containers. For example, `lspcontainers/typescript-language-server` immediately closes after run. How to interact with it?

Dockerfile installation steps loosely based on the suggested [Puppet server configuration](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#puppet) Let me know if you have any questions and/or remarks! Thanks in advance!

## Overview The idea here is I'd like to try and see if we can build all LSP images with Nix so that they are as lightweight as possible and...

enhancement

## Overview I want to re-write `lspcontainers` from scratch considering all of the challenges we have faced over the past year working on the project. ## Features - [ ]...

enhancement

The rust-analyzer binary is already in the edge/community package repository from Alpine. Using this package instead of the component from rustup makes the container 500 MB smaller and avoids using...

enhancement
help wanted

## Problem We have found that some users rely on M1 and other incompatible processors for running `lspcontainers`. As mentioned in #86 there are other possible work around - however...

enhancement

## Problem Some languages support multiple versions (stable, lts, etc) that users may work with when developing applications. It would be good to support those variants for the given languages....

enhancement

gopls image startup is really slow. This is mainly due to the usermod and chmod performed by the entrypoint script. I tried to implement another dockerfile which uses the official...

enhancement