Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tal500 opened this issue Jun 27, 2023 · 0 comments · May be fixed by #1387
Open

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

Tal500 opened this issue Jun 27, 2023 · 0 comments · May be fixed by #1387

Comments

@Tal500
Copy link
Contributor

Tal500 commented Jun 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant