mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
More language server on emba
* test/infra/Dockerfile.emba (emacs-eglot): Install also typescript-language-server and vscode-json-languageserver.
This commit is contained in:
parent
f1766fd2b3
commit
13a4cd5ed1
1 changed files with 4 additions and 1 deletions
|
|
@ -71,9 +71,12 @@ RUN apt-get update && \
|
|||
# Install clangd, tsserver, rust-analyzer.
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
||||
clangd node-typescript rust-analyzer cargo \
|
||||
clangd npm node-typescript rust-analyzer cargo \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN npm install -g typescript-language-server typescript
|
||||
RUN npm install -g vscode-json-languageserver
|
||||
|
||||
# eclipse-jdt-ls is planned as Java language server.
|
||||
# See <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024246>.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue