How to display all extensions UID and their versions in VSCode
Fomalhaut Weisszwerg

Fomalhaut Weisszwerg @fmtweisszwerg

Location:
Japan
Joined:
Nov 17, 2017

How to display all extensions UID and their versions in VSCode

Publish Date: Sep 19
0 0

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

Comments 0 total

    Add comment