resetDetectRunningIDEs method

void resetDetectRunningIDEs()

Resets the cache for detectRunningIDEsCached.

Implementation

void resetDetectRunningIDEs() {
  cachedRunningIDEs.clear();
  hasCachedResults.value = false;
}