Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode: list enabled extensions in a particular workspace in Commandline

Is it possible to list enabled extensions in a particular workspace of VSCode in Commandline?

like image 437
Porcupine Avatar asked Oct 16 '22 05:10

Porcupine


1 Answers

No, this is currently not possible, as you can see when looking through the documented arguments in code --help. There was an unresolved feature request for this, but it did not receive enough upvotes:

Code command line add a --list-enabled-extensions (#19083)

like image 59
Gama11 Avatar answered Oct 21 '22 05:10

Gama11