Skip to content

Commit

Permalink
Update Quarto to 1.6.42 hotfix
Browse files Browse the repository at this point in the history
Quarto addressed a regression with code completions for .qmd files and backported
the fix to the 1.6 release.
  • Loading branch information
petetronic committed Feb 24, 2025
1 parent b0a41ac commit d125635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/lib/quarto.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/lib/quarto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function getQuartoLinux(version: string): Stream {
*/
export function getQuartoStream(): Stream {
// quarto version
const version = '1.6.40';
const version = '1.6.42';

fancyLog(`Synchronizing quarto ${version}...`);

Expand Down

0 comments on commit d125635

Please sign in to comment.