Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Aug 31, 2024
1 parent 2968312 commit 33b9a37
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Overview

With [VS Code Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), we can develop Dev 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](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.

`texlive/`: Docker image to develop the extension with the testing version of TeX Live. Based on [the official texlive image](https://hub.docker.com/r/texlive/texlive).

0 comments on commit 33b9a37

Please sign in to comment.