Skip to content

Symbolic links / softlink / symlinks not expanded when referencing directories with @ #435

@liyuankui

Description

@liyuankui

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions