We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c5aa8 commit 3f1e7c9Copy full SHA for 3f1e7c9
src/common-utils/devcontainer-feature.json
@@ -77,11 +77,11 @@
77
"target": "/devcontainers",
78
"type": "volume"
79
}
80
- // ,
81
- // {
82
- // "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
83
- // "target": "/tmp/setup_history.sh",
84
- // "type": "bind"
85
- // }
+ ,
+ {
+ "source": "${containerWorkspaceFolder}/.devcontainer/common-utils/scripts/setup_history.sh",
+ "target": "/tmp/setup_history.sh",
+ "type": "bind"
+ }
86
]
87
-}
+}
0 commit comments