Skip to content

Commit b1316be

Browse files
committed
chore(devcontainer): add more extensions
Signed-off-by: Xe Iaso <[email protected]>
1 parent e3e694d commit b1316be

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"features": {
1414
"ghcr.io/xe/devcontainer-features/deno:1.2.1": {},
1515
"ghcr.io/devcontainers-extra/features/protoc:1": {},
16-
// "ghcr.io/mrsimonemms/devcontainers/buf:1": {},
16+
"ghcr.io/mrsimonemms/devcontainers/buf:1": {},
1717
"ghcr.io/michidk/devcontainers-features/typst:1": {}
1818
},
1919
"mounts": [
@@ -34,7 +34,9 @@
3434
"ronnidc.nunjucks",
3535
"streetsidesoftware.code-spell-checker",
3636
"zxh404.vscode-proto3",
37-
"xaver.clang-format"
37+
"xaver.clang-format",
38+
"austenc.tailwind-docs",
39+
"spellforce.css-tailwind"
3840
]
3941
}
4042
}

.vscode/extensions.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"ronnidc.nunjucks",
88
"streetsidesoftware.code-spell-checker",
99
"zxh404.vscode-proto3",
10-
"xaver.clang-format"
10+
"xaver.clang-format",
11+
"austenc.tailwind-docs",
12+
"spellforce.css-tailwind"
1113
]
12-
}
14+
}

0 commit comments

Comments
 (0)