LSP: fix SimpleRoots to actually search in the root directory (#795)

This commit is contained in:
Frank Denis
2025-07-09 17:35:06 +02:00
committed by GitHub
parent a91e79382e
commit 727fe6f942
2 changed files with 108 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ export const IGNORE_PATTERNS = [
"obj/",
".idea/",
".vscode/",
".zig-cache/",
"zig-out",
]
const LIMIT = 100