devcontainer_exec
Run custom shell commands or scripts directly within a specified devcontainer workspace folder. Simplify execution of development tasks by leveraging the containerized environment context.
Instructions
Execute an arbitrary shell command inside the devcontainer for the specified workspace folder.Use this to run custom commands or scripts within the devcontainer context.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | ||
outputFilePath | No | ||
workspaceFolder | Yes |