|
4642 | 4642 | "gitlens.advanced.messages": { |
4643 | 4643 | "type": "object", |
4644 | 4644 | "default": { |
| 4645 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4646 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4645 | 4647 | "suppressCommitHasNoPreviousCommitWarning": false, |
4646 | 4648 | "suppressCommitNotFoundWarning": false, |
4647 | 4649 | "suppressCreatePullRequestPrompt": false, |
4648 | 4650 | "suppressDebugLoggingWarning": false, |
4649 | 4651 | "suppressFileNotUnderSourceControlWarning": false, |
| 4652 | + "suppressGitBranchNotFullyMergedWarning": false, |
4650 | 4653 | "suppressGitDisabledWarning": false, |
4651 | 4654 | "suppressGitMissingWarning": false, |
4652 | 4655 | "suppressGitVersionWarning": false, |
4653 | | - "suppressLineUncommittedWarning": false, |
4654 | | - "suppressNoRepositoryWarning": false, |
4655 | | - "suppressRebaseSwitchToTextWarning": false, |
4656 | 4656 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4657 | 4657 | "suppressIntegrationRequestFailed500Warning": false, |
4658 | 4658 | "suppressIntegrationRequestTimedOutWarning": false, |
4659 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4660 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4659 | + "suppressLineUncommittedWarning": false, |
| 4660 | + "suppressNoRepositoryWarning": false, |
| 4661 | + "suppressRebaseSwitchToTextWarning": false |
4661 | 4662 | }, |
4662 | 4663 | "properties": { |
4663 | 4664 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments