vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

Launch R LSP by a custom command and on the system shell

Open Tal500 opened this issue 2 years ago • 2 comments
trafficstars

Currently, VSCode-R launches the R LSP by itself internally. While for simple use-cases it sounds fine, a more advance user would like to control the exact command that is being launched for creating the LSP.

For example, in our company, we launch our R sessions only on remote machines, trough SSH. Since the language server run an R session, we'd like to run the R LSP on a remote machine. This is done simply by running the LSP launch command in SSH(in this case the connection with VSCode is by STDIO), assuming we could have a custom command modification for LSP.

Another example is when the user would like to tweak privately the language server somehow(or hypothetically run a total different language server), and needs to tweak how this VSCode extension starts the LSP.

Tal500 avatar Jun 27 '23 14:06 Tal500

This issue is stale because it has been open for 365 days with no activity.

github-actions[bot] avatar Jun 27 '24 01:06 github-actions[bot]

Any update?

Tal500 avatar Jun 28 '24 10:06 Tal500