|
4578 | 4578 | "gitlens.advanced.messages": { |
4579 | 4579 | "type": "object", |
4580 | 4580 | "default": { |
| 4581 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4582 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4581 | 4583 | "suppressCommitHasNoPreviousCommitWarning": false, |
4582 | 4584 | "suppressCommitNotFoundWarning": false, |
4583 | 4585 | "suppressCreatePullRequestPrompt": false, |
4584 | 4586 | "suppressDebugLoggingWarning": false, |
4585 | 4587 | "suppressFileNotUnderSourceControlWarning": false, |
| 4588 | + "suppressGitBranchNotFullyMergedWarning": false, |
4586 | 4589 | "suppressGitDisabledWarning": false, |
4587 | 4590 | "suppressGitMissingWarning": false, |
4588 | 4591 | "suppressGitVersionWarning": false, |
4589 | | - "suppressLineUncommittedWarning": false, |
4590 | | - "suppressNoRepositoryWarning": false, |
4591 | | - "suppressRebaseSwitchToTextWarning": false, |
4592 | 4592 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4593 | 4593 | "suppressIntegrationRequestFailed500Warning": false, |
4594 | 4594 | "suppressIntegrationRequestTimedOutWarning": false, |
4595 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4596 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4595 | + "suppressLineUncommittedWarning": false, |
| 4596 | + "suppressNoRepositoryWarning": false, |
| 4597 | + "suppressRebaseSwitchToTextWarning": false |
4597 | 4598 | }, |
4598 | 4599 | "properties": { |
4599 | 4600 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments