Created
October 5, 2016 06:42
-
-
Save patricksuo/305ffabd6fb965f99bb6daf3246156c1 to your computer and use it in GitHub Desktop.
my visual studio code config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "files.exclude": { | |
| "*.swap": true, | |
| "*.o": true | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment