createTerminal
Create a VS Code integrated terminal. Configure name, working directory, environment variables, and whether to show the terminal panel.
Instructions
Create VS Code integrated terminal. Options: name, cwd, env vars, shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the terminal | |
| cwd | No | Working dir for terminal (must be within workspace) | |
| env | No | Extra env vars (key-value pairs, max 50 entries) | |
| show | No | Show terminal panel after creation (default: true) |