quarto-dev / quarto-dev/quarto-cli
`--no-watch-inputs`: Preview says it's watching files but it may be not
Open
@cscheid is already working on this.
Since May 11, 2022.
enhancement
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
I just started using quarto-mode.el (thank you). When running quarto-preview, I notice that Emacs uses the --no-watch-inputs flag so that it doesn't re-render when files are updated.
HOwever, it does still print the message:
Output created: a.html
Watching files for changes
Browse at http://localhost:7062/
i.e. 'Watching files for changes'... I also see this on the command line if I do:
quarto preview a.qmd --no-watch-inputs
am I missing something? Or out of date? this is with quarto version 0.9.339 from manjaro linux.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.