Adds on to the commit closing #246. The first solution didn't reach far enough, and the possibility of completions being null wans't reflected in the types.
This change should comprehensively support a null value.
(Also see the response section of the protocol to confirm null is a valid return value)
Adds on to the commit closing #246. The first solution didn't reach far enough, and the possibility of
completions
being null wans't reflected in the types.This change should comprehensively support a null value.
(Also see the response section of the protocol to confirm
null
is a valid return value)