Seems like str() in l.57 needs to be replaced by utils::str() to successfully execute ~/.vscode-R/init.R.
Due to
Each time the extension is activated, the latest session watcher script (init.R) will be deployed to ~/.vscode-R/init.R.
I can't solve this by manually changing to utils::str().
Wondering a bit that I seem to be the first stumbling across this? Or am I missing something? 🤔
Thanks for your effort!! 🚀
Seems like
str()in l.57 needs to be replaced byutils::str()to successfully execute~/.vscode-R/init.R.Due to
I can't solve this by manually changing to
utils::str().Wondering a bit that I seem to be the first stumbling across this? Or am I missing something? 🤔
Thanks for your effort!! 🚀