mirror of
https://github.com/James-Yu/LaTeX-Workshop.git
synced 2025-01-07 09:47:04 +03:00
.. | ||
sid | ||
stable | ||
texlive | ||
devcontainer.json | ||
README.md |
Overview
With VS Code Remote Development, we can develop LaTeX Workshop in a container by executing Remote-Containers: Reopen Folder in Container
. See:
- https://code.visualstudio.com/docs/remote/containers#_quick-start-open-an-existing-folder-in-a-container
- https://code.visualstudio.com/api/advanced-topics/remote-extensions#debugging-in-a-custom-development-container
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.