You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relevant settings: Unchecked all options under "Rust-analyzer > Semantic Highlighting" (enabled by default: operator, string, doc>comment>inject, non-standard tokens). Reenabling "non-standard tokens" avoids the crash.
Log from "Output" window
thread 'Worker' panicked at crates/rust-analyzer/src/lsp/semantic_tokens.rs:259:53:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: core::option::unwrap_failed
4: rust_analyzer::lsp::to_proto::semantic_tokens
5: rust_analyzer::handlers::request::handle_semantic_tokens_full
6: core::ops::function::FnOnce::call_once{{vtable.shim}}
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
[Error - 1:33:31 PM] Request textDocument/semanticTokens/full failed.
Message: request handler panicked: called `Option::unwrap()` on a `None` value
Code: -32603
The text was updated successfully, but these errors were encountered:
rust-analyzer version:
rust-analyzer version: 0.3.2282-standalone [/home/sam/.vscode-server/extensions/rust-lang.rust-analyzer-0.3.2282-linux-x64/server/rust-analyzer]
rustc version:
rustc 1.82.0-nightly
editor or extension: VSCode (version 0.3.2282)
relevant settings: Unchecked all options under "Rust-analyzer > Semantic Highlighting" (enabled by default: operator, string, doc>comment>inject, non-standard tokens). Reenabling "non-standard tokens" avoids the crash.
Log from "Output" window
The text was updated successfully, but these errors were encountered: