Add version
This commit is contained in:
parent
e3ae298e78
commit
acc5e8d64b
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ fn run_server() -> Result<()> {
|
|||
capabilities: server_capabilities,
|
||||
server_info: Some(lsp_types::ServerInfo {
|
||||
name: String::from("rust-analyzer"),
|
||||
version: None,
|
||||
version: Some(String::from(env!("REV"))),
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue