We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7389 commit bc6cf04Copy full SHA for bc6cf04
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "Devcontainer[website]",
3
+ "image": "mcr.microsoft.com/devcontainers/python:0-3.10",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/hugo:1": {
6
+ "extended": true
7
+ }
8
9
+}
0 commit comments