REditorSupport / vscode-R

R Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
MIT License
1.07k stars 128 forks source link

Workspace not showing for private repo on VScode #1251

Closed shahnawaz323 closed 10 months ago

shahnawaz323 commented 1 year ago

I have launched a private repo directly from VS code which has a Rmarkdown file to edit. I cannot view workspace variables for the repo when I run code in code chunks or in radian terminal.

When I shift to local folder or clone the same repo workspace appears.

"R.term: /opt/anaconda3/bin/radian" "Rpath: /usr/local/bin/R" MacOS ventura VS code version: Version: 1.73.0 (Universal)

JSOn settings: { "editor.inlineSuggest.enabled": true, "r.rterm.mac": "/opt/anaconda3/bin/radian", "r.rterm.option": [ "--no-save", "--no-restore", "--local-history" ], "r.plot.useHttpgd": true, "r.bracketedPaste": true, "r.sessionWatcher": true, "r.alwaysUseActiveTerminal": true, "r.session.viewers.viewColumn": { "plot": "Active", "viewer": "Active", "pageViewer": "Beside", "view": "Active", "helpPanel": "Active" }, "r.workspaceViewer.showObjectSize": true, "r.session.levelOfObjectDetail": "Detailed", "r.lsp.debug": true, "r.rmarkdown.codeLensCommands": [ "r.runCurrentChunk", "r.runAboveChunks", "r.goToNextChunk", "r.goToPreviousChunk", "r.runBelowChunks" ], "r.workspaceViewer.removeHiddenItems": true, "r.rmarkdown.knit.openOutputFile": true, "r.rpath.mac": "/usr/local/bin/R", "terminal.integrated.tabs.title": "${workspaceFolder}", "files.associations": { "*.rmd": "rmd" }, }

I guess there is a bug which needs to be resolved.

github-actions[bot] commented 11 months ago

This issue is stale because it has been open for 365 days with no activity.

github-actions[bot] commented 10 months ago

This issue was closed because it has been inactive for 14 days since being marked as stale.