Replies: 3 comments 4 replies
|
languageserver currently will parse all R files in |
3 replies
|
I wrote a small patch that instead of relying on the parsed files that are loaded in It works pretty well, but still using a hacky implementation. What do you think about such a feature for the server? (Of course with a proper implementation) |
1 reply
|
I'm working at the same company this issue happens. I've opened a detailed issue and suggestion in #618 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I've been trying to use the language server in a quite big private library (~10MB of code), and the language server indeed indexed all the R files. However, its memory consumption reached ~12GB.
Is there a way I could minimize the footprint?
Thanks
All reactions