Skip to content

Instantly share code, notes, and snippets.

@cdinu
Created September 6, 2023 09:17
Show Gist options
  • Save cdinu/62e4530d7d2d1f6d8c7e4fd676984323 to your computer and use it in GitHub Desktop.
Save cdinu/62e4530d7d2d1f6d8c7e4fd676984323 to your computer and use it in GitHub Desktop.
...
"mounts": [
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,readonly",
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.aws,target=/home/vscode/.aws,readonly",
"type=bind,source=${localEnv:HOME}${localEnv:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,readonly",
"type=bind,source=${localEnv:HOME}${localEnv:USERyyPROFILE}/.ssh,target=/home/vscode/.ssh,readonly"
],
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment