vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

in vs code it showing please install the R Package "vscDebugger"

Open Ravi191203 opened this issue 1 year ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Can you fix this issue by yourself? (We appreciate the help)

Yes / No

(If yes,) can we assist you with anything?

(If applicable) Please attach setting.json

// R.exe path for windows
"r.rterm.windows": "",

// R path for Mac OS X
"r.rterm.mac": "/usr/local/bin/R",

// R path for Linux
"r.rterm.linux": "/usr/bin/R",

// R command line options (i.e: --vanilla)
"r.rterm.option": [],

// An optional encoding to pass to R when executing the file, i.e. 'source(FILE, encoding=ENCODING)'
"r.source.encoding": "UTF-8",

// Keeping focus when running
"r.source.focus": "editor",

// Use active terminal for all commands, rather than creating a new R terminal
"r.alwaysUseActiveTerminal": false,

// Use bracketed paste mode
"r.bracketedPaste": false,

// Enable R session watcher
"r.sessionWatcher": true,

// Delay in milliseconds before sending each line to rterm (only applies if r.bracketedPaste is false)
"r.rtermSendDelay": 8,

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. You can show the keyboard contents by pressing F1 and Developer: toggle screencast mode

Environment (please complete the following information):

  • OS: [e.g. Windows, macOS, Linux]
  • VSCode Version: [e.g. 1.42.0]
  • R Version: [e.g. 3.6.2]
  • vscode-R version: [e.g. 1.2.2]

Additional context Add any other context about the problem here.

Ravi191203 avatar Sep 13 '23 14:09 Ravi191203

Have to link vs code to CRAN

Ravi191203 avatar Sep 27 '23 00:09 Ravi191203

@Ravi191203 - Please can you fill out the issue template. It is required to provide the developers with the minimium information required to replicate and resolve your issue. Though your last comment has confused me do you mean linking to CRAN fixed the problem for you? If so please can you close the issue.

gowerc avatar Oct 11 '23 11:10 gowerc