Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Correct version in server info
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 22, 2023
1 parent a46f3e2 commit d900d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *server) Initialize(ctx context.Context, reply jsonrpc2.Replier, req jso
return reply(ctx, protocol.InitializeResult{
ServerInfo: &protocol.ServerInfo{
Name: "gnopls",
Version: version.Version,
Version: version.GetVersion(ctx),
},
Capabilities: protocol.ServerCapabilities{
TextDocumentSync: protocol.TextDocumentSyncOptions{
Expand Down

0 comments on commit d900d7f

Please sign in to comment.