emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
243 stars 34 forks source link

Refactored Dockerfiles #15

Closed rnikoopour closed 4 years ago

rnikoopour commented 4 years ago

This PR cleans up the docker files and shrinks the size of the provided containers. This required curating a narrower set of language servers to support.

yyoncho commented 4 years ago

Why do we delete some of the demo projects?

rnikoopour commented 4 years ago

I remove projects in languages that weren't supported and simplified other examples. As I add new language support, I plan to add demos for those languages.

Languages that were supported I simplified their demos.

I can restore the old demos for the supported languages if you'd like.

yyoncho commented 4 years ago

Thank you!