We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bb641 commit b087ffeCopy full SHA for b087ffe
1 file changed
crates/emmylua_code_analysis/src/vfs/loader.rs
@@ -67,6 +67,7 @@ pub fn load_workspace_files(
67
};
68
69
for entry in WalkDir::new(root)
70
+ .follow_links(true)
71
.into_iter()
72
.filter_entry(|e| !exclude_dir.iter().any(|dir| e.path().starts_with(dir)))
73
.filter_map(|e| e.ok())
0 commit comments