VSCode: Set a main/primary doc for render/preview #2590
-
Is there a way to set a main/primary ---
title: "A Presentation"
date-format: short
bibliography: _references/references.bib
format:
revealjs:
output: true
reference-location: document
from: markdown+emoji
jupyter: julia-1.8
---
{{< slides/_intro.qmd >}}
{{< slides/_details.qmd >}}
...
If I'm editing Footnotes
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
For now it's not possible and I believe that is also the case for RStudio. This feature would require to perform static code analysis to guess which document is the parent and would also require to watch all children documents which then might become a performance issue. |
Beta Was this translation helpful? Give feedback.
For now it's not possible and I believe that is also the case for RStudio.
This feature would require to perform static code analysis to guess which document is the parent and would also require to watch all children documents which then might become a performance issue.