We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949935b commit dbb7ffcCopy full SHA for dbb7ffc
install.sh
@@ -3,11 +3,11 @@ set -e
3
4
# The install.sh script is the installation entrypoint for any features in this repository.
5
#
6
-# The tooling will parse the features.json + user devcontainer, and write
7
-# any build-time arguments into a feature-set scoped "features.env"
+# The tooling will parse the devcontainer-features.json + user devcontainer, and write
+# any build-time arguments into a feature-set scoped "devcontainer-features.env"
8
# The author is free to source that file and use it however they would like.
9
set -a
10
-. ./features.env
+. ./devcontainer-features.env
11
set +a
12
13
# Build args are exposed to this entire feature set following the pattern: _BUILD_ARG_<FEATURE ID>_<OPTION NAME>
0 commit comments