A preview command for VS Code extension? #4275
-
This question has been discussed in this issue but while the workflow I'm using right now still OK, it could be better... To get a preview in VS Code with file changes watched, I run the render command in VS Code, which opens a preview but uses the This seems a bit cumbersome. What I'd really like is a preview command, or something, as well as a render command, which runs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can turn on the "render on save" feature |
Beta Was this translation helpful? Give feedback.
-
The "render on save" feature is good, but why does the |
Beta Was this translation helpful? Give feedback.
You can turn on the "render on save" feature
quarto.render.renderOnSave
(disabled by default for performance reason).