execute_shell_command_code
Execute shell commands in the VS Code integrated terminal. Set a working directory and timeout to control command execution.
Instructions
Execute shell commands in VS Code integrated terminal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory for the command | . |
| command | Yes | The shell command to execute | |
| timeout | No | Command timeout in milliseconds (default: 10000) |