-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error running with VsCode #84
Comments
Same error for me, when Nvim Attaches
nvim config: lspconfig.rust_analyzer.setup({
cmd = { "ra-multiplex" },
settings = {
["rust-analyzer"] = {
check = {
overrideCommand = {
"cargo",
"clippy",
"--message-format=json-diagnostic-rendered-ansi",
"--fix",
"--allow-dirty"
}
}
}
}
}) ra-multiplex config instance_timeout = 300 # after 5 minutes
gc_interval = 10 # every 10 seconds
listen = ["127.0.0.1", 27631] # localhost & some random unprivileged port
connect = ["127.0.0.1", 27631] # same as `listen`
log_filters = "info"
pass_environment = [] |
Quite inconveniently... you have to add
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vscode settings:
running ra multiplex server
Please help :(
The text was updated successfully, but these errors were encountered: