Skip to content

Commit 37a45d8

Browse files
committed
fixed the devcontainer on MacOS
1 parent 67269fe commit 37a45d8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
"runArgs": [
1111
"--init"
1212
],
13-
"remoteEnv": {
14-
"SSH_AUTH_SOCK": "/ssh-agent"
15-
},
1613
"mounts": [
1714
"source=stretchly-node-modules,target=/workspaces/stretchly/node_modules,type=volume",
18-
"source=${localEnv:SSH_AUTH_SOCK},target=/ssh-agent,type=bind",
1915
"source=${localEnv:HOME}/.ssh,target=/home/node/.ssh,type=bind,readonly",
2016
"source=${localEnv:HOME}/.gitconfig,target=/home/node/.gitconfig,type=bind,readonly",
2117
"source=${localEnv:HOME}/.npmrc,target=/home/node/.npmrc,type=bind,readonly"

0 commit comments

Comments
 (0)