浏览代码

mount ssh dir

develop
Robin Thoni 3 个月前
父节点
当前提交
68469f313b
签署人:: Robin THONI <robin@rthoni.com> GPG 密钥 ID: 4E09DEF46B99E61E
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      .devcontainer/devcontainer.json

+ 2
- 1
.devcontainer/devcontainer.json 查看文件

@@ -13,7 +13,8 @@
13 13
 	},
14 14
 
15 15
 	"mounts": [
16
-		"source=${localEnv:HOME}/.docker,target=/home/vscode/.docker,type=bind"
16
+		"source=${localEnv:HOME}/.docker,target=/home/vscode/.docker,type=bind",
17
+		"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind"
17 18
 	],
18 19
 
19 20
 	"customizations": {

正在加载...
取消
保存