strict null checks: extHostSCM

This commit is contained in:
Joao Moreno
2019-03-06 10:50:07 +01:00
parent 764d2e9487
commit e6bc6699a4
3 changed files with 15 additions and 15 deletions

View File

@@ -582,7 +582,7 @@ export interface SCMProviderFeatures {
count?: number;
commitTemplate?: string;
acceptInputCommand?: modes.Command;
statusBarCommands?: modes.Command[];
statusBarCommands?: CommandDto[];
}
export interface SCMGroupFeatures {