Skip to content

Commit 5538c3a

Browse files
committed
Set default value for nextCommand input in launch.json
1 parent 427c268 commit 5538c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"id": "nextCommand",
1515
"type": "pickString",
1616
"description": "Select the next command",
17-
"options": ["dev", "build", "start"]
17+
"options": ["dev", "build", "start"],
18+
"default": "dev"
1819
}
1920
],
2021
"configurations": [

0 commit comments

Comments
 (0)