Thanks in advance for your bug report!
What happened?
A user on Discord reports that PulsarNext has regressed in its file-watching capabilities, and can no longer detect changes to files outside of Pulsar if those files are within symlinked folders.
Pulsar version
PulsarNext 1.126.2025032416-next
Which OS does this happen on?
🍎 macOS
OS details
both Ventura and Sequoia
Which CPU architecture are you running this on?
ARM64/AArch64
What steps are needed to reproduce this?
mkdir project
mkdir project/folder
ln -s folder project/folder_symlink
pulsar-next project
In Pulsar Tree View expand all project folders
mkdir project/folder/test
Now in Tree View new folder test appears in project/folder but not in project/folder_symlink
Additional Information:
This is interesting. It might actually be an issue with nsfw, since PulsarNext recently attempted to switch off of node-pathwatcher and onto Pulsar’s builtin, nsfw-based watchPath function. Might just be a configuration thing, since I'm sure we're not the first people with this use case in mind.
Thanks in advance for your bug report!
What happened?
A user on Discord reports that PulsarNext has regressed in its file-watching capabilities, and can no longer detect changes to files outside of Pulsar if those files are within symlinked folders.
Pulsar version
PulsarNext 1.126.2025032416-next
Which OS does this happen on?
🍎 macOS
OS details
both Ventura and Sequoia
Which CPU architecture are you running this on?
ARM64/AArch64
What steps are needed to reproduce this?
Additional Information:
This is interesting. It might actually be an issue with
nsfw, since PulsarNext recently attempted to switch off ofnode-pathwatcherand onto Pulsar’s builtin,nsfw-basedwatchPathfunction. Might just be a configuration thing, since I'm sure we're not the first people with this use case in mind.