Skip to content

Commit

Permalink
remove mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored May 22, 2024
1 parent 02630d0 commit e88cc3c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,12 @@
"WallabyJs.wallaby-vscode",
"wix.vscode-import-cost",
"yzhang.markdown-all-in-one"
]
]
}
}
},
"mounts": [
"source=${localEnv:USERPROFILE}/.ssh/id_rsa,target=/root/.ssh/id_rsa,type=bind",
"source=${localEnv:USERPROFILE}/.gitconfig,target=/root/.gitconfig,type=bind"
],
},
"containerEnv": {
"DISPLAY": "host.docker.internal:0.0",
"LIBGL_ALWAYS_INDIRECT": "0"
},
"shutdownAction": "none"
}
}
}

0 comments on commit e88cc3c

Please sign in to comment.