|
4717 | 4717 | "gitlens.advanced.messages": {
|
4718 | 4718 | "type": "object",
|
4719 | 4719 | "default": {
|
| 4720 | + "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false, |
| 4721 | + "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4720 | 4722 | "suppressCommitHasNoPreviousCommitWarning": false,
|
4721 | 4723 | "suppressCommitNotFoundWarning": false,
|
4722 | 4724 | "suppressCreatePullRequestPrompt": false,
|
4723 | 4725 | "suppressDebugLoggingWarning": false,
|
4724 | 4726 | "suppressFileNotUnderSourceControlWarning": false,
|
| 4727 | + "suppressGitBranchNotFullyMergedWarning": false, |
4725 | 4728 | "suppressGitDisabledWarning": false,
|
4726 | 4729 | "suppressGitMissingWarning": false,
|
4727 | 4730 | "suppressGitVersionWarning": false,
|
4728 |
| - "suppressLineUncommittedWarning": false, |
4729 |
| - "suppressNoRepositoryWarning": false, |
4730 |
| - "suppressRebaseSwitchToTextWarning": false, |
4731 | 4731 | "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": false,
|
4732 | 4732 | "suppressIntegrationRequestFailed500Warning": false,
|
4733 | 4733 | "suppressIntegrationRequestTimedOutWarning": false,
|
4734 |
| - "suppressBlameInvalidIgnoreRevsFileWarning": false, |
4735 |
| - "suppressBlameInvalidIgnoreRevsFileBadRevisionWarning": false |
| 4734 | + "suppressLineUncommittedWarning": false, |
| 4735 | + "suppressNoRepositoryWarning": false, |
| 4736 | + "suppressRebaseSwitchToTextWarning": false |
4736 | 4737 | },
|
4737 | 4738 | "properties": {
|
4738 | 4739 | "suppressCommitHasNoPreviousCommitWarning": {
|
|
0 commit comments