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.
server_info
1 parent 44741e5 commit a3b3eb4Copy full SHA for a3b3eb4
src/language_server.rs
@@ -123,7 +123,7 @@ impl LanguageServer for Backend {
123
Ok(InitializeResult {
124
server_info: Some(ServerInfo {
125
name: "bazelrc Language Server".to_string(),
126
- version: Some("1".to_string()),
+ version: Some(env!("CARGO_PKG_VERSION").to_string()),
127
}),
128
offset_encoding: None,
129
capabilities: ServerCapabilities {
0 commit comments