quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

Add option to set CLI args from VSCode #373

Open memeplex opened 4 months ago

memeplex commented 4 months ago

Currently there is quarto.path but no quarto.args. It would be useful to set options at user level, since there is no config file beyond the project.

Here is a real-life use case: https://github.com/quarto-dev/quarto-cli/discussions/8583#discussioncomment-8397098

EDIT: I understand it's not that easy since there are many subcommands. I guess quarto.renderArgs is a good compromise.