Add Typst Language support.
Build .typ
file with typst on Docker Container.
Docker is installed in your environment and Typst image shold be pulled. Here is recommended Dockerfile.
FROM ghcr.io/typst/typst:latest
RUN apk --update add fontconfig
COPY fonts /usr/share/fonts
WORKDIR /data
Note that when comppiling, the directory your typst file is in will be mounted to /data/
.
This extension contributes the following settings:
typst-with-docker.image
: Which docker image to usetypst-with-docker.build.run
: When to build typst fileonType
(default)onSave
onBuild
Initial build