Releases: quarto-dev/quarto
Releases · quarto-dev/quarto
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
>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).