PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
622 stars 213 forks source link

Use an empty array instead of `null` #1980

Closed SeeminglyScience closed 1 year ago

SeeminglyScience commented 1 year ago

Fixes #1959

The code on the client expects DefaultChoices to never be null. If you send null, it tries to access the property length on what would be an array.