The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(devcontainer): add more extensions

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso b1316bed e3e694d8

+8 -4
+4 -2
.devcontainer/devcontainer.json
··· 13 13 "features": { 14 14 "ghcr.io/xe/devcontainer-features/deno:1.2.1": {}, 15 15 "ghcr.io/devcontainers-extra/features/protoc:1": {}, 16 - // "ghcr.io/mrsimonemms/devcontainers/buf:1": {}, 16 + "ghcr.io/mrsimonemms/devcontainers/buf:1": {}, 17 17 "ghcr.io/michidk/devcontainers-features/typst:1": {} 18 18 }, 19 19 "mounts": [ ··· 34 34 "ronnidc.nunjucks", 35 35 "streetsidesoftware.code-spell-checker", 36 36 "zxh404.vscode-proto3", 37 - "xaver.clang-format" 37 + "xaver.clang-format", 38 + "austenc.tailwind-docs", 39 + "spellforce.css-tailwind" 38 40 ] 39 41 } 40 42 }
+4 -2
.vscode/extensions.json
··· 7 7 "ronnidc.nunjucks", 8 8 "streetsidesoftware.code-spell-checker", 9 9 "zxh404.vscode-proto3", 10 - "xaver.clang-format" 10 + "xaver.clang-format", 11 + "austenc.tailwind-docs", 12 + "spellforce.css-tailwind" 11 13 ] 12 - } 14 + }