Devcontainers
JSON →Integrates with the devcontainers CLI to manage development containers. Requires Docker.
Tools · 3
- devcontainer_up Start or initialize a devcontainer environment in the specified workspace folder. Use this to ensure the devcontainer is running and ready for development tasks.
- devcontainer_run_user_commands Run the user-defined postCreateCommand and postStartCommand scripts in the devcontainer for the specified workspace folder. Use this to execute setup or initialization commands after the devcontainer starts.
- devcontainer_exec 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.
Links
★ 6 GitHub stars