Closed
Description
Currently we say to start an R terminal by clicking "R:(not attached)" (https://github.com/r-devel/r-dev-env/blob/main/README.md?plain=1#L92-L95). This is fine when working through the README from start to finish, but if you skip the section on running R and have not opened an R file then "R:(not attached)" may not be shown.
So we can change this to open the R terminal through the command palette:
Ctrl/Cmd + Shift +P
type "R terminal"
select "R: Create R terminal"