fix: advertise correct version to client (#16)
This commit is contained in:
parent
c869f96060
commit
5378a67ce8
|
@ -391,7 +391,7 @@ impl LanguageServer for Backend {
|
||||||
Ok(InitializeResult {
|
Ok(InitializeResult {
|
||||||
server_info: Some(ServerInfo {
|
server_info: Some(ServerInfo {
|
||||||
name: "llm-ls".to_owned(),
|
name: "llm-ls".to_owned(),
|
||||||
version: Some("0.0.2".to_owned()),
|
version: Some("0.0.3".to_owned()),
|
||||||
}),
|
}),
|
||||||
capabilities: ServerCapabilities {
|
capabilities: ServerCapabilities {
|
||||||
text_document_sync: Some(TextDocumentSyncCapability::Kind(
|
text_document_sync: Some(TextDocumentSyncCapability::Kind(
|
||||||
|
|
Loading…
Reference in a new issue