Skip to content

Commit

Permalink
mount /dev/input
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Brameld <[email protected]>
  • Loading branch information
ijnek committed Jul 29, 2024
1 parent afeba08 commit 5ff40c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.bash_history,target=/home/vscode/.bash_history,type=bind",
"source=${localWorkspaceFolder}/src.repos,target=/ws/src.repos,type=bind",
"source=/dev/input,target=/dev/input,type=bind", // for joystick
],
"initializeCommand": "mkdir -p ws/src"
}

0 comments on commit 5ff40c1

Please sign in to comment.