Skip to content

Commit c9adbca

Browse files
committed
Adds Typst feature in the Dev Container configuration
Adds the feature and the Typst extension Reference: https://github.com/michidk/devcontainers-features/tree/main/src/typst
1 parent 021eb6a commit c9adbca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"username": "CSK"
88
},
99
"ghcr.io/devcontainers/features/git-lfs:1": {},
10+
"ghcr.io/michidk/devcontainers-features/typst:1": {},
1011
"ghcr.io/devcontainers/features/github-cli:1": {}
1112
},
1213
"customizations": {
@@ -21,7 +22,8 @@
2122
"GitHub.copilot",
2223
"GitHub.copilot-chat",
2324
"bierner.github-markdown-preview",
24-
"VisualStudioExptTeam.vscodeintellicode"
25+
"VisualStudioExptTeam.vscodeintellicode",
26+
"myriad-dreamin.tinymist"
2527
],
2628

2729
"settings": {

0 commit comments

Comments
 (0)