|
4593 | 4593 | "gitlens.advanced.messages": { |
4594 | 4594 | "type": "object", |
4595 | 4595 | "default": { |
| 4596 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4597 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4596 | 4598 | "suppressCommitHasNoPreviousCommitWarning": false, |
4597 | 4599 | "suppressCommitNotFoundWarning": false, |
4598 | 4600 | "suppressCreatePullRequestPrompt": false, |
4599 | 4601 | "suppressDebugLoggingWarning": false, |
4600 | 4602 | "suppressFileNotUnderSourceControlWarning": false, |
| 4603 | + "suppressGitBranchNotFullyMergedWarning": false, |
4601 | 4604 | "suppressGitDisabledWarning": false, |
4602 | 4605 | "suppressGitMissingWarning": false, |
4603 | 4606 | "suppressGitVersionWarning": false, |
4604 | | - "suppressLineUncommittedWarning": false, |
4605 | | - "suppressNoRepositoryWarning": false, |
4606 | | - "suppressRebaseSwitchToTextWarning": false, |
4607 | 4607 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4608 | 4608 | "suppressIntegrationRequestFailed500Warning": false, |
4609 | 4609 | "suppressIntegrationRequestTimedOutWarning": false, |
4610 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4611 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4610 | + "suppressLineUncommittedWarning": false, |
| 4611 | + "suppressNoRepositoryWarning": false, |
| 4612 | + "suppressRebaseSwitchToTextWarning": false |
4612 | 4613 | }, |
4613 | 4614 | "properties": { |
4614 | 4615 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments