Skip to content

PulsarNext: Filesystem changes within symlinked folders no longer detected on macOS #1266

Description

@savetheclocktower

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • Have you used the debugging guide to try to resolve the issue?
  • Have you checked our FAQs to make sure your question isn't answered there?
  • Have you checked to make sure your issue does not already exist?
  • Have you checked you are on the latest release of Pulsar?

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingmacRelated to Pulsar running on macOSpulsar-nextRelated to the version of Pulsar that runs on the latest Electron

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions