How to show the extensions installed in Visual Studio Code?
This will work from a command line:
code --list-extensions --show-versions
I do not know when this functionality was added. Sample output:
See CLI Options
Hit F1 or CTRL + SHIFT + P and enter show i
:
Click on "Extensions Show Installed Extensions":