Fix emacs-eglot test on emba

* test/infra/Dockerfile.emba (emacs-eglot): Do not install
typescript via npm.
This commit is contained in:
Michael Albinus 2026-07-27 18:31:30 +02:00
parent 97e24e12d5
commit 5e3f68c669

View file

@ -74,7 +74,7 @@ RUN apt-get update && \
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 typescript-language-server
RUN npm install -g vscode-json-languageserver
# eclipse-jdt-ls is planned as Java language server.