-
Notifications
You must be signed in to change notification settings - Fork 31
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
Configuration examples for VS Code #56
Comments
I tried to set it up, which was relatively easy, but get the error: Whatever, the configuration per se is just to add in VSCode's {
"rust-analyzer.server.path": "/path/to/ra-multiplex",
...
} I don't know If there is a way in the current implementation to specify the lsp to use utf-16 instead of utf-8. |
vscode already uses only a single rust-analyzer instance per window, adding ra-multiplex into the loop is probably going to cause you more trouble than it's worth, with how heavy the editor alone is you probably don't want to have multiple windows with the same project open. |
@pr2502 That's good advice, thanks. |
FWIW for me it's still useful because I tend to keep my laptop on but open / close different projects throughout the day depending on what I'm working on. Rust Analyzer takes forever (up to ~2 min) to start each time I open VSCode on some of the larger projects, so keeping ra-multiplex always in background is still very much worth it. |
There are no details on how to set this up for VS Code.
The text was updated successfully, but these errors were encountered: