run_terminal_command
Run terminal commands in VS Code, optionally specifying a working directory, to execute scripts, builds, or system operations directly from your development environment.
Instructions
Execute a command in VSCode terminal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (optional) | |
| command | Yes | Command to execute |