Skip to content

Commit

Permalink
Refactor volume for Mix and Cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime committed Oct 22, 2024
1 parent bf19086 commit 0d2075e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/common-caches/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"type": "volume"
},
{
"source": "mix-cache",
"target": "/home/vscode/.mix",
"source": "mix-config",
"target": "/home/vscode/.config/mix",
"type": "volume"
},
{
"source": "cargo-cache",
"target": "/home/vscode/.cache/cargo",
"source": "cargo-config",
"target": "/home/vscode/.config/cargo",
"type": "volume"
}
]
Expand Down

0 comments on commit 0d2075e

Please sign in to comment.