I’m encountering an issue with the R Session Watcher extension in Visual Studio Code. Specifically, I’m unable to execute commands like View() or plot graphs through this extension. Despite enabling the R:Session watcher
option, it doesn’t seem to function as expected.
Interestingly, my terminal works perfectly fine for executing R commands. Below is my configuration:
Platform: x86_64-w64-mingw32
Architecture: x86_64
OS: mingw32
CRT: ucrt
System: x86_64, mingw32
R Version: R version 4.4.0 (2024-04-24 ucrt) "Puppy Cup"
I’ve installed the R extension for Visual Studio Code, and as mentioned, ensured that the R:Session watcher option
is enabled. Despite this, the functionality seems to be limited within the editor.
Any insights or suggestions on how to troubleshoot and resolve this issue would be greatly appreciated.
Thank you!