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 + } }