Skip to content

Commit

Permalink
Add addon name tasks.json input pickString
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Jun 10, 2024
1 parent f198d29 commit bc2821a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,15 @@
},
"problemMatcher": []
}
],
"inputs": [
{
"id": "addonName",
"type": "pickString",
"description": "Name of addon (to add your addon to this list, please edit .vscode/tasks.json)",
"options": [
"example", // Add your addon here (lower case directory name)
]
}
]
}
}

0 comments on commit bc2821a

Please sign in to comment.