sendTerminalCommand
Send text or commands to a VS Code terminal. Use getTerminalOutput to verify execution results.
Instructions
Send text/command to VS Code terminal. Fire-and-forget; use getTerminalOutput to check results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text or command to send to the terminal | |
| name | No | Terminal name to send to | |
| index | No | Terminal index (0-based) from listTerminals | |
| addNewline | No | Append newline to execute as command (default: true) | |
| isCommand | No | False for short stdin responses to prompts (max 512 chars, no shell metacharacters). |