I'm using Codium with some extensions I installed from VSIX since they're not available on Open VSX. I want to get a list of them (so that, for example, I can check if they've been added to Open VSX or check for updates), but I can't figure out how to do that easily. The only way I've found is to go through all extensions one-by-one and check if they have a Marketplace link (or other marketplace info like install count).
Research
- Managing Extensions in Visual Studio Code
- § Install from a VSIX - only says how to install and nothing after that
- § Extensions view filters - There doesn't seem to be a filter for this
- § List installed extensions
- VSCodium docs § Extensions + Marketplace - refers to MS docs
codium --help
§ Extensions Managementcodium --list-extensions
just shows names, no details. I also tried adding--show-versions
and--verbose