@ -13,7 +13,6 @@ export const enum SuppressedMessages {
GitDisabledWarning = 'suppressGitDisabledWarning' ,
GitDisabledWarning = 'suppressGitDisabledWarning' ,
GitMissingWarning = 'suppressGitMissingWarning' ,
GitMissingWarning = 'suppressGitMissingWarning' ,
GitVersionWarning = 'suppressGitVersionWarning' ,
GitVersionWarning = 'suppressGitVersionWarning' ,
IncorrectWorkspaceCasingWarning = 'suppressImproperWorkspaceCasingWarning' ,
LineUncommittedWarning = 'suppressLineUncommittedWarning' ,
LineUncommittedWarning = 'suppressLineUncommittedWarning' ,
NoRepositoryWarning = 'suppressNoRepositoryWarning' ,
NoRepositoryWarning = 'suppressNoRepositoryWarning' ,
RebaseSwitchToTextWarning = 'suppressRebaseSwitchToTextWarning' ,
RebaseSwitchToTextWarning = 'suppressRebaseSwitchToTextWarning' ,
@ -123,14 +122,6 @@ export class Messages {
) ;
) ;
}
}
static async showIncorrectWorkspaceCasingWarningMessage ( ) : Promise < void > {
void ( await Messages . showMessage (
'warn' ,
'This workspace was opened with a different casing than what exists on disk. Please re-open this workspace with the exact casing as it exists on disk, otherwise you may experience issues with certain Git features, such as missing blame or history.' ,
SuppressedMessages . IncorrectWorkspaceCasingWarning ,
) ) ;
}
static showInsidersErrorMessage() {
static showInsidersErrorMessage() {
return Messages . showMessage (
return Messages . showMessage (
'error' ,
'error' ,