In the absence of bsconfig.json files, the language server will explore all the folders for manifest files.
This is unsafe as the extension may be active while editing non-Roku projects which may also include manifest files.
The discovery mechanism should validate that the manifests "look like" Roku manifests (e.g. "ini" files with maybe a title= entry)
See #1518 where a TODO is added