You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the linked thread, this will require some thought to handle both the breaking change in Quarto and older versions. We might require two scripts and use the correct one based on quarto version.
My understanding is that this should now be working again in the latest Quarto builds.
We should leave this open for the moment, however, since it's possible Quarto might re-enable the use of --cached-only in the future and if so our script will break again.
Also at quarto-ext/shinylive#65
In the current implementation,
codeblock-to-json.ts
uses:Quarto 1.6 introduced breaking changes, which require an update in the code in favour of sth like:
The text was updated successfully, but these errors were encountered: