PowerShell/PowerShellEditorServices

Sometimes when typing `[type]::` you get no completions

SeeminglyScience opened this issue · 1 comments

This happens because we get a completion request for [type]: which gets no results and for some reason isn't marked as incomplete. Need to look into how to fix that.