Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to select render profile #459

Open
coatless opened this issue Jun 2, 2024 · 0 comments
Open

Add option to select render profile #459

coatless opened this issue Jun 2, 2024 · 0 comments

Comments

@coatless
Copy link

coatless commented Jun 2, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant