How to display all extensions UID and their versions in VSCode



This content originally appeared on DEV Community and was authored by Fomalhaut Weisszwerg

Run following command in your terminal:

code --list-extensions --show-versions

sample output:

$ code --list-extensions --show-versions
davidanson.vscode-markdownlint@0.60.0
ms-python.black-formatter@2025.2.0
ms-python.debugpy@2025.10.0
ms-python.isort@2025.0.0
ms-python.python@2025.14.0
ms-python.vscode-pylance@2025.8.2
ms-python.vscode-python-envs@1.2.0


This content originally appeared on DEV Community and was authored by Fomalhaut Weisszwerg