staticExtensionsSearchDepth top-level constant

int const staticExtensionsSearchDepth

The depth to search the user's IDE workspace roots for projects with DevTools extensions.

We use a larger depth than the default to reduce the risk of missing static extensions in the user's project.

Implementation

const staticExtensionsSearchDepth = 8;