From ce0ae97d71da8fc0f686253614c84c24750c3c11 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 6 Apr 2018 21:03:52 +0100 Subject: [PATCH] Add settings gitlens keeps trying to add --- modules/config/files/vscode-settings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/config/files/vscode-settings.json b/modules/config/files/vscode-settings.json index 7b959f3..429d463 100644 --- a/modules/config/files/vscode-settings.json +++ b/modules/config/files/vscode-settings.json @@ -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 + } }