Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

VScode backups

General Settings

Copy and Paste between the code view of VScode settings.

Extensions

Export list of extensions:

$ code --list-extensions

copy to extensions.txt to keep the list of wanted extensions up-2-date.

Install extensions:

$ cat extensions.txt |% { code --install-extension $_}