Personal checklist for setting up a development environment. Inspired by mdo/config
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

VSCode Configurations#

Configuration Files#

Features I Use#

How to export and import extensions.txt ?

code --list-extensions > extensions.txt
# Works on Linux, Mac.
# Also works on Windows with Git for Windows (choose add unix tools to PATH) installed
cat extensions.txt|sed -e 's/[\r\n ]//g'|xargs -n 1 code --install-extension

TODO: Workspace Recommended Extensions