We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ae298 commit acc5e8dCopy full SHA for acc5e8d
crates/rust-analyzer/src/bin/main.rs
@@ -85,7 +85,7 @@ fn run_server() -> Result<()> {
85
capabilities: server_capabilities,
86
server_info: Some(lsp_types::ServerInfo {
87
name: String::from("rust-analyzer"),
88
- version: None,
+ version: Some(String::from(env!("REV"))),
89
}),
90
};
91
0 commit comments