Readme for buttonz extension
Custom buttons
None
You can define the commands that are run by the buttons in settings.json:
{
"buttonz": {
"launch": "echo 'Button 1'",
"build" : "echo 'Button 2'"
}
}
If nothing is specified, a default echo command is executed.
Calling out known issues can help limit users opening duplicate issues against your extension.
RAS