Skip to content

Instantly share code, notes, and snippets.

@saintplay
Last active July 31, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saintplay/8b1e8d552748e04c33c4d736f8a304f9 to your computer and use it in GitHub Desktop.
Save saintplay/8b1e8d552748e04c33c4d736f8a304f9 to your computer and use it in GitHub Desktop.
User Settings for vscode
{
"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