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
We pass these Set<string> into getCompletionItemsFromSpecs but we want something more like Set<Partial<CompletionItem> | string> with a required label. This was also a problem when trying to pass back descriptions for commands from Get-Command here:
This will be very useful in general, but a particularly good case is identifying the python very being used (after/before py env activation):
cc @meganrogge
The text was updated successfully, but these errors were encountered: