eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.55k stars 2.46k forks source link

Plugin quick picks show separators as items #13739

Closed msujew closed 1 month ago

msujew commented 1 month ago

Bug Description:

When a plugin attempts to show a quick pick with separators, these separators are shown as normal (non-functional) items in our Theia quick pick:

image

The same quick input looks like this in vscode:

image

Steps to Reproduce:

  1. Download and install this test extension
  2. Run the Quick Input Samples command.
  3. See that the quick pick separators as items

Additional Information