vscode-R
vscode-R copied to clipboard
how to show variables?
hello,
sorry for the naive question but I have an issue. I would like to see the variables in R and the plots as in this https://github.com/REditorSupport/vscode-R/wiki/Sidebar-user-interface#workspace-viewer. attached in the other comment my VS.
code-server: v4.19.1 Code: 1.84.2 Commit: 0c98611e6b43803a9d5dba222d7023b569abfb49 Date: 2023-11-28T02:38:50.655Z (3 mos ago) Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Hi @Flu09, can you please confirm the following:
You have the following extension settings enabled/set:
- r.sessionWatcher
- r.session.watchGlobalEnvironment
and are you launching an R terminal from the provided R: Create terminal
command? I see from the status bar on the right that the R terminal isn't attached. You may want to refer to here on creating R terminals and using self-managed terminals as well.