-
DescriptionI am using VS Code. When using parameter in the yaml frontmatter, the document can be rendered, but when execute the individual cell using
What am I missing here? ---
title: "Untitled"
format: html
params:
value: 13
---
```{r}
cat(params$value)
``` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Nothing. This is a feature not available in Quarto VSCode extension, nor in R VSCode extension. There was an opened feature request that was closed automatically ... |
Beta Was this translation helpful? Give feedback.
-
Hm. I really miss this... Any work arounds, except of the one suggested at REditorSupport/vscode-R#504 (comment)? |
Beta Was this translation helpful? Give feedback.
Feel free to open a "formal" feature request for Quarto VSCode extension, see https://github.com/quarto-dev/quarto/issues.