Skip to content

Instantly share code, notes, and snippets.

@OriginUnknown
Last active November 19, 2018 23:03
Show Gist options
  • Save OriginUnknown/0e9bac911ff4d1a586fc8b7458324d0a to your computer and use it in GitHub Desktop.
Save OriginUnknown/0e9bac911ff4d1a586fc8b7458324d0a to your computer and use it in GitHub Desktop.
User settings - Visual Studio Code - settings.json
// $HOME/.config/Code/User/settings.json
{
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Monokai",
"editor.fontSize": 12,
"terminal.integrated.fontSize": 12,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment