Skip to content

Commit dc18c4f

Browse files
committed
feat: remove default selection of orderer and peer
1 parent 71f8aa8 commit dc18c4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.vscode/tasks.json

-2
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,11 @@
136136
{
137137
"id": "select-peer",
138138
"description": "Which peer do you want to use?",
139-
"default": "default",
140139
"type": "promptString"
141140
},
142141
{
143142
"id": "select-orderer",
144143
"description": "Which orderer do you want to use?",
145-
"default": "default",
146144
"type": "promptString"
147145
},
148146
{

0 commit comments

Comments
 (0)