Skip to content

Commit

Permalink
Add TODO(#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry committed Oct 17, 2021
1 parent 666717c commit 777e403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *server) ColorPresentation(context.Context, *protocol.ColorPresentationP
}

// Completion is not implemented.
// TODO: Understand why the server capabilities includes completion.
// TODO(#6): Understand why the server capabilities includes completion.
func (s *server) Completion(context.Context, *protocol.CompletionParams) (*protocol.CompletionList, error) {
return nil, nil
}
Expand Down

0 comments on commit 777e403

Please sign in to comment.