Note: Unix-like systems only.
- Export your extensions to a shell file:
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh| // | |
| // UIImage+Network.h | |
| // Fireside | |
| // | |
| // Created by Soroush Khanlou on 8/25/12. | |
| // | |
| // | |
| #import <UIKit/UIKit.h> |
| //: Playground - noun: a place where people can play | |
| // | |
| // Created by Pietro Basso on 29/06/2018. | |
| // Copyright (c) 2018 Pietro Basso. All rights reserved. | |
| // | |
| let urls = ["http://youtu.be/NLqAF9hrVbY", | |
| "http://www.youtube.com/watch?feature=player_embedded&v=DJjDrajmbIQ", | |
| "http://www.youtube.com/watch?v=dQw4w9WgXcQ", | |
| "http://www.youtube.com/embed/NLqAF9hrVbY", |
| #!/bin/bash | |
| usage() | |
| { | |
| # Display Help | |
| echo "*********************************************************************************************************************************************************" | |
| echo " MacOS Application Notarization Script" | |
| echo "*********************************************************************************************************************************************************" | |
| echo |
| [ | |
| { | |
| "elementType": "geometry", | |
| "stylers": [ | |
| { | |
| "color": "#ebe3cd" | |
| } | |
| ] | |
| }, | |
| { |
Note: Unix-like systems only.
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh