Skip to content

ObsidianCdpTransportOptions.shouldWarnOnCompatibilityIssues?

ObsidianCdpTransportOptions › shouldWarnOnCompatibilityIssues?

Type: boolean

Whether the owned-instance compatibility **nag warnings** are emitted.

Covers **both** compatibility nags: the offline installer↔app warning (a runnable installer below the recommended floor) and the post-boot runtime-Electron warning (a live Electron below the app's recommended minimum). When true (the default) each fires via the harness log; set false to silence both — the verdicts are still computed and surfaced as data (compatibility / electronCompatibility), only the log is suppressed. Does not affect the 'unrunnable' throw (see shouldThrowOnIncompatibleInstaller). Only applies to an owned instance (ignored in attach mode, port set).