Skip to content

Commit 7c3a4b3

Browse files
committed
fixing defaults
1 parent bee2db6 commit 7c3a4b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/barretenberg/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"options": {
77
"version": {
88
"type": "string",
9-
"default": "nargo",
9+
"default": "",
1010
"description": "The version of Barretenberg to install. Defaults to the latest Nargo compatible version."
1111
}
1212
},

src/noir/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"options": {
77
"version": {
88
"type": "string",
9-
"default": "latest",
9+
"default": "",
1010
"description": "The version of Noir to install"
1111
}
1212
}

0 commit comments

Comments
 (0)