Skip to content

Commit 123df40

Browse files
committed
Update README.md
1 parent 48579d7 commit 123df40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,12 @@ An opt-in experimental R session watcher is implemented to support the following
7979
To enable this feature, turn on `r.sessionWatcher` in VSCode settings, reload or restart VSCode, and the session watcher will be activated automatically
8080
on R sessions launched by vscode-R via `R: Create R Terminal` command.
8181

82+
*If you previously appended the `source(...)` line to `~/.Rprofile`, you may safely remove it since the configuration for basic usage is automated. It is
83+
now only necessary for advanced usage described below.*
84+
8285
### Advanced usage (for self-managed R sessions)
8386

84-
For advanced users to work with self-managed R sessions (e.g. manually started R terminal in `tmux` or `screen` window), some extra
87+
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
8588
configuration is needed. Follow the steps below to make R session watcher work with any external R session:
8689

8790
1. Turn on `r.sessionWatcher` in VSCode settings.

0 commit comments

Comments
 (0)