Skip to content
Snippets Groups Projects
Commit cbdeb7e2 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

remove lsp server parts.

parent 925ccfb7
Branches
No related tags found
No related merge requests found
...@@ -50,15 +50,6 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \ ...@@ -50,15 +50,6 @@ RUN echo -e "\e[93m***** Install Jupyter Lab Extensions ****\e[38;5;241m" && \
conda install -c conda-forge jupyterlab_code_formatter && \ conda install -c conda-forge jupyterlab_code_formatter && \
conda install black isort && \ conda install black isort && \
pip install jupyterlab-lsp 'python-lsp-server[all]' && \ pip install jupyterlab-lsp 'python-lsp-server[all]' && \
jlpm add --dev \
bash-language-server \
vscode-css-languageserver-bin \
dockerfile-language-server-nodejs \
vscode-html-languageserver-bin \
sql-language-server \
javascript-typescript-langserver \
vscode-json-languageserver-bin \
yaml-language-server && \
conda install -c conda-forge tectonic texlab chktex && \ conda install -c conda-forge tectonic texlab chktex && \
# echo -e "\e[93m***** Install Jupyter LaTeX ****\e[38;5;241m" && \ # echo -e "\e[93m***** Install Jupyter LaTeX ****\e[38;5;241m" && \
# cd /tmp && \ # cd /tmp && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment