Showing installed extentions
On the command line. Using --show-versions also shows the version:
C:\> code --list-extensions --show-versions
In the GUI: ctrl+shift+p or F1, then type show i[nstalled extensions].
This seems to be equivalent to entering @installed in the search field in the Extensions Activity Bar.
Some infomration can also be queried on the command line like so:
jq . ~/.vscode/extensions/extensions.json
Extension management on the command line
Extensions can be configured with command line options:
--extension-dir <dir> | Configure root path for extensions |
--list-extensions | |
--show-versions | Used along with --list-extensions |
--install-extension (<extension-id> | <extension-vsix-path>) | |
--uninstall-extension (<extension-id> | <extension-vsix-path>) | |
--enable-proposed-api (<extension-id>) | |
code --install-extension zokugun.explicit-folding --install-extension vscodevim.vim
yarn package
code --install-extension vim-<MAJOR>.<MINOR>.<PATCH>.vsix --force