Add settings gitlens keeps trying to add
This commit is contained in:
parent
1419115050
commit
ce0ae97d71
1 changed files with 11 additions and 1 deletions
|
@ -43,5 +43,15 @@
|
||||||
},
|
},
|
||||||
"rust.mode": "rls",
|
"rust.mode": "rls",
|
||||||
"latex-workshop.latex.autoBuild.onSave.enabled": false,
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue