← Back to all sparks
Q

quarto

INFRA · APIS
Velocity6.3

Quarto open-source scientific and technical publishing system

Quarto relicenses its VS Code extension to MIT, removing the last legal friction for commercial bundling and forking.

devtoolsscientific-computingvscode-extensionopen-sourcepositronmit-license
Current state
Quarto's VS Code extension is shipping monthly with a consistent focus on cell editing quality and Positron (Posit's scientific IDE) integration depth. Recent releases added live diagnostics in .qmd code cells (squiggly underlines from language servers), LSP memory optimization that avoids starting the language server in non-Quarto workspaces, Julia cell execution in Positron, and a suite of cell editing tools — comment reflow, insert-cell split behavior, and option comment highlighting. The v1.137.0 MIT relicense is the most significant standalone move in the window.
Where it's heading
The Positron integration thread is consistent across six releases: Quarto is building toward being the canonical authoring surface for Posit's scientific stack. The MIT relicense and the public CLI API (added in v1.128) together suggest Quarto is preparing for a world where other tools embed or extend it, not just where Quarto ships a standalone extension.
Prediction
The next likely moves are external tools using the public CLI API to query Quarto availability, and potentially other IDEs or platforms bundling the MIT-licensed extension rather than building their own Quarto integration.

Recent moves

  1. 11d ago

    Quarto VS Code Extension v1.137.0: Relicensed to MIT

    ⚡ SPARK

    v1.137.0 relicenses the Quarto VS Code extension from its previous license to MIT — a strategic opening that removes legal friction for commercial bundling, embedding in other editors, and forking by third parties. For an extension with a public API already in place, this is the unlock for ecosystem growth.

    View source ↗
  2. 21d ago

    VSC extension - v1.136.0

    v1.136.0 cuts memory overhead by only starting the language server in workspaces containing Quarto documents, fixes a math parse bug that broke the entire document outline on a single malformed equation, and adds a comment reflow command and smarter insert-cell behavior — meaningful quality-of-life for heavy .qmd authors.

    View source ↗
  3. 2mo ago

    VSC extension - v1.135.0

    v1.135.0 enables Julia code cell execution in Positron (matching Python and R parity) and fixes error toast flooding from cell failures — incremental but meaningful for data science teams using Julia alongside R and Python in the same .qmd document.

    View source ↗
  4. 2mo ago

    VSC extension - v1.134.0

    v1.134.0 deepens Positron integration with a unified Export command for .ipynb files, Render Document in the Notebook Editor, and a fix for IPython magic lines triggering false language-server diagnostics — reducing friction for users switching between .qmd and notebook workflows.

    View source ↗
  5. 3mo ago

    VSC extension - v1.133.0

    v1.133.0 adds live diagnostics (squiggly underlines) to .qmd code cells, outline visibility controls for cells, and custom div pair colorization — bringing the .qmd editing experience closer to what a dedicated IDE would offer for a custom file type.

    View source ↗
  6. 4mo ago

    VSC extension - v1.132.0

    v1.132.0 adds clickable file path links and filepath autocomplete in _quarto.yml, direct conversion commands between .qmd and .ipynb, and Positron plot sizing via cell figure options — all reducing the manual steps in a typical Quarto project setup workflow.

    View source ↗