VSC extension - v1.136.0
·
12 commits
to main
since this release
- Reduce memory usage by only starting the language server (LSP) in projects containing Quarto documents (#1059).
- Fixed a bug where single-line display math with a cross-reference label (e.g.
$$1+1$$ {#eq-spec0}), or an unclosed$$, stopped the rest of the document from being parsed, so headings went missing from the outline, LaTeX preview was unavailable, and code cells below could not be run (#1063). - Adds a command "Quarto: Reflow Comments in Cell" that breaks up long comment lines into multiple comment lines (by default 80 characters is considered long, but that is configurable by
quarto.cells.reflowColumn) (#1087). - Make "insert cell" split the cell when cursor is inside, or insert a cell above when the cursor is at the top (#1086).
- Add highlighting for option comments in code cells (#1084).