File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
tests/docs/manual/preview Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,16 @@ covers the interactive preview scenario.
3535- Ungraceful termination does not leave stale files because deletion already
3636 happened
3737
38+ ## Note on Positron fix
39+
40+ Quarto extension v1.131.0 (posit-dev/positron #13006 ) now sends
41+ ` previewTerminateRequest() ` when the terminal is closed, giving Quarto
42+ a clean shutdown. Our fix (immediate deletion after execution) and their
43+ fix (clean shutdown signal) are complementary — either alone prevents
44+ stale files, both together provide defense in depth.
45+
3846## Related
3947
4048- #14281 — within-session accumulation (fixed by PR #14287 )
4149- #12780 — ` keep-ipynb ` support (PR #12793 introduced this regression)
42- - posit-dev/positron #13006 — Killing Quarto Preview should exit process
50+ - posit-dev/positron #13006 — Killing Quarto Preview should exit process (fixed in extension v1.131.0)
You can’t perform that action at this time.
0 commit comments