We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b45ac commit 64d0fe2Copy full SHA for 64d0fe2
1 file changed
.devcontainer/devcontainer.json
@@ -84,7 +84,7 @@
84
"mounts": [
85
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
86
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached",
87
- "source=${localEnv:HOME}/.npmrc,target=/home/vscode/.aws,type=bind,consistency=cached"
+ "source=${localEnv:HOME}/.npmrc,target=/home/vscode/.npmrc,type=bind,consistency=cached"
88
],
89
"name": "Devcontainer",
90
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"
0 commit comments