Clinton Blackmore
Clinton Blackmore

Reputation: 2497

How can I show all non-theme extensions installed in VSCode?

I have many themes installed in visual studio code. Now and then, I want to be able to look at all the other extensions (everything that is not a theme) so that I might disable one or two.

How can I do this? The documentation shows how to use filters, but I don't see any way to tell it to NOT show something.

This filter shows me all the installed themes:

@installed @category:themes 

I've tried using ~ and ! and NOT in various places, just guessing there might be a feature implemented to understand something like that, but they don't work.

Upvotes: 6

Views: 409

Answers (1)

Diogo Rocha
Diogo Rocha

Reputation: 10625

This is a know issue, currently at the backlog waiting for development.

You can track it here.

This need has been raised here. Note in the last comment:

#49374 is tracking the feature of having exclusion filters for your scenario of seeing non theme extensions.

Upvotes: 6

Related Questions