Skip to content

Latest commit

 

History

History

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Overview

With VS Code Remote Development, we can develop LaTeX Workshop in a container by executing Remote-Containers: Reopen Folder in Container. See:

Docker images

We can switch docker images by rewriting the dockerFile property in devcontainer.json. See also the reference.

stable/: Docker image to develop the extension with the stable version of TeX Live. Based on the bullseye image on the official Debian.

sid/: Docker image to develop the extension with the testing version of TeX Live. Based on the sid image on the official Debian. See also https://www.debian.org/releases/index.en.html.

texlive/: Docker image to develop the extension with the testing version of TeX Live. Based on the official texlive image.