|
4675 | 4675 | "gitlens.advanced.messages": { |
4676 | 4676 | "type": "object", |
4677 | 4677 | "default": { |
| 4678 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4679 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4678 | 4680 | "suppressCommitHasNoPreviousCommitWarning": false, |
4679 | 4681 | "suppressCommitNotFoundWarning": false, |
4680 | 4682 | "suppressCreatePullRequestPrompt": false, |
4681 | 4683 | "suppressDebugLoggingWarning": false, |
4682 | 4684 | "suppressFileNotUnderSourceControlWarning": false, |
| 4685 | + "suppressGitBranchNotFullyMergedWarning": false, |
4683 | 4686 | "suppressGitDisabledWarning": false, |
4684 | 4687 | "suppressGitMissingWarning": false, |
4685 | 4688 | "suppressGitVersionWarning": false, |
4686 | | - "suppressLineUncommittedWarning": false, |
4687 | | - "suppressNoRepositoryWarning": false, |
4688 | | - "suppressRebaseSwitchToTextWarning": false, |
4689 | 4689 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4690 | 4690 | "suppressIntegrationRequestFailed500Warning": false, |
4691 | 4691 | "suppressIntegrationRequestTimedOutWarning": false, |
4692 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4693 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4692 | + "suppressLineUncommittedWarning": false, |
| 4693 | + "suppressNoRepositoryWarning": false, |
| 4694 | + "suppressRebaseSwitchToTextWarning": false |
4694 | 4695 | }, |
4695 | 4696 | "properties": { |
4696 | 4697 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments