isCompatible property

bool isCompatible
getter/setter pair

A flag indicating whether the plugin supports the same version of the plugin spec as the analysis server. If the value is false, then the plugin is expected to shutdown after returning the response.

Implementation

bool isCompatible;