-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
Describe the bug
First of all, when opening a .rmd file, R LanguageServer doesn't start. To do so, I need to create/open a .R file and then it starts. After working a bit on the R code in the .rmd, lsp often stops working and I don't get any more documentation. So far, it looks perfectly fine in .R file
To Reproduce
Steps to reproduce the behavior:
- Open a .rmd file
- You see that LanguageServer hasn't started.
- Open a .R file
- You see that LanguageServer has started
- Write some code chunk in the .Rmd
- LanguageServer quickly stops working
Expected behavior
The documentation of the variables and functions in a .Rmd work exactly as it does in a .R file
Environment (please complete the following information):
- OS: Windows 10
- VSCode Version 1.41.1
- R Version 3.6.1