Replies: 1 comment 1 reply
-
I believe one of the strengths of the languageserver package is that, unlike RStudio, it can be used on arm64 too. So I have tested builds of This is sufficient for my own use, but to use it for definitions included in VSCode Remote-Containers, it needs to be owned by organizations such as REditorSupport and rocker-org, so I am working on a contribution for multi-architecture builds at rocker-org/rocker-versioned2 for the base image Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for your continuous development.
As pointed out in https://github.com/REditorSupport/vscode-r-lsp/issues/40#issuecomment-674439183, if we want to work on a Docker container using VSCode Remote-Containers, etc., there is a problem that it takes time to install the languageserver package on the container.
Currently, VSCode Remote-Containers includes the definition of R devcontainer, but it takes about 10 minutes to complete the build because it installs the languageserver and other packages locally.
https://github.com/microsoft/vscode-dev-containers/blob/29446f9e48aff5d9e679166026d8d55728e6df36/containers/r/.devcontainer/Dockerfile
Could you have a Docker image with packages such as languageserver and radian installed for VSCode Remote-Containers as shown in julia-vscode/julia-devcontainer in REditorSupport?
Beta Was this translation helpful? Give feedback.
All reactions