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
The search box is now a simple monaco editor. Extension search should work as expected. Interact with the search box and report anything unexpected.
A suggestion list showing all @-operators should appear when you type "@" or trigger suggestions (ctrl+space) in the extensions search box. Test the suggest widget behavior, it should behave like other auto-completion dropdowns (filtering, tab to accept, etc.)
The suggest list should not show any snippets (test for global snippets in particular)
Actions from the '...' menu (i.e. "Sort by: ..." and "Show ... Extensions") work and compose correctly, as do their Command Pallete counterparts "Show ... Extensions". ([docs]( https://code.visualstudio.com/docs/editor/extension-gallery#_extensions-view-filters., Note that category:, tag:, and ext:, have been replaced with @category:, @tag:, and @ext:, respectively)
It show look and behave like a normal HTML input box
The text was updated successfully, but these errors were encountered:
Test for #46333 / #53915
Complexity: 2
Test
ctrl+space
) in the extensions search box. Test the suggest widget behavior, it should behave like other auto-completion dropdowns (filtering, tab to accept, etc.)category:
,tag:
, andext:
, have been replaced with@category:
,@tag:
, and@ext:
, respectively)It show look and behave like a normal HTML input box
The text was updated successfully, but these errors were encountered: