Skip to content

Instantly share code, notes, and snippets.

@galtsev
Created November 10, 2017 15:54
Show Gist options
  • Select an option

  • Save galtsev/3d8689d3b0fb574c06d88075a8721b8b to your computer and use it in GitHub Desktop.

Select an option

Save galtsev/3d8689d3b0fb574c06d88075a8721b8b to your computer and use it in GitHub Desktop.
vscode user settings
{
"editor.fontSize": 14,
// final line without trailing comma
"jake.autoDetect": "on",
"window.zoomLevel": 2,
"workbench.colorTheme": "Visual Studio Light",
"editor.minimap.enabled": false,
"editor.snippetSuggestions": "none",
"editor.suggestOnTriggerCharacters": false,
"editor.wordBasedSuggestions": false,
"editor.tabCompletion": true,
"editor.occurrencesHighlight": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment