Skip to content

Instantly share code, notes, and snippets.

@gregoriobenatti
Created May 18, 2016 15:29
Show Gist options
  • Save gregoriobenatti/509b46e0eb0d69e225a7fcef84aeb5a8 to your computer and use it in GitHub Desktop.
Save gregoriobenatti/509b46e0eb0d69e225a7fcef84aeb5a8 to your computer and use it in GitHub Desktop.
VSCode configs
// keybindings.json
// Place your key bindings in this file to overwrite the defaults
[
]
// settings.json
// Place your settings in this file to overwrite the default settings
{
"editor.quickSuggestionsDelay": 5,
"editor.fontSize": 16,
"files.exclude": {
"**/*.js": true,
"**/*.map": true,
"**/*.meta": true,
"**/*.csproj": true,
"**/*.sln": true,
"Library": true,
"obj": true,
"ProjectSettings": true,
"Temp": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment