Skip to content

Commit a3ffed3

Browse files
committed
try adding support to run headless: false inside devcontainer
1 parent 91a7f22 commit a3ffed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/devcontainer.json

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
}
4444
}
4545
},
46+
"containerEnv": {
47+
"DISPLAY": "host.docker.internal:0.0"
48+
},
4649
"postCreateCommand": "pnpm install --force",
4750
"remoteEnv": {
4851
"NODE_ENV": "devcontainer",

0 commit comments

Comments
 (0)