Releases: quarto-dev/quarto
Releases · quarto-dev/quarto
VSC extension - v1.127.0
- By default, headers from markdown files in R projects (projects with a
DESCRIPTIONfile such as R package) are no longer exported as workspace symbols. They remain exported as usual in other projects. This behaviour can be controlled manually with the newquarto.symbols.exportToWorkspacesetting. - Added a new setting
quarto.useBundledQuartoInPositronto prefer the Quarto CLI bundled with Positron when available. This setting has precedence betweenquarto.pathandquarto.usePipQuarto, and has no effect outside of Positron (#841). - Visual Editor: uses a text box for alternative text and captions in callouts, images, and tables interface. (#644).
- Fixed a bug where previewing showed "Not Found" on Quarto files with spaces in the name in subfolders of projects (#853).
- Added support for semantic highlighting in Quarto documents, when using an LSP that supports it (for example, Pylance) (#868).
- Visual Editor: in Positron, add support for statement execution (#867).
VSC extension - v1.126.0
- Fixed a bug opening non-Quarto files in visual mode on saving (#848).
VSC extension - v1.125.0
- Fixed an issue where attribute values containing '='s could be truncated in some scenarios (#814).
- Fixed an issue where a loading spinner for qmd previews wasn't dismissed on preview errors (#823).
- Diagnostics are no longer reported for internal temporary virtual document files (#832).
- Fixed switching to visual mode for untitled documents in Positron (#831).
- Use environment variable
QUARTO_PANDOC, to use a custom path to Pandoc for the extension (#740) - Re-enable completions in visual mode in Positron, with fixes (#798)
VSC extension - v1.124.0
VSC extension - v1.123.0
- Fixed a bug with switching between source and visual editors in Positron (#732).
VSC extension - v1.122.0
- Language server temporary files are now permanently deleted, bypassing the trash can (#714).
- Change controls on Positron editor action bar and fix "Render on Save" behavior (#706).
- Add additional new control ("Insert Code Cell") to Positron editor action bar (#709).
- Turn off completions in visual mode in Positron, as a temporary stopgap until we can invest more in LSP features in the visual editor (#710).
VSC extension - v1.121.0
VSC extension - v1.120.0
- Fix issue where format on save could overwrite the contents of a document with incorrect results (#688).
VSC extension - v1.119.0
- Use
QUARTO_VISUAL_EDITOR_CONFIRMED>PW_TEST>CIto bypass (true) or force (false) the Visual Editor confirmation dialogue (#654). - Fix behavior in Positron when running a cell containing invalid/incomplete code (#664).
- Ensure
#|is added only at the beginning of a new line (#649). - Fix
languagetypos throughout the codebase (#650) - Update cell background configuration to add the ability to use the appropriate theme color. The
quarto.cells.backgroundsettings have changed names so you may need to update your configuration (#679). - Use new command to switch between source and visual editors in Positron (#684).