Skip to content

Instantly share code, notes, and snippets.

@praisegeek
Last active September 19, 2017 11:19
Show Gist options
  • Save praisegeek/881b74fb9f725248534b8fc436123887 to your computer and use it in GitHub Desktop.
Save praisegeek/881b74fb9f725248534b8fc436123887 to your computer and use it in GitHub Desktop.
Visual Studio Code: Add code . to shell path
vim ~/.bash_profile
code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
source ~/.bash_profile
Tools & Stuffs
https://marketplace.visualstudio.com/items?itemName=burkeholland.simple-react-snippets
https://marketplace.visualstudio.com/items?itemName=vsmobile.vscode-react-native
Atom One theme.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment