Commit 9fa649a4 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

devcontainer.json: set permissions for /dev/kvm on every start

This prevents gem5 from erroring out after closing and re-opening VS Code.
parent a1986cbf
...@@ -13,5 +13,6 @@ ...@@ -13,5 +13,6 @@
] ]
} }
}, },
"remoteUser": "simbricks" "remoteUser": "simbricks",
"postStartCommand": "sudo chmod o+rw /dev/kvm"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment