LaTeX-Workshop/.devcontainer
2022-02-16 13:43:36 +09:00
..
sid Install pygments and minted [skip ci] 2022-02-16 13:43:36 +09:00
stable Install pygments and minted [skip ci] 2022-02-16 13:43:36 +09:00
texlive Use Debian sid [skip ci] 2022-02-07 12:06:57 +09:00
devcontainer.json Edit .devcontainer/README.md [skip ci] 2022-02-08 08:45:39 +09:00
README.md Edit .devcontainer/README.md [skip ci] 2022-02-08 08:45:39 +09:00

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.