generated from devcontainers/feature-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
30 lines (30 loc) · 819 Bytes
/
devcontainer-feature.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "typst",
"id": "typst",
"version": "1.1.0",
"description": "Installs typst, a new markup-based typesetting system that is powerful and easy to learn.",
"documentationURL": "https://github.com/michidk/devcontainers-features/tree/main/src/typst",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.10.0",
"0.9.0",
"0.8.0"
],
"default": "latest",
"description": "Select version of typst."
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/common-utils"
],
"customizations": {
"vscode": {
"extensions": [
"myriad-dreamin.tinymist"
]
}
}
}