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

completion changes for execution options #10889

Open
cscheid opened this issue Sep 25, 2024 · 1 comment
Open

completion changes for execution options #10889

cscheid opened this issue Sep 25, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request yaml-validation Issues with YAML validation and autocompletion in quarto
Milestone

Comments

@cscheid
Copy link
Collaborator

cscheid commented Sep 25, 2024

Execution options are current handled inconsistently. They can be declared either inside or outside an execute key, and they can appear in different contexts.

Outside execute:

context honored validated completed
top-level in project configuration yes yes no
inside specific formats in project configuration yes yes no
top-level in document configuration yes yes no
inside specific formats in document configuration yes yes no
inside code cells with the comment-pipe syntax (#| echo: false, etc) yes yes yes

Inside execute:

context honored validated completed
top-level in project configuration yes yes yes
inside specific formats in project configuration yes no no
top-level in document configuration yes yes yes
inside specific formats in document configuration yes no no
inside code cells with the comment-pipe syntax (#| echo: false, etc) NA NA NA
@cscheid cscheid added the yaml-validation Issues with YAML validation and autocompletion in quarto label Sep 25, 2024
@cscheid cscheid self-assigned this Sep 25, 2024
@cscheid cscheid added this to the v1.6 milestone Sep 25, 2024
@cscheid cscheid added the enhancement New feature or request label Sep 25, 2024
@cscheid
Copy link
Collaborator Author

cscheid commented Sep 25, 2024

(cc @cwickham)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request yaml-validation Issues with YAML validation and autocompletion in quarto
Projects
None yet
Development

No branches or pull requests

1 participant