code --list-extensions | sort | pbcopy
cat $HOME/Library/Application\ Support/Code/User/keybindings.json | pbcopy
cat $HOME/Library/Application\ Support/Code/User/settings.json | pbcopy
diff <(cat $HOME/Library/Application\ Support/Code/User/settings.json) <(curl https://gist.githubusercontent.com/badouralix/f003f3dcec20f1660e8b132e1b76596b/raw/settings.json -s)