Skip to content
Snippets Groups Projects
Verified Commit f6628377 authored by Olivier Benz's avatar Olivier Benz
Browse files

verse: Unpin LaTeX Workshop extension

parent 78345eb5
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
imagemagick \
## Install code-server extensions
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension quarto.quarto \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension James-Yu.latex-workshop@9.20.1 \
&& code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extension James-Yu.latex-workshop \
&& if [ -n "${RSTUDIO_VERSION}" ]; then \
## Check for quarto redundancy
if [ -d /opt/quarto ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment