RuntimePolicy Type
Session-level policy deciding how tool processes are launched, overlaying the runtime each tool declares for itself.
Union cases
| Union case |
Description
|
Full Usage:
Containerized image
Parameters:
string option
|
Run every tool inside a container. When `image` is None the tool runtime's default image is used (falling back to a base image).
|
Full Usage:
ForceRuntime runtime
Parameters:
string
|
Force every tool to launch through the named runtime on the host (e.g. "deno").
|
Full Usage:
HostDefault
|
Each tool uses its own declared runtime, executed on the host. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsContainerized
Returns: bool
|
|
Full Usage:
this.IsForceRuntime
Returns: bool
|
|
Full Usage:
this.IsHostDefault
Returns: bool
|
|
Nao