Add settings gitlens keeps trying to add

This commit is contained in:
Jake Howard 2018-04-06 21:03:52 +01:00
parent 1419115050
commit ce0ae97d71
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -43,5 +43,15 @@
},
"rust.mode": "rls",
"latex-workshop.latex.autoBuild.onSave.enabled": false,
"terminal.integrated.setLocaleVariables": true
"terminal.integrated.setLocaleVariables": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
}
}