-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Describe the bug
When I press 'Enter & Command', R code can be run in R terminal. However, when I try plotting, httpgd plot viewer can open, showing "Status: 404 Reason: Not Found". By clicking "Open in External Browser" button, I can see the plot.
To Reproduce
see above and screenshot
Do you want to fix by self? (We hope your help!)
No
(If related)setting.json
Expected behavior
httpgd plot viewer can show plot normally
Environment (please complete the following information):
- OS: Ubuntu 18.04.2
- VSCode Version: 1.63.2
- R Version: 4.1.1
- vscode-R version: 2.3.6
Additional context
No
Reactions are currently unavailable

{ "r.rterm.option": [ "--r-binary=/raid1/shiq/app/miniconda3/envs/R/bin/R" ], "r.rpath.linux": "/raid1/shiq/app/miniconda3/envs/R/bin/R", "r.rterm.linux": "/raid1/shiq/app/miniconda3/envs/R/bin/radian", "r.bracketedPaste": true, "editor.hover.enabled": false, "r.plot.useHttpgd": true }