You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable this feature, turn on `r.sessionWatcher` in VSCode settings, reload or restart VSCode, and the session watcher will be activated automatically
81
+
on R sessions launched by vscode-R via `R: Create R Terminal` command.
82
+
83
+
*If you previously appended the `source(...)` line to `~/.Rprofile`, you may safely remove it since the configuration for basic usage is automated. It is
84
+
now only necessary for advanced usage described below.*
85
+
86
+
### Advanced usage (for self-managed R sessions)
87
+
88
+
For advanced users to work with self-managed R sessions (e.g. manually launched R terminal or started in `tmux` or `screen` window), some extra
89
+
configuration is needed. Follow the steps below to make R session watcher work with any external R session:
90
+
91
+
1. Turn on `r.sessionWatcher` in VSCode settings.
92
+
2. Edit `.Rprofile` in your home directory by running the following code in R:
0 commit comments