Skip to content

Instantly share code, notes, and snippets.

@pcomans
Created June 26, 2018 20:28
Show Gist options
  • Save pcomans/1d125a58acf7cb22c8c03867bb324e79 to your computer and use it in GitHub Desktop.
Save pcomans/1d125a58acf7cb22c8c03867bb324e79 to your computer and use it in GitHub Desktop.
VS Code Settings
{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"git.autofetch": true,
"workbench.colorTheme": "Ayu Mirage",
"javascript.suggestionActions.enabled": false,
"editor.fontFamily": "'IBM Plex Mono'",
"editor.tabSize": 2,
"editor.fontSize": 14,
"workbench.iconTheme": "ayu",
"git.enableSmartCommit": true,
"ruby.format": "rubocop",
"extensions.ignoreRecommendations": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment