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