You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to Pulsar 1.131 (Electron 30), files modified by external programs
are no longer automatically reflected in open editor tabs. The file content only
updates after manually closing and reopening the file.
This worked correctly in previous versions (1.130 and earlier).
Steps to Reproduce
Open a file in Pulsar
Modify the file using an external program (e.g. Claude Code, a CLI tool, or
any other editor)
Observe that the Pulsar editor tab still shows the old content
Expected Behavior
The editor automatically reflects external file changes in real-time, as it did
before 1.131.
Actual Behavior
The editor does not reflect external changes. Manually closing and reopening the
file shows the updated content.
Environment
Pulsar version: 1.131
OS: macOS 26.3 (Build 25D125)
Additional Context
Zed editor correctly reflects external file changes in real-time
This regression appears to coincide with the Electron upgrade in 1.131,
which may have affected the nsfw native file watcher module
Description
Since upgrading to Pulsar 1.131 (Electron 30), files modified by external programs
are no longer automatically reflected in open editor tabs. The file content only
updates after manually closing and reopening the file.
This worked correctly in previous versions (1.130 and earlier).
Steps to Reproduce
any other editor)
Expected Behavior
The editor automatically reflects external file changes in real-time, as it did
before 1.131.
Actual Behavior
The editor does not reflect external changes. Manually closing and reopening the
file shows the updated content.
Environment
Additional Context
which may have affected the
nsfwnative file watcher modulensfwwatcher crashes on window reload;this regression may indicate an incomplete or related fix