Closed thegecko closed 5 days ago
This PR marks the languageClient as potentially undefined in the API, fixing #721
It includes changes to remove non-null assertion (!) operators as these can lead to undesired side affects including the issue raised in #721
!
Superseded by #728
This PR marks the languageClient as potentially undefined in the API, fixing #721
It includes changes to remove non-null assertion (
!
) operators as these can lead to undesired side affects including the issue raised in #721