This folder contains the deployment files for the R language server.
🚨 Warning: This language server is experimental. Please read about the caveats before enabling it. 🚨
You can enable it by:
-
Append the
kubectl apply
command for the R language server deployment tokubectl-apply-all.sh
.echo kubectl apply --prune -l deploy=xlang-r -f configure/experimental/r --recursive >> kubectl-apply-all.sh
-
Adding the following environment variables to the
lsp-proxy
deployment to make it aware of the R language server's existence.# base/lsp-proxy/lsp-proxy.Deployment.yaml env: - name: LANGSERVER_R value: tcp://xlang-r:8080
-
Apply your changes to
lsp-proxy
and the R language server to the cluster../kubectl-apply-all.sh