Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## 1.125.0 (Unreleased)
## 1.125.0 (Release on 2025-09-03)

- Fixed an issue where attribute values containing '='s could be truncated in some scenarios (<https://github.com/quarto-dev/quarto/pull/814>).
- Fixed an issue where a loading spinner for qmd previews wasn't dismissed on preview errors (<https://github.com/quarto-dev/quarto/pull/823>).
- Diagnostics are no longer reported for internal temporary virtual document files (<https://github.com/quarto-dev/quarto/pull/832>).
- Fixed switching to visual mode for untitled documents in Positron (<https://github.com/quarto-dev/quarto/pull/831>).
- Use environment variable `QUARTO_PANDOC`, to use a custom path to Pandoc for the extension (<https://github.com/quarto-dev/quarto/pull/740>)
- Re-enable completions in visual mode in Positron, with fixes (<https://github.com/quarto-dev/quarto/pull/798>)

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

Expand Down