Skip to content

Commit 3f1e7c9

Browse files
Update devcontainer-feature.json
1 parent c7c5aa8 commit 3f1e7c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/common-utils/devcontainer-feature.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
"target": "/devcontainers",
7878
"type": "volume"
7979
}
80-
// ,
81-
// {
82-
// "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
83-
// "target": "/tmp/setup_history.sh",
84-
// "type": "bind"
85-
// }
80+
,
81+
{
82+
"source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
83+
"target": "/tmp/setup_history.sh",
84+
"type": "bind"
85+
}
8686
]
87-
}
87+
}

0 commit comments

Comments
 (0)