mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Fix emacs-eglot test on emba
* test/infra/Dockerfile.emba (emacs-eglot): Do not install typescript via npm.
This commit is contained in:
parent
97e24e12d5
commit
5e3f68c669
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue