How to avoid recurse behavior on directories supplied in format-resources:
?
#9874
-
DescriptionHow to avoid recurse behavior on directories supplied in
My plan is then to use
Related to: #6526. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Do you have a concrete example? A small Git repository maybe? |
Beta Was this translation helpful? Give feedback.
-
It seems like an issue following a change we made... File globbing now works in format resources following this change 7d95eb8 to solve #6241 quarto-cli/src/extension/extension.ts Lines 724 to 736 in e09ae92 And this is a 1.4 regression compared to 1.3, because now Using v1.4.516 will copy the directory and v1.4.517 and later will copy the file inside the directory. So I will open an issue about this, because we need to either revert or adapt, or document the changes. |
Beta Was this translation helpful? Give feedback.
Tracked at #9918 now