documents/.devcontainer/devcontainer.json
ndsboy 89c447666d
All checks were successful
deploy / deploy (push) Successful in 12s
fix: new typst version
2025-05-08 19:00:46 +00:00

22 lines
No EOL
522 B
JSON

{
"name": "documents",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/michidk/devcontainers-features/typst": {},
"ghcr.io/rocker-org/devcontainer-features/apt-packages": {
"packages": "fonts-noto-core,fonts-ubuntu"
}
},
"containerEnv": {
"TYPST_FONT_PATHS": "/usr/share/fonts"
},
"customizations": {
"vscode": {
"extensions": [
"myriad-dreamin.tinymist",
"redhat.vscode-yaml",
"mathematic.vscode-pdf"
]
}
}
}