Home > Net >  VSCode - How to uninstall themes that can't be found by searching '@installed @category:&q
VSCode - How to uninstall themes that can't be found by searching '@installed @category:&q

Time:12-13

I have some themes that can't be found by searching:

@installed @category:"themes"

And I don't think they come built-in.

How to uninstall those themes?

VS Code theme listing

CodePudding user response:

First I want to address that these themes you mentioned are all built-in.

To remove those themes from coming to the list, go to Extensions and type @builtin, then disable the unnecessary themes.

built-in themes

  • Related