Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Noddeland committed Jun 3, 2024
1 parent beb291a commit d370a3f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
// Linux Setup (X11)
////////////////////////////////////
//"mounts": [
//"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
// ],
"containerEnv": {},
//"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
//],
//"containerEnv": {},


//////////////////////////////////
//Windows Setup (WSL2)
////////////////////////////////////
"mounts": [
"source=/mnt/wslg,target=/mnt/wslg,type=bind,consistency=cached"
],
"containerEnv": {
"PULSE_SERVER": "/mnt/wslg/PulseServer"
},
// Windows Setup (WSL2)
////////////////////////////////////
//"mounts": [
// "source=/mnt/wslg,target=/mnt/wslg,type=bind,consistency=cached"
//],
//"containerEnv": {
// "PULSE_SERVER": "/mnt/wslg/PulseServer"
//},


////////////////////////////////////
Expand Down

0 comments on commit d370a3f

Please sign in to comment.