Commands: Open Terminal in Editor

Launch terminal presets in the editor area from status bar buttons.

What it does

Where to find it

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.

Commands

Preset settings

Presets live in settings.json under commands.presets.

{
  "commands.presets": [
    {
      "id": "claude",
      "nickname": "Claude",
      "command": "claude",
      "icon": "asset:claude",
      "enabled": true,
      "showInStatusBar": true
    }
  ]
}

Screenshots

Commands activity bar view Terminal in the editor area Commands preset editor