vscode-R
vscode-R copied to clipboard
Fix RMD Progress Bar
What problem did you solve?
Closes #1404.
This PR adds another regex to check for chunk progress in the form of x/y. This appears to have been a change made to the rmarkdown package, so the previous implementation is needed for backwards compatibility.
How can I check this pull request?
With the latest version of rmarkdown, use vscode-R's knit preview or smart knit commands.