Closed parlough closed 1 month ago
A workaround for #7691, not accessing the tool window if it wasn't created due to isApplicableAsync being false for the SDK version. Does it in this listener so if the SDK version changes, the event still can be handled properly.
isApplicableAsync
LGTM, thank you @parlough
A workaround for #7691, not accessing the tool window if it wasn't created due to
isApplicableAsync
being false for the SDK version. Does it in this listener so if the SDK version changes, the event still can be handled properly.