Launch terminal presets in the editor area from status bar buttons.
Open the activity bar (the vertical strip of icons on the far left edge of the window). It usually contains:
You will see a Commands icon there.
Presets live in settings.json under commands.presets.
{
"commands.presets": [
{
"id": "claude",
"nickname": "Claude",
"command": "claude",
"icon": "asset:claude",
"enabled": true,
"showInStatusBar": true
}
]
}