|
4563 | 4563 | "gitlens.advanced.messages": { |
4564 | 4564 | "type": "object", |
4565 | 4565 | "default": { |
| 4566 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4567 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4566 | 4568 | "suppressCommitHasNoPreviousCommitWarning": false, |
4567 | 4569 | "suppressCommitNotFoundWarning": false, |
4568 | 4570 | "suppressCreatePullRequestPrompt": false, |
4569 | 4571 | "suppressDebugLoggingWarning": false, |
4570 | 4572 | "suppressFileNotUnderSourceControlWarning": false, |
| 4573 | + "suppressGitBranchNotFullyMergedWarning": false, |
4571 | 4574 | "suppressGitDisabledWarning": false, |
4572 | 4575 | "suppressGitMissingWarning": false, |
4573 | 4576 | "suppressGitVersionWarning": false, |
4574 | | - "suppressLineUncommittedWarning": false, |
4575 | | - "suppressNoRepositoryWarning": false, |
4576 | | - "suppressRebaseSwitchToTextWarning": false, |
4577 | 4577 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4578 | 4578 | "suppressIntegrationRequestFailed500Warning": false, |
4579 | 4579 | "suppressIntegrationRequestTimedOutWarning": false, |
4580 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4581 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4580 | + "suppressLineUncommittedWarning": false, |
| 4581 | + "suppressNoRepositoryWarning": false, |
| 4582 | + "suppressRebaseSwitchToTextWarning": false |
4582 | 4583 | }, |
4583 | 4584 | "properties": { |
4584 | 4585 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments