Releases: quarto-dev/quarto
Releases · quarto-dev/quarto
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
- Add new controls for Positron editor action bar (#698).
- Improve editor focus preservation behavior (#699).
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
> CI
to 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
language
typos throughout the codebase (#650)
- Update cell background configuration to add the ability to use the appropriate theme color. The
quarto.cells.background
settings 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).
VSC extension - v1.118.0
1.118.0 (Release on 2024-11-26)
- Provide F1 help at cursor in Positron (#599)
- Expose new context keys for the main language of a document (#608)
- No longer send all snippet suggestions to the bottom of the completion list (#609).
VSC extension - v1.117.0
1.117.0 (Release on 2024-11-07)
- Fix issue with temp files for LSP request virtual documents (#585)
- Improved statement execution for Python
.qmd
files in Positron (#589)
- Automatically open
.qmd
files in visual or source editor if specified (#577)
VSC extension - v1.116.0
Changelog
1.116.0 (Release on 2024-10-08)
- Fix issue with raw html blocks being removed from document by Visual Editor (#552)
- Fix issue with raw latex blocks being removed from document by Visual Editor (#558)
- Support validation and autocompletion for
_brand.yml
files if supported by the Quarto version (>= 1.6.24) (#565)
VSC extension - v1.115.0
Changelog
1.115.0 (Release on 20 September 2024)
- Suppress background highlight on first line (#537).
- In Source Mode,
Insert Code Cell
now places your cursor directly into the code cell if you've already specified the language in a previous cell (#540).
- Improved reliability of sequential execution of code cells in Positron (#510).