Open Issues Need Help
View All on GitHub Add max depth for searching for roku projects 2 months ago
AI Summary: Implement a maximum search depth of 15 levels when the BrighterScript compiler searches for Roku projects within a workspace. This prevents potential infinite loops caused by excessively deep directory structures and improves the robustness of the compiler.
Complexity:
3/5
good first issue LanguageServer
AI Summary: Implement two new settings in the BrighterScript Language Server Protocol (LSP): `projectDiscoveryExclude`, mirroring the existing `files.exclude` functionality to ignore specific project directories during discovery, and integrating `files.watcherExclude` to prevent files from being watched by the LSP's file watcher.
Complexity:
3/5
good first issue LanguageServer