Skip to content

Commit de5403e

Browse files
fix(devcontainer): Map local ssh keys to container (#180)
1 parent ff3727b commit de5403e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
// Should match what is defined in ui/package.json
77
"version": "21.1.0"
88
}
9-
}
9+
},
10+
"mounts": [
11+
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
12+
]
1013
}
14+

0 commit comments

Comments
 (0)