How should extension versioning work inside a git project (format-resources)? #11514
-
DescriptionLet's say I'm using the quarto-monash/report extension, which is version 2.0.0 and it has I'm using the extension in my own project, which is under version control with git. When I install that extension to make reports, those resources are copied to the project's root directory when I do So, my IDE (VSCode) sees those "new" Later, I assume that the report format (extension) could evolve, say to version 2.0.1 (I assume I can update it in my project with quarto). Maybe in 2.0.1 the format-resource icons change? I assume the quarto command will take care of updating the _extension directory (and maybe I have to check-in the changes to git). But still, those un-versioned Maybe the report extension can use those icons without making them format-resources (it's a bug in the extension)? Again, my main |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The behaviour of |
Beta Was this translation helpful? Give feedback.
Looking at the documentation, I see:
Next, I emphasize the word logo, since that is what's happening in my case.