|
4682 | 4682 | "gitlens.advanced.messages": { |
4683 | 4683 | "type": "object", |
4684 | 4684 | "default": { |
| 4685 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4686 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4685 | 4687 | "suppressCommitHasNoPreviousCommitWarning": false, |
4686 | 4688 | "suppressCommitNotFoundWarning": false, |
4687 | 4689 | "suppressCreatePullRequestPrompt": false, |
4688 | 4690 | "suppressDebugLoggingWarning": false, |
4689 | 4691 | "suppressFileNotUnderSourceControlWarning": false, |
| 4692 | + "suppressGitBranchNotFullyMergedWarning": false, |
4690 | 4693 | "suppressGitDisabledWarning": false, |
4691 | 4694 | "suppressGitMissingWarning": false, |
4692 | 4695 | "suppressGitVersionWarning": false, |
4693 | | - "suppressLineUncommittedWarning": false, |
4694 | | - "suppressNoRepositoryWarning": false, |
4695 | | - "suppressRebaseSwitchToTextWarning": false, |
4696 | 4696 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false, |
4697 | 4697 | "suppressIntegrationRequestFailed500Warning": false, |
4698 | 4698 | "suppressIntegrationRequestTimedOutWarning": false, |
4699 | | - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4700 | | - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4699 | + "suppressLineUncommittedWarning": false, |
| 4700 | + "suppressNoRepositoryWarning": false, |
| 4701 | + "suppressRebaseSwitchToTextWarning": false |
4701 | 4702 | }, |
4702 | 4703 | "properties": { |
4703 | 4704 | "suppressCommitHasNoPreviousCommitWarning": { |
|
0 commit comments