You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defend HelpCompletion from null message from VSCode (#1236)
* Defend HelpCompletion from null message from VSCode
* Null check changeEvent.contentChanges[0] and log bad messages
* Move contentChanges length check below null chk
It is actually very common that contentChanges array is length 0 so let's not gen a message to the log.
0 commit comments