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