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
Currently, the VS Code extension only allows interactive code execution (for .qmd files) for a few specified languages. The question has been raised whether that could be enabled for all languages Quarto otherwise supports via Jupyter or knitr.
Not sure what can be done, especially because there is so many options of interactive available when you consider all available Jupyter Kernel, and custom knitr engine. Should quarto extension know them all to activate the run cell button ? Maybe there is a way that does not imply to know them all if an other extension can communicate support.
Although thedocs do not yet reflect this, Stata "Run Cell" was added in 5e0c7b5 (see #336 (comment)). Also supported currently: bash (with "sh" and "shell" as aliases).
Would it make sense to likewise add code execution for all languages already recognized here and/or here?
The text was updated successfully, but these errors were encountered:
Currently, the VS Code extension only allows interactive code execution (for .qmd files) for a few specified languages. The question has been raised whether that could be enabled for all languages Quarto otherwise supports via Jupyter or knitr.
Originally posted by @cderv in quarto-dev/quarto-cli#4757 (reply in thread)
Although the docs do not yet reflect this, Stata "Run Cell" was added in 5e0c7b5 (see #336 (comment)). Also supported currently: bash (with "sh" and "shell" as aliases).
Would it make sense to likewise add code execution for all languages already recognized here and/or here?
The text was updated successfully, but these errors were encountered: