This snippet takes your exported vscode extension list and adds the description and last updated date. Here's how I use it:
- Export my existings to a list
- Review that list and decide what extensions I need to clean up (delete those lines from this list)
code --list-extensions > installed.txt
python VSCode_CSV.py