We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2f2cc commit 012d457Copy full SHA for 012d457
apps/vscode/CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.125.0 (Unreleased)
4
5
- 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>)
7
8
## 1.124.0 (Release on 2025-08-20)
9
apps/vscode/src/providers/preview/preview.ts
@@ -574,6 +574,7 @@ class PreviewManager {
574
}
575
576
577
+ this.progressDismiss()
578
579
580
private progressShow(uri: Uri) {
0 commit comments