Skip to content

Commit 6abae3e

Browse files
committed
backport
1 parent 6c3baf1 commit 6abae3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/changelog-1.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- ([#11943](https://github.com/quarto-dev/quarto-cli/issues/11943)): Fix callout title color on dark theme in revealjs following Revealjs update in quarto 1.6.
2626
- ([#11990](https://github.com/quarto-dev/quarto-cli/issues/11990)): Do not print parameter cell in parameterized Jupyter notebooks.
2727
- ([#12147](https://github.com/quarto-dev/quarto-cli/issues/12147)): for RevealJS format, `serif` and `simple` themes defaults back to have their heading color (`$presentation-heading-color`) to be the same as the body color (`$body-color`) as in Quarto 1.5.
28+
- ([#12627](https://github.com/quarto-dev/quarto-cli/issues/12627)): Don't actually install extension when user responds `yes` to first prompt but `no` to second.
2829

2930
## Dependencies
3031

src/extension/install.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export async function installExtension(
7878
if (!confirmed) {
7979
// Not confirmed, cancel the installation
8080
cancelInstallation();
81+
return false;
8182
}
8283

8384
// Complete the installation

0 commit comments

Comments
 (0)