Skip to content

Commit 012d457

Browse files
authored
always dismiss progress indicator after preview output (#823)
* always dismiss progress after preview output * Update changelog
1 parent 4d2f2cc commit 012d457

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.125.0 (Unreleased)
44

55
- Fixed an issue where attribute values containing '='s could be truncated in some scenarios (<https://github.com/quarto-dev/quarto/pull/814>).
6+
- Fixed an issue where a loading spinner for qmd previews wasn't dismissed on preview errors (<https://github.com/quarto-dev/quarto/pull/823>)
67

78
## 1.124.0 (Release on 2025-08-20)
89

apps/vscode/src/providers/preview/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ class PreviewManager {
574574
}
575575
}
576576
}
577+
this.progressDismiss()
577578
}
578579

579580
private progressShow(uri: Uri) {

0 commit comments

Comments
 (0)