22 lines
No EOL
522 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
} |