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
In the Quarto project profiles documentation, when we have two environment files named _quarto-advanced.yml and _quarto-production.yml, we gain the capability to render a document under either a single profile or multiple profiles using the following commands:
# Render a single profile via command line
quarto render --profile advanced
quarto render --profile production
# Render with multiple profiles via command line
quarto render --profile advanced,production
However, only the default set in _quarto.yml is being used.
Would it be possible to add a way to specify or select the Quarto profile to build from when using the click-to-render button in VS Code?
The text was updated successfully, but these errors were encountered:
In the Quarto project profiles documentation, when we have two environment files named
_quarto-advanced.yml
and_quarto-production.yml
, we gain the capability to render a document under either a single profile or multiple profiles using the following commands:However, only the
default
set in_quarto.yml
is being used.Would it be possible to add a way to specify or select the Quarto profile to build from when using the click-to-render button in VS Code?
The text was updated successfully, but these errors were encountered: