Last active
July 31, 2018 14:21
-
-
Save saintplay/8b1e8d552748e04c33c4d736f8a304f9 to your computer and use it in GitHub Desktop.
User Settings for vscode
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
{ | |
"telemetry.enableTelemetry": false, | |
"explorer.openEditors.visible": 0, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"files.eol": "\n", | |
"workbench.colorTheme": "Night Owl", | |
"git.enableSmartCommit": true, | |
"extensions.ignoreRecommendations": false, | |
"eslint.packageManager": "yarn" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment