You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow to skip modal prompt in CI/test environment (#654)
* ci: if CI is set don't prompt for modal
* chore: add changelog entry
* chore: add pr id to changelog entry
* fix: add `QUARTO_VISUAL_EDITOR_CONFIRMED=true`
* fix: add more levels of control for the modal
* chore: cleanup log
Copy file name to clipboardExpand all lines: apps/vscode/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## 1.119.0 (unreleased)
4
4
5
+
- Use `QUARTO_VISUAL_EDITOR_CONFIRMED` > `PW_TEST` > `CI` to bypass (`true`) or force (`false`) the Visual Editor confirmation dialogue (<https://github.com/quarto-dev/quarto/pull/654>).
6
+
5
7
## 1.118.0 (Release on 2024-11-26)
6
8
7
9
- Provide F1 help at cursor in Positron (<https://github.com/quarto-dev/quarto/pull/599>)
0 commit comments