question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

As of vscode-R 1.6.0 I cannot see help files

See original GitHub issue

I have the latest versions of vscode-R (v1.6.0) and {languageserver} (v0.3.7) on the latest VSCode (v1.51.1) on MacOS 19.6.0. If I type into the console ?rnorm, as an example, I just see a black tab with nothing displayed there.

These are my current settings:

  "r.rterm.mac": "/usr/local/bin/radian",
  "r.rterm.option": [""],
  "r.bracketedPaste": true,
  "r.sessionWatcher": true,
  "r.lsp.debug": true,
  "r.lsp.diagnostics": true,
  "r.alwaysUseActiveTerminal": true,
Screenshot 2020-11-22 at 09 38 45

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
renkun-kencommented, Nov 23, 2020

@nathaneastwood Would you like to install the latest build at https://github.com/Ikuyadeu/vscode-R/actions/runs/377371651 and see if it works for you?

1reaction
ManuelHentschelcommented, Nov 22, 2020

load_all attaches an environment devtools_shims which contains a modified version of help that is not affected by the overwrites from init.R:

> devtools::load_all()
Loading RTestPackage

> search()
 [1] ".GlobalEnv"           "devtools_shims"       "package:RTestPackage"
...

> ls(as.environment('devtools_shims'))
[1] "?"           "help"        "system.file"
Read more comments on GitHub >

github_iconTop Results From Across the Web

November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74)
Read more >
CppDbg Debugger broken ( Version 1.6.0-insiders: August ...
To resolve this issue for Win 10 users, delete the following files: %USERPROFILE%\.vscode\extensions\ms-vscode.cpptools-1.6.0-insiders\install.
Read more >
Show all warnings and errors in visual studio code
Here is how you can see all problems in less than 10 seconds. You use a little trick. Open replace all in files...
Read more >
How to change Julia version in VSCode? - VS Code
I also went into my settings.json file and set my Julia executable path as ... I then restarted VSCode, but it still says...
Read more >
Installing PowerShellGet - PowerShell
This version of PowerShellGet has a limited features and doesn't support the ... PowerShell 6.0 shipped with version 1.6.0 of PowerShellGet.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found