Skip to content

tr #8

Answered by webdev23
DXV515 asked this question in Q&A
tr #8
Aug 31, 2024 · 1 comment
Discussion options

You must be logged in to vote

It appears that the file watcher, is detecting a change in your working directory.

It could be due to another tool or script you are using that is, for example, writing a log file.
Note that each reloads is due to a new change, so make sure to locate what is changing in your project files (including sub directories).

You could checks last modified files within a directory with ls -ltR | head
Since it's blinking, we don't see but the last modified file name appears in the watcher pane, aside of MODIFY.

By default, the file_watcher does exclude the file shelix.logs and /.git hidden directory in your project directory.

Since there is no central configuration for this as of now, you will hav…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by webdev23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants