Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot reloading: Do not watch hidden files #309

Open
1 task done
cweiske opened this issue Nov 21, 2024 · 0 comments
Open
1 task done

Hot reloading: Do not watch hidden files #309

cweiske opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cweiske
Copy link

cweiske commented Nov 21, 2024

Describe your suggested feature

When files in the extension directory are changed, they get reloaded (hot reloading) - which is very nice for development.

The emacs editor writes temporary files beginning with .# in the same directory during editing; they are deleted when the file is saved in the editor.

Example: When editing de.ccc.media.js, a temporary file .#de.ccc.media.js is created.
Miru detects this temporary file and reloads when it changes, even when the actual file (de.ccc.media.js) did not yet change.

It would be nice if Miru would not watch/reload hidden extension files. (files beginning with a dot .).

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
@cweiske cweiske added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant