Add .devcontainer/README.md [skip ci]

This commit is contained in:
Takashi Tamura 2022-02-05 15:20:23 +09:00
parent 6f6d5700ee
commit 4dc5c4c6bc

12
.devcontainer/README.md Normal file
View File

@ -0,0 +1,12 @@
## Overview
With [VS Code Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), 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
`node/Dockerfile`: Docker image to develop the extension with the stable version of TeX Live.
`texlive/Dockerfile`: Docker image to develop the extension with the develop version of TeX Live.