⪼ Made with 💜 by Polyglot.
code --list-extensions [--show-versions]
bash -c 'code --list-extensions > $TMPDIR/code-list-extensions-$(date -u +"%Y%m%dT%H%M%SZ")'
find $TMPDIR/ -maxdepth 1 -type f -name "code-list-extensions*" -print0 | xargs -0 -n 1 basename