Skip to content

Commit

Permalink
fix: comment out mounts (key should also be quoted)
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 31, 2024
1 parent 3ed2b03 commit 642d159
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
"features": {
"ghcr.io/devcontainers-contrib/features/sops:1": {}
},
mounts: [],
// "mounts": [
// "source=${env:HOME}/.gnupg,target=/root/.gnupg"
// ],

// Configure tool-specific properties.
"customizations": {
"settings": {
"remote.containers.copyGitConfig": true
},
// Configure properties specific to VS Code.
"vscode": {
"settings": {},
"extensions": [
"streetsidesoftware.code-spell-checker"
]
Expand Down

0 comments on commit 642d159

Please sign in to comment.