Describe the bug
not expanding symlinks.
Affected version
0.0.352 Commit: e743766
Steps to reproduce the behavior
mkdir real-dir
echo "function hello() { return 'world'; }" > real-dir/code.js
echo "# Documentation" > real-dir/README.md
ln -s real-dir linked-dir
ls -la
try @linked-dir, and nothing comes out
Expected behavior
able to see linked-dir/README.md; linked-dir/code.js
Additional context
No response