Replies: 2 comments 7 replies
-
|
Which os is this? Try restarting the app and see if issue still present. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Hey @Mr-Shoez, I am unable to repro the issue so far. In my case, file tree updates and open files refresh correctly. Can you please help me with some details? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since the most recent update, Phoenix Code no longer automatically refreshes the file tree or open file buffers when they are modified by an external script.
I use a local build process where a node build.js script populates a template using data from a JSON file to generate blog posts. Previously, the generated HTML files would update instantly within the editor. Now, the editor requires a full restart to reflect the changes made by the build script.
Steps to Reproduce:
Open a project in Phoenix Code.
Run an external script (e.g., node build.js) that modifies existing files or creates new ones in the project directory.
Observe the files in the Phoenix Code editor.
Expected Behavior:
The editor should detect the file system change and update the file content/file tree automatically without needing to restart the application.
Actual Behavior:
The editor remains on the old version of the files. The updated content only appears after closing and reopening Phoenix Code.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions