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
We should update how we decide which Quarto version we specify for running on Connect. This work would update the Quarto.version field in the config to be optional, and document what it means to set it. This should also update how we build the manifest.json accordingly:
From the Quarto.version in the config, if set (this field is now optional)
From the current active version of Quarto in the IDE, if the Quarto.version is not set in config
The answer to this should populate the quarto.version field in the manifest.json, when we build it.
The text was updated successfully, but these errors were encountered:
sagerb
changed the title
Update manifest.json Quarto version (platform) population
Update manifest.json Quarto version population
Dec 9, 2024
We should update how we decide which Quarto version we specify for running on Connect. This work would update the
Quarto.version
field in the config to be optional, and document what it means to set it. This should also update how we build themanifest.json
accordingly:Quarto.version
in the config, if set (this field is now optional)Quarto.version
is not set in configThe answer to this should populate the
quarto.version
field in themanifest.json
, when we build it.The text was updated successfully, but these errors were encountered: