- feat: add command
Quarto Wizard: New Reproducible Document
to create a new Quarto document in "new File" menu. - refactor: use "category" instead of hardcoding
Quarto Wizard:
in the command title.
- feat(assets/templates): add bibliography reference to the templates.
- feat(README.md): add usage instructions for
Quarto Wizard: New Reproducible Document
. - feat: add settings to specify the Quarto CLI path (
quartoWizard.quarto.path
). - feat: add settings to control user prompts for trusting authors and confirming installations (
quartoWizard.ask.trustAuthors
,quartoWizard.ask.confirmInstall
). - feat: introduce prompts for users to trust authors and confirm installations, with a "Never ask again" option to update settings accordingly.
- feat: enhance the extension installation process to update
_extension.yml
with the source repository (i.e.,source: <repository>
), ensuring future updates. - fix(README.md): remove duplicated command prefix.
- style: format code with Prettier.
- ci: allow anything after version number header in CHANGELOG.md.
- feat: add command
Quarto Wizard: New Reproducible Document
to create a new Quarto document. (#6) - refactor: replace "see details" with "show logs" in notification messages. (#5)
- docs: update README.md with updated usage instructions.
- feat: cache the list of available Quarto extensions (CSV) for twelve hours.
- feat: add command
Quarto Wizard: Clear Recently Installed Extensions
to remove the list of recently installed extensions. - fix:
Quarto Wizard: Install Extension(s)
errors if no workspace/folder is open. (#4) - refactor: split
extension.ts
into multiple files. - refactor: rename
quartoExtensions
toquartoWizard
. - refactor: update commands prefix from
Quarto
toQuarto Wizard
. - ci: publish to Open VSX Registry. (#3)
- Initial release of Quarto Wizard extension.
- feat: add command
Quarto: Install Extension(s)
to open the extension installer interface. - feat: add command
Quarto: Show Quarto Wizard Output
to display the output log for the extension.