Skip to content

InstallationState

InstallationState = "not_found" | "installed" | "installed_version_unknown" | "permission_denied" | "command_not_allowed"

Defined in: core.ts:187

The resolved installation state of a single dependency.

  • "not_found" — Binary or plugin not found on the system.
  • "installed" — Found with a detected version string (see installedVersion).
  • "installed_version_unknown" — Found but version could not be detected.
  • "permission_denied" — The shell.execute permission was not granted.
  • "command_not_allowed" — The check.command is not in shellCommands allowlist.