We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Install rust-analyzer Open a rust file in Helix.
2023-01-04T21:01:17.358 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":1,"result":null} 2023-01-04T21:01:17.358 helix_lsp::transport [INFO] <- null 2023-01-04T21:01:17.933 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"range":{"end":{"character":0,"line":0},"start":{"character":0,"line":0}},"text":"/"}],"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs","version":1}}} 2023-01-04T21:01:17.946 helix_vcs::diff::worker [INFO] Diff computation timed out, update of diffs might appear delayed 2023-01-04T21:01:18.076 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"range":{"end":{"character":1,"line":0},"start":{"character":1,"line":0}},"text":"/"}],"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs","version":2}}} 2023-01-04T21:01:18.089 helix_vcs::diff::worker [INFO] Diff computation timed out, update of diffs might appear delayed 2023-01-04T21:01:42.137 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"range":{"end":{"character":2,"line":0},"start":{"character":2,"line":0}},"text":":"}],"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs","version":3}}} 2023-01-04T21:01:42.149 helix_vcs::diff::worker [INFO] Diff computation timed out, update of diffs might appear delayed 2023-01-04T21:01:42.153 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/completion","params":{"position":{"character":3,"line":0},"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs"}},"id":2} 2023-01-04T21:01:42.156 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":2,"result":null} 2023-01-04T21:01:42.157 helix_lsp::transport [INFO] <- null 2023-01-04T21:01:42.374 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"range":{"end":{"character":3,"line":0},"start":{"character":3,"line":0}},"text":"q"}],"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs","version":4}}} 2023-01-04T21:01:42.386 helix_vcs::diff::worker [INFO] Diff computation timed out, update of diffs might appear delayed 2023-01-04T21:01:42.809 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"textDocument/didChange","params":{"contentChanges":[{"range":{"end":{"character":4,"line":0},"start":{"character":4,"line":0}},"text":"!"}],"textDocument":{"uri":"file:///Users/jfk/Projects/aws-lambda-rust-runtime/examples/http-cors/src/main.rs","version":5}}} 2023-01-04T21:01:46.498 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"shutdown","params":null,"id":3} 2023-01-04T21:01:46.499 helix_lsp::transport [INFO] <- {"jsonrpc":"2.0","id":3,"result":null} 2023-01-04T21:01:46.501 helix_lsp::transport [INFO] <- null 2023-01-04T21:01:46.501 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"exit","params":null}
macOS
iTerm Build 3.4.19
helix 22.12 (96ff64a)
The text was updated successfully, but these errors were encountered:
It looks like this is not the full log. Could you submit the beginning part where Helix sends the initialize message?
initialize
Also, is this a public project? Having a reproduction project would help with debugging.
Sorry, something went wrong.
Clone: https://github.com/awslabs/aws-lambda-rust-runtime
Head into any of the example directories aws-lambda-rust-runtime/examples/http-query-parameters (for instance) and open up a rust file.
aws-lambda-rust-runtime/examples/http-query-parameters
Now, what I have noticed is that if you open up a rust file in aws-lambda-rust-runtime/lambda-http it works fine.
aws-lambda-rust-runtime/lambda-http
I attached the full logs.
helix.log
Not sure what the specific tracking issue would be for this but I think this is #4439
You are right @gabydd, this was fixed by #5748
No branches or pull requests
Summary
Reproduction Steps
Install rust-analyzer
Open a rust file in Helix.
Helix log
Platform
macOS
Terminal Emulator
iTerm Build 3.4.19
Helix Version
helix 22.12 (96ff64a)
The text was updated successfully, but these errors were encountered: