Skip to content

Commit 465bd81

Browse files
committed
Note Positron extension fix for clean shutdown in manual test doc
1 parent 90c0268 commit 465bd81

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/docs/manual/preview/14359-positron-kill-quarto-ipynb.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)