Edit .devcontainer/README.md [skip ci]

This commit is contained in:
Takashi Tamura 2022-02-08 08:45:39 +09:00
parent 460f90a9c1
commit 7a3d30475d
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,8 @@ With [VS Code Remote Development](https://marketplace.visualstudio.com/items?ite
## Docker images
We can switch docker images by rewriting the `dockerFile` property in `devcontainer.json`. See also [the reference](https://code.visualstudio.com/docs/remote/devcontainerjson-reference).
`stable/`: Docker image to develop the extension with the stable version of TeX Live. Based on the `bullseye` image on [the official Debian](https://hub.docker.com/_/debian).
`sid/`: Docker image to develop the extension with the testing version of TeX Live. Based on the `sid` image on [the official Debian](https://hub.docker.com/_/debian). See also https://www.debian.org/releases/index.en.html.

View File

@ -1,5 +1,3 @@
// See https://aka.ms/vscode-remote/containers for the
// documentation about the devcontainer.json format
{
"name": "Node.js 16 & TeX Live Base",
"dockerFile": "stable/Dockerfile",