Fixed .devcontainer to be as it is in original repo

This commit is contained in:
Chris
2026-04-10 15:29:05 +00:00
parent 1c0886c2ae
commit 4d83b36644
6 changed files with 28 additions and 7 deletions

View File

@@ -27,10 +27,10 @@
////////////////////////////////////
// Linux Setup (X11)
////////////////////////////////////
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
],
"containerEnv": {},
//"mounts": [
//"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached"
//],
//"containerEnv": {},
////////////////////////////////////