DEV Community

Fomalhaut Weisszwerg
Fomalhaut Weisszwerg

Posted on

How to display all extensions UID and their versions in VSCode

Run following command in your terminal:

code --list-extensions --show-versions
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

Top comments (0)