Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show the extensions installed in Visual Studio Code?

How can I show the versions of the extensions installed in Visual Studio Code?

Also, but unrelated, does anyone know the maximum file size that can be handled by VS Code?

like image 793
DavidA Avatar asked Mar 03 '16 10:03

DavidA


5 Answers

This will work from a command line:

code --list-extensions --show-versions

I do not know when this functionality was added. Sample output:

get a list of the installed extensions

See CLI Options

like image 190
Mark Avatar answered Nov 16 '22 17:11

Mark


Hit F1 or CTRL + SHIFT + P and enter show i :

enter image description here

Click on "Extensions Show Installed Extensions":

enter image description here

like image 20
Michael_Scharf Avatar answered Nov 16 '22 18:11

Michael_Scharf


  1. Open VS Code.
  2. Go to Extensions (in left side-nav or icon with boxes ).
  3. In search Extension type: @installed

You will be able to see all installed VS code extensions.

like image 9
JASBIR SINGH Avatar answered Nov 16 '22 17:11

JASBIR SINGH


You can access in the right menu like bellow image with shortcut CTRL+SHIFT+X.

If does not appear, you can click on three points and then Show Installed Extensions. You can Uninstall too in this path.

enter image description here

enter image description here

like image 4
Rafael Corrêa Gomes Avatar answered Nov 16 '22 19:11

Rafael Corrêa Gomes


  1. Click on Extension Icon present in left side panel.
  2. It will display the extension list.
  3. On top you can see three dots.
  4. Click on this dots, it will display the installed extensions
like image 3
Faz Ahmad Avatar answered Nov 16 '22 17:11

Faz Ahmad